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

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

html {
	scroll-behavior: smooth
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

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: 'Roboto' !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	padding-right: 0px !important;
	background: #fff;
	overflow-x: hidden;
	font-weight: 400;
	color: #222;
	-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;
}

.row_sp {
	margin-right: -5px;
	margin-left: -5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col_sp {
	position: relative;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
}

.col_2 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.col_3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col_4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col_6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col_12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.wap {
	overflow: hidden;
}

.clear {
	clear: both;
}

div.none {
	display: none !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.pn-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.pn-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.pn-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pt-30 {
	padding-top: 30px !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 h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6, div.content p, div.content div, div.content blockquote, div.content table {
	max-width: 100% !important;
}

div.content table {
	width: 100% !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 {
	width: 100% !important;
	height: 100% !important;
}

.x_map iframe {
	width: 100% !important;
	min-height: 500px !important;
}

.f_map {
	padding-right: 20px;
}

.f_map iframe {
	width: 100% !important;
	height: 220px !important;
}

.min-height {
	min-height: 300px;
}

#content_right {
	width: 75%;
	float: right;
}

#content_left {
	width: 22%;
	float: left;
}

.mybtn {
	border: none;
	padding: 8px 20px;
	transition: all 0.5s ease;
	text-align: center;
	border-radius: 20px;
}

.mybtn:hover, .mybtn:focus {
	border: 0 !important;
	outline: 0 !important;
}

.txt_xanh {
	color: #054CA0 !important;
}

.mybtn.btn-do {
	background-color: #9C2B17;
	color: #fff;
}

.mybtn.btn-do:hover {
	background-color: #9C2B17;
	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 {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.ar_left {
	border: 1px solid #F8C447;
}

.ar_left .magicat {
	list-style: none;
	padding: 0 15px;
}

ul.magicat li {
	padding-left: 0px;
	position: relative;
	border-top: 1px solid #eee;
}

ul.magicat li.level1 a {
	display: inline-block;
}

.magicat li.level1>a {
	color: #333;
	font-weight: 400;
	width: calc(100% - 30px);
}

.magicat>li:first-child {
	border-top: 0;
}

.magicat li {
	padding: 0;
}

ul.magicat li a {
	padding: 8px 0px;
	color: #333;
	position: relative;
	font-size: 14px;
	line-height: 24px;
}

ul.magicat li.active>a, ul.magicat li>a:hover {
	color: #F8C447;
}

.open_close {
	cursor: pointer;
	background: url('images/leftnav.png') no-repeat scroll 12px 3px;
	display: inline-block;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 30px;
}

ul.magicat1 li.level2 ul.magicat2, ul.magicat li ul.magicat1 {
	display: none;
	list-style: none;
}

ul.magicat1 li.active1 .open_close, ul.magicat li.active>.open_close {
	background-position: 12px -28px;
}

ul.magicat li.active ul.magicat1 {
	display: block
}

ul.magicat1 li.level2.active1 ul.magicat2 {
	display: block
}

ul.magicat li.active ul.magicat1>li>a {
	padding: 8px 15px;
	width: 100%;
}

/*end left_bar*/

/*tieude*/
.tieude_left {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	padding: 15px 0;
	background-color: #F8C447;
}

.tieude_detail {
	position: relative;
	color: #333;
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
}

.tieude_gc {
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

.tieude_gc span {
	font-size: 28px;
	line-height: 35px;
	color: #222;
	display: inline-block;
	position: relative;
	padding: 0 10px;
}

.tieude_gc span::after, .tieude_gc span::before {
	content: '';
	top: 50%;
	transform: translateY(-50%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 110px;
	height: 20px;
}

.tieude_gc span::before {
	right: 100%;
	background-image: url(images/line.png);
}

.tieude_gc span::after {
	left: 100%;
	background-image: url(images/line2.png);
}

.tieude_page {
	position: relative;
	color: #333;
	font-size: 25px;
	line-height: 35px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 20px;
	display: block;
}

/*end tieude*/

/*breadcrumb*/
.div_breadcrumb .breadcrumb {
	background-color: #F0F0F0;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.div_breadcrumb .breadcrumb a {
	color: #aaa;
}

.div_breadcrumb .breadcrumb a i {
	margin: 0 5px;
}

.div_breadcrumb .breadcrumb span {
	color: #666;
}

/*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;
	background: #fff;
	cursor: pointer;
}

.pages li a#active_z {
	color: #fff;
	background: #F8C447;
	border-color: #F8C447;
}

.pages li a:hover {
	background: #F8C447;
	color: #fff;
	border-color: #F8C447;
}

.pages li .active {
	background: #F8C447;
	color: #fff;
	border-color: #F8C447;
}

.pages li .active:hover {
	background: #F8C447;
	color: #fff;
	border-color: #F8C447;
}

/*end pages*/
.w_dichvu {
	position: relative;
	padding: 60px 0px;
}

.bg_container {
	background-position: left top;
	background-size: cover;
}

.bg_container_fixed {
	background-attachment: fixed;
}

.container_2 {
	width: 70%;
	margin: 0 auto;
}

/*head*/
div#header {
	width: 100%;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	background: #1d1e1e;
	position: relative;
}

div#header.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0px;
	z-index: 50;
	transition: all 0.3s ease-in-out;
	animation-name: fadeInDown;
	animation-duration: 1.5s;
}

.top_head {
	position: relative;
	color: #fff;
	padding: 6px 0px;
	font-weight: 400;
	border-bottom: 1px solid #2b2c2c;
}

.h-item {
	float: left;
	line-height: 30px;
	font-size: 14px;
}

.h-item img {
	width: 15px;
	margin-right: 3px;
}

.menu_head {
	float: right;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 14px;
}

.menu_head a {
	color: #eee;
	margin-left: 15px;
}

.menu_head a:hover {
	color: #f8c447;
}

.center_head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.menu_main {
	width: 100%;
}

.logo_head {
	position: relative;
	text-align: center;
}

.logo_head img {
	height: 80px;
}

div#header.fixed .logo_head img {
	height: 60px;
}

#menu {
	width: 100%;
}

.main_nav {
	list-style: none;
	display: flex;
	justify-content: center;
	position: relative;
}

.main_nav li {
	position: relative;
}
.main_nav li.max_parent {
	position: unset;
}
.main_nav li.max_parent>ul{
	display: flex;
	flex-wrap: wrap;
}
.main_nav li.max_parent>ul>li{
	width: 25%;
}
.main_nav li a {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #eee;
	font-weight: 300;
	padding: 0 20px 10px;
	display: block;
	transition: all 0.3s ease-in-out;
}

.main_nav>li>a:hover {
	color: #F8C447;
	transition: all 0.3s ease-in-out;
}

.main_nav li ul {
	list-style: none;
	width: 100%;
	position: absolute;
	min-width: 250px;
	border: 2px solid #F8C447;
	background-color: #1d1e1e;
	box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 100%;
	transition: all .5s;
	z-index: 50;
}

.main_nav li:hover>ul {
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0);
	-webkit-transform-origin: 0 0 0;
	opacity: 1;
	visibility: visible;
	transition: all .7s;
}

.main_nav li ul li a {
	font-size: 14px;
	text-transform: uppercase;
	padding: 7px 15px;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.main_nav li ul li:hover {
	background-color: #2c2c2c;
}

.main_nav li ul li:hover>a {
	color: #F8C447;
	transition: all 0.3s ease-in-out;
}

.main_nav li:last-child a {
	border-bottom: none;
}

#trongluong:focus, #muihuong:focus {
	outline: none;
}

.sizesp {
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #111;
	transition: all 0.3s ease-in-out;
	margin-right: 5px;
}

.sizesp:hover {
	cursor: pointer;
}

.sizesp.sizesp_active {
	border-color: #F8C447;
	color: #F8C447;
	transition: all 0.3s ease-in-out;
}

#search {
	overflow: hidden;
	height: 35px;
	width: 500px;
	border-radius: 2px;
	position: relative;
}

