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

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

@font-face {
	font-family: 'UVN Huong Que Nang';
	src: url('../fonts/UVNHuongQueNang.woff2') format('woff2'),
		url('../fonts/UVNHuongQueNang.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
	font-family: 'UTM Sharnay';
	src: url('../fonts/UTMSharnay.woff2') format('woff2'),
		url('../fonts/UTMSharnay.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: 100px;
	justify-content: center;
	z-index: 1;
}

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

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

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

.header_wrapper {
	/* display: none; */
	height: 40px;
	background-color: #F18200;
	align-items: center;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	margin-left: 135px;
}

.logo-header1 {
	/* position: absolute;
	top: 0;
	left: 0; */
	z-index: 1;
	margin-top: -25px;
}

.logo-header1 img {
	min-width: 120px;
}

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

.logo-info1 h4 span {
	color: #FEF013;
}

.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: "Quicksand-Med";
	color: #1A1A1A;
	font-size: 15px;
	margin-bottom: 0;
}

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

.hotline_top {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hotline_top h5 {
	color: #BD0000;
	font-family: "Montserrat-Bold";
	font-size: 22px;
	margin-bottom: 0;
}

.hotline_top h4 {
	color: #BD0000;
	font-family: "Montserrat-Bold";
	font-size: 22px;
	margin-bottom: 0;
}

.hotline_top p {
	color: #191919;
	font-family: "Montserrat-Semi";
	font-size: 15px;
	margin-bottom: 0;
}

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

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

.welcome {
	font-family: "1FTV VIP Weather Sunday";
	color: white;
	font-size: 79px;
	line-height: 1.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;
	margin-left: 15px;
	width: auto;
	z-index: 1;
}

.search_respons {
	display: none;
}

.search input {
	height: 50px;
	/* width: 180px; */
	font-size: 15px;
	font-family: "Montserrat";
	color: black;
	/* background-color: transparent; */
	/* border: 1px solid transparent; */
	width: 0;
	padding: 0;
	visibility: hidden;
	border: none;
	transition: all 0.3s ease;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1000;
	background-color: white;
}

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

.search p {
	width: 50px;
	height: 50px;
	cursor: pointer;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	border: 1px solid white;
	border-radius: 50%;
}

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

.search_bgr {
	/* height: 34px; */
}

.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";
	text-align: justify;
	margin-bottom: 10px;
}

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

.gia-font {
	font-family: "Gilroy";
	font-size: 17px;
	color: #363533;
}

/* 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: #1A1A1A;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 16px;
	line-height: 40px;
	font-family: "Quicksand-Bold";
	text-transform: uppercase;
}

.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: red;
	font-weight: bold;
}

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

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

.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: 25px;
	color: #0b188e;
	text-transform: uppercase;
	font-family: "Quicksand-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: "Gilroy";
	font-size: 17px;
	color: #151515;
	border: 1px solid #151515;
	padding: 10px 25px;
	border-radius: 50px;
	cursor: pointer;
}

.title-list .active {
	background-color: #FFEF64;
}

.title-list a:hover {
	background-color: #FFEF64;
}

.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 {
	background-image: url("../images/footer_bgr2.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* background-color: #F9F2E7; */
	padding: 110px 0 80px 0;
}

.footer-powered {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px;
	padding: 40px 60px;
	background-color: white;
	border-radius: 20px;
	align-items: center;
}

.footer_line {
	background-color: #151515;
	width: 50px;
	height: 1px;
}

.footer1 {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	border-left: 1px solid #F18200;
	border-right: 1px solid #F18200;
	grid-column: 3;
}

.footer1 a {
	font-family: "Quicksand-Bold";
	color: #F18200;
	font-size: 16px;
	margin-bottom: 0;
	width: fit-content;
	border: 2px solid #F18200;
	border-radius: 30px;
	padding: 10px 30px;
}

.footer1 a:hover {
	color: red;
	border: 2px solid red;
}

.footer1 h4 {
	font-family: "Gilroy-Med";
	font-size: 17px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #151515;
}

.footer2 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	grid-column: 1 / span 2;
}

.footer2 h4 {
	font-family: "Quicksand-Bold";
	font-size: 18px;
	color: #1A1A1A;
	margin-bottom: 15px;
	text-transform: uppercase;
}

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

.item-footer p {
	font-family: "Quicksand-Med";
	font-size: 15px;
	color: #1A1A1A;
	margin-bottom: 0;
	text-align: right;
}

