@charset "UTF-8";

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

.popup-custom .modal-content {
	border-radius: 0px;
	border: 0px;
}

.popup-custom .modal-content .modal-body {
	padding: 10px;
}

.popup-custom .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	z-index: 2;
	color: #888888;
	cursor: pointer;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	opacity: 1 !important;
}

#popup-quickview .modal-dialog {
	max-width: 1140px;
}

.opacity-0 {
	opacity: 0;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes scaleLarge {
	0% {
		opacity: 0;
		transform: scale(2);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* Main */
:root {
	--color-red: #ec2d3f;
	--color-main: #FFAB00;
	--color-linear: linear-gradient(142deg, rgba(152, 91, 2, 1) 6%, rgba(247, 217, 131, 1) 80%, rgba(152, 91, 2, 1) 100%);
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
	--background-static: #3fa07e;
	--background-hover: #eceb1b;
	--color-static: #000;
	--color-hover: #ec2d3f;
}

/* Toc */
.wrap-toc {
	display: inline-block;
	background: #dbedf9;
	border: 1px solid #c7e4f4;
	padding: 10px;
	position: relative;
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	border-radius: 7px;
	width: 100%;
	margin-bottom: 20px;
}

a.mucluc-dropdown-list_button {
	font-size: 20px;
	font-family: 'Inter';
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #000;
}

a.mucluc-dropdown-list_button:hover {
	text-decoration: none;
}

a.mucluc-dropdown-list_button i {
	background: #fff;
	color: #000 !important;
	font-size: 15px;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ddd;
}

.meta-toc {
	position: fixed;
	right: 15px;
	top: 90px;
	z-index: 9999;
	display: none;
	max-width: 350px;
}

.box-readmore {
	padding: 10px;
	background-color: #dbedf9;
	margin-top: 2px;
	border: 0;
	display: none;
	font-size: 13px;
}

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

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

.box-readmore2 ul {
	max-height: 330px;
	overflow-y: auto;
	margin: 0;
	padding-right: 5px;
}

.box-readmore2 ul::-webkit-scrollbar {
	width: 5px;
}

.box-readmore2 ul::-webkit-scrollbar-track {
	background-color: #fafafa;
}

.box-readmore2 ul::-webkit-scrollbar-thumb {
	background: #018fe4;
	border-radius: 50px;
}

/* hover xam */
.hover_xam {
	position: relative;
	overflow: hidden;
	display: block;
}

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

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

/* end loadpage website */
body {
	font-size: 16px;
	font-family: "Inter", sans-serif;
}

blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

blockquote p {
	margin-bottom: 0;
}

.footer-copyright a {
	color: #fff;
}

.row-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.row-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.row-30 {
	margin-left: -15px;
	margin-right: -15px;
}

.col-30 {
	padding-left: 15px;
	padding-right: -15px;
}

.col-20 {
	padding-left: 10px;
	padding-right: 10px;
}

.mg-col-10 {
	padding-left: 5px;
	padding-right: 5px;
}

.padding-top-bottom {
	padding: 2.5rem 0;
}

.pad-top {
	padding-top: 2.5rem;
}

.pad-bottom {
	padding-bottom: 2.5rem;
}

.mg-top {
	margin-top: 2.5rem;
}

.mg-bottom {
	margin-bottom: 2.5rem;
}

.hover_xemthem {
	transition: 0.4s;
}

.hover_xemthem:hover {
	letter-spacing: 2px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

a,
input,
textarea {
	outline: none;
	padding: 0px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.w-clear:after {
	display: block;
	content: "";
	clear: both;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

.hidden-seoh {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	overflow: hidden;
}

.wrap-content {
	max-width: 1200px;
	margin: auto;
	width: calc(100% - 30px);
}

.containerr {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	margin: auto;
}

.fix_head {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 999 !important;
}

.pd-l-10 {
	padding-left: -10px;
}

.pd-r-10 {
	padding-right: -10px;
}

.mg-l-10 {
	margin-left: -10px;
}

.mg-r-10 {
	margin-right: -10px;
}

.mg-b-20 {
	margin-bottom: 20px;
}

.title-detail-main {
	color: #252525;
	font-size: 23px;
	margin-bottom: 1.5rem;
	font-weight: 500;
}

/* General */
.title-main {
	margin-bottom: 1.5rem;
	text-align: center;
}

.title-main span {
	text-transform: uppercase;
	/* color: #7a2525; */
	font-family: 'Inter';
	font-size: 33px;
	background: var(--color-linear);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

.time-main {
	margin-bottom: 0.75rem;
	color: #999999;
}

.time-main i {
	vertical-align: top;
	margin: 3px 7px 0px 0px;
}

.time-main span {
	vertical-align: top;
	display: inline-block;
}

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

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

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

.control-owl button {
	opacity: 0.5;
	top: 0px;
	position: absolute;
	outline: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 25px;
	margin: 0px;
	background-color: #000000;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

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

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

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

.custom-form-row {
	margin-right: -10px;
	margin-left: -10px;
}

.custom-form-row>.col,
.custom-form-row>[class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

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

.control-stylist button {
	opacity: 0.5;
	top: 0px;
	position: absolute;
	outline: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 45px;
	height: 45px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	margin: 0px;
	background-color: #000000;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

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

.control-stylist button.owl-prev {
	top: 0px;
	left: -60px;
	background: none;
}

.control-stylist button.owl-next {
	right: -60px;
	top: 0;
	background: none;
}

.text-sm {
	font-size: 0.875rem !important;
}

/* Lazyload */
img.lazy {
	opacity: 0;
}

img:not(.initial) {
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
	opacity: 1;
}

img:not([src]) {
	visibility: hidden;
}

/* Menu */
.w-menu {
	position: absolute;
	width: 100%;
	top: 0;
}

.w-menu.w-menu_tpl {
	position: relative;
}

.menu {
	position: relative;
	z-index: 10;
	background: linear-gradient(90deg, rgba(146, 49, 42, 1) 0%, rgba(176, 70, 50, 0.8295693277310925) 50%, rgba(146, 49, 42, 1) 100%);
	margin: auto;
}

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

.menu ul.menu-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

.menu ul li.menu-line {
	width: 1px;
	height: 15px;
	background-color: rgba(0, 0, 0, 0.1);
}

.menu ul li a {
	display: block;
	position: relative;
	font-size: 17px;
	color: #ffffff;
	padding: 5px;
	font-family: 'Inter';
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

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

.menu ul li a.has-child {
	padding-right: 16px;
	margin-right: 8px;
}

.menu ul li a.has-child:after {
	content: "";
	position: absolute;
	bottom: calc(50% - 4px / 2);
	right: 5px;
	width: 5px;
	height: 5px;
	border: 1px solid #fafafa;
	border-top: 0px;
	border-left: 0px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu ul li ul {
	position: absolute;
	min-width: 200px;
	background-color: #fafafa;
	border-radius: 0.25rem;
	-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	-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;
}

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

.menu ul li ul li {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.menu ul li ul li a {
	font-size: 14px;
	color: #313131;
	border-bottom: 1px solid #ececec;
	padding: 10px 0px 9px 0px;
	text-transform: capitalize;
}

.menu ul li ul li a.has-child {
	margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
	border-color: #313131;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu ul li ul li a.active {
	color: #ec2d3f;
}

.menu ul li ul li a.active.has-child:after {
	border-color: #ec2d3f;
}

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

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

.menu ul li ul li:hover>a.has-child:after {
	border-color: #ec2d3f;
}

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

/* Search */
.search {
	width: 230px;
	background: #ffffff;
}

.search p {
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	color: #6c757d;
	font-size: 16px;
}

.search input {
	width: calc(100% - 35px);
	height: 35px;
	float: left;
	outline: none;
	padding: 0px;
	border: 0px;
	background: transparent;
	text-indent: 10px;
	font-size: 12px;
}

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

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

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

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

/* Search Responsive */
.search-res {
	position: relative;
}

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

.search-res .icon-search.active {
	color: #ec2d3f;
	background: #ffffff;
	border-radius: 100%;
}

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

.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: #ec2d3f;
	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: #ec2d3f;
}

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

/* Slideshow */
.slideshow {
	position: relative;
}

.slideshow-item {
	display: block;
	cursor: pointer;
}

.slideshow:hover .control-slideshow {
	opacity: 1;
}

.control-slideshow {
	opacity: 0;
}

.info-slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.name-slide {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
}

.desc-slide {
	font-size: 15px;
	color: #fff;
	width: 500px;
	margin: 20px 0;
}

.views-more-slide {
	background-color: var(--background-static);
	width: 120px;
	height: 40px;
	color: #fff;
	font-size: 15px;
}

.box-slide.slick-current.slick-active .name-slide {
	animation: fadeInUp;
	animation-duration: 1s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .desc-slide {
	animation: fadeInUp;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .views-more-slide {
	animation: scaleLarge;
	animation-duration: 1s;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
}

.slide-text .slick-prev,
.slide-text .slick-next {
	width: 40px;
	height: 50px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
}

.slide-text .slick-prev {
	left: 5px;
}

.slide-text .slick-next {
	right: 5px;
}

.slide-text .slick-prev:before {
	font-family: "FontAwesome";
	font-weight: 400;
	content: "\f053";
}

.slide-text .slick-next:before {
	font-family: "FontAwesome";
	font-weight: 400;
	content: "\f054";
}

.slide-text .slick-dots {
	bottom: 20px;
}

.slide-text .slick-dots li {
	margin: 0;
}

.slide-text .slick-dots li button:before {
	color: #fff;
	font-size: 15px;
}

/* Breadcrumb */
.breadCrumbs {
	background-color: #eee;
}

.breadCrumbs .wrap-content {
	padding: 0.75rem 0;
}

.breadCrumbs .wrap-content .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
	color: #212529;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
	color: #6c757d;
}

/* Intro */
.wrap-intro {
	background-color: #eee;
}

.news-intro:before {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 50px);
	top: 10px;
	left: 90px;
	background-color: #cacaca;
}

.news-scroll:before,
.news-scroll:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 85px;
	border-radius: 100%;
	background-color: #cacaca;
}

.news-scroll:before {
	top: 10px;
}

.news-scroll:after {
	bottom: 40px;
}

.news-control {
	left: 85px;
	font-size: 13px;
	opacity: 0.5;
	z-index: 1;
	cursor: pointer;
}

.news-control:hover {
	opacity: 1;
	color: #ec2d3f;
}

.news-control#up {
	top: -10px;
}

.news-control#down {
	bottom: 20px;
}

.news-shadow {
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.news-shadow .news-shadow-time {
	font-size: 13px;
	width: 75px;
	margin-right: 45px;
}

.news-shadow .news-shadow-time:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 20px / 2);
	right: -26px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/pattern-news.png);
}

.news-shadow .news-shadow-article {
	width: calc(100% - 120px);
	padding: 14px 15px;
	border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #cecabb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.news-shadow .news-shadow-article:before {
	content: "";
	position: absolute;
	top: calc(50% - 26px / 2);
	left: -13px;
	z-index: 0;
	border-top: 13px solid transparent;
	border-right: 13px solid #cecabb;
	border-bottom: 13px solid transparent;
}

.news-shadow .news-shadow-article:after {
	content: "";
	position: absolute;
	top: calc(50% - 24px / 2);
	left: -11px;
	z-index: 1;
	border-top: 12px solid transparent;
	border-right: 11px solid #ffffff;
	border-bottom: 12px solid transparent;
}

.news-shadow .news-shadow-article .news-shadow-image {
	margin-right: 10px;
	width: 90px;
}

.news-shadow .news-shadow-article .news-shadow-info {
	width: calc(100% - 100px);
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name {
	height: 36px;
	font-size: 15px;
	font-weight: 700;
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a {
	color: #222222;
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a:hover {
	color: #ec2d3f;
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a .text-split {
	-webkit-line-clamp: 2;
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-desc {
	height: 38px;
	font-size: 13px;
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-desc.text-split {
	-webkit-line-clamp: 2;
}

/* Video */
.video {
	cursor: pointer;
	margin-bottom: 1rem;
}

.video .video-image {
	position: relative;
	margin-bottom: 0.75rem;
}

.video .video-image:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 35px;
	top: calc(50% - 50px / 2);
	left: calc(50% - 35px / 2);
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../images/play.png);
}

.video .video-name {
	text-align: center;
	font-size: 16px;
	color: #212529;
	margin-bottom: 0px;
}

/* Album */
.album {
	cursor: pointer;
}

.album .album-image {
	margin-bottom: 0.75rem;
}

.album .album-name {
	margin-bottom: 0px;
	text-align: center;
}

.album .album-name a {
	display: block;
	font-size: 16px;
	color: #212529;
	margin-bottom: 0px;
}

/* News */
.pic-news {
	width: 210px;
}

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

.info-news {
	width: calc(100% - 210px);
	padding-left: 20px;
}

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

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

.name-news:hover {
	color: var(--background-static);
}

.time-news {
	color: var(--color-gray);
	margin-bottom: 10px;
}

.desc-news {
	color: #676767;
	margin-top: 5px;
	line-height: 22px;
}

.news .news-name {
	margin-bottom: 0.5rem;
}

.news .news-name a {
	color: #333;
	font-size: 16px;
}

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

.news .news-name a:hover {
	color: #ec2d3f;
}

.news .news-time {
	color: #84878a;
	margin-bottom: 0.25rem;
}

.news .news-desc {
	color: #333333;
	margin-top: 5px;
	line-height: 22px;
}

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

/*News orther*/
.othernews {
	position: sticky;
	top: 60px;
	z-index: 11;
}

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

.name-news-other:hover {
	color: var(--background-static);
}

/* Contact */
.form-floating.form-floating-cus>input,
.form-floating-cus>select {
	height: 45px;
}

.form-floating.form-floating-cus>textarea {
	height: 100px;
}

.form-floating.form-floating-cus>label {
	padding: 10px 10px;
	color: var(--color-gray);
}

.contact-article {
	margin-bottom: 3rem;
}

.contact-input {
	position: relative;
	margin-bottom: 20px;
}

.contact-input input,
.contact-input textarea {
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
}

.contact-input input:focus,
.contact-input textarea:focus {
	box-shadow: none;
	outline: none;
}

.contact-input textarea {
	resize: none;
	height: 150px;
}

.contact-input .custom-file-label::after {
	content: attr(title);
}

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

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

/* Newsletter */
.bg-newsletter {
	background: url("../images/bg-newsletter.png")no-repeat;
	background-size: 100% 100%;
	padding-top: 20px;
	padding: 50px 0;
}

.bg-newsletter .wrap-content>div:nth-child(1) {
	width: 38%;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.bg-newsletter .wrap-content>div:nth-child(2) {
	width: 49%;
	border: solid 1px #fff;
	/* border-top-right-radius: 290px; */
	/* border-top-left-radius: 290px; */
	/* padding: 10px 10px 0px 10px; */
	border-radius: 22px;
}

.edit-newsletter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.edit-newsletter>div:nth-child(1) {
	width: 49%;
}

.edit-newsletter>div:nth-child(2) {
	width: 49%;
}

.newsletter-input {
	margin-bottom: 2%;
	position: relative;
	display: block;
}

.newsletter-input input {
	height: 50px;
	width: 100%;
	background: #fff;
	border: solid 1px #BCBCBC;
	color: #000 !important;
	border-radius: 30px;
	padding: 0 21px;
}

.newsletter-input textarea {
	width: 100%;
	background: #fff;
	border: solid 1px #BCBCBC;
	color: #000 !important;
	border-radius: 20px;
	padding: 14px 21px;
}

.newsletter-input textarea::placeholder {
	color: #B0B0B0 !important;
}

.newsletter-input input::placeholder,
.newsletter-textarea textarea::placeholder {
	font-size: 14px;
	color: #B0B0B0;
	font-family: 'Inter';
}

.newsletter-input input::placeholder,
.newsletter-textarea input::placeholder {
	font-size: 14px;
	color: #B0B0B0;
	font-family: 'Inter';
}

.newsletter-button input {
	color: #fff !important;
	width: 100%;
	height: 50px;
	border: none;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 15px;
	font-family: 'Inter';
	font-weight: 500;
	opacity: 1;
	background: var(--color-linear);
	text-align: center;
	border-radius: 35px;
	z-index: 10;
}

.form-newsletter {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7819502801120448) 88%, rgba(255, 255, 255, 0.35057773109243695) 100%);
	text-align: center;
	padding: 36px 34px;
	/* border-top-left-radius: 290px; */
	/* border-top-right-radius: 290px; */
	border-radius: 22px;
	box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

.text-newsletter {
	margin-bottom: 0;
	font-family: 'Inter';
	font-size: 40px;
}

p.title-newsletter {
	margin-bottom: 0;
	font-family: 'Inter';
	color: #000;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: bold;
}

.tt-newsletter {
	font-family: 'Inter';
}

/* Footer */
.footer-article {
	/* background: url("../images/bg-footer.png")no-repeat; */
	background-size: cover;
	background: #000;
}

.footer-title {
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 1rem;
	font-family: 'Inter';
	color: #fff;
}

.name-company {
	text-transform: capitalize;
	font-size: 35px;
	margin-bottom: 1rem;
	font-family: 'SVNTangerine';
	color: #fff;
}

.footer-tags {
	background: #eee;
}

.footer-tags .wrap-content {
	padding: 30px 15px;
}

.footer-powered {
	color: #ffffff;
	background-color: #000;
	/* border-top: 1px solid #494949; */
}

.footer-powered .wrap-content {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #494949;
}

.footer-info {
	color: #fff;
	font-family: 'Inter';
	font-size: 15px;
}

.text-social {
	color: #fff;
	margin-bottom: 0;
	font-family: 'Inter';
	font-size: 15px;
}

ul.social {
	gap: 10px;
}

.footer-copyright {
	text-align: center;
	font-family: 'Inter';
	font-size: 15px;
}

.footer-copyright span {
	text-transform: capitalize;
}

#footer-map {
	position: relative;
	height: 260px;
}

#footer-map iframe {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
}

/* Like Share */
.social-plugin {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.social-plugin .at-share-btn {
	margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
	margin-left: 3px;
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
	color: #555555;
	font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

/* Paging Ajax */
.pagination-ajax {
	text-align: center;
}

.pagination-ajax a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 3px 3px 3px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	color: #666 !important;
	border: 1px solid #e6e6e6;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none !important;
	background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
	color: #ffffff !important;
	border-color: #7a2525;
	background-color: #7a2525;
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
	text-indent: -9999px;
	position: relative;
	background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}

.pagination-ajax a.first:before {
	background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
	background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
	background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
	background-image: url(../images/page-next.png);
}

/* Popup */
#popup .modal-body {
	padding: 0px;
}

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

/* Hidden Check Grammar Coccoc */
coccocgrammar {
	display: none;
}

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

/* Text Hide */
.text-split {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

/* Transition All */
.transition,
.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,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
	-webkit-transition: 0.3s all !important;
	transition: 0.3s all !important;
}

/* Scale IMG */
.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);
}

/* Blink */
.blink {
	-webkit-animation-name: blink;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blink;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blink;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

/* Button Frame */
.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

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

.btn-frame .animated.infinite {
	-webkit-animation-iteration-count: 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 {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.btn-frame .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	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 {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

/* Zalo */
.btn-zalo {
	bottom: 315px;
}

/* Phone */
.btn-phone {
	bottom: 230px;
}

/* Messenger */
.js-facebook-messenger-top-header {
	background: #487dfc;
	color: #fff;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 5px 5px 0 0;
}

.js-facebook-messenger-container.closed {
	display: none !important;
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px;
	color: #404040;
	background: #fff;
}

.js-facebook-messenger-tooltip.closed {
	display: none !important;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button {
	z-index: 999;
}

.js-facebook-messenger-tooltip {
	z-index: 999;
	display: none;
	position: fixed;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	z-index: 1000000000000000019884624838656;
}

.js-facebook-messenger-close-tooltip {
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin-left: 10px;
}

.js-facebook-messenger-box {
	z-index: 999;
}

.js-facebook-messenger-box.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

.js-facebook-messenger-box.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999;
}

.js-facebook-messenger-box {
	display: block;
	position: fixed;
	cursor: pointer;
	bottom: 150px;
	right: 17px;
	width: 56px;
	height: 56px;
	text-align: center;
	background: #1182fc;
	border-radius: 100%;
	overflow: hidden;
	z-index: 99;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.js-facebook-messenger-box svg#fb-msng-icon {
	width: 32px;
	height: 33px;
	position: absolute;
	top: 13px;
	left: 12px;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.js-facebook-messenger-box svg#close-icon {
	opacity: 0;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 19px;
	left: 19px;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000;
}

.js-facebook-messenger-container {
	width: 250px;
	position: fixed;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	bottom: 110px;
	right: 90px;
	border-radius: 10px;
	pointer-events: none;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
	-webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-top-head {
	width: 220px;
	color: #ffffff;
	background: #1182fc;
	display: block;
	position: relative;
	width: 220px;
	background: #1182fc;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	padding: 10px;
	font-size: 14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000;
}

.js-facebook-messenger-top-head {
	color: #ffffff;
	background: #1182fc;
	width: 220px;
}

.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff;
}

.js-facebook-messenger-container.open {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	pointer-events: all;
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px;
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
	opacity: 0;
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.js-facebook-messenger-box.open svg#close-icon {
	opacity: 1;
}

/* Cart Fix */
.cart-fixed {
	position: fixed;
	right: 20px;
	bottom: 390px;
	z-index: 10;
	background: #4b4f56;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff !important;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cart-fixed i {
	font-size: 20px;
}

.cart-fixed span {
	position: absolute;
	top: 0px;
	right: -5px;
	color: #ffffff;
	width: 25px;
	height: 25px;
	background: #ec2d3f;
	text-align: center;
	line-height: 25px;
	font-size: 11px;
	border-radius: 100%;
}

/* Toolbar */
@keyframes tada {
	0% {
		transform: scaleX(1);
	}

	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.3, 1.3, 1.3) rotate(3deg);
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg);
	}

	to {
		transform: scaleX(1);
	}
}

.toolbar {
	background: var(--background-static);
	width: 100%;
	padding: 3vw;
	bottom: 0px;
	position: fixed;
	z-index: 500;
	height: auto;
	left: 0px;
	max-height: 65px;
}

.toolbar ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px;
	margin: 0px;
}

.toolbar ul li {
	text-align: center;
	width: 25%;
}

.toolbar ul li a {
	display: block;
	width: 100%;
	cursor: pointer;
}

.toolbar ul li a img {
	height: 20px;
	width: 20px;
	animation: tada 1.2s infinite;
}

.toolbar ul li a span {
	color: #fff;
	font-size: 10px;
}

a.name-newsnb {
	color: #000;
	font-size: 14px;
	margin: 0 0 10px 0;
	line-height: normal;
}

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

a.name-newsnb:hover {
	color: var(--color-dark-red);
}

.desc-newsnb {
	color: #333;
}

.owl-video {
	margin-top: 10px;
}

.newshome-intro .name-newshome {
	margin: 10px 0;
}

.newshome-intro .view-newshome {
	margin-top: 10px;
}

.newshome-scroll {
	width: 50%;
	overflow: hidden;
	max-height: 406px;
}

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

.news-slick h3 {
	margin: 0;
}

.news-slick h3 a.name-newshome {
	margin-bottom: 10px;
}

.news-slick .img {
	width: 150px;
}

.news-slick .info {
	width: calc(100% - 150px);
	padding-left: 15px;
}

.flex_ttnb {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.newshome-intro {
	width: calc(50% - 20px);
}

.pic-newshome-normal {
	float: left;
	width: 34%;
	margin-right: 3%;
	margin-bottom: 0px;
}

.pic-newshome-normal img {
	width: 100%;
}

.info-newshome-normal {
	float: left;
	width: calc(100% - 37%);
}

.name-newshome {
	color: var(--color-black);
	font-size: 14px;
	line-height: normal;
}

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

.name-newshome.text-split a {
	color: #000;
}

.time-newshome {
	color: var(--color-gray);
	margin-bottom: 10px;
}

.desc-newshome {
	color: var(--color-black);
	margin-bottom: 0px;
	text-align: justify;
}

.desc-home-cl.text-split {
	-webkit-line-clamp: 2;
}

.view-newshome {
	width: 140px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	color: #000;
}

.view-newshome:hover {
	color: #000;
}

.box-product {
	position: relative;
	margin-bottom: 20px;
}

.pic-product {
	background: transparent;
	position: relative;
}

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

.name-product {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Inter';
	font-weight: 500;
}

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

.price-new {
	/* font-size: 25px; */
	color: #985B02;
	font-family: 'Inter';
	font-weight: 600;
}

.price-old {
	padding-left: 10px;
	color: var(--color-gray);
	text-decoration: line-through;
}

.price-per {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #ffffff;
	background: var(--color-red);
	font-size: 11px;
	border-radius: 2px;
	width: 45px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

.cart-add {
	background-color: var(--color-red);
}

.cart-add:hover {
	background-color: var(--color-dark-red);
}

.cart-buy {
	background-color: var(--color-green);
}

.cart-buy:hover {
	background-color: var(--color-dark-green);
}

.dm-noibat {
	max-width: 1000px;
	position: relative;
	margin: auto;
	margin-bottom: 40px;
}

.dm-noibat a {
	cursor: pointer;
	color: #333;
	transition: 0.4s;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	position: relative;
	display: block;
	background: #f7f7f7;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	height: 100%;
	padding: 10px;
}

.dm-noibat a:hover,
.dm-noibat a.active {
	background: var(--background-static);
	color: #fff;
}

.cats-bar {
	width: 50px;
	padding-top: 3px;
	position: relative;
}

.cats-bar-icon {
	width: 30px;
	cursor: pointer;
}

.cats-bar-icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: #505050;
	transition: all 0.3s;
	position: relative;
}

.cats-bar-icon span+span {
	margin-top: 5px;
}

.cats-bar-icon.active span:nth-child(1) {
	animation: ease 0.7s top forwards;
}

.cats-bar-icon.not-active span:nth-child(1) {
	animation: ease 0.7s top-2 forwards;
}

.cats-bar-icon.active span:nth-child(2) {
	animation: ease 0.7s scaled forwards;
}

.cats-bar-icon.not-active span:nth-child(2) {
	animation: ease 0.7s scaled-2 forwards;
}

.cats-bar-icon.active span:nth-child(3) {
	animation: ease 0.7s bottom forwards;
}

.cats-bar-icon.not-active span:nth-child(3) {
	animation: ease 0.7s bottom-2 forwards;
}

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

	50% {
		top: 6px;
		transform: rotate(0);
	}

	100% {
		top: 6px;
		transform: rotate(45deg);
	}
}

@keyframes top-2 {
	0% {
		top: 6px;
		transform: rotate(45deg);
	}

	50% {
		top: 6px;
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		transform: rotate(0deg);
	}
}

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

	50% {
		bottom: 8px;
		transform: rotate(0);
	}

	100% {
		bottom: 8px;
		transform: rotate(135deg);
	}
}

@keyframes bottom-2 {
	0% {
		bottom: 8px;
		transform: rotate(135deg);
	}

	50% {
		bottom: 8px;
		transform: rotate(0);
	}

	100% {
		bottom: 0;
		transform: rotate(0);
	}
}

@keyframes scaled {
	50% {
		transform: scale(0);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes scaled-2 {
	0% {
		transform: scale(0);
	}

	50% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

.cats-owl.list-hot {
	width: calc(100% - 50px);
}

.footer-news:nth-child(4) {
	width: 300px;
}

.footer-news:nth-child(3) {
	width: 28%;
}

.footer-news:nth-child(2) {
	width: 28%;
}

.footer-news:nth-child(1) {
	width: 40%;
}

/*intro*/
.bg-introduce {
	/* background: url("../images/bg-intro.png")no-repeat; */
	background-size: cover;
	padding: 50px 0px;
	position: relative;
}

.bg-introduce img.z-intro1 {
	position: absolute;
	top: -14%;
	left: 4%;
}

.bg-introduce img.z-intro2 {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 3%;
	margin: auto;
}

.bg-introduce .wrap-content>div:nth-child(1) {
	width: 48%;
	text-align: center;
}

.bg-introduce .wrap-content>div:nth-child(2) {
	width: 48%;
}

.text-intro {
	font-family: 'Inter';
	font-size: 32px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0;
	background: var(--color-linear);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.name-intro {
	font-family: 'Inter';
	text-transform: uppercase;
	color: #000;
	font-size: 34px;
	font-weight: bolder;
}

.desc-intro {
	font-family: 'Inter';
	line-height: 2;
	margin-bottom: 2rem;
}

.see-intro {
	/* background: #7a2525; */
	padding: 11px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin: auto;
	width: fit-content;
	border-radius: 30px;
	color: #485156;
	font-family: 'Inter';
	/* text-transform: uppercase; */
	text-decoration: none;
	font-weight: 500;
	border: 1px solid #485156;
	transition: all 0.3s;
}

.see-intro:hover {
	color: #fff;
	background: #485156;
	border: 1px solid #485156;
}


.img-intro-one {
	border-radius: 22px;
	overflow: hidden;
	margin-bottom: 8px;
}

.img-intro-two {
	border-radius: 30px;
	overflow: hidden;
}

/*tieu-chi*/
.wrap-tieuchi {
	/* background: url("../images/bg-intro.png")no-repeat; */
	background-size: cover;
	padding: 40px 0;
	background: #F4F5F6;
}

.box-tieuchi {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.img-tieuchi img {
	background: #7a2525;
	border-radius: 50%;
	overflow: inherit;
	padding: 20px;
}

p.name-tieuchi.text-split {
	margin-bottom: 0.5rem;
	font-family: 'Inter';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 17px;
}

.desc-tieuchi.text-split {
	font-family: 'Inter';
}

.img-tieuchi:hover>img {
	transform: rotateZ(360deg);
	transition: all 0.9s;
}

/*videoHot*/
.video-image {
	border-radius: 80px;
	border-top-right-radius: 0 !important;
	overflow: hidden;
	margin: auto;
	text-align: center;
}

.video-image:before {
	content: "";
	position: absolute;
	width: 126px;
	height: 126px;
	top: calc(50% - 126px/2);
	left: calc(50% - 126px/2);
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../images/playvideo.png);
}

/*newsHot*/
.wrap-newsnb .wrap-content {
	position: relative;
}

.wrap-newsnb .wrap-content img.z-newsHot {
	position: absolute;
	bottom: 0;
	right: 0;
}

.row-detail>div:nth-child(1) {
	width: 49%;
}

.row-detail>div:nth-child(2) {
	width: 48%;
}

.text-newsHot {
	font-family: 'Inter';
	font-size: 45px;
	margin-bottom: 0;
}

.title-newsHot .title {
	text-transform: capitalize;
	font-family: 'SVNTangerine';
	color: #7a2525;
	font-size: 45px;
	margin-bottom: 0;
}

.title-newsHot {
	border-left: solid 3px #7a2525;
	padding-left: 22px;
	line-height: 1;
	margin-bottom: 2rem;
	position: relative;
}

.title-newsHot:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: #7a2525;
	top: 0;
	margin: auto;
	bottom: 0;
	left: -100px;
	z-index: 1;
}

.box-newsHot.slick-slide {
	background: #7a2525;
	margin-bottom: 1rem;
	padding: 10px 20px;
	border-radius: 50px;
	border-top-left-radius: 0 !important;
}

.name-newsHot a {
	color: #fff;
	text-decoration: none;
	font-family: 'Inter';
	font-weight: 500;
	font-size: 20px;
}

.name-newsHot.text-split {
	margin-bottom: 0;
}

.desc-newsHot.text-split {
	color: #fff;
	font-family: 'Inter';
}

.slider-downer {
	position: relative;
	left: -15%;
	z-index: 1;
}

/*feedback*/
.box-feedback.slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7%;
}

.box-feedback>div:nth-child(1) {
	width: 30%;
}

.box-feedback>div:nth-child(2) {
	width: 27%;
	position: relative;
	left: 5%;
}

.desc-feedback {
	text-align: justify;
	margin-bottom: 1rem;
	font-family: 'Inter';
	line-height: 2;
	position: relative;
	padding-bottom: 50px;
}

.name-feedback.text-split {
	font-family: 'Inter';
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 0;
}

p.job-feedback.text-split {
	margin-bottom: 0;
	font-family: 'Inter';
	font-size: 18px;
}

.img-feedback a {
	border-radius: 165px;
	overflow: hidden;
}

.desc-feedback img.z-feedback {
	position: absolute;
	bottom: 0;
	left: -60%;
}

.box-feedback2 {
	position: relative;
	/* left:25%;*/
	padding-left: 25%;
}

.box-feedback2 img.line-feedback {
	position: absolute;
	top: -65px;
	right: 0;
	margin: auto;
}

button.slide-arrow-seller.ic-left {
	position: absolute;
	bottom: 10%;
	border: none !important;
	background: none !important;
	left: 36%;
	z-index: 10;
	cursor: pointer;
}

button.slide-arrow-seller.ic-right {
	position: absolute;
	left: 43%;
	bottom: 10%;
	background: none !important;
	border: none !important;
	z-index: 10;
	cursor: pointer;
}

.img-feedback img.z-feedback2 {
	position: absolute;
	bottom: 0;
	left: -30%;
}

/*dao-tao*/
.bg-daotao {
	position: relative;
	padding: 50px 0px;
}

.slogan-all {
	text-align: center;
	margin-bottom: 0;
	font-family: 'Inter';
	font-size: 40px;
}

.title-all {
	text-align: center;
	margin-bottom: 1rem;
}

.title-all span {
	text-transform: capitalize;
	font-family: 'SVNTangerine';
	color: #7a2525;
	font-size: 35px;
}

.info-daotao {
	padding: 15px 0px 0px 50px;
}

p.name-daotao a {
	font-family: 'Inter';
	font-weight: 500;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 20px;
	color: #000;
}

p.name-daotao {
	margin-bottom: 0;
}

.desc-daotao.text-split {
	font-family: 'Inter';
}

.info-daotao:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 157px;
	background: #fa869b;
	bottom: 0;
	left: 5%;
}

p.name-daotao:hover>a {
	color: #fa869b;
}

.img-daotao {
	border-radius: 50px;
	overflow: hidden;
}

.info-daotao .see-daotao {
	display: flex;
	justify-content: end;
	color: #fa869b;
	font-family: 'Inter';
}

/*bang-gia*/
.bg-banggia {
	background: url("../images/bg-banggia.png")no-repeat;
	background-size: 100% 100%;
	padding: 50px 0px;
}

.max-box_banggia {
	background: url("../images/max-box-banggia.png")no-repeat center #fff;
	background-size: contain;
	padding: 20px 0px;
	margin: auto;
	width: 80%;
	position: relative;
}

.box-menu_quan {
	padding: 0px 20px;
}

/*contact-phone*/
.arcontactus-widget.right.arcontactus-message {
	left: 20px
}

.arcontactus-widget.right.arcontactus-message {
	bottom: 60px
}

.arcontactus-widget.md .arcontactus-message-button,
.arcontactus-widget.md.arcontactus-message {
	width: 60px;
	height: 60px
}

.arcontactus-widget {
	opacity: 0;
	transition: .2s opacity
}

.arcontactus-widget {
	box-sizing: border-box
}

.arcontactus-widget.md .callback-countdown-block,
.arcontactus-widget.md .messangers-block {
	bottom: 70px
}

.arcontactus-widget.md.right .callback-countdown-block:before,
.arcontactus-widget.md.right .messangers-block:before {
	right: 21px
}

.arcontactus-widget.md .arcontactus-message-button .callback-state,
.arcontactus-widget.md .arcontactus-message-button .icons {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px
}

.arcontactus-widget.sm .arcontactus-message-button,
.arcontactus-widget.sm.arcontactus-message {
	width: 50px;
	height: 50px
}

.arcontactus-widget.sm .callback-countdown-block,
.arcontactus-widget.sm .messangers-block {
	bottom: 60px
}

.arcontactus-widget.sm.right .callback-countdown-block:before,
.arcontactus-widget.sm.right .messangers-block:before {
	right: 16px
}

.arcontactus-widget.sm .arcontactus-message-button .icons {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px
}

.arcontactus-widget.sm .arcontactus-message-button .static {
	margin-top: -16px
}

.arcontactus-widget.sm .arcontactus-message-button .callback-state {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px
}

.arcontactus-widget.active {
	opacity: 1
}

.arcontactus-widget .icons.hide,
.arcontactus-widget .static.hide {
	opacity: 0;
	transform: scale(0)
}

.arcontactus-widget.arcontactus-message {
	z-index: 10000;
	right: 20px;
	bottom: 20px;
	position: fixed !important;
	height: 70px;
	width: 70px
}

.arcontactus-widget .arcontactus-message-button {
	width: 70px;
	position: absolute;
	height: 70px;
	right: 0;
	background-color: #7a2525;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.arcontactus-widget .arcontactus-message-button p {
	font-family: Ubuntu, Arial, sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
	line-height: 11px;
	margin: 0
}

.arcontactus-widget .arcontactus-message-button .icons {
	background-color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px
}

.arcontactus-widget .arcontactus-message-button .static {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -26px;
	width: 52px;
	height: 52px;
	text-align: center
}

.arcontactus-widget .arcontactus-message-button .static img {
	display: inline
}

.arcontactus-widget .arcontactus-message-button .static svg {
	width: 24px;
	height: 24px;
	color: #FFF
}

.arcontactus-widget .arcontactus-message-button.no-text .static {
	margin-top: -12px
}

.arcontactus-widget .icons-line {
	top: 10px;
	left: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-transition: arcontactus-promptarcontactus-prompt(.13, 1.49, .14, -.4);
	-o-transition: cubic-bezier(.13, 1.49, .14, -.4);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	height: 24px;
	transition: .2s all
}

.arcontactus-widget .icons,
.arcontactus-widget .static {
	transition: .2s all
}

.arcontactus-widget .icons-line.stop {
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.arcontactus-widget .icons-line span {
	display: inline-block;
	width: 24px;
	height: 24px;
	color: red
}

.arcontactus-widget .icons-line span i,
.arcontactus-widget .icons-line span svg {
	width: 24px;
	height: 24px
}

.arcontactus-widget .icons-line span i {
	display: block;
	font-size: 24px;
	line-height: 24px
}

.arcontactus-widget .icons-line img,
.arcontactus-widget .icons-line span {
	margin-right: 40px
}

.arcontactus-widget .icons.hide .icons-line {
	transform: scale(0)
}

.arcontactus-widget .icons .icon:first-of-type {
	margin-left: 0
}

.arcontactus-widget .arcontactus-close {
	color: #FFF
}

.arcontactus-widget .arcontactus-close svg {
	-webkit-transform: rotate(180deg) scale(0);
	-ms-transform: rotate(180deg) scale(0);
	transform: rotate(180deg) scale(0);
	-webkit-transition: ease-in .12s all;
	-o-transition: ease-in .12s all;
	transition: ease-in .12s all;
	display: block
}

.arcontactus-widget .arcontactus-close.show-messageners-block svg {
	-webkit-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1)
}

.arcontactus-widget .messangers-block {
	background: center no-repeat #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	width: 235px;
	position: absolute;
	bottom: 80px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 14px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 7px;
	-webkit-transform-origin: 80% 105%;
	-ms-transform-origin: 80% 105%;
	transform-origin: 80% 105%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: ease-out .12s all;
	-o-transition: ease-out .12s all;
	transition: ease-out .12s all;
	z-index: 10000
}

.arcontactus-widget .messangers-block:before {
	position: absolute;
	bottom: -7px;
	left: 25px;
	display: inline-block !important;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFF;
	border-left: 8px solid transparent;
	content: ''
}

.arcontactus-widget .messangers-block.show-messageners-block {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.arcontactus-widget .messangers-block.sm .messanger {
	padding-left: 50px;
	min-height: 44px
}

.arcontactus-widget .messangers-block.sm .messanger span {
	height: 32px;
	width: 32px;
	margin-top: -16px
}

.arcontactus-widget .messangers-block.sm .messanger span svg {
	height: 20px;
	width: 20px;
	margin-top: -10px;
	margin-left: -10px
}

.arcontactus-widget .messanger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	cursor: pointer;
	width: 100%;
	padding: 8px 20px 8px 60px;
	position: relative;
	min-height: 54px;
	text-decoration: none
}

.arcontactus-widget .messanger:hover {
	background-color: #EEE
}

.arcontactus-widget .messanger:before {
	background-repeat: no-repeat;
	background-position: center
}

.arcontactus-widget .messanger.facebook span {
	background: #0084ff
}

.arcontactus-widget .messanger.viber span {
	background: #7c529d
}

.arcontactus-widget .messanger.telegram span {
	background: #2ca5e0
}

.arcontactus-widget .messanger.skype span {
	background: #31c4ed
}

.arcontactus-widget .messanger.email span {
	background: #ff8400
}

.arcontactus-widget .messanger.contact span {
	background: #7eb105
}

.arcontactus-widget .messanger.call-back span {
	background: #54cd81
}

.arcontactus-widget .messanger span {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #0084ff;
	margin-right: 10px;
	color: #FFF;
	text-align: center;
	vertical-align: middle
}

.arcontactus-widget .messanger span i,
.arcontactus-widget .messanger span svg {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px
}

.arcontactus-widget .messanger span i {
	font-size: 24px;
	line-height: 24px
}

.arcontactus-widget .messanger p {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: rgba(0, 0, 0, .87)
}

/* Product */
.see-serviceList {
	background: #7a2525;
	padding: 10px;
	text-align: center;
	border-radius: 30px;
	width: 40%;
}

.see-serviceList a {
	color: #fff;
	font-family: 'Inter';
	text-decoration: none;
	text-transform: uppercase;
}

.desc-serviceList {
	font-family: 'Inter';
	text-align: justify;
	margin-bottom: 1rem;
	line-height: 1.7;
}

.bg-service {
	padding-top: 50px;
}

.wrap-product:nth-child(even) {
	flex-direction: row-reverse;
}

.wrap-product.wrap-content>div:nth-child(1) {
	width: 30%;
}

.wrap-product.wrap-content>div:nth-child(2) {
	width: 68%;
}

.wrap-product .title-all {
	text-align: left !important;
	margin-bottom: 0;
}

.info-product {
	position: absolute;
	bottom: 5%;
	left: 5%;
}

.see-prpduct {
	background: #7a2525;
	padding: 10px;
	border-radius: 30px;
	text-align: center;
	margin: auto;
	width: 70%;
	position: relative;
	transform: translateY(-25px);
}

.see-prpduct a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Inter';
}

/* Product Detail */
.grid-pro-detail {
	margin-bottom: 3rem;
}

.left-pro-detail {
	position: relative;
	text-align: center;
	width: 45%;
}

.right-pro-detail {
	width: calc(55% - 40px);
}

.left-pro-detail .MagicZoom {
	border: 1px solid #eee;
	padding: 7px;
	border-radius: 5px;
	background-color: #ffffff;
}

.gallery-thumb-pro {
	position: relative;
	margin-top: 10px;
}

.owl-pro-detail {
	padding: 0;
}

.control-pro-detail button {
	background-color: transparent;
	color: #222222;
	opacity: 1;
	width: 25px;
	font-size: 23px;
}

.control-pro-detail button:hover {
	opacity: 0.7;
}

.control-pro-detail button.owl-prev {
	left: 0px;
}

.control-pro-detail button.owl-next {
	right: 0px;
}

.thumb-pro-detail {
	display: block !important;
	border: 1px solid #eee;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
	background-color: #ffffff;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
	border-color: #cecfd2;
}

.thumb-pro-detail img {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-filter: brightness(100%) !important;
	filter: brightness(100%) !important;
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.title-pro-detail {
	text-transform: capitalize;
	font-size: 20px;
	display: block;
	font-weight: 700;
}

.desc-pro-detail {
	margin-bottom: 1rem;
}

.attr-pro-detail {
	list-style: none;
	padding: 0px;
}

.attr-pro-detail li {
	margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
	margin: 0px 5px 0px 0px;
}

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

.price-new-pro-detail {
	font-weight: 700;
	font-size: 23px;
	color: var(--color-black);
}

.price-old-pro-detail {
	font-weight: 400;
	color: var(--color-gray);
	text-decoration: line-through;
	padding-left: 10px;
}

.wrap-product-fix {
	margin-bottom: 25px;
}

/* Mmenu */
.menu-res {
	height: 55px;
	z-index: 999;
	background: #fff;
	position: sticky;
	display: none;
	top: 0;
	box-shadow: 0 0 5px;
}

.menu-bar-res {
	height: 55px;
	padding: 0px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#menu {
	display: none;
}

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

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #000;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	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;
}

/* Search Responsive */
.search-res {
	position: relative;
}

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

.search-res .icon-search.active {
	color: #ec2d3f;
	background: #ffffff;
	border-radius: 100%;
}

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

.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: #ec2d3f;
	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: #ec2d3f;
}

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


/* Top Bar */
.tt-topbar {
	background: #000;
	color: white;
	padding: 11px 0;
	font-size: 14px;
}

.tt-topbar-wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
}

.tt-topbar-info {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tt-topbar-info i {
	color: #fff;
}

/* Header */
.tt-header {
	background: white;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.tt-header-wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* height: 90px; */
}

/* Logo */
.tt-logo {
	display: flex;
	align-items: center;
	display: block;
	height: 100%;
}

.tt-logo img {
	/* height: 70px; */
	width: auto;
	/* height: 125px; */
	margin-top: -37%;
}

/* Navigation */
.tt-nav-menu {
	display: flex;
	list-style: none;
	gap: 35px;
	align-items: center;
	margin-bottom: 0;
}

.tt-nav-menu li {
	position: relative;
}

.tt-nav-menu a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
	font-size: 16px;
	transition: color 0.3s;
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
	padding-bottom: 5px;
}

.tt-nav-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--color-main);
	transition: width 0.3s ease;
}

.tt-nav-menu a:hover,
.tt-nav-menu a.tt-active {
	color: var(--color-main);
}

.tt-nav-menu a:hover::after,
.tt-nav-menu a.tt-active::after {
	width: 100%;
}

.tt-nav-menu .tt-dropdown-arrow {
	font-size: 12px;
	transition: transform 0.3s;
}

/* Dropdown Menu */
.tt-dropdown {
	position: relative;
}

.tt-dropdown-list {
	position: absolute;
	top: 100%;
	left: 0;
	background: white;
	min-width: 250px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	padding: 15px 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	margin-top: 15px;
}

.tt-dropdown:hover .tt-dropdown-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.tt-dropdown:hover .tt-dropdown-arrow {
	transform: rotate(180deg);
}

.tt-dropdown-list li {
	list-style: none;
}

.tt-dropdown-list a {
	display: block;
	padding: 12px 25px;
	color: #333;
	transition: all 0.3s;
	font-size: 14px;
}

.tt-dropdown-list a:hover {
	background: #f8f8f8;
	color: var(--color-main);
	padding-left: 30px;
}

.tt-dropdown-list a i {
	margin-right: 10px;
	color: var(--color-main);
}

/* Call Button */
.tt-call-button {
	background: linear-gradient(135deg, #F7D983, #985B02);
	color: white;
	padding: 10px 28px 10px 64px;
	border-radius: 50px;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
	/* box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3); */
	position: relative;
	border: 1px solid #985B02;
}

.tt-call-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.tt-call-icon {
	width: 60px;
	height: 60px;
	background: #EB2629;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: absolute;
	left: -4px;
	top: 50%;
	transform: translateY(-50%);
	border: 4px solid white;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); */
}

.tt-call-icon i {
	font-size: 26px;
	color: white;
	transform: rotate(112deg);
}

/* Mobile Menu Toggle */
.tt-menu-toggle {
	display: none;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #333;
}

/* Swiper Container */
.tt-slider {
	width: 100%;
	height: 600px;
}

.tt-slider-item {
	position: relative;
	background-size: cover;
	background-position: center;
}

/* Overlay tối */
.tt-slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

/* Content container */
.tt-slide-content {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	color: white;
	z-index: 10;
	max-width: 563px;
}

/* Animations */
.tt-slide-content h2,
.tt-slide-content p,
.tt-slide-content .tt-btn {
	opacity: 0;
}

/* Active slide animations */
.swiper-slide-active .tt-slide-content h2 {
	animation: tt-fadeInTop 0.8s ease forwards;
	animation-delay: 0.2s;
}

.swiper-slide-active .tt-slide-content p {
	animation: tt-fadeInTop 0.8s ease forwards;
	animation-delay: 0.5s;
}

.swiper-slide-active .tt-slide-content .tt-btn {
	animation: tt-fadeInTop 0.8s ease forwards;
	animation-delay: 0.8s;
}

@keyframes tt-fadeInTop {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}

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

/* Styling cho text */
.tt-slide-content h2 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
}

.tt-slide-content p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
}

