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

b, strong {
	font-weight: 700;
}

.wap {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.button-viewall {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 25px;
	color: #000;
	font-weight: 400;
	margin-bottom: 30px;
	border: 1px solid #000;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.button-viewall:hover {
	color: #fff;
	background: #000;
	transition: all 0.3s ease-in-out;
}

.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;
}

.mn-n15 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

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

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

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

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

.pt-30 {
	padding-top: 30px !important;
}

.bg-xam {
	background-color: #e0e0e0;
}

.bg-xamnhat {
	background-color: #f8f7fb;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.gallery-item img {
  width: 100%;
  display: block;
}

.gallery img {
	width: 100%;
}

.content {
	width: 100%;
}

.content ul {
	padding-left: 30px;
}

.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 h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6 {
	font-weight: 700;
}

.content h1 {
	font-size: 24px;
}

.content h2 {
	font-size: 22px;
}

.content h3 {
	font-size: 17px;
}

.content h4 {
	font-size: 16px;
}

.content h5 {
	font-size: 15px;
}

.content h6 {
	font-size: 14px;
}

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: 500px;
}

#content_right {
	width: calc(25% - 15px);
	float: right;
}

#content_left {
	width: calc(75% - 15px);
	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: #000;
	color: #fff;
}

.mybtn.btn-do:hover {
	background-color: #000;
	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;
}

.nd_fb_left {
	height: 300px;
}

.div_left {
	margin-bottom: 30px;
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 6px;
}

.div_left .ar_left {
}

.div_left .ar_left .item_left {
	padding: 15px 0px;
	position: relative;
}

.border-bottom {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.item_left.border-bottom:last-child {
	border-bottom: 0 !important;
}

.div_left .ar_left .item_left a:hover {
	color: #000;
}

.div_left .ar_left .item_left:hover img {
	filter: brightness(0.8);
}

.div_left .ar_left .item_left .item_img {
	width: 30%;
	float: left;
}

.div_left .ar_left .item_left .item_content {
	width: 65%;
	float: right;
}

.div_left .ar_left .item_left .item_content .h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.item_sp_left {
	padding: 0px !important;
}

.item_sp_left .h3 {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 20px;
}

.item_sp_left i.fa-plus {
	display: inline-block;
	width: 20px;
	text-align: right;
	cursor: pointer;
}

.item_sp_left .h3 a {
	width: calc(100% - 26px);
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-transform: capitalize;
	color: #444;
	display: inline-block;
	padding: 10px 0px;
}

.item_sp_left ul {
	display: none;
	list-style: none;
}

.item_sp_left ul.active {
	display: block;
}

a.sp_list_left {
	position: relative;
	display: block;
	padding: 8px 0px 8px 30px;
	color: #888;
	font-size: 15px;
}

a.sp_list_left:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 17px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #999;
}

/*end left_bar*/

/*tieude*/
.tieude_left {
	position: relative;
	color: #000;
	font-size: 18px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
	padding-left: 0px;
	margin-bottom: 10px;
}

.tieude_left span {
	padding-bottom: 5px;
	border-bottom: 2px solid  #ccc;
}

.tieude_detail {
	position: relative;
	color: #000;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 20px;
}

.gc.center {
	margin: 10px auto 40px;
}
.gc.left {
	margin: 10px auto 40px;
}
.gc {
	width: 80px;
	height: 1px;
	margin: 10px 0 40px;
	background-color: #434341;
}

