@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
	box-sizing: inherit;
	line-height: 1.8rem;
}


html {
	font-size: 62.5%;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
}

body {
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	padding: 0;
	max-width: var(--width-body);
	margin: auto;
}

ul {
	list-style: none;
}

main {
	padding: 10px;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: var(--width-header);
	z-index: 99999;
	padding: 10px;
}

.header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: var(--max-width-1);
	margin: auto;
}

.footer {
	max-width: var(--max-width-1);
	margin: auto;
}

/*<gh*/
.banHang_WapSp {
	display: flex;
	justify-content: space-around;
	gap: 12px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.gh-head p {
	margin: 0;
}

.banHang_wapImgSp {
	display: flex;
}

span.hoaDonSttSp {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	padding: 10px;
}

.banHang_wapImgSp img {
	width: 100px;
	cursor: pointer;
	margin: auto;
}

.banhHang_wapTextSp {
	flex: 1;
	text-align: left;
}

.banhHang_wapTextSp P {
	font-size: 14px;
	margin: 0;
}

.banHang_wap0836 {
	display: flex;
	gap: 12px;
	margin-top: 5px;
	flex-wrap: wrap;
	flex-direction: column;
}

.quantity {
	display: flex;
	align-items: center;
}

.quantity input {
	width: 60px;
	text-align: center;
	border: 1px solid #ddd;
}

#thongTinSp .quantity input {
	padding: 10px;
}

#hienThiSanPhamHoaDon button {
	border-radius: 0px;
	padding: 0px 10px;
}

.wapSpGh {
	overflow-y: scroll;
	max-height: 600px;
	border-radius: 5px!important;
	width: 80%;
	max-width: 800px;
}

#hienThiSanPhamHoaDon .clDe {
	background: red;
	border: 1px solid red;
	border-radius: 5px;
}

#hienThiSanPhamHoaDon .btn-dong, button.btn-dong-full-screen {
	border: 1px solid #ff0000;
	background: -webkit-linear-gradient(top, #ffc6c6, #ff0000);
}

.wapBtnGh {
	text-align: left;
}

#hienThiSanPhamHoaDon .wapBtnGh button {
	padding: 10px;
	border-radius: 5px;
}

.tamTinh b {
	font-size: 30px;
	font-weight: bold;
}

.form-group {
	margin-bottom: 15px;
	text-align: left;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

textarea.form-control {
	height: auto;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea {
	overflow: auto;
}
/*</gh*/

/*<nav*/
.nav-cl {
	flex-basis: 100%;
	margin-top: 10px;
}

.nav-cl ul, .nav-cl li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.nav-cl > ul {
	display: flex;
	border-radius: 5px;
}

.nav-cl > ul > li {
	position: relative;
/*	padding: 15px 20px;*/
}

.nav-cl.hiden-mobi > ul > li > a {
	display: block;
	padding: 15px 20px;
}

.nav-cl > ul > li > a {
	text-decoration: none;
	
}

.nav-cl ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 1000;
	min-width: 200px;
}

.nav-cl ul ul li {
	float: none;
}

.nav-cl ul ul li a {
	padding: 10px 15px;
	display: flex;
	
	justify-content: space-between;
}

.nav-cl ul ul ul {
	left: 100%;
	top: 0;
}

.nav-cl li:hover > ul {
	display: block;
}

.float-r {
	float: right;
}

.float-l {
	float: left;
}
/*</nav*/
/*<nav mobi*/


/*</nav mobi*/

.danh-muc-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 20px;
	gap: 30px;
}

.cl-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 12px;
	gap: 30px;
}

.wap-cl-footer * {
	color: white;
}

.wapIframe {
	display: flex;
	justify-content: center;
}

h1, .p-h1-cl {
	font-size: 2rem;
	line-height: 2.7rem
}

h2 {
	font-size: 1.9rem;
	line-height: 2.5rem;
	margin-bottom: 10px
}

h3 {
	font-size: 1.6rem;
	margin: 10px 0
}

h4 {
	font-size: 1.5rem
}

h5 {
	font-size: 1.4rem;
	margin: 0
}

h6 {
	font-size: 1.4rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #615e5e;
	text-transform: capitalize
}

p::first-letter {
	text-transform: uppercase
}

p {
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 1em
}

a {
	text-decoration: none !important;
	color: blue;
	cursor: pointer
}

