/*========== scroll bar ==========*/
::-webkit-scrollbar {
	width: 0 !important;
	height: 0 !important;
}
::-webkit-scrollbar-thumb {
	background: linear-gradient(45deg, #00ca4e, #00c6ff);
	border-radius: 2px;
	cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
	/* background: linear-gradient(45deg,#00c6ff, #00ca4e); */
	background: linear-gradient(45deg, #fc5200, #ef9321, #fc5200);
}

/*========== RESET ==========*/
a {
	text-decoration: none !important;
}

[contenteditable] {
	outline: 0 solid transparent;
	-webkit-user-select: text;
	user-select: text;
}

.form-control:focus,
.btn-check:focus + .btn,
.btn:focus,
.form-select:focus {
	box-shadow: none !important;
}

.row,
.panel {
	margin: 0 !important;
}

.btn-light {
	background-color: #e0e5eb !important;
}

.wrappershop {
	/* min-height: 100%; */
	/* position: relative; */
	display: flex;
	flex-direction: column;
	min-height: 100vh; /* Chiều cao toàn màn hình */
	background: var(--bg_main);
	overflow: hidden;
}
#navheader,
#footer {
	flex-shrink: 0; /* Không cho thu nhỏ các phần này */
}
#body {
	width: 100%;
	cursor: url("https://det.vn/publicsource/img/cur1031.cur"), auto !important;
	flex: 1;
	padding-top: 48px;
}
/* @note FOOTER ========= */
#footer {
	position: relative;

	width: 100%;
	background: #3586ff;
	margin-top: 100px;
}
.footer a {
	display: block;
	/* color:rgb(74, 74, 74); */
	color: #264628;
	margin-bottom: 10px;

}
.footer a:hover {
	color: #4caf50;
	transform: scaleX(1.1);
}
.footer h4 {
	text-shadow: 0.5px 0.5px 0.5px #666, -0.5px -0.5px 0.5px #7dcea0, 0.5px 0.5px #666, 0.5px -0.5px #7dcea0;
	color: #4caf50;
	font-size: 20px;
}

.waves .wave {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: url("https://det.vn/homeprd/theme1/svg/wave2.png");
	background-size: 1000px 100px;
}
.waves #wave1 {
	z-index: 100;
	opacity: 1;
	bottom: 0;
	animation: animatedWave 4s linear infinite;
}
.waves #wave2 {
	z-index: 99;
	opacity: 0.75;
	bottom: 10px;
	animation: animatedWave_02 4s linear infinite;
}
.waves #wave3 {
	z-index: 99;
	opacity: 0.5;
	bottom: 20px;
	animation: animatedWave 3s linear infinite;
}
.waves #wave4 {
	z-index: 100;
	opacity: 0.25;
	bottom: 30px;
	animation: animatedWave_02 2s linear infinite;
}
@keyframes animatedWave {
	0% {
		background-position-x: 1000px;
	}
	100% {
		background-position-x: 0;
	}
}

@keyframes animatedWave_02 {
	0% {
		background-position-x: 0;
	}
	100% {
		background-position-x: 1000px;
	}
}

/* @note cac thanh phan le */

/* @note MENU ========= */
.menu {
	padding: 5px 0;
	background: #1a94ff;
}

.menu a {
	font-weight: 400;
	color: whitesmoke;
}

/*======== BANNER dong H/W= 1/3   H=33%W Hmin = 250 tinh  H/W=2/3  1.5 H = W ========= */
.banner {
	position: relative;
	width: 100%;
	padding-top: 22%;
	overflow: hidden;
	--swiper-navigation-size: 35px;
}

.banner.onlydong {
	padding-top: 33%;
}

.banner .banner-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
}

.banner-wrapper .banner-dong {
	height: 100%;
	width: 65%;
	overflow: hidden;
	border-radius: 5px;
}

.banner.onlydong .banner-dong {
	width: 100%;
}

.banner-wrapper .banner-tinh {
	height: 100%;
	margin-left: 10px;
	width: calc(35% - 10px);
	border-radius: 5px;
	overflow: hidden;
}

.banner.onlydong .banner-tinh {
	display: none;
}

.swiperbanner {
	width: 101%;
	height: 100%;
	position: relative;
}

.banner-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

/* ----- @note chinh size mac dinh ----- */

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	transition: 0.5s;

	background: #009688;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	width: 50px;
	border-radius: 5px;
	background: #ff2020;
}

/*========== MODULE TITLE ========= */
.module_title {
	width: 100%;
	font-size: 24px;
	color: #585858;
	font-weight: 500;
	margin: 30px 0 0 !important;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}

.module_title::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	left: 0;
	top: 0;
	margin: auto;
	background: #d9d9d9;
}

.module_title::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	right: 0;
	top: 0;
	margin: auto;
	background: #d9d9d9;
}

.module_title a {
	text-transform: uppercase;

	font-weight: 500;
	background: var(--bg_main);
	position: relative;
	z-index: 99;
	padding: 0 30px;
	width: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	text-shadow: 0.5px 0.5px 0.5px #666, -0.5px -0.5px 0.5px #7dcea0, 0.5px 0.5px #666, 0.5px -0.5px #7dcea0;
	color: #4caf50;
}

.module_title a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	bottom: 0;
	margin: auto;
	background: #d9d9d9;
}

.module_title a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	bottom: 0;
	margin: auto;
	background: #d9d9d9;
}

/*========== DANH MỤC ========= */
.danhmuc {
	margin: 0;
}

.danhmuc .danhmucitem {
	display: block;
	margin-bottom: 30px;
	width: 100%;
	height: 250px;
	position: relative;
}

.danhmuc .danhmucitem .img_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid lightgray;
}

.danhmuc .danhmucitem .img_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.danhmuc .danhmucitem .caption_item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 0 10px;
	color: #ffffff;
}

.danhmuc .danhmucitem .caption_item h2 {
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	transition: all 1s;
}

.danhmuc .danhmucitem:hover .caption_item h2 {
	transform: scale(1.4);
}

/*========== SAN PHAM trang home  Hinh = W300XH300 ========= */
/* bao bang .container  them padding20 vao the cha cua sanpham*/

.sanphampadding {
	padding: var(--spacing);
}
/* @note sp item */
.sanpham {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(-1 * var(--spacing) / 2);
}

.sanpham .itemsp {
	padding-top: 5px;
	overflow: hidden;
	display: block;
	width: calc(calc(100% / var(--det_columns)) - var(--spacing));
	margin-left: var(--spacing);
	margin-bottom: var(--spacing);
	cursor: pointer;

	position: relative;
}

/* @note san pham can chinh height width */
.activewishlist {
	color: #fe017a;
}
.sanpham .itemsp .imgBx {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}

.sanpham .itemsp .imgBx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.5s ease-in-out;
}

.sanpham .itemsp:hover .imgBx img {
	transform: scale(1.5);
}