.tieude_index {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

.tieude_index::after {
	content: '';
	left: 50%;
	transform: translate(-50%);
	bottom: -10px;
	width: 14px;
	height: 14px;
	background-image: url('images/icon-title.png');
	background-size: contain;
	position: absolute;
	z-index: 3;
}

.tieude_index::before {
	content: '';
	position: absolute;
	border-top: 1px solid #cacaca;
	left: calc(50% - 120px);
	bottom: 0;
	right: 0;
	width: 240px;
	bottom: -6px;
}

.tieude_index .tt_sub {
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	color: #666;
	margin-bottom: 0px;
}

.tieude_index .tt_main {
	font-size: 28px;
	line-height: 40px;
	color: #333;
	font-weight: 700;
	display: inline-block;
	position: relative;
	text-transform: capitalize;
}

.tieude_gc {
	position: relative;
	font-weight: 500;
	text-align: center;
	font-family: Tinos;
	font-size: 30px;
	line-height: 1.2;
	color: #000;
}

.tieude_page {
	position: relative;
	color: #000;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 20px;
	display: block;
	font-family: Tinos;
}

.tieude_other {
	position: relative;
	color: #000;
	font-size: 22px;
	line-height: 27px;
	font-weight: 900;
	margin-bottom: 30px;
	display: block;
	text-align: center;
}

.tieude_other:after {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
	height: 4px;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	z-index: 1;
}

.tieude_other span {
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	position: relative;
	z-index: 2;
}

/*end tieude*/

/*breadcrumb*/
.div_breadcrumb {
	margin-bottom: 60px;
}

.div_breadcrumb .breadcrumb {
	background-color: #000;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
	padding: 20px 0px;
	border-radius: 0;
}

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

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

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

/*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: 8px 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: #000;
	border-color: #000;
}

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

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

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

/*end pages*/
.w_dichvu {
	position: relative;
	padding: 60px 0px 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 {
	position: relative;
	width: 100%;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}

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

.top_head {
	background: #e1e1e1;
	position: relative;
	color: rgba(0, 0, 0, 0.8);
	padding: 6px 0px;
	font-weight: 400;
}

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

.top_head #h-social {
	float: right;
	margin-top: 1px;
}

.top_head #h-social a {
	display: inline-block;
}

.h-ngonngu {
	position: relative;
}

.h-ngonngu span {
	width: 1px;
	height: 12px;
	background: #666;
	margin: 0 5px;
	display: inline-block;
}

.h-ngonngu a {
	color: #999;
}

.h-ngonngu a.active {
	color: #000;
}

#menu_mobi .h-ngonngu {
	margin-left: 0px;
	margin-top: 20px;
	display: block;
	text-align: center;
}

.h-ngonngu img {
	margin-left: 10px;
}

.top_head #h-social a img {
	max-height: 30px;
	margin-left: 3px;
	filter: brightness(0.4);
}

.menu_main {
	background-color: #fff;
	position: relative;
	width: 100%;
}

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

div#header.fixed .logo_head {
	margin-top: 0px;
}

.logo_head img {
	margin: 10px auto;
	height: 50px;
}

.logo_head a {
	display: inline-block;
}

.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;
	width: 100%;
}

.main_nav {
	list-style: none;
	display: flex;
	justify-content: space-around;
}

.main_nav li {
	position: relative;
}

.main_nav li a {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
	padding: 28px 10px;
	display: block;
}

.main_nav>li>a.active, .main_nav>li>a.active2, .main_nav>li>a:hover {
	color: #000;
}

.main_nav>li>a:hover, .main_nav>li:hover>a {
	color: #999;
}

.main_nav li a.has-child::after {
	content: '';
	content: '\f0d7';
	font-family: FontAwesome;
	position: absolute;
	right: 8px;
	top: 18px;
}

.main_nav li ul {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	min-width: 200px;
	background-color: #fff;
	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;
	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 {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000;
	border-bottom: 1px solid #ccc;
}

.main_nav li ul li:hover>i {
	color: #000;
}

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

.main_nav li ul li:hover>a {
	color: #000;
}

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

.main_nav li i.fa-angle-right {
	position: absolute;
	right: 5px;
	top: 17px;
	font-size: 15px;
	color: inherit;
}

.main_nav li ul li ul {
	top: 0;
	left: calc(100%);
}

.tieude_danhmuc_menu {
	background-image: url('images/bg_general.png');
	background-repeat: no-repeat;
	background-position: 15px;
	background-color: #000;
	color: #fff;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	padding: 0px 20px 0px 50px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

.menu_danhmuc .fa-chevron-circle-right {
	color: #000;
	margin-right: 10px;
}

.tieude_danhmuc_menu i {
	position: absolute;
	right: 20px;
	top: 15px;
	border: 1px solid;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	text-align: center;
}

#search {
	width: 300px;
	z-index: 10;
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	padding: 15px 17px;
	box-shadow: 0 10px 30px 10px rgb(0 0 0 / 5%);
	display: none;
}

#search.action {
	animation-name: fadeIn;
	animation-duration: 0.5s;
	display: block;
}

#search.action::after {
	content: '';
	position: absolute;
	top: -10px;
	right: 15px;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 15px solid #fff;
	z-index: 20;
}

.search_border {
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

#search input {
	height: 35px;
	float: left;
	border: none;
	padding: 0 15px;
	color: #434341;
	width: 90%;
	background: rgba(255, 255, 255, 0.2);
	border: 0px;
	outline: 0;
}

