@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Medium.eot');
    src: url('../fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Medium.woff2') format('woff2'),
        url('../fonts/GoogleSans-Medium.woff') format('woff'),
        url('../fonts/GoogleSans-Medium.ttf') format('truetype'),
        url('../fonts/GoogleSans-Medium.svg#GoogleSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Bold.eot');
    src: url('../fonts/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Bold.woff2') format('woff2'),
        url('../fonts/GoogleSans-Bold.woff') format('woff'),
        url('../fonts/GoogleSans-Bold.ttf') format('truetype'),
        url('../fonts/GoogleSans-Bold.svg#GoogleSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Italic.eot');
    src: url('../fonts/GoogleSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Italic.woff2') format('woff2'),
        url('../fonts/GoogleSans-Italic.woff') format('woff'),
        url('../fonts/GoogleSans-Italic.ttf') format('truetype'),
        url('../fonts/GoogleSans-Italic.svg#GoogleSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Regular.eot');
    src: url('../fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Regular.woff2') format('woff2'),
        url('../fonts/GoogleSans-Regular.woff') format('woff'),
        url('../fonts/GoogleSans-Regular.ttf') format('truetype'),
        url('../fonts/GoogleSans-Regular.svg#GoogleSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes shake-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}
	10%,
	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20%,
	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}
	100%,
	50% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
	}
}
@keyframes rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes fadeup {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes pulse-animation {
	0% {
		transform: scale3d(1, 1, 1);
		opacity: 0;
	}
	10% {
		transform: scale3d(1.1, 1.1, 1.1);
		opacity: 1;
	}
	100% {
		transform: scale3d(1.6, 1.6, 1.6);
		opacity: 0;
	}
}
@keyframes border-animation {
	0% {
		transform: scale3d(0.6, 0.6, 0.6);
		opacity: 0;
	}
	20% {
		transform: scale3d(1.2, 1.2, 1.2);
		opacity: 1;
	}
	100% {
		transform: scale3d(1.4, 1.4, 1.4);
		opacity: 0;
	}
}
:root {
	--color-main: #DE0000;
	--color-red: DE0000;
	--color-social: #2557ae;
	--color-hover: #2557ae;
	--color-text: #222;
	--hover: #FFCF00;
}

@font-face {
	font-family: hel;
	src: url(../fonts/UTM\ HelvetIns.ttf);
}
@font-face {
	font-family: impac;
	src: url(../fonts/UTM\ Impact.ttf);
}
@font-face {
	font-family: svn;
	src: url(../fonts/SVN-Blenda\ Script.ttf);
}
body {
	font-size: 14px;
	font-family: 'Google Sans' !important;
	font-weight: 400;
}

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

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

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

.social-plugin .czb {}

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

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

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

.text-split {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.p-relative {
	position: relative;
}
/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill {
	transition: 0.7s all;
}

/*   Header   */
.header {
	background: #fff;
	position:  relative;
	overflow: hidden;
	padding: 10px 0;
}
.header.fix_menu{position: relative !important; }
.box-hamberger{display: none;}
.header .address-head{
	display: flex;
	width: 26%;
	align-items: center;
}

.address-head p {
    width: calc(100% - 56px);
    padding-left: 10px;
    margin: 0;
    text-transform: capitalize;
    font-size: 15px;
}

.address-head p span {
    margin-left: 5px;
    font-weight: 700;
}

.address-head .icon-address {
    background: url(../images/main/bg-1.png);
    display: block;
    width: 56px;
    height: 56px;
    background-size: 100% 100%;
    position: relative;
}
.address-head .icon-address:after{position: absolute;content:'';width: 26px;height: 26px;background: url(../images/main/address.png) no-repeat;top: calc(50% - 26px / 2);left: calc(50% - 26px / 2);}
.head-top{
    position: relative;
    padding: 12px 0;
    overflow: hidden;
    background: #F5F5F5;
}

.head-top .hotline-head {}

.hotline-head .icon-phone {
    width: 16px;
    height: 16px;
    background: url(../images/main/phone.png) no-repeat;
    display: inline-block;
    margin-right: 5px;
}

.hotline-head .num1, .hotline-head .num2 {
    color: var(--pri, #DE0000);
    font-family: "Google Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hotline-head p {
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.hotline-head p > span{display: flex;align-items: center;margin-right: 5px;}
.header .social-head ul{padding: 0; margin:0; display: flex;}
.header .social-head ul li{padding: 5px;}

.header .social-head ul li a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.head-top .slogan {
    width: 50%;
}

.head-top .slogan marquee {
    display: block;
    color: #222;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    text-transform: uppercase;
}
.head-top .wrap-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-head {
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	color: #fff;
}
.cart-head:hover {
	color: #fed402;
}
.cart-head i {
	font-size: 20px;
}
.cart-head .count-cart {
	position: absolute;
	z-index: 999;
	color: #fff;
	background: #f00;
	border-radius: 50%;
	top: -10px;
	right: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
}
.cart-box{position: fixed;right: 24px;bottom: 390px;background: #f00;color: #fff;display: flex;width: 50px;height: 50px;align-items: center;justify-content: center;font-size: 18px;border-radius: 50%;z-index: 9;filter: drop-shadow(0px 4px 3px rgb(0 0 0 / 20%));}
.cart-box:hover{color: #222;}
.cart-box .count-cart {
    position: absolute;
    top: -3px;
    right: -5px;
    background: #fff;
    color: #222;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 7px -2px rgb(0 0 0 / 60%);
    font-size: 14px;
}
.menu-head {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.menu-head a {
	color: #fff;
}
.menu-head a:hover {
	color: #fed402;
}
.line-head {
	background-color: #72b2fd;
	height: 32px;
	width: 1px;
}

/* slideshow */
.slideshow {
	position: relative;
}
/* Search */
.search {
	width: 220px;
	background: #fff;
	position: relative;
	right: 0;
	top: 0;
	border-radius: 0;
}
.search input {
	width: calc(100% - 35px);
	font-size: 14px;
	color: #333;
	border-radius: 10px;
	border: none;
	height: 35px;
}
.search input::placeholder{font-style: italic;}
.search input:focus {
	border: none;
	box-shadow: none;
}
.search p {
	width: 35px;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
}
.search p i {
	font-weight: bold;
	color: #999;
}

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

#menu {
	display: none;
}

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

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

#hamburger:before {
	top: 0px;
}

#hamburger span {
	top: 10px;
}

#hamburger:after {
	top: 20px;
}

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

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

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

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

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

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

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

.wrap-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	background: var(--color-main);
	position: relative;
}

.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;
	justify-content: space-between;
}
.menu .wrap-content {
	position: relative;
}
.fix_menu {
	position: fixed !important;
	box-shadow: 0 0 1px #999;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.menu ul {
	width: calc(100% - 220px);
	padding: 0px;
	margin: 0;
	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 {
	margin: 0px;
	padding: 18px 15px;
	position: relative;
	z-index: 1;
	text-align: center;
	text-decoration: none !important;
	display: block;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
}
.menu ul li a img {
	vertical-align: middle;
}
.menu ul li a.active,
.menu ul li:hover > a {
	color: var(--color-text);
	background: var(
	--hover);
}
.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 {
	font-size: 14px;
	padding: 10px;
	display: block;
	text-decoration: none !important;
	line-height: 20px;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
	color: #222;
}
.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: #de0000;
	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: 15px;
}
.menu ul li ul li a:hover {
	padding-left: 20px;
}

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: 1px solid rgb(255 255 255 / 30%);
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	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;
}

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