.sanpham .itemsp.active .imgBx img {
	transform: scale(1.5);
}

.sanpham .itemsp .content {
	/* padding: 10px; */
	width: 100%;
}

.sanpham .itemsp .content .productName {
	width: 100%;
	text-align: center;
	/* display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden; */
}

.sanpham .itemsp .content .productName h3 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin: 5px 0;
}

.sanpham .itemsp .content .price_rating {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sanpham .itemsp .content .price_rating h2 {
	font-size: 17px;
	color: #ff2020;
	font-weight: 500;
	margin-top: 10px;
}

.sanpham .itemsp .content .price_rating .rating i {
	color: #ffd513;
	cursor: pointer;
}

.sanpham .itemsp .content .price_rating .rating .grey {
	color: #ccc;
}

.sanpham .action {
	position: absolute;
	top: 10px;
	right: 10px;
}

.sanpham .action li {
	position: relative;
	list-style: none;
	width: 40px;
	height: 40px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4px;
	cursor: pointer;
	transition: transform 0.5s;
	transform: translateX(60px);
	border-radius: 3px;
	font-size: 25px;
}

.sanpham .action li:nth-child(2) {
	transition-delay: 0.15s;
}

.sanpham .action li:nth-child(3) {
	transition-delay: 0.3s;
}

.sanpham .itemsp:hover .action li {
	transform: translateX(0);
}

.sanpham .itemsp.active .action li {
	transform: translateX(0);
}

.sanpham .action li:hover {
	background: lightgray;
}

.sanpham .action li span {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%) translateX(-20px);
	white-space: nowrap;
	padding: 4px 6px;
	background: lightgray;
	color: #333;
	font-weight: 500;
	font-size: 12px;
	border-radius: 4px;
	pointer-events: none;
	opacity: 0;
	transition: 0.5s;
}

.sanpham .action li:hover span {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
}

.sanpham .action li span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -4px;
	width: 8px;
	height: 8px;
	background: lightgray;
	transform: translateY(-50%) rotate(45deg);
}

/*========== product detail  ========= */

/* @note  img product slider  W=H=500 ---------- */

.product-show {
	margin: 0 auto;
	width: 100%;

	padding-top: 66.66%;
	position: relative;
	overflow: hidden;
	--swiper-navigation-size: 20px;
}

.product-show-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	/* box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3); */
}

.swiper-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-show .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

/* ---------- product info ---------- */
.product_info {
	padding: 15px;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
	background: #f8f9fa99;
	position: relative;
	z-index: 10;
	border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}
.product_info > p {
	background-image: repeating-linear-gradient(45deg, #888 0px, #222 10px, #888 10px, #222 10px);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
.product_info .title {
	margin: 0 0 4px;
	color: rgb(36, 36, 36);
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	word-break: break-word;
}

.price .price_main {
	font-weight: 500;
	color: #cb1c22;
	margin-right: 10px;
	font-size: 32px;
	line-height: 40px;
}

.price .price_sub {
	font-weight: 400;
	color: #99a2aa;
	font-size: 20px;
	line-height: 28px;
}

.product_info .select .select_item,
.product_info .select a {
	cursor: pointer;
	margin: 8px 10px 0px 0px;
	padding: 8px;
	color: rgb(36, 36, 36);
	font-size: 13px;
	min-width: 80px;
	position: relative;
	background-color: rgb(242, 242, 242);
	border: 1px solid transparent;
	outline: none;
	border-radius: 4px;
}

.product_info .select .select_item.active {
	cursor: default;
	border: 1px solid rgb(13, 92, 182);
	background-color: rgb(229, 242, 255);
}

.product_info .boxpromo {
	background-color: #f8f9fa;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
}

.product_info .boxpromo .title {
	background-color: #e9ecef;
	border-radius: 0;
	box-shadow: inset 0 1px 0 0 #e9ecef;
	color: #212529;
	font-weight: 500;
	border: 1px solid;
	border-color: #e9ecef #e9ecef transparent #e9ecef;
}

.product_info .boxpromo .title span {
	padding: 4px 10px;
	font-weight: 500;
	background-color: #e9ecef;
	display: inline-block;
	border-radius: 0 0 4px 0;
	font-size: 14px;
	line-height: 20px;
}

.product_info .boxpromo ul {
	list-style: none;
	padding: 15px;
	margin: 0;
}

.product_info .boxpromo ul li {
	padding: 4px 10px;
	font-size: 14px;
}

.product_info .boxpromo ul li i {
	color: #48bb78;
	font-size: 16px;
	margin-right: 8px;
	line-height: 1;
}

.addtocart .btn-group {
	display: inline-flex !important;
}

.addtocart #input_soluong {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #c1d5e8 !important;
	border: none;
}

.sanpham_option {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	/* gap: 15px; */
}

.sanpham_option a {
	position: relative;
	width: 150px;
	height: 45px;
	line-height: 20px;
	margin: 10px 10px;
	cursor: pointer;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 2px;
	text-align: center;
}
.sanpham_option a:nth-child(1) {
	background-color: #1c75bb66;
}
.sanpham_option a:nth-child(2) {
	background-color: #ef932166;
}
.sanpham_option a:nth-child(3) {
	background-color: #ee3c2366;
}
.sanpham_option a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #00fe73;
	transition: 0.5s ease-in-out;
	z-index: 2;
}
.sanpham_option a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background-color: #00fe73;
	transition: 0.5s ease-in-out;
}
.sanpham_option a:nth-child(1)::before,
.sanpham_option a:nth-child(1)::after {
	background-color: #1c75bb;
}
.sanpham_option a:nth-child(2)::before,
.sanpham_option a:nth-child(2)::after {
	background-color: #ef9321;
}
.sanpham_option a:nth-child(3)::before,
.sanpham_option a:nth-child(3)::after {
	background-color: #ee3c23;
}
.sanpham_option a:hover::before,
.sanpham_option a:hover::after {
	width: 50%;
	transition-delay: 0;
}

.sanpham_option a span {
	position: absolute;
	color: #fff;
	z-index: 1;
	transition: 0.5s;
	font-size: 18px;
}

.sanpham_option a span:nth-child(1) {
	transition-delay: 0.75s;
}
.sanpham_option a:hover span:nth-child(1) {
	transform: scale(0);
	transition-delay: 0;
}

.sanpham_option a span:nth-child(2) {
	transform: scale(3);
	opacity: 0;
	transition-delay: 0;
}
.sanpham_option a:hover span:nth-child(2) {
	transform: scale(1);
	transition-delay: 0;
	opacity: 1;
	z-index: 2;
	color: #111;
	transition-delay: 0.5s;
}
.sanpham_option a i {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	z-index: 100;
	font-size: 18px;
	transition-delay: 0;
}
.sanpham_option .active i {
	opacity: 1;
}
.sanpham_option a:nth-child(1) i {
	color: #1c75bb;
}
.sanpham_option a:nth-child(2) i {
	color: #ef9321;
}
.sanpham_option a:nth-child(3) i {
	color: #ee3c23;
}
.sanpham_option a:hover i {
	color: #fff;
}