iframe {
	margin: auto;
}

figure {
	text-align: center
}

img {
	width: 100%;
	height: auto;
}

ul {
	padding: 0;
	margin: 0
}

li::first-letter {
	text-transform: uppercase
}

button {
	color: #fff;
	font-size: 16px;
	font-family: Arial, sans-serif;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	padding: 10px
}

button:hover {
	opacity: 80%
}

button.btn-blue-pad10 {
	padding: 10px;
	background: -webkit-linear-gradient(top, #bbb, #24272b);
	font-weight: bold;
}

.main-web, .wapSectionLoad, .cl-section-load {
	padding: 10px;
	overflow: hidden;
}

.main-section {
	padding: 15px;
	margin-bottom: 12px;
	border-radius: 5px
}

.breadcrumb.main-section {
	border-radius: 0px;
}

.column_gt i {
	text-transform: capitalize;
	font-size: 13px;
	max-height: 36px;
	overflow: hidden;
	display: inline-block
}

.column_gt {
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: transform .3s ease-in-out
}

.column_gt:hover {
	transform: translateY(-5px)
}

.column_gt img {
	width: 100%;
	height: auto;
	border-radius: 5px
}

.column_gt p {
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 7px;
	max-height: 59px;
	overflow: hidden;
}

p.price {
	color: #000;
	font-weight: 700;
	font-size: 18px
}

p.diaChi {
	color: green
}

hr.hr1 {
	margin-bottom: 20px
}

.breadcrumb {
	font-size: 16px;
	margin: 10px 0
}

.breadcrumb a {
	font-weight: 700;
	transition: color .3s
}

.separator {
	color: #999;
	margin: 0 5px
}

.current-page {
	font-weight: 700;
	line-height: 1.5em;
}

div.danh-muc-footer p {
	margin: 0;
	margin-bottom: 10px;
}

.dia-diem-tt a {
	padding-bottom: 0;
}

.dia-diem-tt .image-item-blog.image-container_gt {
	padding-bottom: 100%;
	border-radius: 5px;
}

.row-layout-left {
	border-bottom: 1px solid #ddd;
}

.image-item-blog {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 5px;
	overflow: hidden
}

.image-item-blog > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.anh-detail.image-container_gt {
	background: -webkit-linear-gradient(top, #f3f3f3, gray);
	position: relative;
	overflow: hidden
}

.anh-detail.image-container_gt img, .anh-detail.image-container_gt video {
	opacity: 0;
}

.image-item-blog.image-container_gt {
	background: -webkit-linear-gradient(top, #f3f3f3, gray);
	position: relative;
	overflow: hidden
}

.anh-detail.image-container_gt::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
	animation: highlight 1s linear infinite
}

.image-item-blog.image-container_gt::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
	animation: highlight 1s linear infinite
}

@keyframes highlight {
	0% {
		left: -100%
	}

	100% {
		left: 100%
	}
}

.image-item-blog.image-container_gt img {
	opacity: 0
}

.breadcrumb span,
.breadcrumb a {
	text-transform: capitalize !important
}

div.logo {
	width: 40%;
	max-width: 150px;
	border-radius: 5px;
	max-height: 48px;
	margin-top: auto;
	margin-bottom: auto;
	overflow: hidden;
}

div.logo img {
	width: 100%;
}

.div-search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	margin-left: 40px;
	max-width: 600px;
}

.div-account {
	display: flex;
	justify-content: flex-end;
	min-width: 100px;
	gap: 12px;
	margin-left: 20px;
}

.cl-icon-gh {
	position: relative;
	width: 60px;
}

span#val-gio-hang {
	position: absolute;
	top: 3px;
	font-weight: bold;
	left: 26px;
	font-size: 12px;
}

.input-search-cl {
	flex: 1;
	border: 1px solid #ccc;
	border-radius: 5px 0 0 5px;
	padding: 8px
}

.input-search-cl+button {
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	padding: 9px;
	display: flex;
}

.div-account button {
	font-size: 13px;
	padding: 10px;
	font-weight: bold;
}

.row-lr {
	display: flex;
	gap: 12px;
}

.cl-noi-dung-spnbat {
	flex: 1;
}

.cl-noi-dung-bv {
	flex: 2;
}

.column_gt-img img {
	height: auto;
	min-width: 150px;
	border: 1px solid #ddd;
}