.item-footer p span {
	color: #F18200;
}

.footer3 {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-left: auto;
	grid-column: 3 / span 1.5;
}

.footer3 h4 {
	font-family: "Gilroy-Med";
	font-size: 17px;
	color: #151515;
	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: "Gilroy";
	font-size: 15px;
	color: #363533;
}

.footer3 a:hover {
	color: red;
}

.footer4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-left: auto;
	grid-column: 4 / span 2;
}

.footer4 a, .footer4 a img {
	border-radius: 10px;
}

.fb_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	pointer-events: none;
}

.footer4 p {
	font-family: "Gilroy";
	font-size: 14px;
	color: #363533;
	margin-bottom: 0;
	text-align: center;
}

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

.form-floating-cus {
	position: relative;
}

.email-icon-button {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	padding: 0.3rem;
	color: black;
	font-size: 24px;
	border: 1px solid transparent;
}

.email-icon-button:hover {
	color: black;
	background-color: white;
}

.contact-form {
	background-color: transparent;
	/* Transparent background */
	border: none;
	/* Remove default borders */
}

.contact-form .form-floating-cus {
	position: relative;
	border-bottom: 2px solid #ccc;
	/* Bottom border */
}

.contact-form .form-floating-cus input {
	border: none;
	background: transparent;
	outline: none;
	box-shadow: none;
}

.fanpage_img {
	min-height: 210px;
}

.fanpage h4 {
	font-family: "Montserrat-Bold";
	color: transparent;
	font-size: 25px;
	text-align: center;
	-webkit-text-stroke: 1px #191919;
	text-stroke: 1px #191919;
}

.footer-powered_2 {
	background-color: #A80000;
	padding: 20px 0;
}

.footer-powered_2 h4 {
	font-family: "Inter-Semi";
	font-size: 15px;
	color: white;
	margin-bottom: 0;
}

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

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

/*   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(4, 1fr);
	gap: 25px;
}

.grid-product-nb {
	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
}

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

.policy_intuitive {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	margin-bottom: 25px;
}

.policy {
	margin: 20px 16px 0 16px;
}

.policy__list {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}

.policy__list>li {
	border-bottom: 1px solid #f1f1f1;
	position: relative;
	padding: 12px 0 12px 35px;
	width: 50%;
	display: inline-block;
}

.policy__list>li:nth-child(2n + 1) {
	padding-right: 20px;
}

.policy__list li>div.iconl {
	left: 0;
	position: absolute;
	top: 15px;
}

.policy__list li .iconl {
	width: 32px;
}

.policy__list li p {
	line-height: 20px;
	padding-left: 5px;
	margin: 0px;
}

.policy__list li:last-child {
	border-bottom: 0;
}

.policy__list>li:nth-child(2n + 1):nth-last-child(2) {
	border: 0;
}

/*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: 400px;
}

.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: "Quicksand-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: 60px 0 90px 0;
}

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

.intro_img {
	width: 60%;
	height: 590px;
}

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

.intro1 div,
.intro1 div img {
	border-radius: 300px 300px 0 0;
}

.intro1 div {
	width: fit-content;
}

.intro2 {
	position: absolute;
	bottom: 0px;
	left: 0;
}

.intro2 div img {
	border-radius: 160px 0 0 0;
}

.intro2 div {
	border: 10px solid white;
	border-radius: 170px 0 0 0;
}

.intro {
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-right: 35px;
}

.intro h5 {
	font-family: "UTM Sharnay";
	color: #F18200;
	font-size: 30px;
	line-height: 1.0;
	margin-bottom: 0;
}

.intro h4 {
	font-family: "UTM Sharnay";
	color: white;
	font-size: 45px;
	-webkit-text-stroke: 2px #624F3F;
	text-shadow: -1px 4px 0px #624F3F;
	line-height: 1.0;
	margin-bottom: 0;
}

.intro h4 span {
	color: #FEF013;
}

.intro p {
	font-family: "Quicksand";
	font-size: 15px;
	line-height: 2.0;
	color: #1A1A1A;
	text-align: justify;
	margin-bottom: 0;
}

.intro_info p {
	font-family: "Quicksand";
	font-size: 16px;
	color: #1A1A1A;
	margin-bottom: 0;
}

.intro_info p span {
	font-family: "Quicksand-Semi";
}

.intro_deco3 {
	position: absolute;
	bottom: -30px;
	left: 45%;
	transform: translateX(-50%);
	z-index: 0;
	min-width: 440px;
}

.intro_deco4 {
	position: absolute;
	top: 0;
	left: 45%;
	transform: translateX(-50%);
	/* animation: spin 5s linear infinite; */
}