/* add to cart button */
.addtocart {
	position: fixed;
	width: 100%;
	bottom: 20px;
	display: flex;
	justify-items: center;
	align-items: center;
	z-index: 1001;
}

.addtocart button {
	position: relative;
	height: 50px;
	border-radius: 5px;
	border: none;
	font-style: arial;
	cursor: pointer;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.addtocart button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #4cb8f5;
	content: "";
	z-index: -1;
	transform: translate(-50%, -50%);
	transition: all 0.6s ease;
}

.addtocart span {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	transition: transform 100ms linear;
	padding: 0 15px;
	color: #1c75bb;
	text-shadow: 1px 1px 1px #644013, 0 0 5px #ddb786, 0px 0px 5px #d5a56a;
}
.dangkybnt {
	background-image: linear-gradient(76deg, #a6e630, #4cb8f5, #ff69b4);
	background-size: 200% 200%;
	animation: gradientbtn 4.5s ease infinite;
	transition: all 0.1s ease;
	transition: transform 100ms linear;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}

.dangkybnt:hover {
	color: #f5e82f;
}

.dangkybnt:active {
	transform: scale(0.95);
	box-shadow: 2.5px 2.5px 5px;
}

@keyframes gradientbtn {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 0%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* ======== thong so ky thuat / mo ta sanr pham ========*/
.thongso {
	width: 100%;
	margin-bottom: 30px;
	padding: 16px 20px 10px;
	background-color: #f8f9fa;
	border-radius: 5px;
}

.title_content {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	color: #212529;
	text-align: center;
}

.table_thongso {
	border-collapse: collapse;
	width: 100%;
}

.table_thongso tr:nth-child(odd) {
	background-color: #f3f4f7;
}

.table_thongso tr:nth-child(odd) {
	background-color: #f3f4f7;
}

.table_thongso tr td:first-child {
	width: 40%;
}

.table_thongso tr td {
	border: 1px solid #dee2e6;
	padding: 6px 10px;
}

.motasanpham {
	width: 100%;
	margin-bottom: 30px;
	padding: 16px 20px 10px;
	background-color: #f8f9fa;
	border-radius: 5px;
}

.motasanpham .mota {
	width: 100%;
	margin-bottom: 15px;
	color: #212529;
}

.motasanpham .mota img {
	max-width: 100%;
}

.motasanpham .mota h3 {
	font-size: 16px;
}

/* ========@note  San phan panel ========*/
.sanpham_panel {
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #f8f9fa;
	border-radius: 5px;
}

.sanpham_panel .item {
	width: 100%;

	padding-bottom: 5px;
	margin-bottom: 15px;
}

.sanpham_panel .item img {
	object-fit: contain;
	width: 77px;
	height: 77px;
}

.sanpham_panel .item h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	margin-bottom: 8px;
	color: #055160;
	padding: 0 0 0 10px;
}

.sanpham_panel .item .price {
	padding: 0 0 0 10px;
}

.sanpham_panel .item .price .price_main {
	color: var(--color_price_main);
	font-size: 16px;
}

.sanpham_panel .item .price .price_sub {
	color: #99a2aa;
	font-size: 16px;
}

.sanphan_mota_panel {
	width: 450px;
}
.sanpham_mota_chitiet {
	width: calc(100% - 470px);
	margin-left: 10px;
}
/* @note Check out ========*/

.sanpham_checkout {
	width: 100%;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	margin: 25px 15px;
}

.sanpham_checkout .col1 {
	width: 80px;
	background: inherit;
}

.sanpham_checkout .col1 img {
	object-fit: contain;
	width: 80px;
	height: 80px;
}

.sanpham_checkout .col2 {
	padding: 0 10px;
	font-size: 16px;
}

.sanpham_checkout .col6 {
	width: 50px;
	text-align: center;
}

.sanpham_checkout .col5 {
	width: 160px;
	padding: 0 15px;
	text-align: center;
}

.sanpham_checkout .col5 span {
	color: rgb(255, 66, 78);
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	display: block;
}

.sanpham_checkout .col3 {
	width: 160px;
	padding: 0 15px;
	text-align: center;
}

.sanpham_checkout .col3 span {
	color: rgb(36, 36, 36);
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	display: block;
}

.sanpham_checkout .col4 {
	width: 140px;
	text-align: center;
}

.sanpham_checkout .col4 #input_soluong {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #c1d5e8 !important;
	border: none;
}

.checkoutdelete {
	font-size: 15px;
}
.checkoutdelete:hover {
	color: var(--color_price_main);
	font-weight: bold;
	cursor: pointer;
}
#thongtinxuathoadon {
	height: 140px;
	overflow: hidden;
}

/* @note trang account
/* -------- order ---------- */
.account_panel {
	width: 230px;
	margin-right: 17px;
}

.account_panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

.account_panel ul li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.account_panel ul li a {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 7px 18px;
	color: rgb(74, 74, 74);
}

.account_panel ul li:hover,
.account_panel ul li.active {
	background-color: #e2e2e2;
	border-radius: 5px;
}

.account_panel ul li a svg {
	width: 24px;
	height: 24px;
	margin: 0 22px 0 0;
	font-size: 24px;
	color: rgb(155, 155, 155);
}

.account_content {
	width: 100%;
}

.account_content .heading {
	font-size: 19px;
	line-height: 21px;
	font-weight: 300;
	margin: 20px 0 15px;
}

.account_content .tabtrangthai {
	cursor: pointer;
	background: rgb(255, 255, 255);
	width: 100%;
	display: flex;
	flex-direction: row;
	/*justify-content:  space-around;*/
	overflow: hidden;
	position: sticky;
	top: 0;
	z-index: 10;
}

.account_content .tabtrangthai .tabttdonhang {
	width: 16.6667%;
	padding: 12px 0;
	text-align: center;
}

.account_content .tabtrangthai .tabttdonhang.active {
	color: rgb(13, 92, 182);
	border-bottom: 2px solid rgb(13, 92, 182);
}

.account_content .order_detail {
	width: 100%;
	background: #a9dfbf;
	padding: 20px;
	margin-top: 20px;
	border-radius: 5px;
}

.account_content .order_std {
	background: #f2f4f7;
}
.account_content .order_proccess .order_header span {
	color: #f2941e;
}

.account_content .order_proccess .order_header::before {
	content: "\F5EA";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-size: 22px;
	position: absolute;
}

.account_content .order_success .order_header span {
	color: #388a59;
}

.account_content .order_success .order_header::before {
	content: "\F270";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-size: 22px;
	position: absolute;
}

.account_content .order_cancel .order_header span {
	color: #b46165;
}

.account_content .order_cancel .order_header::before {
	content: "\F567";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-size: 22px;
	position: absolute;
}