#search i.fa {
	background: rgba(255, 255, 255, 0.2);
	width: 10%;
	line-height: 35px;
	float: right;
	color: #434341;
	text-align: center;
	cursor: pointer;
}

/*end head*/

/*footer*/
#w_footer {
	position: relative;
	background: #000;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 300;
	z-index: 2;
}

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

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

#footer .list_vertical li {
	width: 50%;
}

#footer .list_vertical li a {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	margin-bottom: 1rem;
}

#footer .list_vertical li:last-child a {
	margin-bottom: 0;
}

#footer .list_vertical li:hover a {
	color: #fff;
	text-decoration: underline !important;
}

#back-to-top {
	display: none;
	width: 44px;
	height: 44px;
	color: #333;
	border: 2px solid #333;
	background: #F0F0F0;
	position: fixed;
	right: 15px;
	bottom: 30px;
	cursor: pointer;
	border-radius: 100%;
	z-index: 1000;
	text-align: center;
}

#back-to-top i.fa {
	line-height: 40px;
	font-size: 20px;
	font-weight: 700;
}

#back-to-top:hover {
	background: #fff;
	color: #333;
}

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

.logo_footer img {
	width: 80%;
}

.div_footer_bottom {
	background-color: #000;
	color: rgba(255, 255, 255, .5);
}

.footer_bottom {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 0px;
}

.footer_bottom ul {
	list-style: none;
	display: flex;
}

.footer_bottom ul li {
	padding: 5px 0px;
}

.footer_bottom ul li a {
	display: inline-block;
	padding: 0px 10px;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.9);
}

.footer_bottom ul li a:hover {
	color: yellow;
}

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

.ul-inline a {
	color: #222;
}

.ul-inline a:hover {
	color: #000;
}

.list_footer {
	list-style: none;
	display: flex;
}

.list_footer li {
	margin-left: 15px;
	text-align: center;
}

.list_footer li a {
	color: #222;
}

.list_footer li:hover a {
	color: #000;
}

.tt_footer {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	position: relative;
	display: block;
	margin-top: 60px;
	margin-bottom: 40px;
	color: #fff;
}

.chan_footer {
	width: 80px;
	height: 2px;
	background: rgba(255, 255, 255, .5);
	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(0, 0, 0, 0.4);
	border-radius: 100%;
	margin-right: 10px;
}

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

#social_footer2 {
	margin-top: 40px;
}

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

#social_footer2 img {
	height: 25px;
	filter: invert(.3);
	transition: all .3s ease-in-out;
}

#social_footer2 img:hover {
	filter: invert(0);
	transition: all .3s ease-in-out;
}

/*end footer*/

/*slider*/
.div_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;
	background-color: #333;
	margin-bottom: 40px;
}

.mybanner img {
	width: 100%;
	min-height: 150px;
}

.wtieudepage {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 20px;
}

.wtieudepage .tieude_page {
	color: #fff;
}

.wtieudepage .breadcumb2 a {
	color: #ccc;
	display: inline-block;
}

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

.wtieudepage .breadcumb2 span {
	color: #fff;
}

/*vechungtoi*/
.vechungtoi {
	background: #f0f0f0;
}

.vechungtoi_item {
	position: relative;
	padding: 24px 0px;
}

.vechungtoi_item>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.vechungtoi_img {
	width: 50px;
	height: 50px;
	padding: 0px;
	border-radius: 100%;
	float: left;
}

.vechungtoi_img img {
	width: 100%;
	border-radius: 100%;
}

.vechungtoi_mota {
	font-size: 15px;
	line-height: 20px;
	float: right;
	width: calc(100% - 60px);
}

.vechungtoi_item h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.vechungtoi_item p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
}

/*end vechungtoi*/

/*y kien*/
.sl_ykien .slick-dots {
	bottom: -20px;
}

.item_ykien {
	position: relative;
	padding: 0 20px;
	text-align: center;
}

.img_ykien {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 10px;
}

.img_ykien img {
	width: 100%;
}

.nd_ykien {
	margin-bottom: 10px;
}

.nd_ykien .fa-quote-left, .nd_ykien .fa-quote-right {
	color: #000;
}

/*end y kien*/

/*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 {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 999;
	transform: translateY(-50%);
}

#header.fixed + .shop_cart {
	top: 0%;
}

.icon-cart {
	background-image: url('images/i_cart_black.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.shop_cart .num-cart {
	color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #000;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	margin-left: -10px;
}

#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: #000;
	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*/