.intro_deco5 {
	position: absolute;
	bottom: -200px;
	left: 25%;
	transform: translateX(-50%);
}

.title {
	/* padding-bottom: 30px; */
	padding: 0 80px;
	width: fit-content;
	background: url("../images/sp_title_frame.png") no-repeat center / 100% 100%;
	text-align: center;
	margin: auto;
}

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

.title h4 span {
	color: #FEF013;
}

.title p {
	font-family: "1FTV VIP High Spirited";
	font-size: 45px;
	color: #151515;
	margin-bottom: 0;
}

.title-2 {
	padding: 0 80px;
	width: fit-content;
	background: url("../images/title_frame.png") no-repeat center / 100% 100%;
	text-align: center;
	margin: auto;
}

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

.title-2 h4 span {
	color: #FEF013;
}

.title-2 p {
	font-family: "1FTV Balbes";
	font-size: 32px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 0;
}

.title-3 {
	padding: 5px 100px 10px 100px;
	width: fit-content;
	background: url("../images/cn_title.png") no-repeat center / 100% 100%;
	text-align: center;
	margin: auto;
}

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

.title-3 h4 span {
	color: #FEF013;
}

/* dich-vu */

.dich-vu {
	padding: 60px 0 10px 0;
}

.dv_deco1 {
	position: absolute;
	top: 30px;
	left: 20%;
	transform: translateX(-50%);
}

/* tieu-chi */

.tieu-chi {
	padding: 70px 0 90px 0;
	background-color: #F9F2E7;
}

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

.tc_main {
	width: 55%;
	height: 666px;
	margin-right: 80px;
}

.tc_container {
	position: relative;
	width: fit-content;
	padding: 120px 0 0 65px;
	display: flex;
	flex-direction: column;
	z-index: 1;
}

.tc_container h5 {
	font-family: "1FTV VIP High Spirited";
	color: #151515;
	font-size: 50px;
}

.tc_container h4 {
	font-family: "1FTV Asbigan";
	color: black;
	font-size: 40px;
}

