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

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

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

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

@font-face {
	font-family: 'Gil-MedItalic';
	src: url('../fonts/SVN-GilroyMediumItalic.woff2') format('woff2'),
		url('../fonts/SVN-GilroyMediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

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

@font-face {
	font-family: 'Poltawski Nowy';
	src: url('../fonts/PoltawskiNowy-MediumItalic.woff2') format('woff2'),
		url('../fonts/PoltawskiNowy-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'UTMHelvetIns';
	src: url('../fonts/UTM HelvetIns.eot'),
	 url('../fonts/UTM HelvetIns.woff') format('woff'),
	 url('../fonts/UTM HelvetIns.ttf') format('truetype'),
	 url('../fonts/UTM HelvetIns.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'UTMBeautifulCaps';
    src: url('../fonts/UTMBeautifulCaps.eot');
    src: url('../fonts/UTMBeautifulCaps.eot') format('embedded-opentype'),
         url('../fonts/UTMBeautifulCaps.woff2') format('woff2'),
         url('../fonts/UTMBeautifulCaps.woff') format('woff'),
         url('../fonts/UTMBeautifulCaps.ttf') format('truetype'),
         url('../fonts/UTMBeautifulCaps.svg#UTMBeautifulCaps') format('svg');
}
/* @keyframe */
@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-web:#2979DC;
	--color-main: #2557ae;
	--color-social: #2557ae;
	--color-hover: #2557ae;
	--color-text: #2557ae;
}

body {
	font-size: 14px;
	line-height: 1.5;
	top: 0 !important;
	overflow-x: hidden;
}

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

.mw-700 {
	max-width: 700px;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

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

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

.scale-img img,
.scale-img picture {
	transition: all 0.5s;
}

.scale-img:hover img,
.scale-img:hover picture {
	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;
	-webkit-line-clamp: 3;
}

.p-relative {
	position: relative;
}

.fit-content {
	width: fit-content;
}

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

.gutter-x-20 {
	--bs-gutter-x: 20px;
}

.gutter-x-5 {
	--bs-gutter-x: 5px;
}

/*   Header   */

.header {
	position: relative;
	z-index: 2;
}

.header2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	z-index: 1000;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	background-color: rgba(128, 72, 48, 0.6);
	backdrop-filter: blur(10px);
	/* blur effect */
	-webkit-backdrop-filter: blur(10px);
	/* for Safari */
}

.header3 {
	/* background-color: #795B4D; */
}

.header2 .menu {
	margin-left: 0;
}

.visible2 {
	transform: translateY(0);
}
.logo-header {
	display: block;
	/* max-width: 106px; */
	/* margin-bottom: -50px; */
}
.logo-banner {
	display: block;
	max-width: 188px;

	margin-bottom: -50px;
}
.logo-header2 {
	display: block;
	max-width: 80px;
	width: 15%;
}
.logo-res {
	display: none;
	width: fit-content;
	/* max-width: 200px; */
}
.banner{}
.banner .box1 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: UTMHelvetIns;
    color: var(--color-web);
}
.banner .box2 {
    text-align: center;
}
.banner .box2 span {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: var(--color-web);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    padding-top: 3px;
    margin-right: 5px;
}
.banner .box2 span:last-child {
    margin-left: 20px;
}
.hotline{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hotline span:first-child {
    margin-right: 10px;
}
.hotline span:last-child{
    font-family: 'UTMHelvetIns';
    font-size: 32px;
    line-height: 38px;
    color: #cd000c;
}
.head1 {
	/* height: 70px; */
	display: flex;
	align-items: center;
	z-index: 10;
	position: relative;
	padding: 14px 0px;
}
.head2 {
	height: 50px;
	display: flex;
	align-items: center;
	z-index: 0;
	position: relative;
	background: var(--color-web);
}
.flex-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-header2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.address_top {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	gap: 10px;
}
.address_top p {
	font-family: "Gil-Bold";
	color: white;
	font-size: 14px;
	margin-bottom: 0;
}

.address_top p span {
	font-size: 20px;
}

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

.hotline_top p {
	font-family: "Mono-Bold";
	font-size: 17px;
	color: black;
	margin-bottom: 0;
}

.cart-head {
	/* background-color: #F49D02;
	padding: 10px;
	position: relative;
	border-radius: 50%;
	color: #fff; */
}

.cart-head:hover {
	color: #fed402;
}

.cart-head i {
	font-size: 20px;
	/* padding-right: 10px; */
}

.cart-head .text-cart {
	font-family: "P-Bold";
	font-size: 14px;
	color: white;
}

.count-cart {
	    position: absolute;
    top: 0px;
    right: -15px;
    background-color: #3D69E2;
    border-radius: 50%;
    padding: 0 5px;
    color: yellow;
}

.line-head {
	background-color: #72b2fd;
	height: 32px;
	width: 1px;
}

/* slideshow */
.slideshow {
	position: relative;
	/* margin-top: -120px; */
}

/* Search */
.search {
	width: 50%;
	max-width: 250px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.493);
}

.search input {
	width: calc(100% - 35px);
	font-size: 13px;
	color: white;
	border-radius: 65px;
	border: none;
	background: transparent;
}

.search input:focus {
	border: none;
	box-shadow: none;
}

.search label {
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
	margin-right: 3px;
	padding: 5px 10px;
}

.search label i {
	font-weight: bold;
	color: white;
}

.search-auto::placeholder {
	color: white;
	/* Change this to the color you want */
}

.box-search {
	padding: 10px;
	border-bottom: 1px solid #f1f1f1;
	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;
}

/* Search Responsive */
.search-res {
	position: relative;
	/* display: none; */
	border-radius: 50%;
	background-color: #007FFF;
}

.search-res2 {
	display: none;
}

.search-res .icon-search {
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	color: white;
	font-size: 17px;
	margin: 0px;
}

.search-res .icon-search.active {
	border-radius: 100%;
	border: 1px solid #9FCE06;
}

.search-res .search-grid {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 0px;
	height: 40px;
	overflow: hidden;
	background: #ffffff;
	z-index: 100;
	opacity: 0;
	border-radius: 25px;
	line-height: normal;
	border: 1px solid black;
}

.search-res .search-grid p {
	float: left;
	width: 35px;
	height: 38px;
	cursor: pointer;
	outline: none;
	border: none;
	margin: 0px;
	font-size: 17px;
	display: block;
	color: black;
	line-height: 40px;
	text-align: center;
}

.search-res .search-grid input {
	width: calc(100% - 35px);
	float: right;
	/* line-height: 38px; */
	outline: none;
	border: none;
	color: var(--color-main);
}

.search-res .search-grid input::-webkit-input-placeholder {
	color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
	color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
	color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
	color: #313131;
}

/* Mmenu */
.offcanvas-body {
	flex-grow: 1;
	padding: 5rem 1rem 1rem 1rem;
	overflow: scroll;
}

.offcanvas-body::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
	background-color: #0d6efd;
	border-radius: 5px;
	transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
	background: #fff;
	width: 4px;
	height: 4px;
	transition: all 1s;
}

.btn-close-menu {
	position: absolute;
	right: 20px;
	top: 60px;
}

.menu-mobile ul {
	padding: 0px;
}

.menu-mobile ul li {
	position: relative;

}

.menu-mobile ul li>span i {
	transition: transform 0.3s ease;
	/* Adjust duration and easing as needed */
}

/* .menu-mobile ul li:last-child a{
	border-bottom: none;
} */
.menu-mobile ul li a {
	display: block;
	padding-right: 30px;
	color: #333;
	font-size: 15px;
	padding: 10px 0px;
	border-bottom: 1px solid #f1f1f1;
	font-family: "Gil";
}

.menu-mobile ul li a i {
	margin-right: 10px;
}

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

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

.menu-mobile ul li .scroll {
	position: absolute;
	right: 0px;
	top: 9px;
	background: #0253a4;
	font-size: 17px;
	line-height: 18px;
	height: 25px;
	color: #fff;
	width: 35px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.menu-mobile ul li:hover {
	color: #f00;
}

.menu-mobile ul ul li .scroll {
	background: none;
	color: #0253a4;
}

.menu-mobile ul li ul {
	padding-left: 10px;
}

.company {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}

.company p {
	margin-bottom: 5px;
	font-size: 13px;
	font-family: "Gil";
	color: black;
}

.company p span {
	color: #007bff;
}

.head-menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.head-menu img {
	/* max-width: 80px; */
}

.search-menu {
	width: 100%;
	position: relative;
	margin: 10px 0px;
}

.search-menu input {
	width: 100%;
	background: #f5f5fa;
	border: 1px solid #f1f1f1;
	height: 40px !important;
	font-size: 13px;
}

.search-menu p {
	position: absolute;
	right: 10px;
	bottom: 8px;
}

/* Menu */

#menu {
	display: none;
}

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

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: white;
	content: '';
	display: block;
	width: 75%;
	height: 2px;
	position: absolute;
	left: 5px;
}