.new-line {
	flex-basis: 100%;
	margin-top: 10px;
}

.margin-section {
	max-width: var(--max-width-1);
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.breadcrumb.main-section {
	max-width: var(--max-width-1);
	margin: auto;
}

.max-width-2 {
	max-width: var(--max-width-2);
	margin: auto;
}

.max-width-3 {
	max-width: var(--max-width-3);
	margin: auto;
}

.section-first {
	margin-top: 119px;
}

.row-scroll-x {
	overflow-x: scroll;
	display: flex;
	gap: 7px;
	justify-items: center;
	flex-wrap: nowrap;
	width: 100%;
	padding-bottom: 10px
}

.row-scroll-x .column_gt {
	width: 200px;
	margin-right: 10px;
	min-width: 200px;
	max-width: 200px
}

.row-scroll-x::-webkit-scrollbar {
	height: 8px
}

.row-scroll-x::-webkit-scrollbar-track {
	background-color: #f1f1f1
}

.row-scroll-x::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 6px
}

.row-scroll-x::-webkit-scrollbar-thumb:hover {
	background-color: #555
}

.column_gt h3 {
	max-height: 53px;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	text-overflow: ellipsis;
	width: 100%;
}
.section-layout-2 {
	display: flex;
	flex-wrap: wrap
}

.container_gt-lay-out-2-left {
	flex: 6;
	margin-bottom: 12px;
}

.container_gt-lay-out-2-rigth {
	flex: 4
}

.row-layout-left {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding: 10px;
	justify-content: flex-start;
	gap: 10px;
}

.column_gt-text {
	flex: 8;
	margin-right: 10px
}

.column_gt-img {
	flex: 2;
	position: relative;
}

.column_gt-text h3 {
	color: #1010af;
	cursor: pointer;
	margin: 0;
	margin-bottom: 10px;
}

.column_gt-text p {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center
}

.text-capitalize {
	text-transform: capitalize !important
}

.luc-lac {
	animation: aniBaoTinChuaDoc .5s infinite
}

@keyframes aniBaoTinChuaDoc {
	50% {
		transform: rotate(45deg)
	}

	100% {
		transform: rotate(-45deg)
	}
}

#backToTopBtn {
	bottom: 200px;
	display: none
}

#backToDownBtn {
	bottom: 150px
}

.backToBtn {
	position: fixed;
	right: 20px;
	z-index: 99;
	font-size: 16px;
	border: none;
	outline: none;
	background-color: #333;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	border-radius: 5px;
	opacity: 50%
}

.backToBtn:hover {
	opacity: 1;
	transform: scale(1.1)
}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	background: #f1f1f1
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
	background: #555
}

.clTrong01 {
	height: 60px;
	display: block;
	width: 100%
}

p.cl-p-flex {
	display: flex;
	justify-content: space-between;
	font-size: 13px
}

p.cl-pb-green * {
	color: green
}

p.cl-p-price * {
	font-size: 16px;
}

.phan-trang {
	margin-left: 10px;
	text-align: center;
	margin-top: 20px
}

div.phan-trang button {
	display: inline-block;
	margin-bottom: 5px
}

ul.search-option-ul {
	list-style: none;
	border: 1px solid #ddd;
	padding: 10px;
	position: fixed;
	background: #fff;
	min-width: 300px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 5px
}

ul.search-option-ul .wapLi {
	max-height: 300px;
	overflow-y: scroll
}

ul.search-option-ul .wapLi li {
	text-align: left;
	line-height: 1.7em;
	font-size: 1em;
	cursor: pointer;
	padding: 5px;
	border-bottom: 1px solid #ddd
}

ul.search-option-ul .wapLi li:hover {
	background: blue;
	color: #fff
}

.search-option select {
	padding: 10px;
	min-width: 300px;
	text-transform: capitalize
}

ul.search-option-ul input {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 5px
}

video {
	width: 100%;
	max-height: 800px;
}

.search-option-wap {
	margin-bottom: 30px
}

.wap-ap-dung-btn button {
	background: #007bff;
	color: #fff;
	padding: 10px 15px
}

.btn-select button {
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	background: #007bff;
	text-transform: capitalize
}

#main-image {
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-bottom: 15px;
	min-width: 300px;
	min-height: 300px;
	max-width: 500px;
	max-height: 667px
}