/*sanpham*/

/*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 .item_name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.item .item_content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

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

.item_img a {
	position: relative;
	z-index: 15;
	display: block;
}

.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_name {
	margin-top: 8px;
	padding: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.item:hover .item_name, .item:hover .item_name a {
	color: #000 !important;
	transition: all 0.3s ease-in-out;
}

.item_sl .item_name {
	overflow: hidden;
}

.item .item_name, .item .item_name a {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

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

.item:hover .item_gia {
	opacity: 1;
	transition: all 0.2s ease-in-out;
}

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

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

.gia-ban {
	color: #000; /*106885; */
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	margin: 0px;
	display: inline-block;
}

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

.item_sanpham .item_button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item_button i.fa-cart-plus {
	color: #000;
}

.product-qty .cart {
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 30px;
	background: #000 border-box;
	border: 2px solid transparent;
}

.item_sanpham .item_button .cart {
	width: 60%;
	margin: 0 auto;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	background: #000 border-box;
	border: 2px solid transparent;
}

.product-qty .cart button, .item_sanpham .item_button .cart button {
	background: #fff;
	color: #000;
	outline: 0px;
	border: 0px;
	text-align: center;
	border-radius: 50px;
	display: block;
	width: 100%;
	padding: 5px 0px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
}

.product-qty .cart:hover button, .item_sanpham .item_button .cart:hover button, .item_sanpham .item_button .cart:hover button i.fa-cart-plus {
	color: #fff;
}

.product-qty .cart:hover button, .item_sanpham .item_button .cart:hover button {
	color: #fff;
	background: linear-gradient(35deg, #000 0%, #ff8a6c 100%);
	transition: all 0.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: calc(50% - 15px);
	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: calc(50% - 15px);
	display: block;
	position: relative;
	list-style: none;
}

.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 .del-gia {
	font-size: 14px;
	line-height: 14px;
}

.info_product .gia-ban {
	font-size: 25px;
	line-height: 25px;
}

.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: 41px;
}

.controls input {
	float: left;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px 15px;
	height: 41px;
	width: 100px;
	border-left: 0;
	border-right: 0;
	text-align: center;
}

.info_product .cart button {
	padding: 8px 20px;
}

.info_product .product-qty {
	display: flex;
	flex-wrap: wrap;
}

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

.btn-mua-ngay {
	padding: 10px 15px;
	background: #000;
	color: #fff !important;
	text-align: center;
	transition: all 0.5s ease;
	margin-bottom: 10px;
	display: block;
	border-radius: 4px;
}

.btn-mua-ngay:hover {
	background-color: #681D0F;
	color: #fff !important;
}

.btn-mua-ngay span {
	display: block;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 700;
}

.btn-mua-ngay span+span {
	font-size: 16px;
}

.a_baogia {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.a_baogia a {
	-ms-flex: 0 0 calc(50% - 5px);
	flex: 0 0 calc(50% - 5px);
	max-width: calc(50% - 5px);
	color: #000;
	font-weight: 400;
	padding: 6px 10px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	border-radius: 4px;
}

.a_baogia a:first-child {
	background: #f5f5f5;
}

.a_baogia a:last-child {
	background: #f5f5f5;
}

.text_khuyenmai {
	border: 1px solid rgba(208, 0, 10, 0.1);
	background: rgba(208, 0, 10, 0.05);
	padding: 15px;
}

.text_khuyenmai p {
	margin-bottom: 4px;
}

/*end sanpham*/

/* doitac*/
#w_doitac {
	background-color: #f5f5f5;
	padding: 30px 0px;
}

.item_doitac {
	height: 120px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #aaa;
	padding: 5px;
	margin: 0 10px;
	display: block;
	background-color: #fff;
}

.item_doitac img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: contain;
}

/*end doitac*/

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

.item_news .newtime {
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.item_news .item_name {
	font-weight: 600;
	text-align: left;
}

.item_news:hover .item_name {
	text-decoration: underline;
}

.item_news .item_content {
	color: #666;
	text-align: left;
}

.bg_new_time {
	position: relative;
}

.bg_new_time::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 2;
	width: 50px;
	height: 75px;
	background: rgba(255, 255, 255, 0.7);
}

.item_news .new_time {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 3;
	text-align: center;
	padding: 7px 10px;
	background: #000;
}