#search input {
	height: 35px;
	border: 1px solid #ced4da;
	padding: 0 55px 0 15px;
	width: 100%;
	color: #333;
	background: #fff;
}

#search input:focus, #search button:focus {
	outline: none;
}

#search button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	border: 0;
	background: transparent;
	width: 25px;
}

/*end head*/

/*footer*/
#w_footer {
	position: relative;
	background: #1d1e1e;
	color: #fff;
	font-weight: 400;
	z-index: 2;
}

#footer {
	position: relative;
	padding: 50px 0px 30px;
}

#footer .list_vertical {
	list-style: none;
}

#footer .list_vertical li {
	margin-bottom: 15px;
}

#footer .list_vertical li a {
	color: #fff;
	font-weight: 400;
}

#footer .list_vertical li a:hover {
	color: #F8C447;
}

#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: #888;
	color: #fff;
}

.logo_footer {
	margin-bottom: 15px;
	text-align: center;
}

.logo_footer img {
	width: 80%;
}

.div_footer_bottom {
	background-color: #1d1e1e;
	padding: 10px 0px;
	color: #fff;
	border-top: 1px solid #2b2c2c;
}

.footer_bottom {
	text-align: center;
}

.copy2 {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	color: rgba(255, 255, 255, 0.7);
	padding: 10px 0;
}