.account_content .order_detail .order_header {
	border-bottom: 1px solid rgb(235, 235, 240);
	padding-bottom: 12px;
	color: rgb(36, 36, 45);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	position: relative;
}

.account_content .order_detail .order_header span {
	margin-left: 30px;
}

.account_content .order_detail .order_footer {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 12px;
	width: 100%;
}

.account_content .order_detail .order_footer .total_money {
	font-size: 17px;
	display: flex;
	margin-bottom: 12px;
}

.account_content .order_detail .order_footer .total_money .title {
	font-weight: 300;
	color: rgb(62 62 90);
	margin-right: 8px;
}

.account_content .order_detail .order_footer .total_money .total {
	font-weight: 500;
	color: rgb(56, 56, 61);
}

.account_content .order_detail .order_footer .button_group {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.account_content .order_detail .order_footer .button_group div {
	padding: 12px 8px;
	height: 36px;
	border-radius: 4px;
	border: 1px solid rgb(11, 116, 229);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: rgb(11, 116, 229);
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	margin-left: 8px;
}

.account_content .order_detail .order_info {
	width: 100%;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	margin: 25px 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(235, 235, 240);
}

.account_content .order_detail .order_info .col1 {
	width: 80px;
}

.account_content .order_detail .order_info .col1 img {
	object-fit: contain;
	width: 80px;
	height: 80px;
}

.account_content .order_detail .order_info .col2 {
	padding: 0 10px;
	font-size: 16px;
}

.account_content .order_detail .order_info .col3 {
	padding: 0 10px;
	min-width: 120px;
	color: rgb(56, 56, 61);
	font-size: 16px;
	font-weight: 400;
}

/* @note danh muc san pham khi chon*/
#danhmuc {
	flex-wrap: nowrap;
	flex-direction: row;
	display: flex;
}
.danhmucindex {
	min-width: 250px;
	max-width: 350px;
}
.danhmucsanpham {
	flex-grow: 1;
}
.indexdanhmuc:hover {
	cursor: pointer;
	color: #0f75bc;
	font-weight: bold;
}
.indexphanloai:hover {
	cursor: pointer;
	color: #f2941e;
	font-weight: bold;
}

/* @note number order */
.badgenumberorder {
	position: absolute;
	top: 5px;
	left: 30px;
	color: rgb(36 36 36);
	background-color: #fdd835;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	padding: 0 7px;
	border-radius: 40px;
}

/* @note msg order */
.msgorder {
	position: fixed;
	right: -350px;
	/* right: 10px; */
	top: 60px;
	font-size: 17px;
	color: rgb(36 36 36);
	background-color: #ffff;
	border-radius: 5px;
	padding: 10px 5px 10px 15px;
	z-index: 99999;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	transition: right 2s;
}
.msgorder button {
	margin-left: 15px;
}
.msgorder .bi {
	margin-right: 5px;
	font-size: 25px;
	color: green;
}
.msgorder a {
	margin-top: 10px;
	display: inline-block;
	width: calc(50% - 10px);
	cursor: pointer;
}
.msgorder.active {
	animation: movemsg 1s ease-in forwards;
}
@keyframes movemsg {
	0% {
		right: -300px;
	}
	100% {
		right: 10px;
	}
}

/* @note list wishlist */
.listwishlist .item {
	background-color: #f2f2f2;
	margin-bottom: 2px;
	border-radius: 5px;
	padding: 20px 70px 20px 15px;
	position: relative;
}
.listwishlist .item .deletewishlist {
	width: 40px;
	height: 40px;
	padding: 0px;
	background: none !important;
	color: rgb(153, 153, 153);
	position: absolute;
	right: 4px;
	top: 4px;
	border: 0px;
	font-size: 30px;
	box-shadow: none;
	cursor: pointer;
}
.listwishlist .item .thumbnailwishlist {
	min-width: 80px;
	margin-right: 15px;
}
.listwishlist .item .bodywishlist a {
	font-size: 14px;
	margin: 0px 0px 15px;
	line-height: 20px;
	font-weight: 400;
	color: rgb(51, 51, 51);
	display: block;
}

.listwishlist .item .footerwishlist {
	width: 190px;
	min-width: 230px;
	margin-left: 25px;
	text-align: right;
}
.listwishlist .item .footerwishlist .price {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 8px;
	color: rgb(56, 56, 61);
}

/* @note cursor */
#wrappercursor {
	position: absolute;
	width: 100%;

	/* overflow: hidden; */
	z-index: 1000;
	pointer-events: none;
}
#cursor {
	position: fixed;
	width: 5px;
	height: 5px;
	pointer-events: none;
}
.element {
	position: absolute;
	color: grey;
	font-size: 14px;
	pointer-events: none;
	width: 24px;
	height: 24px;
	transition: 1s;
	/* filter: drop-shadow(0 0 5px grey) drop-shadow(0 0 25px grey)  hue-rotate(60deg); */
}

/* @note skeleton */
[skeleton] {
	display: block;
	position: relative;
}
[skeleton]::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: shimmer 1s infinite ease-out;
	background: linear-gradient(to right, #e0e0e0, #fff, #e0e0e0);
	background-size: 200% 100%;
	z-index: 1;
}
[skeleton].loaded {
	background-color: transparent !important;
}
[skeleton].loaded::before {
	display: none;
}

@keyframes shimmer {
	0% {
		background-position: -100%;
	}

	100% {
		background-position: 100%;
	}
}