/* Button */
.tt-btn {
	display: inline-block;
	padding: 12px 30px;
	border: 2px solid var(--color-main);
	color: white;
	text-decoration: none;
	border-radius: 30px;
	transition: all 0.3s ease;
}

.tt-btn:hover {
	background: var(--color-main);
	color: #000;
}

/* Custom navigation buttons */
.swiper-button-next,
.swiper-button-prev {
	color: var(--color-main);
}

/* Custom pagination */
.swiper-pagination-bullet {
	background: white;
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: var(--color-main);
	opacity: 1;
}

.tt-logo img {
	transition: all 0.2s;
}

.fix_head .tt-logo img {
	width: auto;
	height: 85px;
	margin-top: 0;
}

.fix_head .tt-header-wrapper {
	padding: 7px 20px;
}

.img_title {
	margin-bottom: 16px;
}

.in4_dichvu {
	background: #fff;
	padding: 20px;
	text-align: center;
}

.name_dichvu {
	font-size: 20px;
	text-decoration: none;
}

.name_dichvu a {
	font-size: 20px;
	text-decoration: none;
	color: #212324;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	transition: all 0.3s;
}

.name_dichvu a:hover {
	color: var(--color-main);
}

.line_dichvu {
	height: 3px;
	width: 29px;
	margin: 0 auto;
	display: block;
	border-radius: 20px;
	background: #E7E7E7;
	margin-bottom: 5px;
}