#thumbnail-container_gt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.thumbnail {
	width: 60px;
	height: 60px;
	margin-right: 5px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 5px;
	transition: transform .2s ease-in-out
}

.thumbnail:hover {
	transform: scale(1.2)
}

.main-section-details {
	display: flex;
	justify-content: space-around;
	gap: 12px;
	flex-wrap: wrap
}

.col-details-left {
	flex: 5;
	max-width: 600px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 15px;
	border-radius: 5px;
	width: 100%;
}

.col-details-right {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	flex: 5;
	min-width: 300px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

div.text-thong-tin div {
	margin-bottom: 10px
}

div.text-thong-tin div span {
	text-transform: capitalize;
	font-weight: bold;
}

.cl-ul-tags {
	list-style: none
}

.cl-ul-tags li {
	min-width: 150px;
	display: flex;
	padding: 10px
}

.cl-ul-tags li a {
	margin: auto;
	background: #000;
	border-radius: 5px;
	padding: 0 10px;
	text-align: center;
	text-transform: capitalize
}

.cl-ul-tags h4 {
	color: #ffffff;
	margin: 5px 0;
	font-size: 12px
}

.rating-container_gt {
	display: flex
}

.star {
	font-size: 24px;
	cursor: pointer
}

.star:hover {
	color: #ffd700
}

.rated {
	color: #ffd700
}

.reviews-container_gt {
	margin-top: 20px
}

.review {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px
}

.review .rating {
	color: green;
	margin-bottom: 5px;
}

.text-danh-gia-label {
	margin-bottom: 10px;
	color: green
}

.div-tinh-trang span {
	margin-right: 10px;
	color: green
}

#product-container_gt.image-container_gt {
	width: 100%;
	height: 100%;
	min-width: 300px;
	min-height: 300px
}

button.icon-btn-message {
	padding: 10px
}

.popup-container_gt {
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 999999
}

.popup-container_gt-fixed {
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	display: none
}

.popup-container_gt .popup {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	text-align: center
}

.popup-container_gt .popup-fixed {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	min-width: 300px;
	margin: 10px;
}

.popup-container_gt .loader {
	border: 8px solid #3498db;
	border-top: 8px solid transparent;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 0 auto 20px;
	animation: spin .2s linear infinite
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.popup-container_gt .close-btn {
	background-color: #3498db;
	color: #fff;
	border: none;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer
}

.popup-container_gt .popup-container_gt.active {
	display: flex
}

@keyframes dotsAnimation {

	0%,
	20% {
		content: "."
	}

	40%,
	60% {
		content: ".."
	}

	80%,
	100% {
		content: "..."
	}
}

.loading-dots::before {
	content: "";
	font-size: 24px;
	display: inline-block;
	animation: dotsAnimation 1.5s infinite
}

.google-auto-placed {
	overflow: hidden;
	background: linear-gradient(to right, #fff, #dddddd7a);
	background-size: 200% 100%;
	animation: gradientAnimation 1s infinite linear;
	margin-bottom: 12px;
}

@keyframes gradientAnimation {
	0% {
		background-position: 100% 0;
	}
	100% {
		background-position: -100% 0;
	}
}

.google-auto-placed::before {
	content: "Quảng cáo...";
	color: #007bff;
}

#ads-g-none-0112 .google-auto-placed {
	display: none!important;
}

.section-layout-2 .iframeAdsCnds {
	height: 100%!important;
}

.noiDungVideo {
	padding: 10px;
}

p.tenV {
	font-weight: bold;
}

.wapBtnV {
	text-align: center;
}

.nutKeuGoiCl {
	padding: 10px;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.videos-cl {
	max-width: 500px;
	border: 1px solid #ddd;
	border-radius: 7px 7px 0px 0px;
}

.videos-cl video {
	border-radius: 7px 7px 0px 0px;
	max-height: 500px;
}

div#google-anno-sa {
	display: none;
}

/*new*/
.highlight-effect {
	width: 100%;
	height: 100px;
	background: -webkit-linear-gradient(top, #f3f3f3, gray);
	position: relative;
	overflow: hidden;
}

.highlight-effect::before {
	content: "<?php echo $hovaten ?>";
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: gray;
}

.highlight-effect::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
	animation: highlight 1s linear infinite;
}

@keyframes highlight {
	0% {
		left: -100%;
	}
	100% {
		left: 100%;
	}
}

.banner-img {
	display: flex;
}

.banner-img img {
	width: 100%;
	margin: auto;
}

#scrollSlider3 img {
	max-width: 200px;
	border-radius: 10px;
}

