@font-face {
	font-family: 'Mulish-Bold';
	src: url('../fonts/Mulish-Bold.woff2') format('woff2'),
		url('../fonts/Mulish-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mulish-Med';
	src: url('../fonts/Mulish-Medium.woff2') format('woff2'),
		url('../fonts/Mulish-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mulish-Black';
	src: url('../fonts/Mulish-Black.woff2') format('woff2'),
		url('../fonts/Mulish-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mulish';
	src: url('../fonts/Mulish-Regular.woff2') format('woff2'),
		url('../fonts/Mulish-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mulish-Semi';
	src: url('../fonts/Mulish-SemiBold.woff2') format('woff2'),
		url('../fonts/Mulish-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'iCiel Panton';
	src: url('../fonts/iCielPanton-Black.woff2') format('woff2'),
		url('../fonts/iCielPanton-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SVN-Bali Script';
	src: url('../fonts/SVN-BaliScript.woff2') format('woff2'),
		url('../fonts/SVN-BaliScript.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SVN-Bellico';
	src: url('../fonts/SVN-Bellico.woff2') format('woff2'),
		url('../fonts/SVN-Bellico.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/RobotoSerif-Regular.woff2') format('woff2'),
		url('../fonts/RobotoSerif-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto-Med';
	src: url('../fonts/RobotoSerif-Medium.woff2') format('woff2'),
		url('../fonts/RobotoSerif-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: '1FTV VIP Mollie Glaston';
	src: url('../fonts/1FTVVIPMollieGlaston-Regular.woff2') format('woff2'),
		url('../fonts/1FTVVIPMollieGlaston-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NVN Motherland Signature';
	src: url('../fonts/NVNMotherlandSignature-Reg.woff2') format('woff2'),
		url('../fonts/NVNMotherlandSignature-Reg.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes shake-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10%,
	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20%,
	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}

	100%,
	50% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes fadeup {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes pulse-animation {
	0% {
		transform: scale3d(1, 1, 1);
		opacity: 0;
	}

	10% {
		transform: scale3d(1.1, 1.1, 1.1);
		opacity: 1;
	}

	100% {
		transform: scale3d(1.6, 1.6, 1.6);
		opacity: 0;
	}
}

@keyframes border-animation {
	0% {
		transform: scale3d(0.6, 0.6, 0.6);
		opacity: 0;
	}

	20% {
		transform: scale3d(1.2, 1.2, 1.2);
		opacity: 1;
	}

	100% {
		transform: scale3d(1.4, 1.4, 1.4);
		opacity: 0;
	}
}

:root {
	--color-main: #2557ae;
	--color-social: #2557ae;
	--color-hover: #2557ae;
	--color-text: #2557ae;
}

body {
	font-size: 14px;
}

.max-width {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

.social-plugin {
	display: flex;
	margin-top: 10px;
}

.scale-img img {
	transform: scale(1, 1);
}

.scale-img:hover>img {
	transform: scale(1.1, 1.1);
}

.hover-img {
	position: relative;
	overflow: hidden;
	display: block;
}

.text-split {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.p-relative {
	position: relative;
}

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.support-online .kenit-alo-circle-fill {
	transition: 0.3s all;
}

.logo_field {
	min-width: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #D70C27;
}

.menu_header {
	height: 55px;
	background-color: #D70C27;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-family: "Pacifico";
	font-size: 25px;
	color: #FFEFDC;
	gap: 10px;
}

.menu_header:hover {
	color: #FCC218;
}

.hotline_field {
	max-width: 193px;
	min-width: 193px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url('../images/hotline_bgr.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.hotline_field h4 {
	font-family: "iCiel Panton";
	font-size: 13px;
	color: #FCC218;
}

.hotline_field h3 {
	font-family: "iCiel Panton";
	font-size: 20px;
	color: #FFEFDC;
}

.hotline_field p {
	font-family: "Roboto";
	font-size: 13px;
	color: #FEF1D2;
	width: 70%;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}

.logo-header {
	display: none;
}

.multi-head {
	display: flex;
	height: 111px;
	justify-content: center;
	z-index: 1;
}

.header_bgr-home {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.header_bgr {
	width: 100%;
	z-index: 10;
}

.header_bgr2,
.header_bgr-home2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	background-color: white;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Add shadow */
}

.visible2 {
	transform: translateY(0);
}

.multi-head-home {
	display: flex;
	height: 110px;
	justify-content: center;
}

.header_wrapper {
	/* display: none; */
	height: 50px;
	align-items: center;
	background-color: #01A0E4;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
}

.logo-header1 {
	/* position: absolute;
	top: 0;
	left: 0; */
	z-index: 2;
}

.slogan {
	width: fit-content;
}

.slogan p {
	font-family: "Manrope";
	font-size: 15px;
	color: white;
	margin-bottom: 0;
}

.danh-muc {
	padding: 10px 0 10px 0;
	background-color: #6B1109;
	color: #CE924A;
	font-family: "Trajan Pro 3";
	font-size: 15px;
	cursor: pointer;
}

.danh-muc ul {
	padding: 0px;
	margin: 0;
	list-style: none;
	margin-left: auto;
}

.danh-muc ul li {
	position: relative;
	z-index: 999;
}

.danh-muc ul.ulmn>li {
	flex: auto;
}

.danh-muc ul li a {
	padding: 10px 10px 10px 10px;
}

.danh-muc ul ul li a {
	color: black;
}

.danh-muc ul li a img {
	vertical-align: middle;
}

.danh-muc ul li:hover>a {
	color: yellow;
}

.danh-muc ul li ul li:hover>a {
	background-color: #f1f1f1;
	color: red;
}

.danh-muc ul li ul {
	position: absolute;
	min-width: 250px;
	left: 0px;
	top: 30px;
	background: #fff;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

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

.danh-muc ul li ul li {
	text-align: left;
	border-bottom: 1px solid rgb(173 173 173 / 32%);
}

.danh-muc ul li ul li:last-child {
	border-bottom: 0px;
}

.danh-muc ul li ul li a {
	font-size: 14px;
	padding: 10px;
	display: block;
	text-decoration: none !important;
	line-height: 20px;
	text-align: left;
	font-weight: 500;
}

.danh-muc ul li ul li ul {
	top: 0px;
	left: 100%;
}

.danh-muc ul li ul li a:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 0;
	height: 1px;
	background: red;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}

.danh-muc ul li ul li a:hover:before,
.danh-muc ul li ul li>a.active:before {
	left: 0;
	visibility: visible;
	opacity: 1;
	width: 30px;
}

.danh-muc ul li ul li a:hover {
	padding-left: 40px;
}

.address_top {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	gap: 10px;
}

.address_top p {
	font-family: "Mulish";
	color: white;
	font-size: 16px;
	margin-bottom: 0;
}

.address_top p span {
	font-family: "Montserrat-Bold";
}

.address_top h3 {
	font-family: "Oswald-Semi";
	color: #D6261B;
	font-size: 20px;
	margin-bottom: 0;
}

.hotline_top {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.hotline_top h4 {
	color: #482427;
	font-family: "SVN-Bali Script";
	font-size: 40px;
	margin-bottom: 0;
	line-height: 0.8;
	letter-spacing: 3px;
}

.hotline_top p {
	color: #482427;
	font-family: "Roboto-Med";
	font-size: 20px;
	margin-bottom: 0;
}

.hotline_top p span {
	font-family: "Roboto";
	font-size: 16px;
}

@keyframes shake {

	0%,
	100% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(-5px);
	}

	50% {
		transform: translateX(5px);
	}

	75% {
		transform: translateX(-5px);
	}
}

.shake {
	animation: shake 1s;
	animation-iteration-count: infinite;
}

.rotate {
	animation: spin 3s linear infinite;
}

/* slideshow */
.slideshow {
	position: relative;
	display: flex;
	z-index: 0;
}

.slider_name {
	font-family: "SVN-Genica Pro";
	color: #CC0300;
	font-size: 87px;
	line-height: 1.0;
	text-shadow:
		-10px 0 #FDA01E,
		/* Left */
		10px 0 #FDA01E,
		/* Right */
		0 -10px #FDA01E,
		/* Top */
		0 10px #FDA01E,
		/* Bottom */
		-7px -7px #FDA01E,
		/* Top-left */
		-7px 7px #FDA01E,
		/* Bottom-left */
		7px -7px #FDA01E,
		/* Top-right */
		7px 7px #FDA01E;
	/* Bottom-right */
}

/* Search */
.search {
	position: relative;
	width: auto;
	z-index: 1;
	margin-left: 15px;
}

.search_respons {
	display: none;
}

.search input {
	height: 20px;
	width: 210px;
	font-size: 14px;
	font-family: "Mulish";
	color: white;
	background-color: transparent;
	/* width: 0; */
	padding: 0;
	/* visibility: hidden; */
	border: none;
	/* transition: all 0.3s ease; */
	/* position: absolute;
	top: 40px;
	right: 0; */
	z-index: 1000;
	/* margin-left: 10px; */
}

.search-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 15px;
	padding-left: 15px;
}

.search p {
	width: 20px;
	height: 20px;
	cursor: pointer;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
}

.search-auto::placeholder {
	color: white;
}

.search p i,
.search_top p i {
	color: white;
}

.search_bgr {
	height: 30px;
	/* border-radius: 5px;
	background-color: white; */
	border-bottom: 1px solid white;
}

/* .search:hover input {
	width: 250px;
	padding: 0 10px;
	visibility: visible;
	border: 1px solid black;
}

.search input.has-text {
	width: 250px;
	visibility: visible;
	opacity: 1;
	padding: 0 10px;
	border: 1px solid black;
} */

.box-search {
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ds-item-search {
	width: calc(100% - 70px);
}

.ds-item-search a {
	font-size: 14px;
	color: #333;
}

.show-search {
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #fff;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.box-search .price-product {
	width: 100%;
	margin: 0px;
	text-align: left;
}

.box-search .price-product .price-new {
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}

.box-search .price-product .price-old {
	color: #999;
	text-decoration-line: line-through;
}

.motasanpham {
	font-family: "Mulish";
	font-size: 15px;
	text-align: justify;
	margin-bottom: 10px;
}

.motasanpham ul {
	list-style: disc;
}

.chitietsanpham {
	background-color: #F2F2F2;
	padding: 15px;
	border: 1px solid black;
}

.chitietsanpham ul {
	list-style: disc;
}

.gia-font {
	font-family: "Nunito";
	font-size: 15px;
	color: black;
}

/* Menu */

#menu {
	display: none;
}

#hamburger {
	display: none;
	width: 35px;
	height: 23px;
	position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: black;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0px;
}

#hamburger:before {
	top: 0px;
}

#hamburger span {
	top: 10px;
}

#hamburger:after {
	top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, left, opacity;
	-webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
	transition-property: top, bottom, left, opacity, -webkit-transform;
	transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
	top: 10px;
}

.mm-wrapper_opening #hamburger span {
	left: -50px;
	opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-menu_opened {
	display: block !important;
}

.mm-slideout {
	z-index: unset;
}

.wrap-menu {
	display: none;
	/* display: flex; */
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

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

.menu-head-left {
	position: relative;
}

.title-menu {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	line-height: 40px;
	display: block;
}

.menu-product-list {
	position: absolute;
	z-index: 99;
	top: 100%;
	width: 250px;
	background: #fff;
	border-radius: 2px;
}

.menu-product-list ul {
	padding: 0px;
	margin-bottom: 0px;
}

.menu-product-list ul ul {
	position: absolute;
	width: 750px;
	background: #fff;
	left: 100%;
	top: 0px;
	border: 1px solid #999;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	height: 100%;
	overflow-x: hidden;
}

.menu-product-list ul ul ul {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	border: none;
	display: block;
	height: auto;
}

.menu-product-list ul li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #ddd;
}

.menu-product-list ul li a .icon-down {
	position: absolute;
	right: 10px;
	top: 10px;
}

.menu-product-list ul ul li a span {
	position: absolute;
	right: 10px;
	font-size: 13px;
	font-weight: 500;
	color: #00a3ff;
}

.menu-product-list ul li a:hover {
	color: #f00;
}

.menu-product-list ul ul li a {
	border-bottom: none;
	font-weight: bold;
}

.menu-product-list ul ul ul li a {
	font-weight: normal;
}

.menu {
	position: relative;
	z-index: 99;
	/* width: calc(100% - 700px); */
	width: 100%;
}

.top_line {
	position: relative;
	width: 1px;
	height: 100px;
	background-color: #7F4D36;
	margin: auto;
	margin-top: -30px;
	z-index: 1;
	overflow: visible;
}

.menu .wrap-content {
	position: relative;
}

.fix_menu {
	position: fixed !important;
	box-shadow: 0 0 1px #999;
	background: #fff;
}

.menu ul {
	padding: 0px;
	margin: 0;
	list-style: none;
	margin-left: auto;
}

.menu ul li {
	position: relative;
	z-index: 99;
}

.menu ul.ulmn>li {
	flex: auto;
}

.menu ul li.line {
	width: 1px;
	height: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	flex: none;
}

.menu ul li a {
	color: #333333;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 20px;
	line-height: 44px;
	font-family: "Mulish-Med";
	text-transform: capitalize;
}

.menu ul ul li a {
	color: black;
}

.menu ul li a img {
	vertical-align: middle;
}

.menu ul li a.active,
.menu ul li:hover>a {
	color: #01A0E4;
}

.menu ul li a.lien-he {
	background-color: #01A0E4;
	border-radius: 30px;
	font-family: "Mulish-Semi";
	color: white;
}

.menu ul li .lien-he:hover,
.menu ul li .lien-he:hover .active {
	color: red;
}

.menu ul li ul li a.active,
.menu ul li ul li:hover>a {
	background-color: #f1f1f1;
	color: red;
}

.menu ul li ul {
	position: absolute;
	min-width: 250px;
	left: 0;
	top: 55px;
	background: #fff;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

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

.menu ul li ul li {
	text-align: left;
	border-bottom: 1px solid rgb(173 173 173 / 32%);
}

.menu ul li ul li:last-child {
	border-bottom: 0px;
}

.menu ul li ul li a {
	font-size: 14px;
	padding: 10px;
	display: block;
	text-decoration: none !important;
	line-height: 20px;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0;
}

.menu ul li ul li ul {
	top: 0px;
	left: 100%;
}

.menu ul li ul li a:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 0;
	height: 1px;
	background: red;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}

.menu ul li ul li a:hover:before,
.menu ul li ul li>a.active:before {
	left: 0;
	visibility: visible;
	opacity: 1;
	width: 30px;
}

.menu ul li ul li a:hover {
	padding-left: 40px;
}

a.cart-header {
	position: relative;
}

a.cart-header span {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	font-size: 11px;
	width: 17px;
	height: 17px;
	text-align: center;
	border-radius: 50%;
}

/*   SLider */
.control-owl {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0px;
	top: calc(50% - 22.5px);
}

.control-owl button {
	opacity: 0.5;
	top: 0px;
	position: absolute;
	outline: none;
	border: 2px solid #fff;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	font-size: 25px;
	margin: 0px;
	background-color: #00a3ff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.control-owl button:hover {
	opacity: 1;
}

.control-owl button.owl-prev {
	left: -40px;
}

.control-owl button.owl-next {
	right: -40px;
}

.control-owl-menu {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0px;
	top: calc(50% - 22.5px);
}

.control-owl-menu button {
	top: 0px;
	position: absolute;
	outline: none;
	border: 2px solid #fff;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 55px;
	height: 55px;
	overflow: hidden;
	text-align: center;
	font-size: 25px;
	margin: 0px;
	background-color: #F9B31D;
	display: flex;
	align-items: center;
	justify-content: center;
}

.control-owl-menu button:hover {
	background-color: #952F33;
}

.control-owl-menu button.owl-prev {
	left: 0;
}

.control-owl-menu button.owl-next {
	right: 0;
}

.box-photo-ct {
	border-radius: 20px;
	overflow: hidden;
}

.title-detail {
	position: relative;
}

.title-detail h1 {
	font-size: 20px;
	color: #0b188e;
	text-transform: uppercase;
	font-family: "Mulish-Bold";
}

.title-main {
	margin-bottom: 1.5rem;
	position: relative;
}

.content-main {
	font-family: "Gilroy";
}

.title-main span {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

.tt-week {
	font-size: 25px;
	text-align: center;
	margin: 20px 0px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.title-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.title-list a {
	font-family: "Neue-Bold";
	font-size: 16px;
	color: #23232E;
	background-color: white;
	padding: 10px 25px;
	border-radius: 7px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #263B83;
}

.title-list .active,
.title-list a:hover {
	background: linear-gradient(to right, #1C41BF, #263B83);
	color: white;
}

.title-list-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.title-list-2 a {
	font-family: "Neue-Bold";
	font-size: 16px;
	color: #23232E;
	background-color: white;
	padding: 10px 25px;
	border-radius: 7px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #263B83;
}

.title-list-2 .active,
.title-list-2 a:hover {
	background: linear-gradient(to right, #1C41BF, #263B83);
	color: white;
}

.title-cat-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0px;
	gap: 20px;
}

.title-cat-main span {
	display: block;
	color: #999;
	background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.title-cat-main span:hover,
.title-cat-main span.active {
	background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
	color: #000;
}

/* Tags */
.footer-tags {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
	align-items: flex-start;
}

.title-tags {
	position: relative;
	font-size: 14px;
	font-family: "Sans-Bold";
	color: white;
	text-transform: uppercase;
	margin-bottom: 0;
	white-space: nowrap;
}

/* .title-tags:after {
	  content: '';
	  position: absolute;
	  left: 0px;
	  bottom: 0px;
	  background-color: rgba(0, 0, 0, 0.1);
	  display: block;
	  height: 3px;
	  width: 30px;
  } */

.flex-tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.flex-tags a {
	color: #d1d1d1;
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px !important;
	opacity: 0.8;
	padding: 2px 5px;
}

.flex-tags a:hover {
	background-color: #446084;
	border-color: #446084;
	color: #fff;
	opacity: 1;
}

/* footer */

.footer_bgr {
	position: relative;
	background-image: url('../images/footer_bgr.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -100px;
	padding-top: 300px;
	z-index: 1;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.footer-top img {
	margin-top: -130px;
}

.footer-top p {
	font-family: "Mulish";
	color: white;
	font-size: 16px;
	margin-bottom: 0;
	width: 50%;
}

.footer-powered {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	padding: 35px 130px;
	border: 2px solid #CBA869;
	background: linear-gradient(to bottom, rgb(1, 91, 130, 1.0), rgb(1, 91, 130, 0.4));
	border-radius: 150px;
	margin-left: -130px;
	margin-right: -130px;
}

.underline3 {
	width: fit-content;
}

.footer1 {
	display: flex;
	flex-direction: column;
	gap: 15px;
	grid-column: 1 / span 2;
}

.footer1 h4 {
	font-family: "Mulish-Bold";
	color: white;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.footer1 h3 {
	font-family: "SVN-Bali Script";
	color: #FB657F;
	font-size: 68px;
	text-transform: capitalize;
	margin-bottom: 0;
	text-shadow: 3px 0px 2px #330100;
	line-height: 1.0;
}

.footer1 h5 {
	font-family: "Neue-Med";
	font-size: 15px;
	margin-bottom: 0;
	color: white;
	text-transform: uppercase;
	margin-top: 30px;
}

.footer1 p {
	font-family: "Nunito-Extra";
	font-size: 15px;
	color: white;
	margin-bottom: 0;
}

.footer2 {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer_line {
	background-color: #FEF5E4;
	width: 100%;
	height: 1px;
}

.footer2 h4 {
	font-family: "Mulish-Bold";
	color: white;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* .footer2 a {
	font-family: "Nunito-Med";
	font-size: 15px;
	color: white;
	margin-bottom: 0;
	text-transform: uppercase;
	width: fit-content;
}

.footer2 a:hover {
	color: blue;
} */

.footer2 p {
	font-family: "Montserrat-Light";
	font-size: 14px;
	color: white;
	margin-bottom: 0;
}

.item-footer p {
	font-family: "Mulish";
	font-size: 16px;
	color: white;
	margin-bottom: 0;
}

.item-footer p span {
	font-family: "Mulish-Bold";
	color: #F9C136;
}

.dm_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.dm_grid a {
	font-family: "Mulish";
	font-size: 16px;
	color: white;
	margin-bottom: 0;
	width: fit-content;
}

.dm_grid a:hover {
	color: yellow;
}

.footer3 {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer3 h4 {
	font-family: "Mulish-Bold";
	color: white;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.footer3 p {
	font-family: "Montserrat-Light";
	font-size: 14px;
	color: white;
	margin-bottom: 0;
}

.footer3 a {
	width: fit-content;
	font-family: "Mulish";
	font-size: 16px;
	color: white;
}

.footer3 a:hover {
	color: yellow;
}

.footer4 {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-left: -20px;
}

.footer4 h4 {
	font-family: "Poppins-Bold";
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	text-align: center;
}

.footer4 a {
	width: fit-content;
}

.fb_icon {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	pointer-events: none;
}

.footer4 p {
	font-family: "Roboto";
	font-size: 13px;
	color: #141414;
	margin-bottom: 0;
	line-height: 2.0;
}

.footer4 p span {
	font-family: "Gilroy-Bold";
}

.fanpage_img,
.fanpage_img img {
	border-radius: 6px;
	width: fit-content;
}

.fanpage {

}

.footer-powered_2 {}

.footer5 {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-powered_2 p {
	font-family: "Mulish";
	font-size: 14px;
	color: white;
	margin-bottom: 0;
}

.footer-powered_2 p span {
	font-family: "Mulish-Semi";
}

/*   TC   */
.item-criteria a {
	display: flex;
	align-items: center;
	color: #333;
}

.item-criteria a .ds-criteria {
	width: calc(100% - 60px);
	margin-left: 10px;
}

.item-criteria a .ds-criteria h3 {
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: var(--color-main);
}

.item-criteria a .ds-criteria p {
	-webkit-line-clamp: 2;
	margin: 0px;
}

/* Sort */
.sort-select {
	display: flex;
	justify-content: end;
	margin: 20px 0px;
	position: relative;
}

.sort-select .click-sort {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	padding: 6px 10px 6px 8px;
	margin: 0px;
}

.sort-select-main {
	display: grid;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
	position: absolute;
	padding: 0 7px;
	top: 30px;
	right: 0;
	width: 160px;
	z-index: 2;
}

.sort-select-main p {
	border-bottom: 1px solid #f1f1f1;
	margin: 0px;
	order: 2;
}

.sort-select-main p:has(.check) {
	order: 1;
}

.sort a {
	color: #000;
	font-size: 14px;
	line-height: 17px;
	padding: 11px 3px;
	display: block;
	cursor: pointer;
}

.sort a.check i {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	transform: scale(var(--ggs, 1));
	width: 22px;
	height: 16px;
	border: 2px solid transparent;
	border-radius: 100px;
	vertical-align: middle;
}

.sort a.check i::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: -4px;
	width: 6px;
	height: 10px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	transform-origin: bottom left;
	transform: rotate(45deg);
}

.sort-select .sort-show {
	padding-right: 12px;
	position: relative;
}

.sort-select .sort-show::before {
	content: "";
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333;
	content: "";
	height: 0;
	position: absolute;
	top: 6px;
	right: 0;
	width: 0;
}

/* Product */
.filter {
	/* position: absolute;
	right: 0px;
	top: 0px; */
	padding: 5px 10px;
	background: #f1f1f1;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #ddd;
	display: none;
	height: 50%;
	width: fit-content;
	margin-left: auto;
}

.flex-product-main {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.flex-product-main .left-product {
	width: 250px;
	border: 1px solid #CACACA;
	padding: 20px;
	border-radius: 5px;
}

.left-product ul {
	list-style: square;
	margin-left: 15px;
}

.left-product li a {
	font-family: "Montserrat";
	font-size: 16px;
}

.left-product li a:hover {
	color: red;
}

.left-product ul li ul {
	list-style: disc;
}

.flex-product-main .right-product {
	/* width: calc(100% - 250px); */
}

.wrap-product-sale {
	background-color: #ffa09e;
	border-radius: 10px;
	overflow: hidden;
}

.wr-search p {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Montserrat-Bold";
	color: #053591;
}

.product {
	display: block;
	position: relative;
	text-align: center;
}

.product .pic-product {
	margin-bottom: 10px;
	display: block;
	position: relative;
	overflow: hidden;
}

.product .pic-product img {
	width: 100%;
}

.product .pic-product>a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.first_img {
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	height: 100%;
}

.product:hover .first_img {
	transform: scale(0);
}

.second_img {
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	transition: all 0.5s ease;
	height: 100%;
}

.product:hover .second_img {
	right: 0;
	top: 0;
	transition: all 0.5s ease;
}

.product .name-product {
	margin-bottom: 5px;
	font-weight: normal;
}

.product .name-product a {
	color: #222222;
	font-family: "Sans-Bold";
	font-size: 15px;
	margin-top: 10px;
	text-transform: uppercase;
}

.product .name-product a:hover {
	color: #ff2e00;
}

.product .name-product .text-split {
	-webkit-line-clamp: 1;
}

.product .price-product {
	margin-bottom: 10px;
	color: #555;
	height: 47px;
	overflow: hidden;
}

.product .price-new {
	font-size: 17px;
	font-weight: 700;
	color: #ff2e00;
	display: inline-block;
	text-transform: uppercase;
}

.product .price-old {
	padding: 0 10px;
	font-size: 14px;
	text-decoration: line-through;
	display: block;
	color: #ff2e00;
	text-transform: uppercase;
}

.product .price-per {
	color: #ff2e00;
	font-size: 13px;
	text-align: center;
	font-weight: 700;
}

.box-cat {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.service-content h3 {
	margin-top: 15px;
	font-family: "Cormorant-Semi";
	font-size: 45px;
	color: #fae58f;
}

.service-content h3:hover {
	background: linear-gradient(to top, #009bff, #0073bd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-content p {
	font-family: "Exo-Reg";
	font-size: 14px;
	width: 90%;
}

.service-content img {
	width: 580px;
	height: 380px;
	border-radius: 20px;
}

.cart-product {
	margin: 5px 0 0 0px;
}

.cart-product span {
	cursor: pointer;
	color: #fff;
	text-align: center;
	padding: 0px 5px;
	border-radius: 5px;
	display: inline-block;
	line-height: 34px;
	font-size: 13px;
	font-weight: 700;
}

.cart-add {
	margin-left: 10px;
	background-color: #00a5d9;
	width: 155px;
}

.cart-add:hover {
	background-color: #fed402;
}

.cart-buy {
	background-color: #ff2e00;
	width: 93px;
	height: 33px;
}

.cart-buy:hover {
	background-color: #fed402;
}

.grid-product {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

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

.grid-product .product .product-info {
	margin-top: 10px;
	color: #333;
}

.grid-product .product .product-info h3 {
	font-size: 17px;
	color: #333;
}

.grid-product .product .product-info .price span {
	color: #f00;
}

/* product detail */
.grid-pro-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
	border-bottom: 1px solid #ececec;
	gap: 20px;
	background-color: #F2F2F2;
	padding: 15px 15px 45px 15px;
	border: 1px solid black;
}

.grid-pro-detail .left-pro-detail {
	width: 48%;
}

.grid-pro-detail .right-pro-detail {
	width: 50%;
}

.detail-product {
	display: flex;
	justify-content: space-between;
}

.detail-product .left-pro-detail {
	width: 40%;
	border: 1px solid #ddd;
}

.detail-product .right-pro-detail {
	width: 57%;
}

.detail-product .right-pro-detail ul {
	list-style: none;
	padding: 0px;
}

.detail-product .right-pro-detail ul li {
	margin-bottom: 20px;
}

.detail-product .right-pro-detail ul li .title-pro-detail {
	font-size: 18px;
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail {
	display: inline-block;
	margin-bottom: 0px;
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
	font-weight: 700;
	font-size: 20px;
	color: #f00;
}

/*css CT */
.box-ct {
	display: flex;
	justify-content: start;
	align-items: center;
	background-color: rgb(233, 230, 230);
	padding: 10px;
	border-radius: 10px;
}

.box-ct img {
	border-radius: 50%;
	margin-right: 10px;
}

.ds-ct h3 a {
	font-size: 17px;
	color: #333;
}

.ds-ct h3 a:hover {
	color: #f00;
}

/* Tien ich */
.wrap-ti {
	padding: 20px 0px;
}

.linear_bgr {
	background: linear-gradient(to top, #d6efff, #ffffff);
}

.box-ti {
	background: #f1f1f1;
	padding: 15px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	min-height: 135px;
}

.wrap-ti .owl-item:nth-child(n + 1) .box-ti {
	background-color: rgb(220, 238, 255);
}

.wrap-ti .owl-item:nth-child(n + 2) .box-ti {
	background-color: rgb(254, 245, 207);
}

.wrap-ti .owl-item:nth-child(n + 3) .box-ti {
	background-color: rgb(255, 239, 219);
}

.wrap-ti .owl-item:nth-child(n + 4) .box-ti {
	background-color: rgb(225, 254, 207);
}

.ds-ti {
	width: 95%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.ds-ti h3 {
	font-family: "Exo-Semi";
	font-size: 20px;
}

.ds-ti h3 a {
	color: #333;
}

.ds-ti h3 a:hover {
	color: #f00;
}

/* Contact */
.contact-map {
	position: relative;
	height: 500px;
	margin-top: 30px;
}

.contact-map-home {
	position: relative;
	height: 440px;
}

.contact-map iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.contact-map-home iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

/*  breadCrumbs */
.breadCrumbs {
	padding: 10px 0px;
	background-color: #f1f1f1;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.breadCrumbs ol {
	margin: 0px;
}

.breadCrumbs ol li a {
	color: black;
}

.breadCrumbs ol li a:hover {
	color: #f00;
}

.breadcrumb-item {
	font-family: "Mulish-Bold";
}

/* paging */
.pagination {
	margin-top: 20px;
	margin-bottom: 0;
}

.pagination li span {
	cursor: pointer;
}

.btn-frame {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}

.btn-frame i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1182fc;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-frame i img {
	vertical-align: middle;
	width: 70%;
}

.btn-frame .animated.infinite {
	animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
	width: 60px;
	height: 60px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid rgba(7, 41, 103, 0.8);
	opacity: 0.1;
	border-color: #1182fc;
	opacity: 0.5;
}

.btn-frame .zoomIn {
	animation-name: zoomIn;
}

.btn-frame .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	border-radius: 100%;
	border: 2px solid transparent;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: 0.4;
}

.btn-frame .pulse {
	animation-name: pulse;
}

.grid-properties {
	display: flex;
	gap: 10px;
}

.grid-properties span {
	position: relative;
	border: 1px solid #ddd;
	padding: 5px 15px;
	cursor: pointer;
}

.grid-properties span:hover,
.grid-properties span.active {
	border: 1px solid #f00;
	color: #f00;
}

.grid-properties span:hover:after,
.grid-properties span.active:after {
	content: "";
	border: 0.9375rem solid transparent;
	border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
	bottom: 0;
	position: absolute;
	right: -0.9375rem;
}

.grid-properties span.outstock {
	pointer-events: none;
	background-color: #fafafa;
	color: rgba(0, 0, 0, 0.26);
	cursor: not-allowed;
}

/* Xu huong */
.wrap-xh {
	background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%);
	padding: 10px;
	border-radius: 10px;
}

.title-xh {
	font-size: 25px;
	margin: 20px 0px;
	color: #333;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

.image-xh {
	border-radius: 10px;
	overflow: hidden;
}

.name-xh {
	text-align: center;
	color: #333;
	font-size: 16px;
	margin: 10px 0px 0px;
}

/* scrollToTop */
.scrollToTop {
	width: 41px;
	height: 41px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 65px;
	right: 25px;
	display: none;
	z-index: 10;
	cursor: pointer;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	visibility: hidden !important;
	overflow: hidden;
}

[x-cloak] {
	display: none !important;
}

/* new css */

/* gioithieu */

.gioi-thieu {
	padding: 53px 0;
	background-image: url('../images/intro_bgr.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.gioithieu_content {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
}

.intro_img {
	width: 50%;
}

.intro1 {
	display: flex;
	justify-content: end;
	align-items: end;
}

.intro1 div,
.intro2 div,
.intro3 div,
.intro4 div {
	border: 2px solid #C3922E;
}

.intro1 div,
.intro1 div img {
	width: fit-content;
	border-radius: 0px 81.8097px;
}

.intro2 {
	display: flex;
	justify-content: start;
	align-items: end;
	margin-right: -30px;
}

.intro2 div,
.intro2 div img {
	width: fit-content;
	border-radius: 127.047px 0px;
}

.intro3 {
	display: flex;
	justify-content: end;
	align-items: start;
}

.intro3 div,
.intro3 div img {
	width: fit-content;
	border-radius: 112.388px 0px;
}

.intro4 {
	display: flex;
	justify-content: start;
	align-items: start;
}

.intro4 div,
.intro4 div img {
	width: fit-content;
	border-radius: 0px 102.615px;
}

.intro {
	width: 50%;
	margin-right: 40px;
}

.intro h4 {
	font-family: "1FTV VIP Mollie Glaston";
	color: #F8EFBA;
	font-size: 90px;
}

.intro p {
	font-family: "Mulish";
	font-size: 16px;
	color: white;
	line-height: 1.8;
	text-align: justify;
}

.intro h5 {
	font-family: "NVN Motherland Signature";
	font-size: 32px;
	color: white;
	margin-bottom: 0;
}

.gt_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.intro_deco1 {
	position: absolute;
	bottom: -53px;
	left: -350px;
}

.intro_deco2 {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.intro_deco3 {
	position: absolute;
	bottom: -53px;
	right: -350px;
}

.title {
	padding-top: 30px;
	background-image: url('../images/underline.png');
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

.title h4 {
	font-family: "1FTV VIP Mollie Glaston";
	color: #01A0E4;
	font-size: 48px;
	text-transform: capitalize;
	margin-bottom: 0;
}

.title p {
	font-family: "SVN-Wylie Voigen";
	background: linear-gradient(to right, #008145, #03B863);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 41px;
	margin-bottom: 0;
	width: fit-content;
	margin: auto;
}

.title-2 {
	padding-top: 40px;
	background-image: url('../images/underline2.png');
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

.title-2 h4 {
	font-family: "1FTV VIP Mollie Glaston";
	color: #E7D18D;
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.title-2 p {
	font-family: "Mulish-Bold";
	color: white;
	font-size: 20px;
	margin-bottom: 0;
}

.title-3 {
	position: relative;
	padding-bottom: 30px;
	z-index: 1;
	background-image: url('../images/underline2.png');
	background-position: right;
	background-repeat: no-repeat;
	width: fit-content;
	padding-right: 100px;
}

.title-3 h4 {
	font-family: "1FTV VIP Archiga";
	color: #F2B200;
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 0;
}

.title-3 p {
	font-family: "SVN-Wylie Voigen";
	background: linear-gradient(to right, #008145, #03B863);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 41px;
	margin-bottom: 0;
	width: fit-content;
}

/* dich-vu */

.dich-vu {
	padding: 80px 0;
}

.dv_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #015B82;
	border-radius: 12px;
	padding-bottom: 15px;
}

.dv_container h3 {
	margin-top: 15px;
	padding: 0 15px;
	font-family: "1FTV VIP Mollie Glaston";
	font-size: 24px;
	color: #ECD8A3;
	text-transform: capitalize;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}

.dv_container:hover h3 {
	color: red;
}

.dv_image div,
.dv_image div img {
	border-radius: 12px;
}

.dv_deco1 {
	position: absolute;
	top: 0;
	left: -350px;
}

.dv_deco2 {
	position: absolute;
	bottom: 0;
	left: -350px;
}

.dv_deco3 {
	position: absolute;
	top: -50px;
	right: -350px;
}

.dv_deco4 {
	position: absolute;
	bottom: -80px;
	right: -350px;
}

/* tieu-chi */

.tc_deco1 {
	position: absolute;
	top: -70px;
	left: -200px;
}

.tieu-chi {
	padding: 65px 0 50px 0;
	background-image: url('../images/tc_bgr.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tc_content {
	display: flex;
	justify-content: flex-end;
}

.tc_main {
	width: 50%;
}

.tc_title h4 {
	font-family: "SVN-Bellico";
	font-size: 70px;
	color: #F9C136;
}

.tc_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	width: 85%;
}

.tc_container h3 {
	font-family: "SVN-Bali Script";
	font-size: 25px;
	color: #F9C136;
	text-transform: uppercase;
	margin-bottom: 0;
}

.tc_container p {
	font-family: "Mulish";
	font-size: 14px;
	color: white;
	margin-bottom: 0;
}

.tc_image {
	background-image: url('../images/tc_frame.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 153px;
	height: 119px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
}

/* san-pham */

.sp_deco1 {
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.san-pham-nb {
	padding: 185px 0 40px 0;
	background-color: #E0FFDC;
	margin-top: -135px;
}

.san-pham {
	padding: 50px 0;
	background-image: url('../images/sp_bgr.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.only_RS {
	display: none;
	width: 100%;
}

.product_item {
	border-radius: 15px;
	-webkit-box-shadow: 0px 4px 5px 0px #928D8B;
	box-shadow: 0px 4px 5px 0px #928D8B;
	background-color: white;
}

.product_image img,
.product_image_nb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_image,
.product_image img {
	border-radius: 15px;
}

.product_image img {
	border: 1px solid white;
}

.product_image_nb,
.product_image_nb img {
	border-radius: 50%;
}

.sp_info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 25px;
	padding: 25px 0;
}

.sp_info h3 {
	font-size: 20px;
	font-family: "Mulish-Bold";
	color: black;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.sp_info_nb {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 15px;
	padding: 15px 0;
}

.sp_info_nb h3 {
	font-size: 24px;
	font-family: "Gilroy-Semi";
	color: #372300;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.sp_info p {
	font-size: 15px;
	font-family: "Gilroy";
	color: #8E8E8E;
	text-align: center;
	margin-bottom: 0;
}

.product_item:hover h3 {
	color: red;
}

.attr-pro-detail-home {
	padding: 0;
	margin: 0;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}

.price-new-pro-detail-home {
	font-family: "SVN-HC Alterner";
	font-size: 34px;
	color: #DC1D1D;
}

.price-new-pro-detail {
	font-family: "Mulish-Bold";
	font-size: 20px;
	color: #D70000;
}

.price-old-pro-detail {
	font-family: "Mulish";
	font-size: 18px;
	color: #666666;
}

.title-cat {
	display: flex;
	gap: 30px;
	width: 50%;
}

.title-cat a {
	font-family: "Neue-Med";
	font-size: 17px;
	color: #151515;
}

.title-cat a:hover,
.title-cat .active {
	color: #0E216E;
}

/* danh-gia */

.danhgia {
	padding: 40px 0 45px 0;
	background-image: url('../images/dg_bgr.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.dg_item {
	display: flex;
	align-items: center;
}

.dg_content {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.dg_content h3 {
	font-family: "Mulish-Bold";
	font-size: 19px;
	color: black;
	margin-bottom: 0;
	background: url("../images/dg_frame.png") no-repeat center / 100% 100%;
	width: fit-content;
	padding: 12px 35px;
	margin-left: auto;
}

.dg_content p {
	font-family: "Mulish";
	font-size: 15px;
	color: white;
	margin-bottom: 0;
	text-align: justify;
	line-height: 2.0;
}

.dg_image {
	width: 50%;
	margin-right: 25px;
	perspective: 1000px;
	padding: 15px 0;
}

.dg_image div {
	perspective: 1000px;
	padding: 20px;
	background-color: #FBF3E8;
	transform: rotateY(20deg);
}

.dg_image img {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	transform: rotateY(10deg);
	/* Luôn nghiêng về bên phải */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	/* Thêm bóng đổ để tạo chiều sâu */
}

.dg_image div,
.dg_image div img {
	border-radius: 20px;
}

.dg_deco1 {
	position: absolute;
	top: 18%;
	right: 0;
	z-index: -1;
	pointer-events: none;
}

/* album */

.album_deco1 {
	position: absolute;
	top: 140px;
	left: 0;
}

.album_deco2 {
	position: absolute;
	top: 60px;
	left: -350px;
}

.album_deco3 {
	position: absolute;
	top: -60px;
	right: -350px;
}

.album_deco4 {
	position: absolute;
	bottom: -200px;
	left: -350px;
}

.album_deco5 {
	position: absolute;
	bottom: 100px;
	right: -150px;
}

.album {
	padding: 60px 0 80px 0;
}

.main_album {
	position: relative;
	height: 1056.72px;
}

.main_album_respons {
	display: none;
}

.album_title {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
}

.album_title h4 {
	font-family: "SVN-Bali Script";
	color: #330100;
	font-size: 65px;
	margin-bottom: 0;
	text-shadow: 3px 0px 2px #E8B316;
	line-height: 0.8;
}

.item_album {
	position: absolute;
}

.item_album a,
.item_album a img {
	border-radius: 12px;
}

.item_album:nth-child(1) {
	left: 387px;
	top: 75px;
}

.item_album:nth-child(1) a img {
	width: 197px;
	min-height: 274px;
	max-height: 274px;
}

.item_album:nth-child(2) {
	left: 613px;
	top: 0;
}

.item_album:nth-child(2) a img {
	width: 271.92px;
	min-height: 403.43px;
	max-height: 403.43px;
}

.item_album:nth-child(3) {
	right: 0;
	top: 123px;
}

.item_album:nth-child(3) a img {
	width: 287.53px;
	min-height: 325.42px;
	max-height: 325.42px;
}

.item_album:nth-child(4) {
	bottom: 355px;
	left: 0;
}

.item_album:nth-child(4) a img {
	width: 492.59px;
	min-height: 329.88px;
	max-height: 329.88px;
}

.item_album:nth-child(5) {
	right: 416px;
	bottom: 355px;
}

.item_album:nth-child(5) a img {
	width: 269.7px;
	min-height: 276.38px;
	max-height: 276.38px;
}

.item_album:nth-child(6) {
	left: 805px;
	top: 470px;
}

.item_album:nth-child(6) a img {
	width: 376.68px;
	min-height: 291.98px;
	max-height: 291.98px;
}

.item_album:nth-child(7) {
	left: 0;
	bottom: 65px;
}

.item_album:nth-child(7) a img {
	width: 276.38px;
	min-height: 267.47px;
	max-height: 267.47px;
}

.item_album:nth-child(8) {
	right: 416px;
	bottom: 0;
}

.item_album:nth-child(8) a img {
	width: 488.13px;
	min-height: 332.11px;
	max-height: 332.11px;
}

.item_album:nth-child(9) {
	left: 805px;
	bottom: 10px;
}

.item_album:nth-child(9) a img {
	width: 269.7px;
	min-height: 265.24px;
	max-height: 265.24px;
}

/* video */

.video_deco1 {
	position: absolute;
	top: -70px;
	left: -350px;
}

.video_deco2 {
	position: absolute;
	bottom: -90px;
	right: -350px;
}

.video {
	padding: 70px 0 90px 0;
	background-image: url('../images/video_bgr.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.video_slide {
	width: 85%;
	margin: auto;
}

.item_video {
	border-radius: 13px;
	overflow: hidden;
	height: 550px;
}

.item_video video {
	height: 100%;
	object-fit: cover;
}

/* ytb */

.ytb {
	padding: 60px 0 40px 0;
	background-image: url('../images/ytb_bgr.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.ytb_link {
	padding: 70px 0 50px 0;
	background-image: url('../images/ytb_bgr.png');
	background-repeat: no-repeat;
	background-position: center;
}

.ytb_content h4 {
	font-family: "UTM Sharnay";
	color: white;
	font-size: 30px;
	margin-bottom: 0;
	-webkit-text-stroke: 2px #624F3F;
	text-shadow: -1px 4px 0px #624F3F;
	text-transform: uppercase;
}

.ytb_container {
	position: relative;
	display: inline-block;
}

.ytb_container a img {
	border-radius: 15px;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: transform 0.3s ease;
}

.ytb_container:hover .play-button {
	transform: translate(-50%, -50%) scale(1.2);
}

/* tin-tuc */

.tt_deco1 {
	position: absolute;
	top: 0;
	left: -350px;
}

.tt_deco2 {
	position: absolute;
	bottom: -60px;
	right: -350px;
}

.tin-tuc {
	padding: 80px 0 0 0;
}

.tt_content {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 2;
}

.tt_main {
	width: 40%;
	margin-right: 25px;
}

.tt_main_container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.tt_main_img div,
.tt_main_img div img {
	border-radius: 12px;
	width: 100%;
	object-fit: cover;
}

.tt_main_container:hover .tt_info h3 {
	color: red;
}

.tt_sub {
	width: 60%;
}

.tt_container {
	display: flex;
	align-items: center;
	gap: 15px;
	border-radius: 10px;
}

.tt_img div,
.tt_img div img {
	border-radius: 8px;
	width: 100%;
	object-fit: cover;
	min-width: 270px;
}

.tt_info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tt_info h3 {
	color: #333333;
	font-family: "Mulish-Bold";
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}

.tt_container:hover .tt_info h3 {
	color: red;
}

.tt_info p {
	color: #333333;
	font-family: "Mulish";
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
	line-height: 1.5;
	margin-bottom: 0;
}

.tt_info h4 {
	color: #01A0E4;
	font-family: "Mulish-Semi";
	font-size: 16px;
	margin-bottom: 0;
}

.tt_info h4:hover {
	color: red;
}

.slider-tt {
	background-color: #F0F0F0;
	padding: 15px;
	border-radius: 12px;
}

.date {
	display: flex;
	align-items: center;
	gap: 5px;
}

.date p {
	font-family: "Mulish";
	font-size: 12px;
	color: #333333;
	margin-bottom: 0;
}

/* .video {
	width: 50%;
} */

/* dang-ky */

.dk_deco1 {
	position: absolute;
	top: -80px;
	left: -350px;
}

.dk_deco2 {
	position: absolute;
	bottom: -80px;
	left: -350px;
}

.dk_deco3 {
	position: absolute;
	top: -80px;
	right: -350px;
}

.dk_deco4 {
	position: absolute;
	bottom: -80px;
	right: -350px;
}

.dang-ky {
	padding: 80px 0;
	background-image: url('../images/dk_bgr.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.dk_content {
	display: flex;
	align-items: center;
	width: 80%;
	margin: auto;
}

.dk_main {
	width: 60%;
	padding: 80px 65px 60px 65px;
	background: url("../images/dk_frame.png") no-repeat center / 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 60px;
}

.dang-ky .contact-input input,
.dang-ky .contact-input textarea {
	background-color: #00628C;
	/* Light gray background */
	border: 1px solid #ddd;
	/* Light gray border */
	border-radius: 5px;
}

.btn_submit {
	color: #221700;
	background: linear-gradient(to right, #CBA869, #FFFBCC, #E7D18D, #D0AE6E, #C3922E);
	transition: transform 0.3s ease;
	border-radius: 8px;
	font-size: 16px;
	font-family: "Mulish-Semi";
}

.btn_submit:hover {
	transform: scale(1.1);
}

.dk_sub {
	width: 40%;
	display: flex;
	flex-direction: column;
}

.dk1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	background: url("../images/dk_frame2.png") no-repeat center / 100% 100%;
	padding: 80px 40px 45px 40px;
}

.dk1 h4 {
	font-family: "Mulish-Bold";
	font-size: 16px;
	color: white;
	margin-bottom: 0;
}

.dk1 h3 {
	font-family: "Mulish-Bold";
	font-size: 32px;
	background: linear-gradient(to right, #CBA869, #FFFBCC, #E7D18D, #D0AE6E, #C3922E);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
}

.dk_line {
	background-color: white;
	height: 1px;
	width: 120px;
}

.dk1 p {
	font-family: "Mulish";
	font-size: 16px;
	color: white;
	margin-bottom: 0;
	text-align: center;
}

/* doi-tac */

.dt_deco1 {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	min-width: 473px;
}

.doi-tac {
	padding: 75px 0 100px 0;
}

.dt_content {
	display: flex;
	align-items: center;
}

.dt_main {
	width: 50%;
	margin-right: 50px;
}

.dt_title {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dt_title h4 {
	font-family: "Saira-Bold";
	font-size: 35px;
	color: #0E216E;
	margin-bottom: 0;
	text-transform: uppercase;
}

.dt_title p {
	font-family: "Neue-Med";
	font-size: 20px;
	color: #363533;
	margin-bottom: 0;
	text-transform: uppercase;
}

.dt_line {
	background-color: #0E216E;
	width: 52px;
	height: 3px;
}

.dt_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.dt_dangky {
	width: 50%;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.dt_dangky_title {
	background-color: #0E216E;
	padding: 60px 0 20px 0;
}

.dt_form {
	padding: 30px;
}

.dt_form h4 {
	font-family: "Neue-Med";
	font-size: 17px;
	color: #404040;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

.image-container {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	border-radius: 50%;
	border: 1px solid #B2DFF6;
}

.image-container img {
	width: 100%;
	height: auto;
}

.wrapper {
	width: fit-content;
}

.wrapper a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-family: "Mulish-Semi";
	text-decoration: none;
	padding: 10px 20px;
	/* display: inline-block; */
	width: fit-content;
	transition: transform 0.3s ease;
	color: #221700;
	background: linear-gradient(to right, #CBA869, #FFFBCC, #E7D18D, #D0AE6E, #C3922E);
	text-transform: uppercase;
	border-radius: 8px;
}

.wrapper a:hover {
	transform: scale(1.1);
}

.wrapper2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	font-family: "Neue-Med";
	text-decoration: none;
	padding: 2px 10px;
	/* display: inline-block; */
	width: fit-content;
	transition: transform 0.3s ease;
	color: white;
	background-color: #D6261B;
	border-radius: 5px;
}

.wrapper2 a:hover {
	transform: scale(1.1);
}

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

.grow img {
	display: block;
	transition: 1s ease;
}

.grow img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 1s ease;
}

.grow a {
	display: block;
	transition: 1s ease;
}

.grow a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 1s ease;
}

.grow-overflow {
	position: relative;
}

.grow-overflow img {
	display: block;
	transition: 1s ease;
}

.grow-overflow:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 1s ease;
}

.grow-overflow a {
	display: block;
	transition: 1s ease;
}

.grow-overflow:hover a {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 1s ease;
}

/* CSS cho loading */
.loading-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.loading {
	width: 50px;
	height: 50px;
	border: 5px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border-top: 5px solid #3498db;
	animation: spin 1s linear infinite;
}

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

.hover_xam::before {
	content: "";
	background: rgba(255, 255, 255, .5);
	bottom: 0;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-khtml-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	width: 0;
	height: 0;
	z-index: 2;
}

.hover_xam::after {
	content: "";
	background: rgba(255, 255, 255, .5);
	top: 0;
	right: 0;
	position: absolute;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-khtml-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	width: 0;
	height: 0;
	z-index: 2;
}

.hover_xam:hover::before,
.hover_xam:hover::after {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition-duration: 1.3s;
	-moz-transition-duration: 1.3s;
	-ms-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
	-khtml-opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

.scale-img {
	overflow: hidden;
	display: block;
}

.scale-img img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.scale-img:hover>img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.flipY {
	transition: transform 0.6s ease, box-shadow 0.3s ease;
}

.flipY:hover {
	transform: rotateY(180deg);
}

.app-giaohang {
	position: fixed;
	bottom: 200px;
	left: 10px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	z-index: 1000;
}

.icon_giaohang {
	transition: transform 1s ease;
	transform-origin: center;
}

.icon_giaohang:hover {
	transform: rotateY(180deg);
}

.progress-wrap {
	position: fixed;
	bottom: 50px;
	right: 20px;
	height: 56px;
	background: #FF0000;
	width: 56px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f077';
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	display: flex;
	z-index: 1;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #fff;
	stroke-width: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.swing {
	animation: swing ease-in-out 1s infinite alternate;
	transform-origin: center -20px;
	float: left;
}

.swing img {
	display: block;
}

@keyframes swing {
	0% {
		transform: rotate(5deg);
	}

	100% {
		transform: rotate(-5deg);
	}
}

.marque {
	display: inline-block;
	animation: marquee 15s linear infinite;
	position: relative;
}

.marque_swrap {
	overflow: hidden;
	/* Đảm bảo chữ không vượt ra ngoài vùng nhìn */
	white-space: nowrap;
	/* Giữ chữ trên một dòng */
	position: relative;
}

@keyframes marquee {
	from {
		transform: translateX(100%);
		/* Bắt đầu từ bên phải ngoài khung */
	}

	to {
		transform: translateX(-100%);
		/* Kết thúc ở bên trái ngoài khung */
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.slick-slide {
	padding: 5px 15px;
}

.slider-dg .slick-slide {
	transition: transform 0.5s ease;
	transform: scale(0.8);
}

.slider-dg .slick-slide .dg_info h4,
.slider-dg .slick-slide .dg_info p,
.slider-dg .slick-slide .dg_info .dg_image .dg_deco {
	display: none;
}

.slider-dg .slick-current {
	transform: scale(1);
	transition: transform 0.5s ease;
}

.slider-dg .slick-current .dg_info h4,
.slider-dg .slick-current .dg_info p,
.slider-dg .slick-current .dg_info .dg_image .dg_deco {
	display: block;
}

.slider-tt .slick-slide {
	padding: 9px 0;
}

.item_tt {
	z-index: 0;
}