.item_news .new_time span {
	display: block;
	color: #fff;
	text-align: center;
}

.item_news .new_time .day {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.item_news .new_time .month {
	font-size: 14px;
	line-height: 14px;
}

.item.border_hover {
	padding-bottom: 20px;
}

.item.border_hover .item_name, .item.border_hover .item_content {
	padding: 0 20px;
}

.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 {
	white-space: nowrap;
}

.list_tin_khac {
	list-style: none;
	font-size: 15px;
	line-height: 25px;
}

.list_tin_khac a {
	color: #000;
	transition: 0.4s;
}

.list_tin_khac a:hover {
	color: #000;
	transition: 0.4s;
	padding-left: 10px;
}

.item_news_detail .info span {
	margin-right: 20px;
}

/*end tintuc*/

/*item_slider*/
.item_s {
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	color: #333;
	text-align: left;
}

.item_s h3 {
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
}

.item_s .s_img {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}

.item_s .s_img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.item_s .s_noidung {
	padding: 10px 15px;
}

/*contact*/
#frm_contact label {
	margin-bottom: 5px;
}

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

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

.mycol {
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom: 4px;
}

.colx3 {
	width: 33.33%;
}

.colx4 {
	width: 25%;
}

/*end myrow */

/*gioithieu*/
#gioi-thieu2 {
}

#gioi-thieu .btn-gioithieu {
	padding: 10px 20px;
	background: rgba(205, 33, 39, 0.7);
	color: #fff;
	transition: all 0.3s ease-in-out;
	margin: 20px 0px;
	display: inline-block;
}

#gioi-thieu .btn-gioithieu:hover {
	background: #111;
	transition: all 0.3s ease-in-out;
}

.gt_tieude {
	font-family: Tinos;
	font-size: 30px;
	line-height: 1.2;
	color: #000;
	position: relative;
	text-align: center;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.gt_mota {
	display: block;
	color: #000;
	margin-bottom: .5rem;
	text-align: center;
}

.gt_noidung {
}

.gt_xemthem {
	text-align: center;
}

.gt_xemthem a {
	display: inline-block;
	font-size: 14px;
	text-transform: capitalize;
	position: relative;
	color: #111;
}

.gt_xemthem a:hover {
	color: #999;
}

.gt_img {
	position: relative;
	width: 100%;
}

.gt_img img {
	width: 100%;
	position: relative;
	z-index: 2;
}

.item_list {
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
}

.item_list:last-child {
	border-bottom: none;
}

.item_list:hover {
	background: #f0f0f0;
}

.item_list a {
	padding: 10px 20px;
	color: #000;
	font-weight: 700;
	display: flex;
	align-items: flex-start;
}

.item_list a i.fa {
	color: #666;
	font-weight: 700;
	margin-top: 4px;
	margin-right: 5px;
}

/*duan*/
#du-an {
	background-color: #F5F5F5;
}

.item_duan {
	text-align: left !important;
	padding: 0px;
	border: none !important;
	position: relative;
}

.item_duan>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.item_duan .item_name {
	padding: 0px !important;
}

.item_duan .item_name {
	position: relative;
}

.item_duan .item_name::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 50px;
	height: 2px;
	background: #000;
}

.item_duan .item_name::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 140px;
	height: 2px;
	background: #ccc;
}

.item_duan .item_info {
	padding-top: 10px;
}

.item_duan .item_info div {
	padding-bottom: 7px;
}

.vien_trong {
	position: relative;
}

.vien_trong::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
}