#scrollSlider2 img {
	height: 400px;
	width: auto;
	border-radius: 20px;
}

.slider-container_gt2 {
	position: relative;
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
	max-height: 400px;
}

.slider2 {
	display: flex;
}

.relative {
	position: relative;
}

.slider2 img {
	flex: 0 0 auto;
	height: auto;
	margin-right: 10px;
}

.slider-controls2 {
	width: 100%;
	position: absolute;
	top: calc(50% - 20px);
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
}

.slider-controls2 button {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 10px;
	font-size: 20px;
	outline: none;
	z-index: 1;
	opacity: 0.5;
}

.slider-controls2 button:hover {
	background-color: rgba(0, 0, 0, 1);
	opacity: 1;
}

button.next-btn2 {
	position: absolute;
	right: 5px;
}

button.prev-btn2 {
	left: 5px;
	position: absolute;
}

.clNextPage2 {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	flex-wrap: wrap;
}
/*<root*/
header .div-account div {
	margin-top: auto;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: auto;
}

header .nav-cl > ul {
	display: flex;
	border-radius: 5px;
}

.wap-content-h1-banner {
	position: relative;
}

.content-h1-banner {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 30%;
	overflow: hidden;
	margin: auto;
}

.content-h1-banner img, .content-h1-banner video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #ddd;
}

#h1-banner h1 b {
	margin: auto;
	line-height: 6rem;
	padding: 0px 5px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 4px 4px rgb(0 0 0 / 50%);
	display: inline-block;
}

#h1-banner h1 {
	font-size: 50px;
	width: 600px;
	height: 110px;
	display: flex;
	justify-content: center;
}

#h1-banner {
	position: absolute;
	top: calc(39% - 55px);
	left: calc(50% - 300px);
	border-radius: 5px;
}

/*root*/

html {
	background: var(--color-html-1);
}

body {
	background: var(--color-body-1);
}

header, header .header {
	background: var(--color-header-1);
}

header .logo, header .logo a, header .logo img {
	background: var(--color-header-3);
}

header .div-search .input-search-cl {
	background: var(--color-header-4);
	color: var(--color-header-10);
}

header button, header .div-account .cl-icon-gh, header .cl-icon-nav-mb {
	background: -webkit-linear-gradient(top, var(--color-header-6), var(--color-header-5));
	border: 1px solid var(--color-header-2);
}

header .header .div-search em, header .header .div-account span, header .header .div-account em{
	color: var(--color-header-2);
}

header .nav-cl ul[data_id="ul-nav"] {
	background: -webkit-linear-gradient(top, var(--color-header-8), var(--color-header-7));
}

header .nav-cl ul ul {
	background: var(--color-header-13);
}

header .nav-cl > ul > li:hover {
	background-color: var(--color-header-14);
	color: var(--color-header-15);
}

header .nav-cl ul li:hover > a, header .nav-cl ul li:hover > a em, section .danh-muc-items a:hover {
	background-color: var(--color-header-14);
	color: var(--color-header-15);
}

header .nav-cl > ul > li > a, header .nav-cl > ul > li > a em {
	color: var(--color-header-9);
}

header .nav-cl ul ul li a, header .nav-cl ul ul li a em {
	color: var(--color-header-16);
}


.main-section {
	background: var(--color-section-1);
}

section * {
	color: var(--color-section-2);
}

section button, .slider-controls2 button, button.dat-hang-btn, button.btn-prev-full-screen, button.btn-next-full-screen {
	background: -webkit-linear-gradient(top, var(--color-section-5), var(--color-section-4));
	border: 1px solid var(--color-section-4);
	color: var(--color-section-6);
}

.main-section button.btn-curent {
	color: var(--color-section-7);
	background: white;
}

.main-section .heading01 {
	text-align: center;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), var(--color-section-8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-section hr.heading-home {
	width: 200px;
	border: 0;
	height: 2px;
	background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), var(--color-section-8);
	margin: auto;
	opacity: 0.9;
	margin-bottom: 20px;
}

.section-title-normal span {
	color: var(--color-section-6);
	background: -webkit-linear-gradient(top, var(--color-section-5), var(--color-section-4));
}