.title-main {
	margin-bottom: 1.5rem;
	position: relative;
	text-align: center;
	padding-bottom: 13px;
	background: url(../images/main/under-tt.png) no-repeat center bottom;
}
.title-main span {
	text-transform: uppercase;
	color: var(--pri, #DE0000);
	text-align: center;
	font-family: "Google Sans";
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tt-week {
	font-size: 25px;
	text-align: center;
	margin: 20px 0px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.title-cat-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0px;
	gap: 20px;
}
.title-cat-main span {
	display: block;
	color: #999;
	background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.title-cat-main span:hover,
.title-cat-main span.active {
	background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
	color: #000;
}
.title-list-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0px;
	gap: 20px;
}
.title-list-main span {
	display: block;
	color: #999;
	background: transparent;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
	color: #222;
	text-align: justify;
	font-family: "Google Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	border-radius: 5px;
	border: 1px solid var(--pri, #8A8680);
	background: #FFF;
}
.title-list-main span:hover,
.title-list-main span.active {
	background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
	color: #000;
	color: #222;
	text-align: justify;
	font-family: "Google Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-color: transparent;
}
/* News */
.row-news{display: flex;margin: 0 -15px;margin-bottom: 15px;flex-wrap: wrap;}
.row-news .col-news{width: calc(100% / 3);padding: 0 15px;margin-bottom: 15px;}
.row-news .col-bds{width: calc(100% / 4);padding: 0 15px;margin-bottom: 15px;}
.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;
}
.info-news {background: #fff;width: 91%;margin: 0 auto;padding: 20px 35px;margin-top: -75px;z-index: 2;position: relative;}

.info-news .button a {
    color: var(--pri, #DE0000);
    font-family: "Google Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.info-news .button a i {
    font-size: 12px;
	position: relative;
	left: 0;
	transition: all 0.3s;
}
.info-news .button a:hover i{
	left: 5px;
}
.info-news .desc {
    color: #333;
    font-family: "Google Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 10px;
}

.info-news .time {
    padding-bottom: 5px;
    display: flex;
}

.time .date {
    color: #333;
    font-family: "Google Sans";
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    padding-left: 20px;
    background: url(../images/main/date.png) no-repeat left center;
}

.time .cate span {
    margin-left: 10px;
    color: var(--pri, #DE0000);
    font-family: "Google Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.info-news .news-name {
    color: #222;
    font-family: "Google Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.info-news .news-name:hover{
	color:var(--color-main);
}
.info-news h3 {
}
.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 {
	color: #333333;
	margin-top: 0px;
	line-height: 20px;
	height: 60px;
}
.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;
}
.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;
}

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

/* Footer */
footer{
	background: url(../images/main/bg-ft.jpg);
	overflow: hidden;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-main{padding: 55px 0 15px;overflow: hidden;display: flex;justify-content: space-between;}

.footer-main .footer-col .box-map iframe {
    width: 100%;
    max-height: 310px;
}
.footer-main .footer-col .box-map{
    padding: 5px;
    border: 1px solid #fff;
}
.footer-main .footer-col:nth-child(1){width: 35%;}

.footer-col .social-footer {
    margin-bottom: 20px;
}

.social-footer ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.social-footer ul li {
    margin-right: 5px;
}

.footer-col .social-footer a {
    max-width: 45px;
    display: inline-block;
}
.footer-main .footer-col:nth-child(2){width: 33%;}
.footer-main .footer-col:nth-child(3) {width: 28%;}
.name-company{
    color: var(--sec, #FFCF00);
    /* text-align: center; */
    font-family: "Google Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 118.421% */
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}
.name-company:hover{color: var(--color-main);}
.info-footer .flex-footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.info-footer .flex-footer .box-footer .social-footer {
	display: flex;
	gap: 5px;
	margin: 10px 0px;
}
.info-footer .flex-footer .box-footer:nth-child(1) {
	width: 33.3%;
}
.info-footer .flex-footer .box-footer:nth-child(2) {
	width: 40%;
}
.info-footer .flex-footer .box-footer:nth-child(3) {
	width: 25%;
}
.info-footer .flex-footer .title-footer {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 14px;
}
.info-footer .flex-footer .service-footer {
	margin-top: 20px;
}
.info-footer .flex-footer .service-footer ul {
	padding: 0px;
	margin: 0px;
}
.info-footer .flex-footer .service-footer ul li {
	list-style: none;
	padding: 5px 0px;
}
.info-footer a {
	color: #fff;
}
/* Tags */
.title-tags {
	position: relative;
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 0px;
	color: #ffffff;
}
.title-tags:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	height: 3px;
	width: 30px;
}
.footer-tags{margin-bottom: 20px;}
.flex-tags {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}
.flex-tags a {
	color: #ffffff;
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
	font-size: 1em !important;
	padding: 2px 5px;
}
.flex-tags a:hover {
	background-color: var(--hover);
	color: var(--color-main);
	opacity: 1;
	border-color: transparent;
}
.footer-powered {
	background: var(--color-main);
	text-align: center;
	color: #fff;
}

.footer-powered p {
    color: #fff;
}

.footer-powered p a {
    color: #fff;
}
.footer-powered p a:hover{color: var(--hover);}
/*   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;
}

/* About */
.box-about {
	max-width: 700px;
	margin: 0px auto;
	text-align: center;
}
.box-about h3 {
	color: #ca0000;
	font-family: SVN;
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: lowercase;
}
.box-about a {
	padding: 10px 20px;
	color: white;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	background: #ca0000;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-weight: 600;
	border-radius: 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;
}

/* Product */
.row-product{display: flex;flex-wrap: wrap;margin: 0 -15px;}

.row-product .col-product {
    width: calc(100% / 4);
    padding: 0 17px;
    margin-bottom: 25px;
}
.wrap-product{position: relative;padding: 0px 0 50px;overflow: hidden;}
.product-category .button{text-align: center;}

.button .btn-read-more {
    border-radius: 56px;
    background: #FFF;
    box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.25) inset;
    color: #333;
    text-align: center;
    font-family: "Google Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 25px;
    display: inline-block;
}
.button .btn-read-more:hover{background: var(--color-main); color: #fff;}
.box-product{
	border: 0.5px solid #D7D4D4;
	position: relative;
}
.box-product .info{text-align: center;padding: 0 15px;}
.wrap-product .container-custom.pd {
    padding-top: 50px;
}
.wrap-product.bg{
    background: url(../images/main/bg-cket.jpg);
}
.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;
}
.flex-product-main {
	display: flex;
	gap: 20px;
}
.flex-product-main .left-product {
	width: 250px;
	border: 1px solid #f1f1f1;
	padding: 20px;
	border-radius: 5px;
}
.flex-product-main .right-product {
	width: calc(100% - 250px);
}
.wrap-product-sale {
	background-color: #ffa09e;
	border-radius: 10px;
	overflow: hidden;
}
.wr-search p {
	font-weight: bold;
	text-transform: uppercase;
}

.box-product .pic-product {
	background: #fff;
	margin-bottom: 10px;
	display: block;
	position: relative;
	overflow: hidden;
}
.box-product .pic-product img {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	height: 100%;
	object-fit: cover;
}
.box-product .pic-product > a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.first_img {
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	height: 100%;
}
.box-product:hover .first_img {
	transform: scale(0);
}
.second_img {
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	transition: all 0.5s ease;
	height: 100%;
}
.box-product:hover .second_img {
	right: 0;
	top: 0;
	transition: all 0.5s ease;
}
.box-product .name-product {
	margin-bottom: 5px;
	font-weight: normal;
}
.box-product .name-product a {
	color: #222;
	text-align: center;
	font-family: "Google Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; /* 153.333% */
	text-transform: capitalize;
	height: 46px;
}
.box-product .name-product a:hover {
	color: #ff2e00;
}
.box-product .name-product .text-split {
	-webkit-line-clamp: 2;
}
.box-product .price-product {
	margin-bottom: 10px;
	color: #555;
	height: 33px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}
.box-product .price-new {
	display: inline-block;
	color: var(--pri, #DE0000);
	font-family: Mulish;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.box-product .price-old {
	padding: 0 10px;
	text-decoration: line-through;
	display: block;
	text-transform: uppercase;
	color: #505050;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: Mulish;
}
.box-product .price-per {
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: 700;
	position: absolute;
	top: 10px;
	right: 10px;
	background: var(--color-main);
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px;
}
.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(4, 1fr);
	gap: 20px;
}
.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;
}
.grid-product .product .pic-product {
	border: 1px solid #ddd;
}

/* product detail */
.grid-pro-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
	border-bottom: 1px solid #ececec;
	margin-top: 20px;
}
.grid-pro-detail .left-pro-detail {
	width: 50%;
	border-right: 1px solid #ececec;
	padding-right: 30px;
}

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

.right-pro-detail .title-pro-detail {
    text-align: left;
}

.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;
}
.detail-product-content{
	padding: 15px 10px;
	box-shadow: -3px 5px 14px -11px rgb(0 0 0 / 50%);
	border-radius: 10px;
}
.detail-product-content .info_nd {
    border-top: 1px solid var(--color-main);
    padding: 15px 10px;
}

.detail-product-content .title-product-detail {
    border: 1px solid var(--color-main);
    display: inline-block;
    padding: 7px 15px 5px;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    margin-left: 10px;
}
.btn-show-content span{cursor: pointer;}
.policy_intuitive {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	margin-bottom: 25px;
}

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

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

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

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

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

.policy__list li .iconl {
	width: 32px;
}
.policy__list li p {
	line-height: 20px;
	padding-left: 5px;
	margin: 0px;
}
.policy__list li:last-child {
	border-bottom: 0;
}
.policy__list > li:nth-child(2n + 1):nth-last-child(2) {
	border: 0;
}

/* css 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;
}
/*css CT */
.box-ct {
	display: flex;
	justify-content: start;
	align-items: center;
	background-color: rgb(233, 230, 230);
	padding: 10px;
	border-radius: 10px;
}
.box-ct img {
	border-radius: 50%;
	margin-right: 10px;
}
.ds-ct h3 a {
	font-size: 17px;
	color: #333;
}
.ds-ct h3 a:hover {
	color: #f00;
}
/*css khuyen mai*/
.block__promo {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin-bottom: 10px;
}

.promoadd__list {
	padding: 10px;
}
.promoadd__list li {
	margin-bottom: 15px;
	background: url(../images/tick.png) no-repeat 0px 3px;
	background-size: 15px;
	padding-left: 25px;
}

.pr-top {
	background-color: #f6f6f6;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 10px;
}

.pr-txtb {
	font-weight: bold;
}

.pr-top .pr-txt {
	color: #666;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
	font-style: normal;
}

.pr-content .pr-item:last-child {
	border: none;
}

.pr-content .pr-item {
	padding: 15px 10px 10px 10px;
}

.divb {
	margin-bottom: -10px;
}

.divb .nb {
	background-color: #4a90e2;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-top: 2px;
	text-align: center;
	width: 16px;
}

.divb-right {
	padding-left: 26px;
}

.pr-content .pr-item p {
	margin: 0px 0px 0px 0px;
}

.divb-right a {
	color: #4a90e2;
}

/* Tien ich */
.wrap-ti {
	padding: 50px 0px;
	position: relative;
	overflow: hidden;
	background: url(../images/main/bg-news.jpg) no-repeat;
	background-size: cover;
}

.wrap-ti .title-main {
    background: url(../images/main/under-tt2.png) no-repeat bottom center;
}

.wrap-ti .subtt {
    color: #fff;
}

.wrap-ti .title-main span {
    color: var(--hover);
}
.box-ti {
	background: #f1f1f1;
	padding: 15px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	min-height: 135px;
}
.wrap-ti .owl-item:nth-child(n + 1) .box-ti {
	background-color: rgb(220, 238, 255);
}
.wrap-ti .owl-item:nth-child(n + 2) .box-ti {
	background-color: rgb(254, 245, 207);
}
.wrap-ti .owl-item:nth-child(n + 3) .box-ti {
	background-color: rgb(255, 239, 219);
}
.wrap-ti .owl-item:nth-child(n + 4) .box-ti {
	background-color: rgb(225, 254, 207);
}
.ds-ti {
	width: calc(100% - 45px);
}
.ds-ti h3 {
	font-size: 15px;
}
.ds-ti h3 a {
	color: #333;
}
.ds-ti h3 a:hover {
	color: #f00;
}
.box-news{}

.box-news .desc.text-split{-webkit-line-clamp: 3;}

.box-news .info {
    padding: 10px 0;
}

.box-news .news-name {
    color: #222;
    font-family: "Google Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.box-news .news-name:hover{color: var(--color-main);}
.box-news .img-news {
    overflow: hidden;
    display: block;
}

.img-news img {
    width: 100%;
}
/* Contact */
.contact-detail{display: flex; justify-content: space-between;}
.left-contact-detail{width: 60%;}
.right-contact-detail{width: calc(100% - 60% - 60px);}
.contact-map { position: relative; height: 385px; border-radius: 10px; overflow: hidden;  }
.contact-map iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.row-contact{display: flex; justify-content: space-between; margin-top: 40px; flex-wrap: wrap;}
.social-contact{text-align: center;}
.social-contact > div{display: inline-flex; align-items: center; justify-content: center; background: var(--color-main); padding: 5px 30px; margin-top: 30px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.social-contact > div a{display: inline-block; margin: 0 2px;}
.contact-item{width: calc((100% / 3) - 10px); text-align: center; font-size: 15px;}
.contact-item i{display: inline-block; margin-bottom: 10px;}
.contact-item img{width: 40px; height: 40px !important;}
.contact-item p{margin-bottom: 10px; font-weight: 700;}
.contact-item span{font-size: 14px;}
.row-contact-input{display: flex; justify-content: space-between; align-items: end;}
.row-contact-input .contact-input:nth-child(1){width: 80%;}
.row-contact-input .contact-input:nth-child(2){width: calc(100% - 80% - 8px); }
.row-contact-input .contact-input:nth-child(2) label{margin-bottom: 15px;}
.contact-input label{font-size: 12px; font-weight: 600; color: #22292f; transition: all 0.8s;}
.contact-input input{border-radius: 0; border: none; border-bottom: 1px solid #ccc; padding: 0; height: 45px; margin-bottom: 15px; overflow: hidden;}
.contact-input input::placeholder{font-size: 15px; color: #ced4da; transition: all 0.5s !important;}
.contact-input textarea{border-radius: 0; border: none; border-bottom: 1px solid #ccc; padding: 0; height: 70px; margin-bottom: 20px;}
.contact-input textarea::placeholder{font-size: 15px; color: #ced4da; transition: all 0.5s !important;}
.contact-form button{display:inline-flex; align-items: center; justify-content: center; width: 300px; height: 40px; background: var(--color-main); border-radius: 30px; margin: auto; font-size: 14px; font-weight: 500; text-transform: uppercase; color: #fff ; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; transition: all 0.3s;}
.contact-form button:hover{box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; background: #000;}
.contact-input {display: flex; flex-direction: column-reverse}
.contact-input .form-control{overflow: hidden;}
.contact-input .form-control:focus { color: #212529;border-color: var(--color-main);; outline: 0; box-shadow: unset}
.contact-input .form-control:focus::placeholder{transform: translateY(-200%);}
.contact-input .form-control:focus + label{color: var(--color-main);}
.contact-input input input[type=number]::-webkit-inner-spin-button,
.contact-input input input[type=number]::-webkit-outer-spin-button {margin: 0;-webkit-appearance: none;}
.contact-input input[type="file"] {display: none;}
.custom-file-upload {  display: inline-block; padding: 10px; cursor: pointer; transition: all 0.4s; font-size: 20px; display: block; text-align: center;}
.file-input.has-file label { color: var(--color-main); }
.custom-file-upload i{font-size: 25px ;}
.custom-file-upload:hover{color: var(--color-main); }
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {margin: 0;-webkit-appearance: none;}

/*  breadCrumbs */
.breadCrumbs {
	padding: 10px 0px;
	background: #ddd;
}
.breadCrumbs ol {
	margin: 0px;
}
.breadCrumbs ol li a {
	color: #333;
}
.breadCrumbs ol li a:hover {
	color: #f00;
}

/* paging */
.pagination {
	margin: 20px 0px;
}
.pagination li a {
	cursor: pointer;
}

.btn-frame {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px !important;
	z-index: 10;
	cursor: pointer;
}
.btn-frame i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ff0000;
	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: #ff0000;
	opacity: 0.5;
}
.btn-frame .zoomIn {
	animation-name: zoomIn;
}
.btn-frame .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	border-radius: 100%;
	border: 2px solid transparent;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: 0.4;
}
.btn-frame .pulse {
	animation-name: pulse;
}

.grid-properties {
	display: flex;
	gap: 10px;
}
.grid-properties span {
	position: relative;
	border: 1px solid #ddd;
	padding: 5px 15px;
	cursor: pointer;
}
.grid-properties span:hover,
.grid-properties span.active {
	border: 1px solid #f00;
	color: #f00;
}
.grid-properties span:hover:after,
.grid-properties span.active:after {
	content: '';
	border: 0.9375rem solid transparent;
	border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
	bottom: 0;
	position: absolute;
	right: -0.9375rem;
}
.grid-properties span.outstock {
	pointer-events: none;
	background-color: #fafafa;
	color: rgba(0, 0, 0, 0.26);
	cursor: not-allowed;
}
/* Xu huong */
.wrap-xh {
	background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%);
	padding: 10px;
	border-radius: 10px;
}
.title-xh {
	font-size: 25px;
	margin: 20px 0px;
	color: #333;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
.image-xh {
	border-radius: 10px;
	overflow: hidden;
}
.name-xh {
	text-align: center;
	color: #333;
	font-size: 16px;
	margin: 10px 0px 0px;
}
/* scrollToTop */
.scrollToTop {
	width: 41px;
	height: 41px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 65px;
	right: 25px;
	display: none;
	z-index: 10;
	cursor: pointer;
}

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

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

/* introduce */
.wrap-introduce{position: relative;padding: 50px 0 30px;overflow: hidden;}

.wrap-introduce .wrap-content:nth-child(2) {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Google Sans";
    font-size: 77px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.introduce-nav,.introduce-for{display: none;}
.introduce-nav{width: 64%;margin: 0 -5px;margin-top: -75px;}

.introduce-nav .introduce-items {
    position: relative;
    padding: 0 5px;
    overflow: hidden;
}

.introduce-items .introduce-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding: 10px 10px 0;
    color: #FFF;
    text-align: center;
    font-family: "Google Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.wrap-introduce .box-content{display: flex;}

.box-content .button {}

.button .btn-read {
    background: var(--color-main);
    padding: 15px 17px;
    display: inline-flex;
    align-items: center;
    color: #FFF;
    font-family: "Google Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    visibility: hidden;
    border-radius: 8px;
}

.btn-read .arrow {
    width: 18px;
    height: 16px;
    display: inline-block;
    background: url(../images/main/arrow.png) no-repeat center;
    margin-left: 7px;
    position: relative;
    left: 0;
	transition: all 0.3s;
}
.btn-read:hover .arrow{left: 5px;}
.wrap-introduce .box-content .introduce-for.content{width: 50%;padding-right: 30px;}
.wrap-introduce .box-content .introduce-for.img{width: 50%;padding-left: 20px;}

.introduce-nav .introduce-items a{display: block;position: relative;overflow: hidden;border: 5px solid #fff;}

.introduce-nav .introduce-items a img {
}
.introduce-for .introduce-content{}

.introduce-content.slick-slide.slick-current.slick-active .btn-read {
    visibility: visible;
}

.introduce-content .desc {
    color: #222;
    font-family: "Google Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 214.286% */
}

.introduce-content .desc.text-split {
    -webkit-line-clamp: 7;
}
.introduce-for .introduce-content .name-ti{color: var(--pri, #DE0000);font-family: "Google Sans";font-size: 42px;font-style: normal;font-weight: 700;line-height: normal;text-transform: uppercase;}
.introduce-for .introduce-content .subtt{
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    padding-left: 100px;
    position: relative;
}
.introduce-for .introduce-content .subtt:after{position: absolute;content:'';width: 90px;height: 1px;background: #222;left: 0;top: 50%;} 
/* Welcome */
.welcome{background: var(--hover);margin-top: -110px;overflow: hidden;padding: 55px 0 20px;}

.welcome .wrap-content {
    text-align: right;
}

.welcome .wrap-content span {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Google Sans";
    font-size: 77px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: var(--hover);
    padding: 20px 0 5px;
    display: inline-block;
    margin-top: -50px;
    letter-spacing: -2.5px;
}
/* lvhd */
.wrap-lvhd{padding: 50px 0; position: relative; overflow: hidden;}
.box-lvhd{}

.box-lvhd >  a {
    display: block;
    overflow: hidden;
}

.box-lvhd > a img {
    width: 100%;
}

.box-lvhd .info-lvhd {
    text-align: center;
    margin-top: -10px;
}
.box-lvhd .info-lvhd .icon img{transform: rotate(0);transition: all 0.3s;}
.box-lvhd .info-lvhd:hover .icon img{transform: rotateY(180deg);}
.info-lvhd .name-lvhd {
    color: #000;
    text-align: center;
    font-family: "Google Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.info-lvhd .name-lvhd:hover{color: var(--color-main);}
.info-lvhd .icon {
    display: inline-block;
    background: var(--color-main);
    padding: 21px;
    border: 10px solid #fff;
    border-radius: 50%;
    margin-top: -85px;
    position: relative;
}

/* criteria */
.wrap-criteria{position: relative;padding: 50px 0;overflow: hidden;background: url(../images/main/bg-cket.jpg);}
.wrap-criteria .box-criteria{
    text-align: center;
}

.box-criteria .info-criteria {
    padding: 15px 10px;
}

.info-criteria .name-criteria {cursor: grab;color: #222;text-align: center;font-family: "Google Sans";font-size: 15px;font-style: normal;font-weight: 700;line-height: 23px;}
.wrap-criteria .box-criteria img{transition: all 0.3s;}
.wrap-criteria .box-criteria:hover img{filter: brightness(0) saturate(100%) invert(10%) sepia(95%) saturate(5604%) hue-rotate(358deg) brightness(101%) contrast(112%);}

/* Newstalk */
.wrap-newstalk{position: relative;padding: 50px 0 50px;overflow: hidden;}

.wrap-newstalk .title-main {
    width: 27%;
    text-align: right;
    background: none;
    margin: 0;
    padding: 0;
}

.wrap-newstalk .box-newstalk {
    width: 73%;
    padding: 0 65px;
    position: relative;
}

.box-newstalk .control-owl button {
    border: 1px solid #D4D4D4;
    border-radius: 50%;
}
.box-newstalk .control-owl button.owl-next{
    background: url(../images/main/right.png) no-repeat center;
    width: 37px;
    height: 37px;
}
.box-newstalk .control-owl button.owl-prev{
    background: url(../images/main/left.png) no-repeat center;
    width: 37px;
    height: 37px;
}
.box-newstalk .control-owl button svg{
    display: none;
}
.wrap-newstalk .wrap-content{display: flex;justify-content: space-between;align-items: center;}
.newstalk-item{}
.image-newstalk{
    display: block;
}
.image-newstalk img{border: 1px solid transparent;}
.image-newstalk:hover img{border: 1px solid var(--color-main);}
/* ykien */
.wrap-ykien{position:relative;padding: 70px 0 50px;overflow: hidden;}

.wrap-ykien .box-ykien {
    display: block;
}

.box-ykien .info-ykien {
    margin-left: 50px;
    padding: 10px;
    box-shadow: 0 1px 7px -2px rgb(0 0 0 / 20%);
    margin-top: -50px;
    margin-bottom: 10px;
}

.box-ykien .info-ykien .box {
    margin-left: 0;
    padding: 23px 30px 15px;
    border: 1px solid var(--color-main);
    position: relative;
}
.box-ykien .info-ykien .box:before{position:absolute;content:'';width: 33px;height: 28px;background: url(../images/main/phay.png) no-repeat;top: 15px;right: 15px;z-index: 3;}
.info-ykien .content {
    position: relative;
    z-index: 2;
    color: #555;
    font-family: "Google Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin-bottom: 5px;
}
.box-ykien .info-ykien .box:after{position: absolute;width: 100%;height: 102%;content:'';background: linear-gradient(225deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);left: 1px;top: -1px;pointer-events: none;}
.info-ykien .desc {
    padding-left: 30px;
    position: relative;
    z-index: 2;
    color: #555;
    font-family: "Google Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
    margin-bottom: 0px;
}

.info-ykien .name-ykien {
    padding-left: 30px;
    position: relative;
    z-index: 2;
    color: #222;
    font-family: "Google Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 155.556% */
}
.wrap-ykien .box-ykien .img{
    display: inline-block;
    border: 3px solid var(--color-main);
    border-radius: 50%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* Album */
.wrap-album{position: relative; padding: 70px 0 50px;  overflow: hidden; background: url(../images/main/bg-album.jpg) no-repeat; background-size: cover;}

.wrap-album .album-items {}

.album-items .box {
    position: relative;
}

.album-items .box .info-album {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    background: rgb(0 0 0 / 50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    padding: 10px 20px;
    opacity: 0;
    transition: all 0.3s;
}
.album-items .box:hover .info-album{opacity:1; }
.info-album .button a {
    color: #FFF;
    font-family: "Google Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.info-album .button a:hover,.info-album .button a:hover i{
	color: var(--hover);
}
.info-album .button a:hover i{left: 5px;}
.info-album .button a i {
    font-size: 12px;
	position: relative;
	left: 0; 
	transition: all 0.3s;
}

.info-album .desc {
    color: #FFF;
    text-align: center;
    font-family: "Google Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 164.286% */
    margin-bottom: 10px;
}

.info-album .album-name {
    color: #FFF;
    font-family: "Google Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}
.info-album .album-name:hover{color: var(--hover);}
.wrap-album .title-main{
	background: url(../images/main/under-tt2.png) no-repeat center bottom;
}
.wrap-album .title-main p {
    color: #fff;
}

.wrap-album .title-main span {
    color: var(--hover);
}
.row-album{display: flex; flex-wrap: wrap;}
.row-album .col-album{width: calc(100% / 3);display: block;overflow: hidden; margin: 0 !important;padding: 5px;border-radius: 0 !important; margin-bottom: 10px !important;}
.row-album .col-album span{display: block; overflow: hidden}
/* banner bds */
.banner-bds{position:relative; overflow: hidden;}
.banner-bds img{width: 100%;}
/* bds */
.wrap-bds{position:relative;padding: 50px 0 0;overflow: hidden;}

/* tab */
.tab-product { text-align: center; margin-bottom: 15px; }
.item-tab-product {cursor: pointer;color: #333;border-radius: 5px;border: 1px solid #15AA5A;padding: 8px 15px;display: inline-block;margin: 0px 5px 5px;cursor: pointer;color: #222;text-align: justify;font-family: "Google Sans";font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;text-transform: capitalize;border-radius: 5px;border: 1px solid var(--pri, #8A8680);background: #FFF;}
.item-tab-product:hover, .item-tab-product.active {background: var(--hover);color: #222;border-color: var(--hover);font-weight: 700;}
/* Video */
.wrap-video{position: relative; padding: 50px 0; overflow: hidden;}
.row-video{display: flex; flex-wrap: wrap; margin: 0 -10px; ;margin-bottom: 20px;}
.row-video .col-video{width: calc(100% / 3);padding: 0 20.8px;margin-bottom: 15px;}
.item-video2{display: block;padding-left: 31px;padding-right: 10px;position: relative;padding-bottom: 49px;}

.item-video2 .name-video {
    height: 100%;
    position: absolute;
    width: 80% !important;
    background: #F5F5F5;
    right: 0;
    bottom: 0;
    display: flex;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 5px;
}
.item-video2 .name-video span{
	    color: #000;
	    font-family: "Google Sans";
	    font-size: 15px;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 20px; /* 160% */
	    text-transform: capitalize;
	    height: 45px;
	    width: 100%;
	    padding: 5px 10px 0;
	    display: inline-block;
	    text-align: right;
}

.item-video2 .name-video span.text-split {
    -webkit-line-clamp: 2;
}
.item-video2 .name-video span:hover{color: var(--color-main);}
.item-video2.pic-video-2 .box-img {
    position: relative;
    z-index: 2;
}
.item-video2 .box-img:after{position: absolute;content:'';width: 66px;height: 66px;background: url(../images/main/play.png) no-repeat;top: calc(50% - 65px / 2);left: -30px;}
.item-video2.pic-video-2 .box-img span {
    width: 100%;
    -webkit-mask-image: url(../images/main/mask.png);
    mask-image: url(../images/main/mask.png);
    mask-repeat: no-repeat;
    display: block;
    mask-size: 100% 100%;
}
.box-video .info{padding: 5px 0; text-align: center;}
.name-video a{color: #000;font-family: "Google Sans";font-size: 15px;font-style: normal;font-weight: 700;line-height: 24px; /* 160% */text-transform: capitalize;}
.name-video a,.pic-video{cursor: pointer;}
.pic-video{overflow: hidden;}
.name-video a:hover{color: var(--color-main);}
.pic-video img {
    width: 100%;
}
/* popup */
.modal-header{padding: 5px 10px !important;}
.modal-title{font-size: 17px;}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}
/* mmenu */
.menu-mobile-title span{color: #fff;}
#menu > ul > li > a,#menu ul li a{color: #fff;}
.btn-menu-next i,.btn-menu-prev i{
    color: #fff;
}
.menu-mobile-title,#menu ul li{border-bottom: 1px solid #ea3232;}
#menu ul li span{border-left: 1px solid #ea3232;}

/* Zalo */
.btn-phone { bottom: 315px; }
.btn-messenger {bottom: 232px;}
.btn-frame svg { max-width: 32px; }
.btn-zalo {bottom: 315px !important;}
#qrzalo .modal-dialog { max-width: 250px; margin: 0.5rem auto; }
/* hotline */
.hotline-fix {
    position: fixed;
    right: 20px;
    bottom: 155px;
    z-index: 11;
    background: rgb(255 0 0 / 50%);
    border-radius: 35px;
}

.hotline-fix .box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    padding: 3px 50px 2px 20px;
    margin: 3px;
    background: #de0000;
    border-radius: 35px;
	position: relative;
}
.hotline-fix .box:after{position: absolute;content:'';width: 35px;height: 35px;background-image: url(../images/hl.png);background-position: 95% center;background-repeat: no-repeat;right: 5px;top: calc(50% - 35px / 2);animation-name: blink;animation-iteration-count: infinite;animation-duration: 1s;animation-fill-mode: both;}
.hotline-fix .box a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
/* app */
.app{position: fixed; bottom: 200px; left: 10px;z-index: 100;}
.items-app{max-width: 50px;}

.items-app a {
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 10px 0;
    border: 2px solid rgb(222 0 0 / 30%);
}

.items-app a img {
    width: 100%;
}