.item_txt_cover {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.item:hover .item_txt_cover {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.item_txt_cover .item_name {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}

.item:hover .item_txt_cover .item_name {
	color: #fff !important;
	transition: all 0.3s ease-in-out;
}

.item_txt_cover .item_thoigian {
	color: #09E0E8;
}

.slider-sub {
	margin: 10px 0px 20px;
}

.slider-sub .sub_img {
	border: 1px solid #ddd;
	margin: 0 4px;
	padding: 4px;
}

.news_index {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-main {
	width: 50%;
	height: 390px;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.news-sub {
	width: 47%;
	height: 390px;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.news-sub .slick-list {
	height: auto !important;
}

.item_tin {
	padding: 15px 10px;
	border-bottom: 1px solid #ccc !important;
	position: relative;
}

.item_tin>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.item_tin:last-child {
	border-bottom: none;
}

.item_tin:hover, .item_tin.slick-current {
	background: #f0f0f0;
}

.item_tin h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0;
}

.item_tin p {
	color: #000;
	margin: 5px 0px 0px;
	font-size: 14px;
}

.sl_album {
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.item_album {
	position: relative;
}

.item_album a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.item_album .album_img {
	width: 100%;
	height: 100%;
}

.item_album .album_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item_album .album_ten {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	font-size: 17px;
	line-height: 25px;
	font-weight: 700;
	background-color: rgba(70, 191, 234, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 0;
	opacity: 0;
	transition: 0.5s;
	color: #fff;
}

.item_album .album_ten h4 {
	text-transform: capitalize;
}

.item_album .album_ten i.fa {
	font-weight: 300;
	font-size: 12px;
}

.item_album:hover .album_ten {
	opacity: 1;
	transition: 0.5s;
}

.album_item {
	width: 100%;
	height: 100%;
}

.album_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bg-album {
	background-color: #eedb62;
}

.main_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ul_tab {
	position: relative;
	text-align: center;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.ul_tab li {
	display: inline-block;
	padding: 5px 15px;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 18px;
	margin-left: 10px;
	transition: all 0.4s ease;
}

.ul_tab li.act, .ul_tab li:hover {
	border-color: #000;
	color: #000;
	transition: all 0.4s ease;
}

.item_video {
	border: 0px;
}

.item_video a {
	position: relative;
	display: block;
}

.item_video:hover .item_name {
	text-decoration: underline;
}

.item_video a .video_play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	font-size: 30px;
	background: rgba(255, 255, 255, .9);
	border-radius: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
}

.item_video a .video_play i.fa-play {
	margin-left: 5px;
}

.hr_x2 {
	width: 100%;
	border-top: 4px double #d0d0d0;
	margin: 30px 0px;
}

.img_up {
	width: 100%;
	text-align: center;
}

.img_up p {
	margin-top: 10px;
}

#w_nhantin {
	background-color: #F5F5F5;
	padding: 20px 0px;
}

.ten_nhantin {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 1px;
}

.noidung_nhantin {
	font-size: 18px;
	line-height: 28px;
}

.noidung_nhantin {
}

#frm_nhantin #email_nhantin {
	width: 70%;
	float: left;
	height: 50px;
	border-radius: 0;
	border: 0;
	outline: 0;
	background-color: rgba(255, 255, 255, 0.5);
}

#frm_nhantin #email_nhantin:focus {
	outline: 0;
}

#frm_nhantin #submit_nhantin {
	width: 30%;
	float: right;
	height: 50px;
}

.slick_sp .slick-arrow {
	top: 34.5%;
}

.slick_sp .slick-arrow.slick-prev {
	left: -10px;
}

.slick_sp .slick-arrow.slick-next {
	right: -10px;
}

#text_seo {
	position: relative;
}

#text_seo .content {
	height: 100px;
	overflow: hidden;
}

#text_seo.active .content {
	height: auto !important;
	padding-bottom: 40px;
}

#text_seo .xemthem {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 20px;
	text-align: center;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 100%);
}

#text_seo .xemthem button {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #000;
	color: #000;
	padding: 8px 20px;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 20px;
	border-radius: 50px;
	transition: all 0.4s ease-in-out;
	outline: 0;
	font-weight: 400;
}

#text_seo .xemthem button:hover {
	background-color: #000;
	color: #fff;
	transition: all 0.4s ease-in-out;
}

#theoyeucauindex .content {
	color: #fff;
	width: 70%;
	margin: 0 auto;
}

#theoyeucauindex .form-control {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300
}

#theoyeucauindex select.form-control option {
	color: #222;
	line-height: 30px;
}

#theoyeucauindex .form-control::placeholder {
	color: #fff;
}

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

.sizesp {
	display: inline-block;
	padding: 5px 12px;
	font-size: 15px;
	line-height: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #111;
	transition: all 0.3s ease-in-out;
}

.sizesp:hover {
	cursor: pointer;
}

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

.item_giasize {
	margin-bottom: 10px;
}

.item_giasize .item_gia {
	float: left;
}

.item_giasize .item_size {
	float: right;
}

.item_size {
	display: flex;
	flex-direction: column;
	position: relative;
}

.item_size span.chon_size {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 14px;
	background: rgba(0, 0, 0, 0.1);
}

.item_size span.chon_size:hover {
	cursor: pointer;
}