#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: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.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: 100%;
	display: flex;
	align-items: center;
}
.fix_menu {
	position: fixed !important;
	box-shadow: 0 0 1px #999;
	background: #fff;
}
.lh_menu {
	background-color: #008ECA;
	border-radius: 30px;
	color: white;
	font-family: "Roboto-Bold";
	font-size: 15px;
	padding: 10px 20px;
}
.lh_menu:hover {
	color: yellow;
}
.menu ul {
	width: calc(100% - 200px);
	padding: 0px;
	margin: 0 20px 0px 0px;
	list-style: none;
}
.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 {
	font-size: 16px;
	font-family: "Gil-Semi";
	color: white;
	margin: 0px;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	/* text-decoration: none !important; */
	display: block;
	line-height: 50px;
	text-transform: capitalize;
}

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

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

.menu ul li ul li:hover>a {
	color: red;
}

.menu ul li ul li:hover>a {
	background: none;
	padding: 10px;
}

.menu ul li ul {
	position: absolute;
	min-width: 250px;
	left: 0;
	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 {
	padding: 10px;
	display: block;
	text-decoration: none !important;
	line-height: 20px;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
	color: #333;
}

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

/* DT */

.item-partner {
	border: 1px solid #f1f1f1;
	display: block;
}

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

.title-main {
	/* text-align: center; */
	/* padding-bottom: 20px;
	background-image: url('../images/underline2.png');
	background-position: center bottom;
	background-repeat: no-repeat; */
}

.title-main h4 {
	font-family: 'UTMHelvetIns';
	font-size: 30px;
	text-transform: uppercase;
	/* background: linear-gradient(90deg, #F6A373 0%, #C56D3B 29.5%, #F6A373 69%, #C56D3B 98.5%); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	/* background-clip: text; */
	text-fill-color: transparent;
	/* line-height: 2.0; */
	/* margin-bottom: 0; */
	color: var(--color-web);
}

.title-main p {
	font-family: "Poltawski Nowy";
	font-size: 20px;
	color: #222222;
	margin-bottom: 0;
}

.title-main2 {
	text-align: center;
}

.title-main2 h4 {
	font-family: "Old Standard TT";
	font-size: 44px;
	text-transform: uppercase;
	background: linear-gradient(90deg, #F6A373 0%, #C56D3B 29.5%, #F6A373 69%, #C56D3B 98.5%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	line-height: 2.0;
	margin-bottom: 0;
	width: fit-content;
	margin: auto;
}

.title-main2 p {
	font-family: "Poltawski Nowy";
	font-size: 20px;
	color: white;
	margin-bottom: 0;
}

.title-main3 {
	margin-bottom: -80px;
}

.title-main3 h4 {
	font-family: "Spicy Rice";
	font-size: 60px;
	color: #E80F86;
	text-shadow: 0px 3px 0px #E80F86;
	-webkit-text-stroke: 2px white;
}

.title-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-image: url('../images/title-list.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.title-list a {
	font-family: "Sans-Bold";
	font-size: 14px;
	color: #E33838;
}

.title-list h4 {
	font-family: "UTM Hanzel";
	font-size: 35px;
	color: #02B959;
	margin-bottom: 0;
}

.title-list .active {
	color: white;
	background-color: #FF3B79;
	border: 1px solid #FF3B79;
}

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

.title-cat-main {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: px;
}

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

/* News */
.grid-tintuc {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
}

.news {
	display: block;
	margin-bottom: 20px;
	display: block;
}

.pic-news {
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}

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

a.views {
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
	border: solid 1px #ccc;
	padding: 7px 20px;
	border-radius: 20px;
	color: #000;
	font-size: 16px;
}

a.views:hover {
	border: solid 1px #fed402;
	color: #fed402;
}

.name-news {
	color: #1b1b1b;
	font-size: 18px;
	line-height: 22px;
	max-height: 40px;
	-webkit-line-clamp: 2 !important;
	font-weight: 400;
}

a.name-news.name1 {
	font-size: 25px;
	line-height: 32px;
	max-height: 64px;
}

.name-news:hover {
	color: #fed402;
}

.time-news {
	color: #fed402;
	margin-bottom: 0px;
	font-size: 12px;
	margin: 7px 0;
	font-style: italic;
	font-weight: 500;
}

.desc-news {
	font-family: "Gil";
	color: #333333;
	margin: 0px;
}

.share {
	padding: 17px 10px 10px 10px;
	line-height: normal;
	background: rgba(128, 128, 128, 0.15);
	margin-top: 15px;
	border-radius: 5px;
}

.share b {
	display: block;
	margin-bottom: 5px;
}

.othernews b {
	margin-bottom: 10px;
}

.list-news-other {
	padding-left: 17px;
	list-style: square;
}

.list-news-other li {
	margin-bottom: 2px;
}

.list-news-other li a {
	text-transform: none;
	color: #333333;
}

.list-news-other li a:hover {
	color: #fed402;
}

/* Toc */
.box-readmore {
	padding: 8px 15px;
	border: 1px solid #dedede;
	margin-bottom: 2rem;
	border-radius: 5px;
	background-color: #eeeeee;
	color: black;
}

.tt-toc {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Roboto-Bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.box-readmore li ul>li {
	margin: 0;
	margin-bottom: 8px;
}

.box-readmore li ul>li:before {
	content: counters(item, '.') ' ';
}

.box-readmore ul {
	list-style-type: none;
	counter-reset: item;
	margin-bottom: 0px;
	padding-left: 0px !important;
	margin-top: 8px;
	display: none;
}

.box-readmore ul li {
	display: table;
	counter-increment: item;
	margin-bottom: 5px;
}

.box-readmore ul li:before {
	content: counters(item, '.') '. ';
	display: table-cell;
	padding-right: 5px;
}

.box-readmore ul li a {
	color: #333333;
	cursor: pointer;
	font-weight: 600;
}

.box-readmore ul li a:hover {
	color: #767676;
}

/* Partner */
.info-partner {
	background: #f8f8f8;
	padding: 15px 0px;
}

/* Footer */

.info-footer {
	/* background-image: url('../images/footer_bgr6.png');
	background-position: center top;
	background-repeat: no-repeat; */
	background-color: #ED1B24;
	/* Rectangle 20138 */
	padding: 50px 0 30px;
}

.info-footer .flex-footer {
	display: flex;
	justify-content: space-between;
}

.title-footer h3 {
	font-family: "Sans-Bold";
	font-size: 40px;
	color: white;
	text-align: center;
	text-transform: uppercase;
}

.title-footer p {
	font-family: "Sans-Bold";
	font-size: 15px;
	color: white;
	text-transform: uppercase;
	text-align: center;
}
.title-footer{
    position: relative;
    padding-bottom: 10px;
}

.title-footer:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    border-top: 2px solid #fff;
    bottom: 0;
}
.title-footer h4 {
	font-family: "Gil-Bold";
	font-size: 24px;
	color: white;
	text-transform: uppercase;
}

.item_footer {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 15px;
}

.item_footer p{
	color:#fff;
}
.item_footer a {
	font-family: "Gil-Med";
	font-size: 14px;
	color: white;
	margin-bottom: 0;
	width: fit-content;
	display: flex;
	align-items: center;
	align-content: center;
}

.item_footer a i {
    font-size: 5px;
    margin-right: 5px;
}

.item_footer p span {
	font-family: "Gil-Bold";
}

.item_footer h5 {
	font-family: "Poppins-Med";
	font-size: 14px;
	color: white;
	margin-bottom: 0;
	background: linear-gradient(90deg, #F1941B 0%, rgba(241, 148, 27, 0) 100%);
	padding: 20px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.item_footer a:hover {
	color: #ff0;
}

.info-footer .flex-footer .box-footer:nth-child(1) {
	width: 20%;
}

.info-footer .flex-footer .box-footer:nth-child(2) {
	width: 15%;
}

.info-footer .flex-footer .box-footer:nth-child(3) {
	width: 10%;
}

.info-footer .flex-footer .box-footer:nth-child(4) {
	width: 18%;
}

.info-footer .flex-footer .box-footer:nth-child(5) {
	width: 28%;
}

.footer_line {
	background-color: white;
	height: 2px;
	width: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-powered {
	/* border-top: 1px solid #F6A373; */
	background-color: #DD0E17;
}

.flex-powered {
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	padding: 15px 0;
}

.flex-powered p {
	font-family: "Gil-Med";
	color: white;
	font-size: 14px;
	margin-bottom: 0;
}

.flex-powered p span {
	font-family: "Gil-Bold";
	text-transform: capitalize;
}

.fb_frame {
	background-image: url('../images/fb_deco.png');
	background-position: center left;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-end;
}

.mxh_main {
	/* background: linear-gradient(270deg, #033203 0%, #014A01 100%); */
	/* border-radius: 12px; */
	display: flex;
	align-items: center;
	gap: 20px;
	/* padding: 43px 0; */
	margin: 20px 0px;
}

.mxh {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: fit-content;
}
.bocongthuong{
    color: #fff;
}
/* Tags */
.title-tags {
	position: relative;
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #777;
}

.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;
	align-items: center;
	flex-wrap: wrap;
}

.flex-tags h4 {
	font-family: "Sans-Bold";
	font-size: 18px;
	color: #02BA59;
	margin-bottom: 0;
}

.flex-tags a {
	font-family: "Sans-Med";
	font-size: 13px;
	color: #333333;
	border: 1px solid #333333;
	border-radius: 50px;
	display: inline-block;
	padding: 8px 20px;
}

.flex-tags a:hover {
	background-color: #16A54D;
	border-color: #16A54D;
	color: #fff;
}

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

/* GiÃ¡Â»â€ºi thiÃ¡Â»â€¡u */
.gioi-thieu {
	padding: 80px 0;
	background: url('../images/bg-gioithieu.png') no-repeat;
	/* background-position: center; */
}

.flex-about {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	flex-direction: row-reverse;
}

.content-about {
	width: 48%;
}

.photo-about {
	width: 48%;
}

.gtImg1 {
	/* position: absolute;
	top: 80px;
	left: 60px;
	z-index: 1; */
}

.gtImg1 div,
.gtImg1 img {
	-webkit-mask-image: url('../images/intro_mask.png');
	mask-image: url('../images/intro_mask.png');
	mask-size: 100%;
	mask-repeat: no-repeat;
}

.gtImg2 {
	position: absolute;
	top: 0;
	left: 620px;
}

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

.title-about h4 {
	font-family: 'UTMBeautifulCaps',"Poltawski Nowy";
	font-size: 35px;
	color: #222222;
}
.title-about h3 {
	font-family: 'UTMHelvetIns',"Old Standard TT";
	font-size: 40px;
	color: var(--color-web);
	/* background: linear-gradient(90deg, #F6A373 0%, #C56D3B 29.5%, #F6A373 69%, #C56D3B 98.5%); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	/* background-clip: text; */
	text-fill-color: transparent;
	text-transform: uppercase;
	/* width: fit-content; */
}
.tieude{
    font-family: 'UTMHelvetIns';
    text-transform: uppercase;
    color: #CD000C;
    text-align: center;
    font-size: 30px;
}
.slogan {
    text-align: center;
    margin-bottom: 30px;
    font-size: 17px;
	font-weight: 600;
}
/* .content-about p {
	font-family: "Gil-Med";
	font-size: 14px;
	color: #222222;
	margin-bottom: 0;
	line-height: 2.0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;

	background-image: url('../images/intro_info.png');
	background-repeat: no-repeat;
	background-position: left center;

	padding: 30px 0 50px 20px;
} */

.view-about {
	display: inline-block;
	/* float: left; */
	font-size: 16px;
	font-family: "Gil-Bold";
	color: #fff;
	width: fit-content;
	padding: 10px 30px;
	background-color: var(--color-web);
	/* border-radius: 6px; */
	margin-top: 15px;
	text-transform: uppercase;
}

.view-about:hover span {
	color: yellow;
}
.linkvideo{display: inline-flex;justify-content: center;align-items: center;margin-left: 20px;color: #f00;font-size: 16px;font-family: "Gil-Bold";text-transform: uppercase;}

.linkvideo:hover {
    color: #cf1414;
}

.linkvideo img {
    margin-left: 10px;
}
/* Service */
.item-service {
	position: relative;
}

.item-service h3 {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	font-size: 17px;
	margin: 0px;
}

/* danh-gia */

.danh-gia {}

.dg_item {
	width: 75%;
	margin-left: auto;
}

.dg-img,
.dg-img img {
	border-radius: 140px;
	width: fit-content;
}

.dg_item h3 {
	font-family: "SVN-Hamstring";
	font-size: 48px;
	color: #111111;
	margin-top: 20px;
	padding-left: 50px;
}

.dg_item p {
	font-family: "Gil";
	font-size: 15px;
	color: #444444;
	margin-bottom: 0;
	text-align: justify;
}

.dg_deco1 {
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
}

.dg_deco2 {
	position: absolute;
	top: 170px;
	left: -34px;
	pointer-events: none;
	z-index: 1;
}

.quote {
	position: absolute;
	bottom: 80px;
	left: 0;
	pointer-events: none;
}

.video_frame {
	background: url("../images/video_frame.png") no-repeat center / 100% 100%;
	padding: 0 50px 120px 50px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	margin: 1px;
	border-radius: 10px;
}

.video-img h3 {
	font-family: "Inter-Med";
	font-size: 17px;
	color: black;
	text-align: center;
	margin-top: 10px;
}

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

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

.video-img:hover {
	cursor: pointer;
}

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

.dk_lienhe {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
}

.dk_lienhe a {
	background-color: #F49D02;
	font-family: 'Inter-Semi';
	font-size: 15px;
	color: white;
	padding: 8px 15px;
	border-radius: 10px;
}

/* 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 */
.wrappro .xemtatca{
    text-align: center;
    margin-bottom: 30px;
}

.wrappro .xemtatca >a {
    background: var(--color-web);
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 600;
}

.wrappro .xemtatca >a:hover {
    background: #16529c;
}
.productbox{
    margin-bottom: 20px;
}

.productbox .inner {}

.productbox .hinh {
    border: 2px solid #949393;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    padding: 2px;
}

.productbox .hinh img {
    margin: auto;
    transition: all 0.3s;
}

.productbox h3 {
    font-size: 18px;
    margin-top: 10px;
    height: 43px;
    overflow: hidden;
}

.productbox .gia {
    color: #f00;
    font-size: 18px;
    font-weight: 600;
}

.productbox .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.productbox .box .chitiet {
    color: #f00;
    border: 2px solid #f00;
    padding: 2px 15px;
    border-radius: 3px;
    width: 49%;
    text-align: center;
}

.productbox .box .chitiet:hover {
    background: #f00;
    color: #fff;
}

.productbox .box .tragop {
    padding: 2px 15px;
    border: 2px solid var(--color-web);
    border-radius: 3px;
    width: 50%;
    text-align: center;
}

.productbox .box .tragop:hover {
    background: var(--color-web);
    color: #fff;
}

.productbox .hinh:hover img {
    transform: scale(1.1);
}
.dknt{
    background: url(../images/bg-dktuvan.png) no-repeat;
    padding: 80px 0px 60px;
    margin-top: 40px;
}

.dknt h4 {
    text-align: center;
    color: #CD000C;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.dknt h4 img {
    margin: 6px auto 0px;
}

.dknt form input {
    padding: 5px 10px 5px 30px!important;
    height: 40px!important;
    line-height: 25px!important;
}

.dknt form textarea {
    padding: 5px 10px 5px 30px;
}
.dknt form .contact-input{
    margin-bottom: 10px;
    position: relative;
}
.dknt form .contact-input i{
    position: absolute;
    top: 11px;
    left: 19px;
    font-size: 18px;
}
.dknt .box{
    color: #fff;
}
.dknt .box input{
    padding: unset!important;
    height: 15px!important;
    margin-right: 5px;
}
.bangiao .swiper{
    padding-bottom: 50px;
}
.bangiao .swiper .swiper-pagination .swiper-pagination-bullet{
    height: 15px;
    width: 15px;
}
.bangiao .swiper .swiper-pagination .swiper-pagination-bullet-active{background: #f00;}
.tintuc{
    background: #EAF3FF;
    margin: 50px 0px 40px;
}

.tintuc .tieude {
    /* margin-bottom: 50px; */
    background: url(../images/bg-tieude-tinutc.png) no-repeat center;
    color: #fff;
    position: absolute;
    width: 100%;
    top: -4px;
}

.tintuc .wrapbox {padding-top: 90px;padding-bottom: 30px;}
.tintuc .box{
    margin-bottom: 20px;
}
.tintuc .box .hinh {
    position: relative;
    overflow: hidden;
}

.tintuc .box .hinh img {
    transition: all 0.3s;
}

.tintuc .box .hinh img:hover {
    transform: scale(1.1);
}

.tintuc .box .noidung {
    display: flex;
}

.tintuc .box .noidung .left {
    background: #f00;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.tintuc .box .noidung .left:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 10px solid #ff0000;
    border-right: 10px solid #eaf3ff;
}

.tintuc .box .noidung .left div:first-child {
    font-size: 20px;
    text-align: center;
}

.tintuc .box .noidung .left div:last-child {
    font-size: 15px;
    width: 73px;
    text-align: center;
}

.tintuc .box .noidung .right {
    padding: 10px;
}

.tintuc .box .noidung .right h3 {
    font-size: 16px;
    height: 44px;
    line-height: 22px;
    color: #000;
}

.tintuc .box .noidung .right h4 {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 19px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 0px;
}
.tintuc .xemtatca{
    text-align: center;
}

.tintuc .xemtatca >a {
    display: inline-block;
    background: #f00;
    color: #fff;
    font-size: 17px;
    /* text-transform: uppercase; */
    padding: 5px 30px;
    border-radius: 3px;
}

.tintuc .xemtatca >a:hover {
    background: #c50404;
}
.slogantrenfooter .center{
    text-align: center;
    padding-bottom: 20px;
}
.filter {
	/* position: absolute; */
	right: 0px;
	top: 0px;
	padding: 5px 10px;
	background: #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #ddd;
	display: none;
	width: fit-content;
	margin-left: auto;
}

.flex-product-main {
	/* display: flex;
	gap: 20px; */
}

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

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

.wr-search p {
	font-weight: bold;
	text-transform: uppercase;
}

.product {
	display: block;
	position: relative;
	background-color: white;
	border-radius: 12px;
	border: 3px solid #E9E9E9;
	padding: 15px;

	display: flex;
	align-items: center;
	gap: 20px;
}

.product .pic-product {
	/* margin-bottom: 15px; */
	display: block;
	position: relative;
	overflow: hidden;
	min-width: 303px;
}

.product .pic-product img {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

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

.sp-info {
	/* padding: 20px 0 0 0; */
	display: flex;
	flex-direction: column;
	/* align-items: center; */
}

.product .name-product {}

.name-product a {
	font-family: "Gil-Bold";
	font-size: 18px;
	color: #222222;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_info {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sp-info p {
	font-family: "Gil-Med";
	font-size: 14px;
	color: #222222;
}

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

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

.price-product {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
}

.price-product .price-new {
	font-family: "Gil-Bold";
	font-size: 17px;
	color: #014A01;
	display: inline-block;
}

.price-product .price-old {
	font-family: "Gil";
	padding-left: 10px;
	font-size: 16px;
	text-decoration: line-through;
	color: #A3A3A3;
}

.price-per {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: "Gil-Semi";
	font-size: 15px;
	color: white;
	background-color: #E80F86;
	border-radius: 50px;
	padding: 5px 10px;
}

.box-cat {
	text-align: center;
}

.box-cat h3 {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.box-cat:hover h3 {
	color: #f00;
}

.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;
	align-items: stretch;
}

.grid-product>* {
	max-width: 100%;
	/* GiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Âºi hÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡n kÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ch thÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Âºc */
	min-width: 0;
	/* NgÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢n phÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§n tÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ng quÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©c */
}

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

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

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

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

.tabs-pro-detail .tab-content {
	border: 1px solid #ddd;
	border-top: none;
	padding: 20px;

}

.nav-tabs li a {
	text-transform: uppercase;
	font-weight: 500;
	color: #333;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
	color: #f00;
}

/* css block actions  */
.ul-actions {
	display: flex;
	justify-content: center;
	margin: 20px;
	gap: 15px;
	align-items: flex-start;
}

.ul-actions li,
.ul-actions>div {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 80px;
	text-align: center;
}

.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
	border-color: #fd6e1d;
}

.ul-actions .box__tabr {
	align-items: center;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	min-height: 55px;
	padding: 4px;
	height: 60px;
	width: 80px;
}

.icon-action {
	background-image: url('../images/icon_chitiet@2x-min.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	vertical-align: middle;
	background-size: 300px 180px;
}

.icon-dnb {
	background-position: 0 0;
	height: 28px;
	width: 28px;
}

.icon-tskt {
	background-position: -105px 0;
	height: 30px;
	width: 30px;
}

.icon-ttsp {
	background-position: -140px 0;
	height: 19px;
	width: 23px;
}

.ul-actions p {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 5px;
	white-space: normal;
	color: #000;
}

/* modal-detail */
.modal-detail::-webkit-scrollbar {
	width: 10px;
}

.modal-detail::-webkit-scrollbar-thumb {
	width: 10px;
	background: #4d90e0;
	border-radius: 10px;
	height: 50px;
}

.modal-detail {
	position: fixed;
	z-index: 999;
	background: #000000c4;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.content-modal-detail {
	background: #fff;
	max-width: 1200px;
	margin: 0px auto;
	min-height: 100vh;
}

.content-modal-detail .tabs {
	display: flex;
	cursor: pointer;
	padding: 0;
	list-style: none;
	justify-content: center;
	border-bottom: 1px solid #e0e0e0;
	position: sticky;
	top: 0px;
	background: #fff;
	z-index: 99;
}

.content-modal-detail .tabs li {
	padding: 20px 20px;
	margin-right: 5px;
	font-weight: bold;
	position: relative;
	border-bottom: 4px solid #fff;
}

.content-modal-detail .tabs li.active {
	color: #2d9cdb;
	border-bottom: 4px solid #2d9cdb;
}

.content-modal-detail .tab-content {
	padding: 20px;
	max-width: 900px;
	margin: 0px auto;
}

.content-modal-detail .tab-content.active {
	display: block;
}

.close-tab {
	position: fixed;
	top: 15px;
	right: 20px;
	z-index: 10;
}

.btn-closemenu {
	position: fixed;
	top: 10px;
	right: 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	line-height: 21px;
	padding: 7px;
	text-align: right;
	width: 72px;
}

.btn-closemenu::before {
	transform: rotate(45deg);
}

.btn-closemenu::after {
	transform: rotate(-45deg);
}

.btn-closemenu::before,
.btn-closemenu::after {
	background-color: #333;
	content: '';
	left: 13px;
	height: 14px;
	position: absolute;
	top: 10px;
	width: 1px;
}

.cursor-pointer {
	cursor: pointer;
}

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

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

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

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

.linknhanh >a {
    color: #fff;
    margin-right: 5px;
}

.linknhanh >a:hover {
    color: #ff0;
}
.fb-page {
	/* width: 85%; */
	margin-top: 20px;
}

.fb-page iframe {}

/*  breadCrumbs */
.breadCrumbs {
	padding: 10px 0px;
	background: #ddd;
}

.breadCrumbs ol {
	margin: 0px;
}

.breadCrumbs ol li a {
	color: #333;
	font-family: "Gil-Bold";
}

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

/* paging */
.paging-product {
	position: relative;
}

.pagination {
	margin: 20px 0px;
	flex-wrap: wrap;
}

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

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

/* CSSS T */

a.views_dm {
	width: 140px;
	height: 38px;
}

.effect_button {
	transform-style: preserve-3d;
	transform: translateZ(-25px);
	transition: transform 0.25s;
	position: relative;
	display: inline-flex;
	z-index: 1;
}

.effect_button:after,
.effect_button:before {
	position: absolute;
	content: 'xem thÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªm';
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f00;
	box-sizing: border-box;
	border-radius: 5px;
	z-index: -1;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}

.effect_button:before {
	color: #fff;
	background: #f00;
	transform: rotateY(0deg) translateZ(25px);
}

.effect_button:after {
	color: #f00;
	transform: rotateX(90deg) translateZ(25px);
}

.effect_button:hover {
	transform: translateZ(-25px) rotateX(-90deg);
}

/* News */
.grid-news {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.item-news {
	--tw-bg-opacity: 1;
	background-color: #f1f1f1;
	padding: 3px;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 19%);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 500ms;
}

.item-news:hover {
	transform: translateY(-0.25rem);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
}

.item-news .ds-news {
	width: 100%;
}
.videobox{
	margin-bottom:20px;
}
.ds-news ul,
.content-main ul {
	list-style: disc;
}

.ds-news span {
	display: block;
	line-height: 25px;
	color: #999;
	font-size: 13px;
	margin: 10px 0px 0px;
	font-style: italic;
}

.ds-news h3 {
	font-family: "Gil-Bold";
	font-size: 16px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	-webkit-line-clamp: 2 !important;
	line-height: 1.5;
}

.ds-news .desc {
	color: #333;
}

.item-news:hover h3 {
	color: #f00;
}

.item-news-all a {
	display: flex;
	justify-content: space-between;
}

.item-news-all a .ds-news {
	width: calc(100% - 110px);
}

.item-news-all a .ds-news h3 {
	text-transform: capitalize;
	font-size: 15px;
}

.flex-news-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}

.news-left {
	width: 68%;
}

.news-right {
	position: sticky;
	top: 20px;
	width: 30%;
	background: #f1f1f1cc;
	padding: 20px;
	box-shadow: 0px 0px 5px #99999978;
}

a.btn_link {
	position: relative;
	margin: 5px;
	height: 36px;
	width: 140px;
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before {
	content: 'facebook';
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before,
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(0 165 217 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}

.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
	content: 'google map';
}

div.slick.in-page:not(.slick-initialized) {
	display: flex;
	gap: 10px;
	overflow: hidden;
	white-space: nowrap;
}

.attr-pro-detail {
	margin: auto;
	padding: 0;
}

.baonoidung iframe {
	max-width: 100% !important;
}

.baonoidung img {
	height: auto !important;
}

.baonoidung * {
	max-width: 100% !important;
}

.baonoidung table {
	display: block;
	overflow-y: auto;
}

div.desc-pro-detail ul li {
	margin-bottom: 0.75rem;
	list-style-type: circle;
}

div.desc-pro-detail ul li:last-child {
	margin-bottom: 0 !important;
}

div.baonoidung ul li {
	margin-bottom: 0.75rem;
	list-style-type: disc;
}

div.baonoidung ol li {
	margin-bottom: 0.75rem;
	list-style-type: decimal;
}

.price-new-pro-detail {
	font-family: "Gil-Bold";
	font-size: 20px;
	color: red;
}

.price-old-pro-detail {
	font-family: "Gil";
	color: #666;
	text-decoration: line-through;
	padding-left: 10px;
}

.price-per-pro-detail {
	font-family: "Gil-Semi";
	color: red;
	padding-left: 10px;
}

.gia-font {
	font-family: "Gil-Med";
	font-size: 14px;
	margin-bottom: 0;
	border-top: 1px solid #E9E9E9;
	padding-top: 10px;
}

.xemchitiet {
	border-radius: 3px;
	border: 1px solid #C56D3B;
	font-family: "Gil-Semi";
	font-size: 14px;
	color: #C56D3B;
	width: fit-content;
	padding: 0 10px;
}

.title-product h4 {
	font-family: "Gil-Bold";
	font-size: 30px;
	text-transform: uppercase;
}

.desc-product p {
	font-family: "Gil";
	font-size: 18px;
}

.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
	color: #fff !important;
	background: #232323;
}

.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	margin-right: 20px;
	font-weight: 500;
}

.quantity-pro-detail span {
	line-height: 40px;
	padding: 0;
	width: 30px;
	height: 40px;
	color: #000;
	cursor: pointer;
	font-size: 22px;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
	border-right: 0;
}

.quantity-pro-detail input {
	height: 40px;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 20px;
	padding: 5px;
	font-weight: 700;
}

.cart-pro-detail {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
}

.cart-pro-detail a {
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	cursor: pointer;
	font-weight: bold;
}

.cart-pro-detail a.addnow {
	color: #524312;
}

.cart-pro-detail a.addnow:hover {}

.cart-pro-detail a.buynow {
	color: white;
	margin-right: 10px;
}

.cart-pro-detail a.buynow:hover {}

.cart-pro-detail a i {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 8px;
}

/* Swipper */

.swiper .swiper-wrapper {
	width: inherit;
	height: inherit;
}

.swiper.swiper-initialized .swiper-wrapper {
	margin: 0;
	width: 100%;
	/* height: 100%; */
}

.swiper.swiper-initialized .swiper-slide {
	padding: 0;
	margin: 0px;
	/* overflow: hidden; */
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: unset;
}

/* Popup */
.modal-title {
	font-size: 20px;
}

/* CSS cho loading */
.loading-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	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;
}

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

	100% {
		transform: rotate(360deg);
	}
}

.progress-wrap {
	position: fixed;
	bottom: 50px;
	right: 25px;
	height: 50px;
	background: #4a90e2;
	width: 50px;
	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;
}

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

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

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

.wrap-in {
	padding: 20px 0;
}

.wrap-out {
	padding: 40px 0;
}

/* album */

.album {}

.album_title {
	position: absolute;
	left: 50px;
	top: 0;
	padding-top: 80px;
	background-image: url('../images/underline5.png');
	background-position: center;
	background-repeat: no-repeat;
}

.album_title h4 {
	font-family: "Baloo";
	font-size: 60px;
	color: #F5BC42;
	width: fit-content;
	margin: auto;
	background: url("../images/title_deco.png") no-repeat center / 100% 100%;
	padding: 0 65px;
	text-shadow: 0px 2px 0px #B1862A;
	text-transform: uppercase;
}

.main_album {
	/* position: relative;
	height: 680px; */
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
}

.main_album_respons {
	display: none;
}

/* .item_album {
	position: absolute;
}

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

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

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

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

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

.item_album:nth-child(3) {
	top: 100px;
	right: 305px;
}

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

.item_album:nth-child(4) {
	top: 182px;
	right: 0;
}

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

.item_album:nth-child(5) {
	bottom: 0;
	right: 305px;
}

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

.item_album:nth-child(6) {
	bottom: 78px;
	left: 255px;
}

.item_album:nth-child(6) a img {
	width: 205px;
	min-height: 239px;
	max-height: 239px;
} */

/* tin-tuc */

.tin-tuc {}

.flex-tt {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	width: 100%;
}

.tt_main {
	width: 48%;
}

.tt_sub {
	width: 48%;
}

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

.tt-img-sub div,
.tt-img-sub img {
	border-radius: 12px;
	min-width: 204px;
}

.tt_item {
	display: flex;
	align-items: center;
	/* flex-direction: column; */
	gap: 15px;
}

.tt_info_main {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px 30px;
	pointer-events: none;
	z-index: 1;
}

.tt_info_main h3 {
	font-family: "Gil-Semi";
	font-size: 20px;
	color: white;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tt_info_main p {
	font-family: "Gil-Med";
	font-size: 14px;
	color: white;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tt_layer {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 84.19%);
	border-radius: 0px 0px 12px 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
}

.tt_info {}

.tt_info h3 {
	font-family: "Gil-Semi";
	font-size: 16px;
	color: #222222;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tt_info p {
	font-family: "Gil-Med";
	font-size: 14px;
	color: #434343;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	margin-bottom: 0;
}

.tt_item:hover h3 {
	color: red;
}

.date {
	background-color: #014A01;
	border-radius: 8px 8px 0px 0px;
	border-bottom: 6px solid #C56D3B;
	padding: 7px 0;
	min-width: 61px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.date h4 {
	font-family: "Gil";
	font-size: 30px;
	color: white;
	margin-bottom: 0;
	text-align: center;
}

.date p {
	font-family: "Gil-Med";
	font-size: 11px;
	color: white;
	margin-bottom: 0;
	text-align: center;
}

.tt_line {
	background-color: #E4E4E4;
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
}

@keyframes moveBackground {
	0% {
		background-position: 0%;
	}

	100% {
		background-position: 100%;
	}
}

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

.tieu-chi {}

.tc_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
}

.tc-img h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	font-family: "Gil-Med";
	font-size: 26px;
	color: white;
	text-transform: capitalize;
	margin-bottom: 0;
	width: 100%;
}

.tc-img:hover h3 {
	color: #C56D3B;
}

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

.tc_item p {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Old Standard TT";
	font-size: 60px;
	color: #014A01;
	margin-bottom: 0;
	line-height: 1.0;
}

.slogan-tc {
	font-family: "Gil-MedItalic";
	font-size: 14px;
	color: #222222;
	border: 1px solid #C56D3B;
	border-radius: 12px;
	padding: 30px;
	line-height: 2.0;
	text-align: justify;
}

/* .dang-ky */

.dang-ky {}

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

.dv_main {
	width: 45%;
}

.dv_sub {
	width: 45%;
}

.flex-video {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wr-video {
	width: 67%;
}

.wr-form {
	width: 31%;
}

.title_dk h4 {
	font-family: "Poltawski Nowy";
	font-size: 20px;
	color: white;
	text-align: center;
	margin-bottom: 0;
}

.title_dk p {
	font-family: "Gil-Med";
	font-size: 31px;
	color: white;
	margin-bottom: 0;
	text-align: center;
}

.btn_submit {
	color: white;
	transition: transform 0.3s ease;
	font-size: 17px;
	font-family: "Gil-Bold";
	background-color: #cd000c;
	/* border-radius: 120px; */
	width: 100%;
	height: 40px;
	margin: auto;
}

.btn_reset {
	color: #00A4D4;
	transition: transform 0.3s ease;
	font-size: 16px;
	font-family: "Be-Bold";
	padding: 10px 0;
	background-color: #DBF7FF;
	border-radius: 6px;
	width: fit-content;
	border: 1px solid #00A4D4;
	width: 130px;
	display: flex;
	justify-content: center;
}

.dang-ky input,
.dang-ky textarea,
.dang-ky input:focus,
.dang-ky textarea:focus {
	background-color: #0D500D;
	border: 1px solid #086308;
	border-radius: 8px;
	color: white;
}

.dang-ky label {
	color: white;
}

/* .btn_submit:hover,
.btn_reset:hover {
	transform: scale(1.1);
} */

.form_main {
	background-color: #014A01;
	border-radius: 12px;
	padding: 20px 25px;
	border: 3px solid #F0F0F0;
}

.dk_deco {
	display: flex;
	justify-content: center;
	margin-top: 45px;
}

/* dich-vu */

.dich-vu {
	background-image: url('../images/dv_bgr2.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.dv_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #F6EFDF;
	padding: 8px;
	border-radius: 15px;
}

.dv-img,
.dv-img img {
	border-radius: 13px;
}

.dv_info {
	width: 100%;
	padding: 0 10px;
}

.dv_info h3 {
	font-family: "1FTV VIP Belgan Aesthetic";
	font-size: 22px;
	text-transform: capitalize;
	color: #2D2D2D;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
	margin-top: 10px;
}

.dv_item:hover h3 {
	color: red;
}

.dv_price {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: #C89B48;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 63px;
	height: 63px;
	z-index: 1;
	pointer-events: none;
}

.dv_price h4 {
	font-family: "Gilroy";
	font-size: 14px;
	color: #F6EFDF;
	margin-bottom: 0;
	text-align: center;
}

.dv_price p {
	font-family: "1FTV VIP Belgan Aesthetic";
	font-size: 22px;
	color: #F6EFDF;
	margin-bottom: 0;
	text-align: center;
}

/* san-pham-cat */

.title-cat {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	width: 50%;
	margin-left: auto;
}

.title-cat a {
	font-family: "Inter-Extra";
	font-size: 16px;
	color: black;
	padding: 15px 30px;
	border: 1px solid #575757;
	border-radius: 8px;
	text-transform: capitalize;
	cursor: pointer;
}

.title-cat a:hover,
.title-cat a.active {
	color: white;
	border: 1px solid #FC9A23;
	background-color: #FC9A23;
}

.only_RS {
	display: none;
}

/* tag */

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

.tag_list a {
	font-family: "Gilroy-Med";
	font-size: 14px;
	color: white;
	padding: 5px 10px;
	border-radius: 50px;
	border: 1px solid white;
}

.tabs-pro-detail .tab-content ul {
	list-style: disc;
}

.tabs-pro-detail .tab-content th,
td {
	border: 1px solid black;
}

/* san-pham */

.san-pham {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.flex-product {
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: white;
	padding-right: 15px;
}

.sp-img,
.sp-img img {
	min-width: 139px;
}

.sp-info2 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sp-info2 h3 {
	font-family: "Inter";
	font-size: 15px;
	color: black;
	margin-bottom: 0;
}

.sp-info2 a:hover h3 {
	color: red;
}

.price-product2 {
	justify-content: flex-start !important;
}

/* doi-tac */

.doi-tac {}

.doi-tac p {
	font-family: "Inter";
	font-size: 23px;
	color: black;
	text-align: center;
	width: 65%;
	margin: auto;
}

/* translate */

.header-translate {
	display: flex;
	gap: 10px;
	align-items: center;
}

.dropdown-lang {
	cursor: pointer;
}

.skiptranslate iframe {
	display: none;
}

/* CART */

.cart-pro-detail-home {
	display: none;
}

.product .addnow {
	background-color: #C30000;
	border-radius: 5px;
	font-family: "Inter";
	font-size: 14px;
	color: white;
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px 0;
}

.product .addnow:hover {
	cursor: pointer;
}

/* TRANSLATE */

.change-lang {
	display: flex;
	gap: 10px;
	margin-left: 25px;
}

.change-lang a {}

.change-lang a img {}

/* SPNB */

.spnb {}

.spnb_info {
	text-align: right;
	background-image: url('../images/intro_info.png');
	background-repeat: no-repeat;
	background-position: right center;
	height: 235px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 20px;
}

.spnb_info h3 {
	font-family: 'Gil-Bold';
	font-size: 26px;
	color: #222222;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.spnb_info p {
	font-family: 'Gil-Med';
	font-size: 14px;
	color: #222222;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 2.0;
}

.ml-auto {
	margin-left: auto;
}

.spnb-img {
	border-radius: 10px;
	width: fit-content;
}

/* MARQUE */

.marque_swrap {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	width: 30%;
}

.marque {
	/* display: inline-block; */
	animation: marquee 10s linear infinite;
	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 */
	}
}

/* DROPDOWN LANGUGE */

.dropdown-item {
	display: flex !important;
	align-items: center;
	gap: 10px;
}

/* COTHU */

.co-thu {
	background-color: #014A01;
}

.co-thu .wrap-content {
	overflow: hidden;
}

.co-thu .swiper {
	margin-right: -600px;
    margin-left: -600px;
}

.ct_layer {
	background-color: #014a0198;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
}

.co-thu .swiper-wrapper .swiper-slide-next .ct_layer {
	opacity: 0;
}

.ct_item {
	display: block;
	width: fit-content;
	margin: auto;
}

.ct-img,
.ct-img img {
	width: fit-content;
	border-radius: 40px;
}

.ct_info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 75px;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(6.5px);
	border-radius: 0px 0px 40px 40px;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.ct_item:hover .ct_info {
	opacity: 1;
	transform: translateY(0);
}

.ct_info h3 {
	font-family: "Gil-Med";
	font-size: 18px;
	color: white;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.5;
}

/* DAILY */

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

.dl_info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(6.5px);
	border-radius: 0px 0px 12px 12px;
	padding: 10px 0;
	text-align: center;
}

.dl_info h3 {
	font-family: "Gil-Bold";
	font-size: 14px;
	color: white;
	text-transform: uppercase;
}

.dl_info h4,
.dl_info h5 {
	font-family: "Gil-Med";
	font-size: 14px;
	color: white;
}

.othernews {
    position: sticky;
    top: 60px;
    z-index: 11;
}

.share {
    padding: 17px 15px 10px 15px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

.title-prodx {
    padding: 10px;
    font-size: 18px;
    background-color: #0b970b;
    color: #fff;
    border-radius: 5px;
    font-family: "Gil-Bold";
}

.news-other {
    margin-bottom: 15px;
}

.pic-news-other {
    width: 40%;
}

.info-news-other {
    width: 60%;
    padding-left: 10px;
}

.name-news-other {
    color: #252525;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}