/* @note header 2 */
.header2 {
	position: fixed;
	/* top: 0px; */
	background: linear-gradient(180deg, #60b4df, #76badd, #60b4df);
	width: 100%;
	z-index: 1000;
	box-shadow: 0 1px 0 rgba(16, 22, 26, 0.2);
}

.container_nav {
	max-width: 1200px;
	padding: 0 1rem;
	margin: 0 auto;
	display: flex;
	position: relative;
}
.container_nav * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.container_nav ul {
	list-style: none;
}
.container_nav .icon_nav {
	display: flex;

	height: 32px;
}
.container_nav .icon_nav img {
	width: 32px;
	height: 100%;
}
.container_nav .icon_nav span {
	display: block;
	line-height: 32px;
	font-size: 20px;
	font-weight: 700;
	color: #fe017a;
}
.container_nav .icon_nav:not(:first-child) {
	margin-left: 10px;
}
.container_nav .logo-container {
	display: flex;
	align-items: center;
	height: 3rem;
}

.container_nav .log-sign {
	display: flex;
	justify-content: center;
	align-items: center;
}

.container_nav .logo {
	width: 40px;
	height: 40px;
}

.container_nav .logo span {
	font-weight: 300;
}

.container_nav .btn {
	display: inline-block;
	padding: 0.5rem 1.3rem;
	font-size: 0.8rem;
	border: 2px solid #fff;
	border-radius: 2rem;
	line-height: 1;
	margin: 0 0.2rem;
	transition: 0.3s;
	text-transform: uppercase;
}

.container_nav .btn.solid,
.container_nav .btn.transparent:hover {
	background-color: #fff;
	color: #69bde7;
}

.container_nav .btn.transparent,
.container_nav .btn.solid:hover {
	background-color: transparent;
	color: #fff;
}

.container_nav .nav-links > ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.container_nav .nav-link {
	position: relative;
}

.container_nav .nav-link > a {
	line-height: 3rem;
	color: #fff;
	padding: 0 0.8rem;
	letter-spacing: 1px;
	font-size: 0.95rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.5s;
	font-weight: 600;
}

.container_nav .nav-link > a > i {
	margin-left: 0.2rem;
}

.container_nav .nav-link:hover > a {
	transform: scale(1.1);
}

.container_nav .dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 10rem;
	transform: translateY(10px);
	opacity: 0;
	pointer-events: none;
	transition: 0.1s;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.container_nav .dropdown ul {
	position: relative;
}

.container_nav .dropdown-link > a {
	display: flex;
	background-color: #63c6ffa1;
	color: #055a33;
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	align-items: center;
	justify-content: space-between;
	transition: 0.3s;
	backdrop-filter: blur(10px);
}

.container_nav .dropdown-link:hover > a {
	background-color: #3498db;
	color: #fff;
}

.container_nav .dropdown-link:not(:nth-last-child(2)) {
	border-bottom: 1px solid #89c9f6;
}

.container_nav .dropdown-link i {
	transform: rotate(-90deg);
}

.container_nav .arrow {
	position: absolute;
	width: 11px;
	height: 11px;
	top: -5.5px;
	left: 32px;
	background-color: #63c6ffa1;
	transform: rotate(45deg);
	cursor: pointer;
	transition: 0.3s;
	z-index: -1;
	backdrop-filter: blur(10px);
}

.container_nav .dropdown-link:first-child:hover ~ .arrow {
	background-color: #3498db;
}

.container_nav .dropdown-link {
	position: relative;
}

.container_nav .dropdown.second {
	top: 0;
	left: 100%;
	padding-left: 0.5rem;
	cursor: pointer;
	transform: translateX(10px);
}

.container_nav .dropdown.second .arrow {
	top: 10px;
	left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown {
	transform: translate(0, 0);
	opacity: 1;
	pointer-events: auto;
}

.container_nav .hamburger-menu-container {
	/* flex: 1; */
	display: none;
	align-items: center;
	justify-content: flex-end;
}

.container_nav .hamburger-menu {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.container_nav .hamburger-menu div {
	width: 1.6rem;
	height: 3px;
	border-radius: 3px;
	background-color: #fff;
	position: relative;
	z-index: 1001;
	transition: 0.5s;
}

.container_nav .hamburger-menu div:before,
.container_nav .hamburger-menu div:after {
	content: "";
	position: absolute;
	width: inherit;
	height: inherit;
	background-color: #fff;
	border-radius: 3px;
	transition: 0.5s;
}

.container_nav .hamburger-menu div:before {
	transform: translateY(-7px);
}

.container_nav .hamburger-menu div:after {
	transform: translateY(7px);
}

.container_nav #check {
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-50%);
	width: 2.5rem;
	height: 2.5rem;
	z-index: 90000;
	cursor: pointer;
	opacity: 0;
	display: none;
}

.container_nav #check:checked ~ .hamburger-menu-container .hamburger-menu div {
	background-color: transparent;
}

.container_nav #check:checked ~ .hamburger-menu-container .hamburger-menu div:before {
	transform: translateY(0) rotate(-45deg);
}

.container_nav #check:checked ~ .hamburger-menu-container .hamburger-menu div:after {
	transform: translateY(0) rotate(45deg);
}

.container_nav .showmobile {
	display: none;
}
.container_nav .hidemobile {
	display: block;
}
@keyframes animation_nav {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

@media (max-width: 780px) {
	.container_nav .hamburger-menu-container {
		display: flex;
	}

	.container_nav #check {
		display: block;
	}

	.container_nav .icon_nav:not(:first-child) {
		margin-right: 10px;
	}

	.container_nav #check:checked ~ .nav-links {
		transform: translateX(0);
	}

	.container_nav #check:checked ~ .nav-links .nav-link,
	.container_nav #check:checked ~ .nav-links .log-sign {
		animation: animation_nav 0.5s ease forwards var(--i);
	}
	.container_nav .nav-links {
		position: fixed;
		height: auto;
		top: 3rem;
		left: 0;
		width: 100%;
		background-color: #69bde7;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		overflow-x: hidden;
		overflow-y: auto;
		transform: translateX(110%);
		transition: 0.3s;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	}

	.container_nav .nav-links > ul {
		flex-direction: column;
	}

	.container_nav .nav-link {
		width: 100%;
		opacity: 0;
		transform: translateY(15px);
	}

	.container_nav .nav-link > a {
		line-height: 1;
		padding: 1.6rem 2rem;
	}

	.container_nav .nav-link:hover > a {
		transform: scale(1);
		background-color: #50a9d6;
	}

	.container_nav .dropdown,
	.container_nav .dropdown.second {
		position: initial;
		top: initial;
		left: initial;
		transform: initial;
		opacity: 1;
		pointer-events: auto;
		width: 100% !important;
		padding: 0;
		background-color: #3183ac;
		display: none;
	}

	.container_nav .nav-link:hover > .dropdown,
	.container_nav .dropdown-link:hover > .dropdown {
		display: block;
	}

	.container_nav .nav-link:hover > a > i,
	.container_nav .dropdown-link:hover > a > i {
		transform: rotate(360deg);
	}

	.container_nav .dropdown-link > a {
		background-color: transparent;
		color: #fff;
		padding: 1.5rem 2rem 1.5rem 4rem;
		line-height: 1; /*  1 = bang dung chieu cao cua  font */
	}

	.container_nav .dropdown.second .dropdown-link > a {
		padding: 1.2rem 2rem 1.2rem 3rem;
	}

	.container_nav .dropdown.second .dropdown.second .dropdown-link > a {
		padding: 1.2rem 2rem 1.2rem 4rem;
	}

	.container_nav .dropdown-link:not(:nth-last-child(2)) {
		border-bottom: none;
	}

	.container_nav .arrow {
		z-index: 1;
		background-color: #69bde7;
		left: 10%;
		transform: scale(1.1) rotate(45deg);
		transition: 0.5s;
	}

	.container_nav .nav-link:hover .arrow {
		background-color: #50a9d6;
	}

	.container_nav .dropdown .dropdown .arrow {
		display: none;
	}

	.container_nav .dropdown-link:hover > a {
		background-color: #3a91bd;
	}

	.container_nav .dropdown-link:first-child:hover ~ .arrow {
		background-color: #50a9d6;
	}

	.container_nav .nav-link > a > i {
		font-size: 1.1rem;
		transform: rotate(-90deg);
		transition: 0.7s;
	}

	.container_nav .dropdown i {
		font-size: 1rem;
		transition: 0.7s;
	}

	/* .container_nav .log-sign {
		flex: initial;
		width: 100%;
		padding: 1.5rem 1.9rem;
		justify-content: flex-start;
		opacity: 0;
		transform: translateY(15px);
	} */
	.container_nav .showmobile {
		display: block;
	}
	.container_nav .hidemobile {
		display: none;
	}
}