.item_size .w_size {
	position: absolute;
	right: 0px;
	bottom: 100%;
	max-width: 200px;
	min-width: 80px;
	z-index: 30;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	display: none;
}

.item_size .sizesp {
	border: 0;
	padding: 5px 5px;
	display: block;
	background: #fff;
}

.item_size .w_size.active {
	display: block;
}

.select_size {
	padding: 5px 10px;
	border: 1px solid #ddd;
	width: 100%;
}

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

.item_sanpham .item_name a {
	display: block;
}

.item_sanpham:hover .item_name a {
	color: #333 !important;
}

.gia1 {
	width: 100%;
	text-align: center;
	display: block;
}

#noidung_contact {
	height: 146px;
}

.spbanchay {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 50px;
	height: 50px;
}

.zoom_slick .spbanchay {
	top: -10px;
	right: 20px;
}

.spbanchay img {
	width: 100%;
	height: 100%;
}

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

.soluongsp {
	position: relative;
	width: 80px;
	height: 28px;
}

.soluongsp input {
	height: 28px;
}

.soluongsp span.fa {
	position: absolute;
	right: 0;
	width: 15px;
	height: 14px;
	color: #666;
	font-size: 8px;
	line-height: 12px;
	font-weight: 300;
	border: 1px solid #DEE2E6;
	z-index: 5;
	background: #fff;
	display: inline-block;
}

.soluongsp span.fa-plus {
	top: 0;
}

.soluongsp span.fa-minus {
	bottom: 0;
}

div.gallery-image-item {
	display: inline-block;
	padding: 5px;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

div.gallery-image-item img {
	width: 100%;
}

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

.grid-container2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 260px 260px;
	grid-gap: 15px 15px;
	grid-template-areas: "lt-tv0 lt-tv0 lt-tv1 lt-tv1"
	"lt-tv0 lt-tv0 lt-tv2 lt-tv3";
}

.lt-tv0 {
	grid-area: lt-tv0;
}

.lt-tv1 {
	grid-area: lt-tv1;
}

.lt-tv2 {
	grid-area: lt-tv2;
}

.lt-tv3 {
	grid-area: lt-tv3;
}

.item_hinhanh {
	border: 0;
}

.item_hinhanh .item_img, .item_hinhanh .item_img a {
	position: unset;
}

.item_hinhanh .item_img span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(58 58 58 / 50%);
	outline: 1px solid #fff;
	outline-offset: -10px;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.item_hinhanh:hover .item_img span {
	opacity: 1;
	transition: all .3s ease-in-out;
}

.item_hinhanh .item_img span img {
	width: 100px;
	height: 100px;
}

.item_work_name span.sp1 {
	font-size: 20px;
	line-height: 25px;
	display: block;
	color: #999;
	font-weight: 400;
	margin-bottom: 7px;
}

.item_work_name span.sp2 {
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
}

.item_work_gc {
	width: 100px;
	height: 2px;
	border-bottom: 2px solid #ccc;
	margin: 15px 0 20px;
}

.item_news_hori {
	border: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: unset;
	margin-bottom: 20px;
}

.item_news_hori .left {
	width: calc(30% - 5px);
}

.item_news_hori .right {
	width: calc(70% - 5px);
}

.item_news_hori .right .item_name {
	margin-top: 0;
	-webkit-line-clamp: 2;
}

.item_news_hori .right .item_content {
	-webkit-line-clamp: 2;
}

@media only screen and (max-width:1282px) {
	#tieude_danhmuc_menu .fa-caret-down {
		opacity: 0;
	}

}

@media only screen and (max-width:1208px) {
	.logo_head img {
		height: 45px !important;
	}
}

@media only screen and (max-width:1200px) {
	.gallery {
		grid-template-columns: repeat(3, 1fr);
	}

	.main_nav li a {
		font-size: 14px;
	}

	.grid-container2 {
		display: grid;
		grid-template-columns: auto auto;
		grid-template-rows: 250px 250px;
		grid-gap: 15px 15px;
		grid-template-areas: "lt-tv0 lt-tv1"
		"lt-tv2 lt-tv3";
	}

}