.main-section .section-title-normal span:after {
	border-left-color: var(--color-section-4);
}

.main-section .section-title a {
	border: 1px solid var(--color-section-4);
	background: -webkit-linear-gradient(top, var(--color-section-5), var(--color-section-4));
	color: var(--color-section-6);
}

.main-section .column_gt {
	background-color: var(--color-section-9);
}

#thongTinSp button em {
	color: var(--color-section-6);
}

#thongTinSp .gia-shop * {
	color: var(--color-section-4);
}

#thongTinSp b em {
	color: var(--color-section-2);
}

#h1-banner h1 b {
	color: var(--color-section-11);
}

#h1-banner {
	background-color:var(--color-section-12);
}

section .breadcrumb a {
	color: var(--color-section-10);
}

section a:hover, section a:hover i {
	color: var(--color-section-4);
}

.danh-muc-items a {
	border-radius: 10px;
	border: 1px solid var(--color-section-4);
	padding: 10px;
	color: var(--color-section-6);
	background: var(--color-section-5);
	text-transform: capitalize;
}

footer {
	background: var(--color-footer-1);
}

footer .wap-cl-footer * {
	color: var(--color-footer-2);
}
/*root>*/

/* Cho Chrome, Safari */
.slider-container_gt2::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.hiden-scroll::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

@media (max-width: 500px) {
	.hiden-phone {
		display: none
	}

	.column_gt-img {
		flex: 4 !important
	}

	.column_gt-text {
		flex: 6 !important;
		margin-right: 5px !important
	}

	.col-details-right {
		margin: 0 !important;
	}

	.col-details-left {
		margin: 0 !important
	}

	.cs-6 {
		width: calc(50% - 20px);
		min-width: 48%;
	}

	.cs-12 {
		width: 100%;
	}
}

@media screen and (min-width: 501px) and (max-width: 890px) {
	.cm-4 {
		width: calc(33.3333% - 20px);
		min-width: 31%;
	}

	.cm-12 {
		width: calc(50% - 20px);
		width: 100%;
	}
}

@media screen and (min-width: 891px) and (max-width: 991px) {
	.hiden-phone {
		display: none
	}

	.cl-3 {
		width: calc(25% - 20px);
		min-width: 23%;
	}

	.cl-6 {
		width: calc(50% - 20px);
		min-width: 150px
	}
}

@media screen and (min-width: 992px) {
	.cx-2 {
		width: calc(16.6666% - 0px);
		min-width: 19%;
	}

	.cx-6 {
		width: calc(50% - 20px);
		min-width: 150px
	}
}

@media only screen and (max-width:769px) {
	.hiden-mobi {
		display: none
	}

	.section-first {
		margin-top: 106px
	}

	.div-search {
		margin-left: 0;
	}

	header .nav-cl {
		position: fixed;
		margin: 0;
		top: 0;
		right: 0;
		width: 90%;
		max-width: 400px;
		height: 100%;
		background: var(--color-header-1mb);
	}

	header .nav-cl ul[data_id="ul-nav"] {
		background: var(--color-header-1mb);
	}

	header .nav-cl > ul {
		border-radius: 0;
		flex-direction: column;
	}

	header .nav-cl li:hover > ul {
		display: none;
	}

	header .nav-cl ul ul ul {
		left: 0;
	}

	header .nav-cl > ul > li {
		border-bottom: 1px solid #fff;
		padding: 0;
	}

	header .nav-cl ul ul {
		position: relative;
	}

	header .nav-cl ul li a, li[data_id="menu"] span {
		padding: 15px 20px;
		display: inline-block;
	}

	header li[data_id="menu"] {
		text-align: center;
		color: #fff;
	}

	header .nav-cl em.hiden-desk, header .nav-cl li[data_id="menu"] em {
		background: -webkit-linear-gradient(top, var(--color-header-6), var(--color-header-5));
		border: 1px solid var(--color-header-5);
		display: inline-block;
		padding: 15px 20px;
		color: var(--color-header-15);
	}

	header .nav-cl > ul > li > a, header .nav-cl > ul > li > a em, header li[data_id="menu"] {
		color: var(--color-header-15);
	}

	.wapSpGh {
		width: 100%;
	}

	#h1-banner {
		top: calc(39% - 50px);
		left: calc(50% - 150px);
	}

	#h1-banner h1 {
		font-size: 20px;
		width: 300px;
		height: 100px;
	}

	.row-lr {
		flex-wrap: wrap;
	}

	.cl-noi-dung-spnbat {
		flex-basis: 100%;
	}
}