.tt_footer {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	position: relative;
	display: block;
	text-transform: uppercase;
}

.chan_footer {
	width: 80px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 5px 0px 15px;
}

.f-item {
	font-size: 14px;
	margin-bottom: 1rem;
	display: flex;
}

.f-item>i {
	font-size: 15px;
	line-height: 25px;
	width: 25px;
	height: 25px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 100%;
	margin-right: 10px;
}

.f-item span {
	width: calc(100% - 30px);
}

#social_footer2 {
	margin-top: 15px;
}

#social_footer2 a {
	margin-right: 8px;
	display: inline-block;
}

/*end footer*/

/*slider*/
#slider-mobi .slider-img, #slider .slider-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#slider-mobi .slider-img img, #slider .slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*banner page*/
.mybanner {
	width: 100%;
	position: relative;
}

.mybanner img {
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

.mybanner_content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mybanner .tieude_page {
	color: #fff;
	text-align: center;
}

.mybanner .breadcumb2 {
	text-align: center;
}

.mybanner .breadcumb2 a {
	color: #ccc;
	font-weight: 300;
	display: inline-block;
}

.mybanner .breadcumb2 a i {
	margin: 0 5px;
}

.mybanner .breadcumb2 span {
	color: #fff;
	font-weight: 300;
}

/*Gio hang*/
.w_httt .httt {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	cursor: pointer;
}

.w_httt {
	line-height: 25px;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.w_httt label {
	margin-bottom: 0px;
	cursor: pointer;
}

.noidung-httt {
	display: none;
}

.shop_cart a {
	display: flex;
	align-items: center;
	border: solid 1px #444646;
	padding: 7px 15px;
	color: #fff;
	font-weight: 300;
}

.shop_cart a>span {
	text-transform: uppercase;
	display: inline-block;
	margin-right: 20px;
}

.cart_head {
	position: relative;
}

.cart_head img {
	width: 20px;
}

.num-cart {
	border-radius: 50%;
	height: 15px;
	width: 15px;
	background-color: #f8c447;
	position: absolute;
	text-align: center;
	line-height: 15px;
	top: -5px;
	font-size: 10px;
	right: -8px;
	font-weight: 400;
	color: #222;
}

#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: #9C2B17;
	margin: 10px 0px 20px;
}

#donhang_ht h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.btn_madonhang {
	padding: 8px;
	font-size: 20px;
	line-height: 20px;
	background-color: #99c23c;
	color: #fff;
	width: 200px;
	margin: 10px auto;
}

/*end Gio hang*/

/*y kien*/
.sl_ykien {
	margin-right: -5px;
	margin-left: -5px;
}

.sl_ykien .slick-dots {
	bottom: -25px;
}

.item_ykien {
	text-align: center;
	padding: 70px 30px 30px;
	background-color: #f9f9f9;
	position: relative;
	margin-top: 60px;
	height: 100%;
}