.badgenumberorder {
	position: absolute;
	top: -5px;
	left: 20px;
	color: rgb(36 36 36);
	background-color: #fdd835;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	padding: 0 7px;
	border-radius: 40px;
}

/*  @note tin moi carousel  */
.owl-single-item:not(.owl-loaded) {
	max-height: 30px;
	overflow: hidden;
	display: inline-block;
	width: calc(100% - 70px) !important;
}
.owl-single-item:not(.owl-loaded) .item {
	padding-top: 7px;
}
.owl-single-item:not(.owl-loaded) .item a {
	color: #3e995e;
	font-size: 9pt;
	font-family: segoeuib;
	padding-left: 5px;
}
.news-hot span {
	text-transform: uppercase;
	font-size: 16px;
	color: #ef9321;
	float: left;
	line-height: 40px;
	font-family: "Mulish", sans-serif;
}
.news-hot .owl-stage .item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-hot .owl-stage .item a {
	font-size: 16px;
	color: #3e995e;
	font-family: "Comfortaa", system-ui;
	line-height: 40px;
	padding: 0 10px;
	/* padding-right: 10px; */
}

/*  @note search news */
.search-news {
	position: relative;
	background: lightgreen;
	border-radius: 5px;
}
.search-news input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	outline: none;
	padding: 0 30px 0 0;
	appearance: none;
	background: transparent;
	font-size: 18px;
	color: #000;
}
.search-news img {
	position: absolute;
	right: 5px;
	top: 4px;
	cursor: pointer;
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	/* background: url(/wp-content/themes/tanthanh/assets/css/owl.video.play.png) no-repeat; */
	cursor: pointer;
	z-index: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* @note banner sanpham */
.bannersanpham {
	position: relative;
	width: 100%;
	height: 300px;
	overflow-y: hidden;
	z-index: 1;
}
.bannersanpham_content {
	width: 100%;
}
.bannersanpham_content img {
	object-fit: cover;
}
.bannersanpham_title {
	width: 100%;
	position: absolute;
	bottom: 0;

	z-index: 99;
}
.bannersanpham_title > div {
	background-color: rgba(42, 98, 48, 0.5);
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.bannersanpham_title h1 {
	text-transform: uppercase;
	font-size: 18pt;
	color: #fff;
	/* font-family: MyriadPro-Cond; */
	margin-left: 15px;
	margin-top: 5px;
	font-weight: 400;
}

/*   @note tin tức */
.main-links .nhomsp {
	display: block;
	text-transform: uppercase;
	padding: 12px 20px 10px;
	color: #383f3d;
	font-size: 12pt;
	font-family: Mulish;
	font-weight: 600;
	-webkit-border-radius: 0 15px;
	border-radius: 0 15px;
	position: relative;
}
.main-links .nhomsp:hover,
.main-links .nhomsp.active {
	background-color: #91e52d;
	color: #fff;
}
/*  tin tuc detail */
.content-tintuc {
	background-color: #e1ece199;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	border-radius: 5px;
	/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
}

.content-tintuc .content-box-title {
	border-bottom: 1px solid #b2dcc4;
	/* text-transform: uppercase; */
	color: #1c75bb;
	font-size: 20px;
	font-family: Quicksand;
	padding: 15px 0 5px;
	margin-bottom: 20px;
	font-weight: 600;
}
.content-tintuc .content-body {
	font-family: Quicksand;
}
.content-tintuc .content-body iframe {
	max-width: calc(100%) !important;
	border-radius: 5px;
	border: 1px solid lightgrey;
}
.content-tintuc .content-body h1 {
	font-size: 22px;
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.content-tintuc .content-body h2 {
	font-size: 20px;
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.content-tintuc .content-body h3 {
	font-size: 18px;
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.content-tintuc .content-body h4 {
	font-size: 16px;
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.content-tintuc .content-body img {
	border-radius: 5px;
	max-width: 100%;
}

/*  danh sach tin tuc */
.list-tintuc {
	margin-top: 20px !important;
}
.list-tintuc .content-img a {
	text-align: center;
	padding-top: 5px;
	text-align: center;
	display: block;
}

.list-tintuc .content-title a {
	border-bottom: 1px dashed #7dcea0;
	color: #3788b4;
	font-size: 18px;
	font-family: Quicksand;
	line-height: 24px;
	margin-bottom: 10px;
	background-position: bottom center;
	display: block;
}

.list-tintuc .content-description p {
	font-family: Quicksand;
	font-size: 14px;
	margin: 0 0 10px;
}
.list-tintuc .content-title a:hover {
	color: #f88307;
}

/* 

.content-tintuc .content-item .content-img a {

	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	padding-bottom: 8px;
	text-align: center;
	display: block;
}

.content-tintuc .content-item .content-img a img {
	max-height: 130px;
	width: auto;
	object-fit: cover;
}


.content-tintuc .content-item .content-title a {
	border-bottom: 1px solid #7dcea0;
	color: #11b255;
	font-size: 16pt;
	font-family: Mulish;
	line-height: 26px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-position: bottom center;
	display: block;
}

.content-tintuc .content-description p {
	font-family: Comfortaa;
	font-size: 14pxx;
	margin: 0 0 10px;
}
.content-tintuc .content-item .content-title a:hover {
	color: #f88307;
}
.content-tintuc .content-item + .content-item {
	margin-top: 30px;
} */

/*   nhom tin tuc */
.nhomtintuc {
	position: relative;
	display: inline-block;
	background-color: #faebd7ad;
	border-radius: 3px;
	border: 1px solid #fbce96;
	text-align: center;
}
.nhomtintuc:hover,
.nhomtintuc.active {
	background-color: #f6ffed;
	border: 1px solid #b7eb8f;
}

.panel-item {
	display: block;
	height: 100px;
}
.panel-item img {
	height: 100%;
	width: 40%;
	object-fit: cover;
}
.panel-item .panel-title {
	overflow: hidden;
	text-overflow: ellipsis;
}
/*  @note partner */
@keyframes partnerslide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.partners {
	overflow: hidden;
	/* background: white; */
	white-space: nowrap;
	position: relative;
}

.partners:before,
.partners:after {
	position: absolute;
	top: 0;
	width: 200px;
	height: 100%;
	content: "";
	z-index: 2;
	pointer-events: none;
}

.partners:before {
	left: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--bg_main));
}
.partners.white:before {
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}
.partners:after {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--bg_main));
}
.partners.white:after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}

.partners:hover .partners-slide {
	animation-play-state: paused;
}

.partners-slide {
	display: inline-block;
	animation: 20s partnerslide infinite linear;
}

.partners-slide img {
	height: 100px;
	width: auto;
	margin: 0 30px;
}

/*========== Tool tip ==========*/
#det_tooltip {
	position: absolute;
	background: black;
	color: white;
	padding: 5px;
	z-index: -99999;
	border-radius: 2px;
	font-size: 14px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
	display: none;
	/*opacity: 0;*/
	/*transition: opacity 0.3s;*/
	pointer-events: none;
}