@media only screen and (max-width:1025px) {
	.mobi_none {
		display: none;
	}

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width:992px) {
	
	.div_breadcrumb {
		margin-bottom: 40px;
	}

	.grid-container2 {
		grid-template-rows: 200px 200px;
	}

	.item_hinhanh .item_img span img {
		width: 60px;
		height: 60px;
	}

	div.gallery-image-item {
		display: inline-block;
		padding: 5px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.div_breadcrumb .breadcrumb {
		font-size: 12px;
	}

	.tt_footer {
		font-size: 16px;
	}

	#menu .h-ngonngu {
		position: absolute;
		right: 5px;
	}

	#donhang_ht {
		width: 70%;
	}

	.tieude_index .tt_sub {
		font-size: 35px;
		line-height: 40px;
	}

	.tieude_index .tt_main {
		font-size: 22px;
		line-height: 30px;
	}

	.container_2 {
		width: 100%;
	}

	.icon-cart {
		width: 30px;
		height: 30px;
	}

	.shop_cart .num-cart {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}

	.ul_tab li {
		font-size: 15px;
		line-height: 20px;
		padding: 5px 10px;
	}

	.item_sanpham .item_button .cart {
		width: 100%;
	}

	.item_sanpham .item_button .cart button {
		padding: 4px 2px;
	}

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

	.item_work_name {
		font-size: 18px;
		line-height: 25px;
	}

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

	.tieude_page, .tieude_gc, .tieude_detail, .gt_tieude {
		font-size: 30px;
	}

	.gt_tieude {
		font-size: 30px;
	}

	.tieude_gc {
		padding: 20px 0 15px;
	}

	.colx4 {
		width: 50% !important;
	}

	.news-sub {
		height: auto !important;
	}

	.main_nav, .top_head {
		display: none;
	}

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

	.logo_head {
		width: 100%;
	}

	#tieude_danhmuc_menu {
		display: none;
	}

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

	.main_nav, .info-head {
		display: none;
	}

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

	.div_slider {
		height: auto !important;
	}

	.w_dichvu {
		padding: 30px 0px 0;
	}

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

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

	.footer_bottom {
		margin-bottom: 45px;
	}

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

	.list_footer li {
		margin-left: 0 !important;
	}

	.news_index {
		margin-bottom: 20px;
	}

	.soluongsp {
		width: 70px;
	}

}

@media only screen and (max-width:767px) {
}

@media only screen and (max-width:600px) {
	.gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	div.gallery-image-item {
		display: inline-block;
		padding: 5px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.tt_footer {
		font-size: 18px;
	}

	#donhang_ht {
		width: 100%;
	}

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

	.gt_img {
		margin-top: 30px;
	}

	.vechungtoi_item {
		padding: 15px 0px;
	}

	#theoyeucauindex .content {
		width: 100%;
	}

	.a_baogia a {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	#frm_nhantin #submit_nhantin {
		padding: 8px;
		font-size: 14px;
	}

	.footer_bottom ul {
		padding-top: 15px;
		margin-bottom: 15px;
	}

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

	#news_index .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 {
		margin-left: 0;
	}

	.news-main, .news-sub {
		width: 100% !important;
	}

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

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

	.controls .fa-minus, .controls .fa-plus {
		width: 70px !important;
	}

	.controls input {
		width: calc(100% - 140px) !important;
	}

}

@media only screen and (max-width:480px) {
	div.gallery-image-item {
		display: inline-block;
		padding: 5px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.grid-container2 {
		grid-template-rows: 150px 150px;
	}

	.item_hinhanh .item_img span img {
		width: 50px;
		height: 50px;
	}

}

@media only screen and (max-width:414px) {
	#tabs .nav-link {
		font-size: 14px;
		line-height: 18px;
	}

	.colx4 {
		width: 100% !important;
	}

	.colx3 {
		width: 50% !important;
	}

}

@media only screen and (max-width:380px) {
	.item_news_hori .left {
		width: 100%;
	}

	.item_news_hori .right {
		width: 100%;
	}

	.item_news_hori .right .item_name {
		margin-top: 10px;
	}

}

@media only screen and (max-width:365px) {
	.grid-container2 {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: 150px 150px 150px 150px;
		grid-gap: 15px 15px;
		grid-template-areas: "lt-tv0"
		"lt-tv1"
		"lt-tv2"
		"lt-tv3";
	}

}

@media only screen and (max-width:300px) {
	.tieude_page, .tieude_gc, .tieude_detail, .gt_tieude {
		font-size: 25px;
	}

	.logo_head img {
		height: 40px;
	}

}

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

/* 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) {
	.gc.left {
		margin: 10px 0px 40px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width:1200px) {
	.main_nav li a {
		padding-left: 20px;
		padding-right: 20px;
	}

}

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