.img_ykien {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

.img_ykien img {
	object-fit: cover;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #F8C447;
}

.nd_ykien {
	margin-bottom: 15px;
	font-size: 16px;
}

.tenkhach_ykien {
	font-weight: 700;
	font-size: 16px;
}

/*sản phẩm nổi bật*/
.spnoibat {
	position: relative;
	margin: 0 -5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col_sp_left {
	width: 40%;
	padding: 0 5px;
	margin-bottom: 20px;
}

.col_left .item_img img, .col_sp_left .item_img img {
	height: 225px;
}

.col_left {
	width: 20%;
	padding: 0 5px;
	margin-bottom: 20px;
}

.item:hover {
	box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

.item_name_sp {
	font-weight: 300;
	font-size: 16px;
	padding: 0 10px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	text-transform: uppercase;
	text-align: center;
}

.item_name_sp a {
	color: #222;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.item_name_sp a:hover {
	color: #F8C447;
}

.phantram {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(images/sale123.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 35px;
	height: 35px;
	text-align: center;
}

.phantram span {
	display: block;
	padding: 5px 0;
	color: #222;
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
}

.btnxemthem {
	text-align: center;
}

.btnxemthem a {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 5em;
	border: 1px solid #F8C447;
	background: #F8C447;
	transition: all 0.3s ease;
	color: #fff;
}

.btnxemthem a:hover {
	background: #fff;
	color: #F8C447;
}

/* Cam kết */
.item_camket {
	position: relative;
	border: solid 2px #888 !important;
	text-align: center;
}

.title_camket {
	padding: 0 30px;
	background: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1;
	color: #222;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.content_camket {
	width: 80%;
	padding: 40px 10px 0;
	margin: 0 auto;
}

.camket_item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.camket_img {
	margin-right: 10px;
}

.camket_img img {
	width: 45px;
}

.camket {
	padding: 30px 10px 10px;
	text-align: left;
	font-weight: 500;
}

/*slick index*/
.item {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
}

.item>a {
	display: block;
	position: relative;
	z-index: 20;
}

.item_img {
	position: relative;
	overflow: hidden;
}

.item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.border_vien {
	padding: 5px;
	border: 1px solid #ccc;
}

.item:hover .phong_to img {
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
}

.hover_sang {
	display: block;
}

.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 .item_gia {
	text-align: center;
	margin-bottom: 10px;
}

.del-gia {
	color: #888;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	margin-left: 10px;
	display: inline-block;
}

.del-gia::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #888;
}

.gia-ban {
	color: #F8C447;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	display: inline-block;
}

.item_sanpham {
	border: none !important;
	overflow: unset !important;
}

.product-cart {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 1px;
}

.product-cart .cart {
}

.product-cart .cart {
	width: 46%;
}

.product-cart .cart button {
	padding: 10px;
	border-radius: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
	border: 1px solid #F8C447;
	background: #F8C447;
	transition: all 0.3s ease;
	color: #fff;
}

.product-cart .cart:hover button {
	color: #F8C447;
	background: #fff;
}

.btn-mua-ngay {
	padding: 10px;
	border-radius: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	text-align: center;
	width: 46%;
	background: #fc2330;
	border: 1px solid #fc2330;
	color: #fff;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.btn-mua-ngay:hover {
	color: #fc2330;
	background: #fff;
	transition: all .3s ease-in-out;
}

.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: 1px solid #ddd;
	padding: 4px;
}

.mini_img_product .slick-arrow.slick-prev, .mini_img_product .slick-arrow.slick-next {
	top: calc(50% - 13px);
	width: 10px;
	height: 26px;
}

.zoom_slick {
	width: 50%;
	position: relative;
}

.zoom_slick  #img_product {
	border: 1px solid #ddd;
	width: 100%;
	text-align: center;
}

.zoom_slick  #img_product img {
}

.mz-thumb-selected img {
	opacity: 0.5 !important;
}

.info_product {
	width: 47%;
	display: block;
	position: relative;
	list-style: none;
}

.info_product li {
	padding: 7px 0;
}

.no-border-bottom {
	border-bottom: none !important;
}

.my-flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info_product .del-gia {
	font-size: 14px;
	line-height: 14px;
}

.info_product .gia-ban {
	font-size: 27px;
	line-height: 27px;
	font-weight: 900;
	color: #fc2330;
}

.gia-ban sup {
	font-weight: 300;
}

.my-flex-between span {
	width: 25%;
}

.my-flex-between span+span {
	width: 70%;
}

.productqty {
	width: 52px;
	display: inline-block;
}

.box_mota {
	border: 1px solid #ddd !important;
	padding: 15px !important;
	margin-top: 15px;
	margin-bottom: 15px;
}

.box_mota .addthis_native_toolbox {
	margin: 15px 0px 0;
}

.tt_mota {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.p_info {
	display: flex;
	justify-content: flex-start;
}

.p_info .p_1 {
	width: 110px;
}

.p_info .p_2 {
	width: calc(100% - 110px);
}

.controls .fa-minus, .controls .fa-plus {
	position: absolute;
	right: 0px;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 16px;
	height: 16px;
	font-size: 8px;
	color: #999;
}

.controls .fa-minus {
	bottom: 0;
}

.controls .fa-plus {
	top: 0;
}

.product-cart .cart button:focus, .controls button:focus {
	outline: none;
}

.controls {
	position: relative;
}

.controls input {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 4px 8px;
	height: 33px;
	width: 36px;
	text-align: center;
}

#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: 700;
}