@media only screen and (min-width:769px) {
	.clNav01 {
		display: none
	}

	.hiden-desk {
		display: none
	}
}

@media only screen and (max-width:768px) {
	.clNav01 {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99999;
		width: 100%;
		height: 60px;
		background: #fff;
		text-transform: capitalize;
		border-top: 1px solid #ddd;
		padding: 10px
	}

	.clNav01Content {
		display: flex;
		justify-content: space-around;
		text-align: center;
		cursor: pointer
	}

	.clNav01Item:hover {
		background: #ddd
	}

	.clNav01Icon {
		font-size: 20px
	}

	.clNav01Text {
		font-size: 10px
	}
}

.cl-bv .column_gt {
	width: 300px;
	max-width: 300px;
	min-width: 300px;
}

.cl-bv .image-item-blog {
	padding-bottom: 70%;
}

.danh-muc-items {
	padding: 10px;
}

h2.xem-them-cl-h2 {
	display: flex;
	justify-content: space-between;
}

h2.xem-them-cl-h2 span {
	display: flex;
	align-items: center;
}

.section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.section-title-normal {
	border-bottom: 0;
	background: #e4e6e7;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0;
}

.section-title-normal span {
	padding: 0 8px 0 12px;
	position: relative;
	line-height: 45px;
	text-transform: uppercase;
}

.section-title-normal span:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 22px solid transparent;
	border-left: 15px solid;
	border-right: 0 solid transparent;
	border-bottom: 23px solid transparent;
	position: absolute;
	top: 0;
	right: -15px;
}

.section-title a {
	padding: 5px 10px;
	border-radius: 4px;
	margin-right: 18px;
	font-size: 12px;
}

.wapSlider {
	position: relative;
}

.wap-content-full {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background-color: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100000;
}

.wap-content-full button {
	z-index: 100000;
}

.wap-full-screen-img {
	max-width: 1200px;
	position: relative;
}

.wap-full-screen-img img {
	max-width: 1200px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	transition: transform 0.3s;
	cursor: pointer;
}

button.btn-dong-full-screen {
	bottom: 10px;
	left: calc(50% - 18px);
	position: absolute;
	opacity: 0.4;
}

button.btn-next-full-screen {
	position: absolute;
	top: 50%;
	right: 5px;
	opacity: 0.4;
}

button.btn-prev-full-screen {
	position: absolute;
	top: 50%;
	left: 5px;
	opacity: 0.4;
}

button.btn-prev-full-screen:hover, button.btn-next-full-screen:hover, button.btn-dong-full-screen:hover {
	opacity: 1;
}

.wapSlider img {
	cursor: pointer;
}

#section-noi-bat img {
	border-radius: 20px;
}

#main-contentIdBv a, #details-contentIdBv a {
	color: blue;
	cursor: pointer;
}

#main-contentIdBv i, #details-contentIdBv i {
	font-weight: bold;
}

#main-contentIdBv img, #details-contentIdBv img {
	border: 1px solid #ddd;
	border-radius: 5px;
	max-width: 1100px;
}

h4.ten-trang-web-ft {
	text-transform: uppercase;
	font-weight: bold;
}

table {
	padding: 5px;
}

td, th {
	border: 1px solid #ddd;
	padding: 5px;
}

.wapTabel {
	overflow-x: scroll;
}

.wapTabel::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.column_gt.col-video {
	max-width: 400px;
	min-width: 400px;
	width: 400px;
	padding: 0;
}

.column_phan-tram {
	position: relative;
}

.column_phan-tram .phan-tram-km {
	position: absolute;
	top: 5px;
	left: 5px;
	background: var(--color-section-4);
	text-align: center;
	width: auto;
	height: auto;
	font-size: 14px;
	color: white;
	z-index: 5;
	line-height: 17px;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px 1px #fff;
}

.gach-giua {
	text-decoration: line-through;
}

.section_product_noibat p {
	margin: 0;
}

.section_product_noibat img {
	border: 1px solid #ddd;
	border-radius: 5px;
}

.section_product_noibat .product-action {
	padding: 10px;
}

div#dm-footer > div {
	min-width: 17%;
}