.tc_info {
	width: 45%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.tc_list {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 20px;
}

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

.tc_num {
	font-family: "1FTV Asbigan";
	color: #151515;
	font-size: 27px;
	padding: 15px 10px;
	min-width: 55px;
	height: 55px;
	line-height: 1.0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tc_item:nth-child(1) .tc_num {
	background-color: #FCF6C1;
}

.tc_item:nth-child(2) .tc_num {
	background-color: #FFF5A3;
}

.tc_item:nth-child(3) .tc_num {
	background-color: #F9ED87;
}

.tc_item:nth-child(4) .tc_num {
	background-color: #FFEF64;
}

.tc_item:nth-child(5) .tc_num {
	background-color: #F3DE28;
}

.tc_item p {
	font-family: "Gilroy-Med";
	color: #151515;
	font-size: 18px;
	margin-bottom: 0;
	background-color: white;
	width: 100%;
	line-height: 55px;
	padding-left: 25px;
}

.tc_deco1 {
	position: absolute;
	top: 0;
	left: 0;
}

.tc_deco2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.tc_info h5 {
	font-family: "Gilroy";
	color: black;
	font-size: 17px;
	margin-bottom: 0;
}

.tc_info h4 {
	font-family: "1FTV Asbigan";
	color: #151515;
	font-size: 50px;
	margin-bottom: 0;
}

.tc_info p {
	font-family: "Gilroy";
	color: #242424;
	font-size: 15px;
	line-height: 2.0;
	text-align: justify;
}

.so-lieu {
	display: flex;
	justify-content: center;
	gap: 85px;
}

.so-lieu h3 {
	font-family: "1FTV Asbigan";
	font-size: 50px;
	color: #363533;
	margin-bottom: 0;
}

.so-lieu p {
	font-family: "Gilroy";
	font-size: 17px;
	color: #151515;
	margin-bottom: 0;
}

.tc_deco4 {
	position: absolute;
	top: -150px;
	right: -50px;
}

/* san-pham */

.san-pham-nb {
	padding: 180px 0 40px 0;
	margin-top: -140px;
	background-image: url('../images/spnb_bgr2.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 750px;
	margin-bottom: 333px;
}

.spnb_item:hover h3 {
	color: red;
}

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

.sp_bgr {
	background-color: #F5F5F5;
	/* background-image: url('../images/sp_bgr.png');
	background-size: cover;
	background-repeat: no-repeat; */
}

.only_RS {
	display: none;
}

.sp_title {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../images/sp_title3.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
}

.sp_title h4 {
	font-size: 45px;
	font-family: "UVN Huong Que Nang";
	color: #191919;
	margin-bottom: 0;
	text-transform: uppercase;
}

.product_item {
	background-color: white;
	padding: 15px;
	border-radius: 150px;
}

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

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

.view_all {
	margin-right: 5px;
	background: linear-gradient(to right, #2D3194, #4D92CE);
	padding: 10px 15px;
	border-radius: 500px;
}

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

.view_all:hover {
	color: #0071BB;
}

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

.sp_info h3 {
	font-size: 16px;
	font-family: "Quicksand-Med";
	color: #1A1A1A;
	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-home2 {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.attr-pro-detail-home {
	background-color: #EDE8DD;
	width: 100%;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_item:hover .attr-pro-detail-home {
	background-color: #FFEF64;
}

.price-new-pro-detail-home {
	font-family: "Gilroy-Med";
	font-size: 17px;
	color: #151515;
}

.price-new-pro-detail {
	font-family: "Quicksand-Bold";
	font-size: 18px;
	color: #F18200;
}

.price-old-pro-detail {
	font-family: "Gilroy";
	font-size: 14px;
	color: #8C8C8C;
}

.title-cat {
	display: flex;
	gap: 30px;
	width: 50%;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: thin;
	scrollbar-color: #007BFF #f0f0f0;
}

.title-cat a {
	font-family: "Poppins";
	font-size: 15px;
	color: #333333;
	text-transform: uppercase;
}

.title-cat a:hover,
.title-cat .active {
	font-family: "Poppins-Bold";
	color: #4D92CE;
	cursor: pointer;
}

/* menu */

.menu-mon {
	padding: 95px 0;
}

.menu_content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu_deco1 {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu_deco1 p {
	font-family: "UTM Sharnay";
	font-size: 60px;
	color: white;
	margin-bottom: 0;
	-webkit-text-stroke: 2px #624F3F;
	text-shadow: -1px 4px 0px #624F3F;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
}

.menu_deco2 {
	width: 80%;
	display: flex;
	justify-content: center;
	padding: 0 30px;
}

.menu_deco3 {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu_deco3 p {
	font-family: "UTM Sharnay";
	font-size: 60px;
	color: #FEF013;
	margin-bottom: 0;
	-webkit-text-stroke: 2px #624F3F;
	text-shadow: -1px 4px 0px #624F3F;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.menu_deco4 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 968px;
}

/* danh-gia */

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

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

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

.dg_title h4 {
	font-family: "1FTV Asbigan";
	font-size: 70px;
	color: white;
	margin-bottom: 0;
	margin-left: 30px;
}

.dg_title h5 {
	font-family: "1FTV VIP High Spirited";
	font-size: 45px;
	color: #FFEF64;
	margin-bottom: 0;
}

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

.danhgia_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.danhgia_info h3 {
	font-family: "1FTV VIP High Spirited";
	color: white;
	font-size: 40px;
	margin-bottom: 0;
}

.danhgia_info h4 {
	font-family: "Gilroy";
	color: white;
	font-size: 17px;
	margin-bottom: 0;
}

.danhgia_info p {
	font-family: "Gilroy";
	color: white;
	font-size: 15px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
	line-height: 2.0;
}

.danhgia_circle img {
	cursor: pointer;
}

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

.slider-nav .slick-slide:not(.slick-current) img {
	transform: scale(0.8);
}

.danhgia-nav {
	width: 90%;
}

.custom-prev {
	position: absolute;
	top: 60%;
	border-radius: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
}

.custom-next {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
}

.custom-prev {
	left: 550px;
	/* Adjust left position */
}

.custom-next {
	right: -30px;
	/* Adjust right position */
}

/* chi-nhanh */

.chi-nhanh {
	padding: 80px 0;
	background-color: #FCE6CC;
}

.cn_content {
	border: 10px solid #F18200;
	border-radius: 40px;
	padding: 55px 40px 25px 40px;
	margin-top: -33px;
}

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

.cn_item h4 {
	font-family: "Quicksand-Bold";
	font-size: 20px;
	color: #1A1A1A;
	background-color: #F18200;
	padding: 10px 25px;
	border-radius: 30px;
	text-transform: uppercase;
	margin-top: -22px;
	z-index: 1;
}

.cn_item p {
	font-family: "Quicksand-Med";
	font-size: 16px;
	color: #1A1A1A;
	margin-bottom: 0;
}

.cn_item:hover h4 {
	color: blue;
}

/* album */

.album {
	padding: 70px 0 80px 0;
	overflow: hidden;
}

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

.main_album_respons {
	display: none;
}

.album_title {
	position: absolute;
	top: 40px;
	left: 60px;
	z-index: 1;
}

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

.item_album {
	position: absolute;
}

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

.item_album:nth-child(1) {
	left: 0;
	top: 160px;
	z-index: 1;
}

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

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

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

.item_album:nth-child(2) {
	padding: 10px;
	background-color: white;
	border-radius: 30px;
}

.item_album:nth-child(3) {
	left: 710px;
	top: 60px;
}

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

.item_album:nth-child(4) {
	top: 220px;
	right: 0;
	z-index: 2;
}

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

.item_album:nth-child(4) {
	padding: 10px;
	background-color: white;
	border-radius: 30px;
}

.item_album:nth-child(5) {
	left: 530px;
	bottom: 0;
}

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

.item_album:nth-child(6) {
	left: 220px;
	bottom: 100px;
}

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

.album_deco1 {
	position: absolute;
	top: 0;
	left: 0;
	animation: spin 5s linear infinite;
}

.album_deco2 {
	position: absolute;
	bottom: 35%;
	left: 60px;
	animation: spin 5s linear infinite;
}

.album_deco3 {
	position: absolute;
	top: 48%;
	left: 53%;
	transform: translate(-50%, -50%);
}

.album_deco4 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.album_deco5 {
	position: absolute;
	top: -80px;
	right: -170px;
	z-index: -1;
}

.mxh {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	position: absolute;
	bottom: 65px;
	right: 35px;
}

.mxh p {
	font-family: "Quicksand-Med";
	font-size: 18px;
	color: #1A1A1A;
	margin-bottom: 0;
}

.mxh_sub {
	border-top: 1px solid #F18200;
	border-bottom: 1px solid #F18200;
	padding: 10px 0;
}

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

.ytb_container {
	display: flex !important;
	justify-content: 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_link .owl-carousel .ytb_content {
    position: relative;
    padding-right: 20px;
	padding-left: 20px;
    border-right: 1px solid white;
}

/* Optional: Remove the border on the last item */
.ytb_link .owl-carousel .active:last-child .ytb_content {
    border-right: none;
}

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

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

.ytb_image {
	border-radius: 20px;
}

.ytb_image a {
	border-radius: 20px;
	width: fit-content;
}

/* tin-tuc */

.tin-tuc {
	padding: 70px 0 50px 0;
}

.tt_deco1 {
	position: absolute;
	top: -50px;
	right: -300px;
}

.tt_container .tt_sub,
.tt_container .tt_sub img {
	border-radius: 20px;
}

.tt_info {
	width: 100%;
	padding: 30px 20px 0 20px;
	display: flex;
	flex-direction: column;
	z-index: 1;
	border-left: 2px solid #F18200;
	margin-top: 20px;
}

.tt_info h3 {
	color: #1A1A1A;
	font-family: "Quicksand-Bold";
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	margin-bottom: 0;
}

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

.view-detail {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px;
}

.tt_num {
	position: absolute;
	left: 20px;
	top: 0;
}

.tt_num p {
	font-family: "Quicksand-Bold";
	font-size: 65px;
	color: #F18200;
	margin-bottom: 0;
	opacity: 0.2;
	line-height: 0.8;
}

/* ket-noi */

.ket-noi {
	padding-bottom: 40px;
}

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

.tiktok_link {
	width: 50%;
	background-color: white;
	padding: 10px;
	border: 1px solid black;
	border-radius: 12px;
	margin-right: 40px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 20px;
}

.tiktok_link a,
.tiktok_link a img {
	border-radius: 8px;
}

.tiktok_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.tt_RS {
	display: none;
}

/* dang-ky */

.dang-ky {
	padding: 115px 0 170px 0;
}

.dk_deco1 {
	position: absolute;
	top: -230px;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	z-index: -1;
}

.dk_title h4 {
	font-family: "Gilroy-Black";
	color: white;
	font-size: 32px;
	line-height: 0.8;
	text-transform: uppercase;
	-webkit-text-stroke: 1.5px #00C8FF;
	display: block;
	text-shadow: -1px -1px 8px #00C8FF, 1px 1px 5px #fb65f900, 0 2px 0 #fb65f900, 0 -2px 0 #fb65f9, 1px 1px 0 #fb65f900, -1px -1px 0 #fb65f900, 1px -1px 0 #fb65f900, -1px 1px 0 #fb65f900, 1px 1px 2px #fb65f914;
	-webkit-animation: my 2000ms infinite;
	-moz-animation: my 2000ms infinite;
	-o-animation: my 2000ms infinite;
	animation: my 2000ms infinite;
	text-align: center;
}

.dk_title p {
	font-family: "Gilroy-Med";
	color: white;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
}

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

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

.dk_image {
	width: 50%;
}

.dk_image,
.dk_image img {
	border-radius: 310px;
	border: 2px solid #00C8FF;
}

.btn_submit {
	background-color: #0072F4;
	transition: transform 0.3s ease;
	border-radius: 50px;
	font-size: 14px;
	font-family: "Gilroy-Bold";
	color: white;
}

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

/* doi-tac */

.doi-tac {
	padding: 30px 0;
}

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

.dt_title {
	width: 15%;
	font-size: 20px;
	font-family: "Montserrat-Bold";
	color: white;
}

.dt_item {
	width: 85%;
}

.image-container {
	width: 168px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.wrapper {}

.wrapper a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1A1A1A;
	padding: 3px 3px 3px 25px;
	font-size: 15px;
	font-family: "Quicksand-Med";
	display: inline-block;
	text-decoration: none;
	background-color: #F18200;
	transition: transform 0.3s ease;
	border-radius: 30px;
}

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

.wrapper2 {
	margin-left: auto;
}

.wrapper2 a {
	background-color: #151515;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Gilroy-Med";
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 25px 10px 25px;
	transition: transform 0.3s ease;
}

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

.slick-slide {
	padding: 10px 0;
}

.slider-sp .slick-list .slick-track :not(.slick-current) a .spnb_item {
	margin-top: 70px;
	/* Default position for all slides */
	transition: all 1.0s ease;
	/* Smooth transitions for position changes */
}

.slider-sp .slick-list .slick-track .slick-current a .spnb_item {
	margin-bottom: 0;
	/* Raise the middle slide by reducing the bottom margin */
	transition: all 1.0s ease;
}

.app-giaohang {
	position: fixed;
	bottom: 100px;
	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);
	}
}

.marquee {
	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)
	}
}

#loader-wrapper {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;pointer-events: none}
#loader-wrapper #wrap {position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;display: block;text-align: center;width: 100%;height: 100%;z-index: 99999}
#loader-wrapper:after {-webkit-mask: url('../images/mask-01.png');mask: url('../images/mask-01.png');-webkit-mask-size: 2300% 100%;mask-size: 2300% 100%;content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;background-color: rgba(255, 255, 255, 1);z-index: 10000}
#loader-wrapper.show1::after {-webkit-animation: MaskPlay 1s steps(22) forwards;animation: MaskPlay 1s steps(22) forwards}
#loader-wrapper.show1 #wrap {opacity: 0}

@-webkit-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

@keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

.btn-phone {
    position: relative; /* Make sure the hover area works */
}

/* The popup is hidden by default */
.popup {
    display: none; /* Hidden by default */
    position: absolute; /* Position it fixed in the viewport */
    top: 50%; /* Adjust to control the vertical position */
    right: 80px; /* Center it horizontally */
    transform: translateY(-50%); /* Center horizontally */
    background-color: rgba(0, 0, 0, 0.7); /* Background color with transparency */
    padding: 20px;
    border-radius: 10px;
    z-index: 1000; /* Ensure it's on top of other content */
    width: 250px;
    text-align: center;
}

/* Show the popup when hovering over the parent .btn-phone element */
.btn-phone:hover + .popup,
.popup:hover {
    display: block; /* Display the popup on hover of .btn-phone or .popup */
}

/* Styling for the links inside the popup */
.popup-link {
    display: block;
    color: white;
	font-family: "Quicksand-Semi";
    padding: 8px 0;
    font-size: 16px;
    text-decoration: none;
    animation: fadeIn 0.3s ease-in-out; /* Optional fade-in effect */
}

.popup-link:hover {
    color: #f39c12; /* Hover color for the links */
}

/* Optional fade-in effect for the popup links */
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.owl-carousel {
	z-index: 0;
}

.item_tt {
	z-index: 0;
}