#tabs .nav-link.active {
	color: #222;
}

/*end sanpham*/

/*Tin tức*/


.item_news {
	padding: 0px;
	border: none;
	position: relative;
	text-align: center;
	overflow: unset;
}

.new_time {
	text-align: left;
	padding: 5px 10px;
	font-style: italic;
	font-size: 13px;
	font-weight: 300;
	color: #888;
}

.new_time i {
	margin-right: 5px;
}

.item_news .item_name_sp {
	text-align: left;
}

.item_news .item_content {
	padding: 0 10px 20px;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	text-align: left;
}

.border_hover {
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
}

.border_hover:hover {
	box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

.item_news_detail .info {
	color: #666;
	font-size: 14px;
	margin-bottom: 15px;
}

.item_news_detail .info span {
	margin-right: 20px;
}
.box-add-item {
  animation: pulse-anim 2s ease-out infinite;
}

.category-desc {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

@keyframes pulse-anim {
  0%   { box-shadow: 0 0 0 0px  currentColor,
                     0 0 0 0px  currentColor;
         transform: scale(1); }
  60%  { box-shadow: 0 0 0 14px rgba(0,0,0,0.15),
                     0 0 0 28px rgba(0,0,0,0.05);
         transform: scale(1.1); }
  100% { box-shadow: 0 0 0 20px rgba(0,0,0,0),
                     0 0 0 40px rgba(0,0,0,0);
         transform: scale(1); }
}

/* Màu nền */
.box-add-item.box-map     { background-color: #00b8d4; }
.box-add-item.box-message { background-color: #f7a400; }
.box-add-item.box-call    { background-color: #7d51a0; }

/* Sóng đúng màu từng nút */
.box-map {
  animation-name: pulse-cyan;
}
.box-message {
  animation-name: pulse-yellow;
}
.box-call {
  animation-name: pulse-purple;
}
.box-facebook {
  animation-name: pulse-fb;
}
.box-zalo {
  animation-name: pulse-zalo;
}

@keyframes pulse-cyan {
  0%   { box-shadow: 0 0 0 0px rgba(0,184,212,0.8), 0 0 0 0px rgba(0,184,212,0.4); transform: rotate(0) scale(1) skew(1deg); }
  10%  { transform: rotate(-25deg) scale(1) skew(1deg); }
  20%  { transform: rotate(25deg)  scale(1) skew(1deg); }
  30%  { transform: rotate(-25deg) scale(1) skew(1deg); }
  40%  { transform: rotate(25deg)  scale(1) skew(1deg); }
  50%  { box-shadow: 0 0 0 14px rgba(0,184,212,0.3), 0 0 0 28px rgba(0,184,212,0.08); transform: rotate(0) scale(1) skew(1deg); }
  100% { box-shadow: 0 0 0 20px rgba(0,184,212,0),   0 0 0 40px rgba(0,184,212,0);   transform: rotate(0) scale(1) skew(1deg); }
}

@keyframes pulse-yellow {
  0%   { box-shadow: 0 0 0 0px rgba(247,164,0,0.8), 0 0 0 0px rgba(247,164,0,0.4); transform: rotate(0) scale(1) skew(1deg); }
  10%  { transform: rotate(-25deg) scale(1) skew(1deg); }
  20%  { transform: rotate(25deg)  scale(1) skew(1deg); }
  30%  { transform: rotate(-25deg) scale(1) skew(1deg); }
  40%  { transform: rotate(25deg)  scale(1) skew(1deg); }
  50%  { box-shadow: 0 0 0 14px rgba(247,164,0,0.3), 0 0 0 28px rgba(247,164,0,0.08); transform: rotate(0) scale(1) skew(1deg); }
  100% { box-shadow: 0 0 0 20px rgba(247,164,0,0),   0 0 0 40px rgba(247,164,0,0);   transform: rotate(0) scale(1) skew(1deg); }
}

@keyframes pulse-purple {
  0%   { box-shadow: 0 0 0 0px rgba(125,81,160,0.8), 0 0 0 0px rgba(125,81,160,0.4); transform: rotate(0) scale(1) skew(1deg); }
  10%  { transform: rotate(-25deg) scale(1) skew(1deg); }
  20%  { transform: rotate(25deg)  scale(1) skew(1deg); }
  30%  { transform: rotate(-25deg) scale(1) skew(1deg); }
  40%  { transform: rotate(25deg)  scale(1) skew(1deg); }
  50%  { box-shadow: 0 0 0 14px rgba(125,81,160,0.3), 0 0 0 28px rgba(125,81,160,0.08); transform: rotate(0) scale(1) skew(1deg); }
  100% { box-shadow: 0 0 0 20px rgba(125,81,160,0),   0 0 0 40px rgba(125,81,160,0);   transform: rotate(0) scale(1) skew(1deg); }
}

@keyframes pulse-fb {
  0%   { box-shadow: 0 0 0 0px rgba(0,132,255,0.8), 0 0 0 0px rgba(0,132,255,0.4); transform: rotate(0) scale(1) skew(1deg); }
  10%  { transform: rotate(-25deg) scale(1) skew(1deg); }
  20%  { transform: rotate(25deg)  scale(1) skew(1deg); }
  30%  { transform: rotate(-25deg) scale(1) skew(1deg); }
  40%  { transform: rotate(25deg)  scale(1) skew(1deg); }
  50%  { box-shadow: 0 0 0 14px rgba(0,132,255,0.3), 0 0 0 28px rgba(0,132,255,0.08); transform: rotate(0) scale(1) skew(1deg); }
  100% { box-shadow: 0 0 0 20px rgba(0,132,255,0),   0 0 0 40px rgba(0,132,255,0);   transform: rotate(0) scale(1) skew(1deg); }
}

@keyframes pulse-zalo {
  0%   { box-shadow: 0 0 0 0px rgba(0,104,255,0.8), 0 0 0 0px rgba(0,104,255,0.4); transform: rotate(0) scale(1) skew(1deg); }
  10%  { transform: rotate(-25deg) scale(1) skew(1deg); }
  20%  { transform: rotate(25deg)  scale(1) skew(1deg); }
  30%  { transform: rotate(-25deg) scale(1) skew(1deg); }
  40%  { transform: rotate(25deg)  scale(1) skew(1deg); }
  50%  { box-shadow: 0 0 0 14px rgba(0,104,255,0.3), 0 0 0 28px rgba(0,104,255,0.08); transform: rotate(0) scale(1) skew(1deg); }
  100% { box-shadow: 0 0 0 20px rgba(0,104,255,0),   0 0 0 40px rgba(0,104,255,0);   transform: rotate(0) scale(1) skew(1deg); }
}


/*Liên hệ*/
.btnsubmit {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	padding: 8px 30px;
	border-radius: 5em;
	border: 1px solid #F8C447;
	background: #F8C447;
	transition: all 0.3s ease;
	color: #fff;
}

.btnsubmit:focus {
	outline: none;
}

.btnsubmit:hover {
	color: #F8C447;
	background: #fff;
}

/*myrow */
.myrow {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-right: -5px;
}

.myrow2 {
	display: flex;
	flex-wrap: wrap;
}

.mycol {
	padding-right: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

.colx3 {
	width: 33.33%;
}

.colx4 {
	width: 25%;
}

/*end myrow */
a.a_cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.bg-fb-comments {
	background-color: #f5f5f5;
	padding: 20px;
}

.cosan {
	color: #2ecc71;
}

.box_tvsp {
	margin-top: 8px;
	padding: 15px !important;
	background: #ecf9ff;
}

#frm_tvsp {
	width: 100%;
	display: flex;
}

#frm_tvsp #dienthoai_tvsp {
	width: calc(100% - 100px);
	border-radius: 0;
}

#frm_tvsp .submit_tvsp {
	width: 100px;
	border-radius: 0;
	background: #F8C447;
	color: #fff;
	border: 1px solid #F8C447;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}

#frm_tvsp .submit_tvsp:hover {
	color: #F8C447;
	background: transparent;
	transition: all .3s ease-in-out;
}
ul.w_color{
	margin: -2px -1px;
	padding: 15px !important;
	text-align: center;
}
ul.w_color .color_item{
	display: inline-block;
    border: 1px solid #aaa;
    padding: 1px;
    width: 40px;
    height: 30px;
    margin: 2px 1px;
}
ul.w_color .color_item.active{
	border-color: #000; 
}
ul.w_color .color_item a{
	display: block;
	width: 100%;
	height: 100%;
}
.item_star{
	color: #F5A623;
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1;
}
.color_star{
	color: #F5A623;
	line-height: 1;
}

@media only screen and (max-width:1200px) {
	.menu_main .container{
		max-width: 100% !important;
	}
	.main_nav li a{
		font-size: 15px;
		padding: 0 10px 10px;
	}

}

@media only screen and (max-width:1025px) {
	.main_nav li a {
		font-size: 14px;
		padding: 0 8px 10px;
	}
	
	.col_sp_left {
		width: 50%;
	}

	.col_left {
		width: 25%;
	}

	#search {
		width: 400px;
	}

	.mobi_none {
		display: none;
	}

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width:992px) {
	.col_left .item_img img {
		height: 218px;
	}

	.col_sp_left .item_img img {
		height: 250px;
	}

	.content_camket, .col_sp_left {
		width: 100%;
	}

	.col_left {
		width: 33%;
	}

	.center_head {
		justify-content: center;
	}

	.shop_cart {
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
	}

	.shop_cart a {
		padding: 0;
		border: 0;
	}

	.shop_cart a>span {
		display: none;
	}

	.container_2 {
		width: 100%;
	}

	.item .item_name, .item .item_name a {
		font-size: 16px;
		line-height: 24px;
	}

	.lobibox-notify-wrapper-large.bottom, .lobibox-notify-wrapper.bottom {
		bottom: 50px !important;
	}

	.tieude_page, .tieude_gc span, .tieude_detail, .title_camket {
		font-size: 22px;
		line-height: 25px;
	}

	.colx4 {
		width: 50% !important;
	}

	.main_nav, .top_head, #search {
		display: none;
	}

	.logo_head img {
		height: 60px;
	}

	div#header.fixed .logo_head img {
		height: 40px;
	}

	#content_left {
		width: 100% !important;
		float: unset !important;
	}

	#content_right {
		width: 100% !important;
		float: unset !important;
	}

	.logo_head {
		margin: 0 auto;
	}

	.div_slider {
		width: 100% !important;
		float: unset;
		height: auto !important;
	}

	.w_dichvu {
		padding: 30px 0px;
	}

	#back-to-top {
		bottom: 100px !important;
		right: 10px !important;
	}

	.info_product, .zoom_slick {
		width: 100% !important;
	}

	.footer_bottom {
		margin-bottom: 45px;
	}

	.copy2 {
		text-align: center;
		margin-top: 10px;
	}

}