#det_tooltip.bottom {
	animation: anitooltipbottom 1s;
}

@keyframes anitooltipbottom {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#det_tooltip.top {
	animation: anitooltiptop 1s;
}

@keyframes anitooltiptop {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#det_tooltip.left {
	animation: anitooltipleft 1s;
}

@keyframes anitooltipleft {
	from {
		opacity: 0;
		transform: translateX(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#det_tooltip.right {
	animation: anitooltipright 1s;
}

@keyframes anitooltipright {
	from {
		opacity: 0;
		transform: translateX(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#det_tooltip.top::after {
	content: " ";
	position: absolute;
	top: 100%;
	/* At the bottom of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

#det_tooltip.right::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 100%;
	/* To the left of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent black transparent transparent;
}

#det_tooltip.bottom::after {
	content: " ";
	position: absolute;
	bottom: 100%;
	/* At the top of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent black transparent;
}

#det_tooltip.left::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 100%;
	/* To the right of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent black;
}

/* @note chi se mang xa hoi */
.sharebox-container {
	margin-top: -10px;
	margin-bottom: 10px;
}
.sharebox {
	border-radius: 4px;
	padding: 0;
	margin-right: 10px;
}
.sharebox > div {
	height: 24px;
	line-height: 24px;
}

.sharebox .icon {
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}
.sharebox .text {
	color: #fff;
	padding: 0;
	margin: 0;
	width: 0;
	overflow: hidden;
	white-space: nowrap;
	font-family: Mulish;
	font-weight: 600;
	transition: width 0.3s ease-in-out; /* Thêm hiệu ứng chuyển động mượt */
}
.sharebox .count {
	color: #084fff;
	background-color: #fff;
	padding: 0 5px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-family: Quicksand;
	font-weight: 600;
	transition: background 0.3s ease-in-out;
}

.sharebox.facebook {
	border: 1px solid #084fff;

	background-color: #084fff;
}
.facebook:hover .text {
	/* width: auto; */
	width: 30px;
}
.facebook:hover .count {
	background-color: #084fff;
	color: #fff;
}

.sharebox.pinterest {
	border: 1px solid #dd4c39;

	background-color: #dd4c39;
}

.pinterest:hover .text {
	width: 25px;
}
.pinterest:hover .count {
	background-color: #dd4c39;
	color: #fff;
}
.pinterest .count {
	color: #dd4c39;
}

.sharebox.twitter {
	border: 1px solid #09b0ed;
	background-color: #09b0ed;
}
.twitter:hover .text {
	width: 50px;
}
.twitter:hover .count {
	background-color: #09b0ed;
	color: #fff;
}
.twitter .count {
	color: #09b0ed;
}

.sharebox.linkedin {
	border: 1px solid #035a87;

	background-color: #035a87;
}
.linkedin:hover .text {
	width: 50px;
}
.linkedin:hover .count {
	background-color: #035a87;
	color: #fff;
}
.linkedin .count {
	color: #035a87;
}

.sharebox.share {
	border: 1px solid #e67e0e;

	background-color: #e67e0e;
}
.share:hover .text {
	width: 50px;
}
.share:hover .count {
	background-color: #e67e0e;
	color: #fff;
}
.share .count {
	color: #e67e0e;
}

canvas {
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
}

/* @note float call */
.floatcall {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 9999;
	width: 500px;
	height: 590px;

	--primary-color: #ff4757;
	--secondary: #f4b7bd;
	--white-color: #fff;
	pointer-events: none;
}
.callaction {
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 500px;
	height: 590px;
	pointer-events: none;
}

.callaction .link {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0;
	cursor: pointer;
	z-index: 99;
	pointer-events: all;
}
.callaction .menufloat {
	width: 48px;
	height: 48px;
}

.callaction .link::before {
	content: "";
	position: absolute;
	width: inherit;
	height: inherit;
	background-image: linear-gradient(to left, transparent, var(--primary-color));
	border-radius: 50% 0 0 50%;
	transform: scale(2);
	z-index: -2;
}

.callaction .link::after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background-color: var(--secondary);
	border-radius: 50% 0 0 50%;
	transform: scale(2);
	z-index: -1;
	opacity: 0.5;
	transition: opacity 0.3s;
}

.callaction .link:hover::after {
	opacity: 0.9;
}

.callaction .link .closefloat,
nav input:checked ~ label .menufloat {
	display: none;
}

.callaction input:checked ~ label .closefloat {
	display: block;
}
.callaction input:checked ~ label .songxung {
	display: none;
}

.callaction ul.submenufloat {
	position: absolute;
	top: 0;
	right: 50px;
	width: 300px;
	height: 500px;
	transform: rotate(90deg);
	visibility: hidden;
	transition: visibility 0.1s;
}

.callaction > input:checked ~ ul {
	visibility: inherit;
}

.callaction > input:checked ~ ul li {
	transform: rotate(calc((-180deg / 8) * var(--item))) translateX(0);
	opacity: 1;
}

.callaction ul.submenufloat li {
	--item: 1;
	position: absolute;
	width: 175px;
	height: 60px;
	transform: rotate(calc((-180deg / 8) * var(--item))) translateX(157px);
	transform-origin: right center;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: transform 0.7s, opacity 0.2s;
}

.callaction ul li:nth-child(2) {
	--item: 2;
}

.callaction ul li:nth-child(3) {
	--item: 3;
}

.callaction ul li:nth-child(4) {
	--item: 4;
}

.callaction ul li:nth-child(5) {
	--item: 5;
}

.callaction ul li:nth-child(6) {
	--item: 6;
}

.callaction ul li:nth-child(7) {
	--item: 7;
}

.callaction ul li a {
	position: relative;
	display: flex;
	align-items: center;
	pointer-events: all;
}

.callaction ul li a i {
	font-size: 20px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--primary-color);
	color: var(--white-color);
	border: 2px solid var(--primary-color);
	transition: border 0.3s, background-color 0.3s;
}

.callaction ul li a:hover {
	background-color: transparent;
	border-color: var(--primary-color);
}

.callaction ul li a span {
	position: absolute;
	right: calc(100% + 1em);
	text-align: right;
	font-size: 13px;
	color: var(--bs-red);
	padding: 0 10px;
	border-radius: 20px;
	background-image: linear-gradient(to right, transparent 25%, var(--primary-color));
	z-index: -1;
	transform: translateX(50px);
	opacity: 0;
	transition: color 0.3s, transform 0.3s 0.4s, opacity 0.2s 0.4s;
}

.callaction > input:checked ~ ul li a span {
	transform: translateX(0);
	opacity: 1;
}

.callaction ul li a span::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	/* width: calc(100% - 4px); */
	width: 300px;
	height: calc(100% - 4px);
	border-radius: 25px;
	background-image: linear-gradient(to right, transparent 25%, var(--secondary));
	/* background-color: var(--secondary); */
	z-index: -1;
	transition: background-color 0.3s;
}

.callaction ul li a:hover span::before {
	background-color: transparent;
}

.callaction ul li a:hover span {
	color: #45637e;
}

.callaction ul li:nth-child(1) a i {
	transform: rotate(292deg);
}

.callaction ul li:nth-child(2) a i {
	transform: rotate(315deg);
}

.callaction ul li:nth-child(3) a i {
	transform: rotate(337deg);
}

.callaction ul li:nth-child(4) a i {
	transform: rotate(0deg);
}

.callaction ul li:nth-child(5) a i {
	transform: rotate(22deg);
}

.callaction ul li:nth-child(6) a i {
	transform: rotate(45deg);
}

.callaction ul li:nth-child(7) a i {
	transform: rotate(67deg);
}
/* Hiệu ứng sóng xung cho .songxung */
.songxung {
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 71, 87, 0.3); /* màu primary */
	animation: songxung 1.5s infinite;
	z-index: 1;
	pointer-events: none;
}

.songxung:nth-child(1) {
	animation-delay: 0s;
}
.songxung:nth-child(2) {
	animation-delay: 0.5s;
}
.songxung:nth-child(3) {
	animation-delay: 1s;
}

@keyframes songxung {
	0% {
		transform: scale(1);
		opacity: 0.7;
	}
	70% {
		transform: scale(2.2);
		opacity: 0.2;
	}
	100% {
		transform: scale(2.8);
		opacity: 0;
	}
}

/*  @note honeycomb */
.honeycomb {
	height: 500px;
	width: 100%;
	position: relative;

}
/* Định dạng cho từng hexagon-item (hình lục giác) */
.honeycomb  .hexagon-item {
	cursor: pointer;
	width: 200px;
	height: 173.20508px;
	
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.honeycomb .hexagon-item:nth-child(2) {
	transform: translate(-186px, -234px);
	

}
.honeycomb .hexagon-item:nth-child(3) {
	transform: translate(-16px, -234px);
}

.honeycomb .hexagon-item:nth-child(4) {
	transform: translate(70px, -87px);
}
.honeycomb .hexagon-item:nth-child(5) {
	transform: translate(-15px, 60px);
}
.honeycomb .hexagon-item:nth-child(6) {
	transform: translate(-184px, 60px);
}
.honeycomb .hexagon-item:nth-child(7) {
	transform: translate(-270px, -87px);
} 

.honeycomb .hexagon-item:first-child {
	/* margin-left: 0; */
	/* Item đầu tiên không bị trừ margin */
}

.honeycomb .hexagon-item:hover {
	z-index: 1;
	/* Đưa item lên trên khi hover */
}

/* Hiệu ứng khi hover vào các hex-item bên trong */
.honeycomb .hexagon-item:hover .hex-item:last-child {
	opacity: 1;
	transform: scale(1.3);
}

.honeycomb .hexagon-item:hover .hex-item:first-child {
	opacity: 1;
	transform: scale(1.2);
}

.honeycomb .hexagon-item:hover .hex-item:first-child div:before,
.honeycomb .hexagon-item:hover .hex-item:first-child div:after {
	height: 5px;
	/* Tăng chiều cao viền khi hover */
}

.honeycomb .hexagon-item:hover .hex-item div::before,
.honeycomb .hexagon-item:hover .hex-item div::after {
	background-color: #ff0037;
	/* Đổi màu viền khi hover */
}

.honeycomb .hexagon-item:hover .hex-content svg {
	transform: scale(0.95);
	/* Nhẹ nhàng thu nhỏ SVG khi hover */
}



/* Định dạng cho hex-item (viền lục giác) */
.honeycomb .hex-item {
	position: absolute;
	top: 0;
	left: 50px;
	width: 100px;
	height: 173.20508px;
}

.honeycomb .hex-item:first-child {
	z-index: 0;
	transform: scale(0.9);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.honeycomb .hex-item:last-child {
	transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 1;
}

.honeycomb .hex-item div {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	width: 100px;
	height: 173.20508px;
	transform-origin: center center;
}

.honeycomb .hex-item div::before,
.honeycomb .hex-item div::after {
	background-color: #1e2530;
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.honeycomb .hex-item div:before {
	top: 0;
}

.honeycomb .hex-item div:after {
	bottom: 0;
}


.honeycomb .hex-item div:nth-child(1) {
	transform: rotate(30deg);
}

.honeycomb .hex-item div:nth-child(2) {
	transform: rotate(90deg);
}

.honeycomb .hex-item div:nth-child(3) {
	transform: rotate(150deg);
}

/* Định dạng nội dung bên trong lục giác */
.honeycomb .hex-content {
	color: #fff;
	display: block;
	height: 180px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	/* transform: rotate(-30deg); */
	/* Xoay ngược lại để nội dung thẳng */
	width: 156px;
}

.honeycomb .hex-content .hex-content-inner {
	left: 50%;
	margin: -3px 0 0 2px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.honeycomb .hex-content .icon {
	display: block;
	font-size: 36px;
	line-height: 30px;
	margin-bottom: 11px;
	color: #ababab;
	/* transform: rotate(30deg);
	transform-origin: center center; */
}

.honeycomb .hex-content .title {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	color: #edeff3;
	/* transform: rotate(30deg);
	margin-left: -20px;
	transform-origin: center center; */
	/* text-align: center; */
}

.honeycomb .hex-content svg {
	left: -9px;
	position: absolute;
	top: -13px;
	transform: scale(0.9);
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.honeycomb .hex-content:hover {
	color: #fff;
}




.honeycomb .hexagon-item:first-child {
	margin-left: 0;
}

/* Hiệu ứng hover cho icon và title */
.honeycomb .hexagon-item:hover .icon i {
	color: #ff0037;
	transition: 0.6s;
}

.honeycomb .hexagon-item:hover .title {
	animation: focus-in-contract 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* Keyframes cho hiệu ứng tiêu đề khi hover */
@-webkit-keyframes focus-in-contract {
	0% {
		letter-spacing: 1em;
		filter: blur(12px);
		opacity: 0;
	}

	100% {
		filter: blur(0px);
		opacity: 1;
	}
}

@keyframes focus-in-contract {
	0% {
		letter-spacing: 1em;
		filter: blur(12px);
		opacity: 0;
	}

	100% {
		filter: blur(0px);
		opacity: 1;
	}
}