.item_dichvu {
	transition: all 0.4s;
}

.item_dichvu:hover {
	transform: translateY(-7px);
}

.desc_dichvu {
	color: #485156;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

.wrap-tieuchi-fix {
	background: #fff;
}

.item_vonghoa {}

.in4_vonghoa {
	background: #fff;
	padding: 20px;
}

.name_vonghoa a {
	font-size: 20px;
	font-weight: 600;
	color: #272727;
	text-decoration: none;
	transition: all 0.3s;
}

.name_vonghoa a:hover {
	color: var(--color-main);
}

.price-product {
	font-weight: 400;
	color: #272727;
}



.in4_tintuc {
	background: #fff;
	padding: 20px;
}

.name_tintuc {
	font-size: 20px;
	text-decoration: none;
}

.name_tintuc a {
	font-size: 20px;
	text-decoration: none;
	color: #212324;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	transition: all 0.3s;
}

.name_tintuc a:hover {
	color: var(--color-main);
}

.line_tintuc {
	height: 3px;
	width: 29px;
	margin: 0 auto;
	display: block;
	border-radius: 20px;
	background: #E7E7E7;
	margin-bottom: 5px;
}

.item_tintuc {
	transition: all 0.4s;
}

.item_tintuc:hover {
	transform: translateY(-7px);
}

.date_tintuc {
	color: #9E9E9E;
}

.title_dknt-item {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	display: flex;
	gap: 12px;
	align-items: center;
}


.mota_dknt-item {
	color: #fff;
	padding-left: 14%;
}
.title-main span{
	width: 100%;
	display: block;
}
#fanpage-facebook2{
	width: 100%;
}
.mota_dknt-item{
	width: 100%;
}
.dknt-item{
	width: 100%;
}
.footer-ul{}
.footer-ul li{
    margin-bottom: 12px;
}
.footer-ul li a{
    color: #fff;
    text-decoration: none;
    /* margin-bottom: 10px; */
}
.footer-ul li::marker{
	color: #fff;
}