@media only screen and (max-width:600px) {
	.col_left .item_img img {
		height: 188px;
	}

	.col_left {
		width: 50%;
	}

	.div_breadcrumb .breadcrumb .container {
		padding: 0;
	}

	.x_map iframe {
		height: 300px !important;
	}

	.logo_footer, .ten_nhantin, .noidung_nhantin {
		text-align: center;
	}

	.f_map {
		padding-right: 0px !important;
	}

	.f_map iframe {
		height: 300px !important;
	}

}

@media only screen and (max-width:420px) {
	.btn-mua-ngay{
		font-size: 14px;
		width: 49%
	}
	.product-cart .cart{
		width: 49%
	}
	.product-cart .cart button{
		font-size: 14px;
	}
	#frm_tvsp .submit_tvsp {
		font-size: 12px;
	}

	#tabs .nav-link {
		font-size: 14px;
		line-height: 18px;
	}

	.colx4 {
		width: 100% !important;
	}

	.colx3 {
		width: 50% !important;
	}

	.col_left .item_img img {
		height: 180px;
	}

}

@media only screen and (max-width:380px) {
	.col_left .item_img img {
		height: 160px;
	}

}

@media only screen and (max-width:365px) {
	.btn-mua-ngay{
		font-size: 12px;
	}
	.product-cart .cart button{
		font-size: 12px;
	}
}

@media only screen and (max-width:330px) {
}
@media only screen and (max-width:320px) {
	.btn-mua-ngay{
		font-size: 10px;
	}
	.product-cart .cart button{
		font-size: 10px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width:576px) {
	.col_sm_2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.col_sm_3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col_sm_4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col_sm_6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col_sm_12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width:768px) {
	.col_md_2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.col_md_3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col_md_4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col_md_6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col_md_12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width:992px) {
	.col_lg_2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.col_lg_3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col_lg_4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col_lg_6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col_lg_12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width:1200px) {
	.col_xl_2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.col_xl_3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col_xl_4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col_xl_6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col_xl_12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

}

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