.kc-container {
	max-width: 1280px;
}
.vnt_content {
	max-width: 1280px;
	padding-left: 15px;
	padding-right: 15px;
}
div#ez-toc-container {
	width: 100%;
	float: left;
}
.vnt_the_content div.ez-toc-title-container {
	margin-bottom: 0;
}
.vnt_the_content.taxonomy .ez-toc-title-container {
	display: flex;
	align-items: center;
	width: 100%;
}
.vnt_the_content.taxonomy .ez-toc-title-container p {
	flex: 1;
}
.ez-toc-list {
	width: 100%;
	float: left;
}
.vnt_tags {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	gap: 5px;
	font-size: 12px;
}
.vnt_tags .title {
	font-weight: 500;
	font-size: 16px;
}
.vnt_tags a {
	display: inline-block;
	background: var(--tertiary);
	border-radius: 3px;
	color: #ffffff;
	padding: 3px 8px;
	transition: all 500ms ease;
}
.vnt_tags a:hover {
	background: var(--primary);
}
.rank-math-breadcrumb .last,
.rank-math-breadcrumb .separator:last-child {
	/* 	display: none */
}

body.kc-css-system .swiper-slide {
	width: 50vw;
}
body.kc-css-system .swiper-slide-active {
	padding: 10px;
	border: 2px solid var(--secondary);
	border-radius: 4px;
}


/* Menu Product */

/* Header */
body.admin-bar.kc-css-system #header_main {
	top: 32px;
}


.logo svg {
	width: auto;
	height: 60px;
	transition: all 365ms ease;
}

.header_nav, .header_nav li.item_0 {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.header_nav li.vmenu_item {
	position: relative;
}
.header_nav li.item_0>a {
	display: block;
	padding: 15px 20px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.header_nav.desktop .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: calc(100%);
	left: 0;
	width: fit-content;
	background: #ffffff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all 300ms ease-out;
}
.header_nav.desktop li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	z-index: 9;
	transition: all 300ms ease-in;
}
.sub-menu li {
	white-space: nowrap;
	border-top: 1px solid #f1f1f1;
}
.sub-menu li a {
	display: block;
	padding: 8px 15px;
	font-size: 15px;
	font-weight: 600;
}

#header_menu.device {
	display: flex !important;
	position: fixed;
	top: 0;

	left: -110%;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all 365ms ease-out;

	width: 100vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 99;
	flex-direction: column;
}
#header_menu.device.show {
	left: 0%;
	visibility: visible;
	opacity: 1;
	z-index: 99;
	transition: all 365ms ease-in;
}
#header_menu.device .close_menu {
	flex: 0 0 auto;
}
.header_nav.device {
	flex: 1 1 auto;
	align-content: flex-start;
	overflow-y: auto;
	padding-bottom: 36px;
}
#header_menu .toggler {
	padding: 10px 15px;
	color: var(--secondary);
}
.header_nav.device li, .header_nav.device li a {
	width: 100%;
}
.header_nav.device li.item_0 {
	border-bottom: 1px solid #dcdcdc;
}
.header_nav.device .sub-menu li {
	border-top: 1px solid #dcdcdc;
}
.header_nav.device li a {
	flex: 1;
}
.sub-menu li a {
	padding-left: 30px;
}

/* Homepage */

.home_duan .swipers_nav {
	color: var(--primary);
}
.home_duan .swipers_nav:hover {
	color: var(--secondary);
}

/* Page */

.cfp_lienhe .wpcf7-form-control-wrap {
	margin-bottom: 15px;
}

/* Single */

body.single .rank-math-breadcrumb .last {
	display: none;
}

/* Archive */


.vnt_archive.loop {
	display: flex;
	flex-flow: wrap;
	column-gap: 15px;
	row-gap: 15px;
}

/* Archive Product */

/* Single Product */

.cf_baogia .cf_submit .wpcf7-submit {
	padding: 8px 30px;
	font-size: 14px;
	text-transform: uppercase;
}
.cf_baogia .wpcf7-form-control-wrap {
	margin-bottom: 15px;
}

/* Footer */

@keyframes calllink {
	0% {
		color: #eba11e;
	}
	50% {
		color: #fff;
	}
	100% {
		color: #ebfa48;
	}
}

@media only screen and (max-width: 1920px) {
}
@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1336px) {
}
@media only screen and (min-width: 1025px) {
}
@media only screen and (min-width: 897px) {
	
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 480px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 896px) {
	html #wpadminbar {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
	
}
@media only screen and (max-width: 359px) {
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}
