@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
	font-family: 'my-r';
	src: url("../fonts/MYRIADPRO-COND.OTF");
	font-style: normal;
	font-display: block;
	font-weight: 400;
}
@font-face {
	font-family: 'my-r';
	src: url("../fonts/MYRIADPRO-BOLD.OTF");
	font-style: normal;
	font-display: block;
	font-weight: 700;
}
@font-face {
    font-family: 'UTMAvo';
    src: url('../fonts/UTMAvo.eot');
    src: url('../fonts/UTMAvo.eot') format('embedded-opentype'),
         url('../fonts/UTMAvo.woff2') format('woff2'),
         url('../fonts/UTMAvo.woff') format('woff'),
         url('../fonts/UTMAvo.ttf') format('truetype'),
         url('../fonts/UTMAvo.svg#UTMAvo') format('svg');
}
@font-face {
    font-family: 'UTMAvoBold';
    src: url('../fonts/UTMAvoBold.eot');
    src: url('../fonts/UTMAvoBold.eot') format('embedded-opentype'),
         url('../fonts/UTMAvoBold.woff2') format('woff2'),
         url('../fonts/UTMAvoBold.woff') format('woff'),
         url('../fonts/UTMAvoBold.ttf') format('truetype'),
         url('../fonts/UTMAvoBold.svg#UTMAvoBold') format('svg');
}
@font-face {
    font-family: 'Cardo';
    src: url('../fonts/CardoRegular.eot');
    src: url('../fonts/CardoRegular.eot') format('embedded-opentype'),
         url('../fonts/CardoRegular.woff2') format('woff2'),
         url('../fonts/CardoRegular.woff') format('woff'),
         url('../fonts/CardoRegular.ttf') format('truetype'),
         url('../fonts/CardoRegular.svg#CardoRegular') format('svg');
}
@font-face {
    font-family: 'CardoB';
    src: url('../fonts/CardoBold.eot');
    src: url('../fonts/CardoBold.eot') format('embedded-opentype'),
         url('../fonts/CardoBold.woff2') format('woff2'),
         url('../fonts/CardoBold.woff') format('woff'),
         url('../fonts/CardoBold.ttf') format('truetype'),
         url('../fonts/CardoBold.svg#CardoBold') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
         url('../fonts/MontserratRegular.woff2') format('woff2'),
         url('../fonts/MontserratRegular.woff') format('woff'),
         url('../fonts/MontserratRegular.ttf') format('truetype'),
         url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}
@font-face {
    font-family: 'MontserratB';
    src: url('../fonts/MontserratBold.eot');
    src: url('../fonts/MontserratBold.eot') format('embedded-opentype'),
         url('../fonts/MontserratBold.woff2') format('woff2'),
         url('../fonts/MontserratBold.woff') format('woff'),
         url('../fonts/MontserratBold.ttf') format('truetype'),
         url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
}
/* Main */
:root {
	--color-red: #ff0004;
	--color-medium-red: #E33618;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
	--color-web: #0577AF;
	--color-body: #fff;
}
body {font-size: 14px;font-family: 'Montserrat', sans-serif;font-weight: 400;background-color: #000;}
p {	margin-bottom: 10px;}
img {max-width: 100%;height: auto;vertical-align: top;}
.changecolor {transition: 0.5s;}
.changecolor:hover {color: red !important;}
.button-hover {overflow: hidden;}
.button-hover:before {content: '';display: block;background-color: var(--color-web);position: absolute;
	left: -2px;
	top: 0;
	right: -2px;
	bottom: 0;
	z-index: -1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button-hover:hover:before, .button-hover:focus:before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.button-hover:hover,.button-hover:hover i {
	color: #fff;
}
.button-hover:hover { 
	border: 1px solid #fff;
}
.container {
	max-width: 1200px;
}
/* catchuoi */
.catchuoi1 {
	-webkit-line-clamp: 1;
	white-space: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.catchuoi2 {
	-webkit-line-clamp: 2;
	white-space: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.catchuoi3 {
	-webkit-line-clamp: 3;
	white-space: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.catchuoi4 {
	-webkit-line-clamp: 4;
	white-space: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.catchuoi5 {
	-webkit-line-clamp: 5;
	white-space: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.catchuoi6 {
	-webkit-line-clamp: 6;
	white-space: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.catchuoi7 {
	-webkit-line-clamp: 7;
	white-space: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.catchuoi8 {
	-webkit-line-clamp: 8;
	white-space: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
/* catchuoi */.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	line-height: initial;
}
/* Loader */
.loader-wrapper {z-index: 99999999;position: fixed;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;background: #fff;overflow: hidden;text-align: center;}
.loader-wrapper .loader {
	position: relative;
	top: calc(50% - 30px);
}
.loader-wrapper .loader p {
	font-size: 13px;
	margin-top: 10px;
	font-weight: 700;
	color: #444;
}
.loader-wrapper .loader .preloader {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	-webkit-animation: container-rotate 1568ms linear infinite;
	animation: container-rotate 1568ms linear infinite;
}
.loader-wrapper .loader .preloader .spinner-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	border-color: #007bff;
	-ms-opacity: 1;
	opacity: 1;
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}
.loader-wrapper .loader .preloader .spinner-layer .circle-clipper {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-color: inherit;
}
.loader-wrapper .loader .preloader .spinner-layer .circle-clipper .circle {
	width: 200%;
	height: 100%;
	border-width: 3px;
	border-style: solid;
	border-color: inherit;
	border-bottom-color: transparent !important;
	border-radius: 50%;
	-webkit-animation: none;
	animation: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.loader-wrapper .loader .preloader .spinner-layer .circle-clipper.float-left .circle {
	left: 0;
	border-right-color: transparent !important;
	-webkit-transform: rotate(129deg);
	transform: rotate(129deg);
	-webkit-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}
.loader-wrapper .loader .preloader .spinner-layer .circle-clipper.float-right .circle {
	left: -100%;
	border-left-color: transparent !important;
	-webkit-transform: rotate(-129deg);
	transform: rotate(-129deg);
	-webkit-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}
@-webkit-keyframes container-rotate {to {-webkit-transform: rotate(360deg);	transform: rotate(360deg);}}
@keyframes container-rotate {to {-webkit-transform: rotate(360deg);	transform: rotate(360deg);}}
@-webkit-keyframes fill-unfill-rotate {
	12.5% {	-webkit-transform: rotate(135deg);	transform: rotate(135deg);}
	25% {	-webkit-transform: rotate(270deg);	transform: rotate(270deg);}
	37.5% {	-webkit-transform: rotate(405deg);	transform: rotate(405deg);}
	50% {	-webkit-transform: rotate(540deg);	transform: rotate(540deg);}
	62.5% {	-webkit-transform: rotate(675deg);	transform: rotate(675deg);}
	75% {	-webkit-transform: rotate(810deg);	transform: rotate(810deg);}
	87.5% {	-webkit-transform: rotate(945deg);	transform: rotate(945deg);}
	to {	-webkit-transform: rotate(1080deg);	transform: rotate(1080deg);}
}
@keyframes fill-unfill-rotate {
	12.5% {	-webkit-transform: rotate(135deg);	transform: rotate(135deg);}
	25% {	-webkit-transform: rotate(270deg);	transform: rotate(270deg);}
	37.5% {	-webkit-transform: rotate(405deg);	transform: rotate(405deg);}
	50% {	-webkit-transform: rotate(540deg);	transform: rotate(540deg);}
	62.5% {	-webkit-transform: rotate(675deg);	transform: rotate(675deg);}
	75% {	-webkit-transform: rotate(810deg);	transform: rotate(810deg);}
	87.5% {	-webkit-transform: rotate(945deg);	transform: rotate(945deg);}
	to {	-webkit-transform: rotate(1080deg);	transform: rotate(1080deg);}
}
@-webkit-keyframes left-spin {
	from {	-webkit-transform: rotate(130deg);	transform: rotate(130deg);}
	50% {	-webkit-transform: rotate(-5deg);	transform: rotate(-5deg);}
	to {	-webkit-transform: rotate(130deg);	transform: rotate(130deg);}
}
@keyframes left-spin {
	from {	-webkit-transform: rotate(130deg);	transform: rotate(130deg);}
	50% {	-webkit-transform: rotate(-5deg);	transform: rotate(-5deg);}
	to {	-webkit-transform: rotate(130deg);	transform: rotate(130deg);}
}
@-webkit-keyframes right-spin {
	from {	-webkit-transform: rotate(-130deg);	transform: rotate(-130deg);}
	50% {	-webkit-transform: rotate(5deg);	transform: rotate(5deg);}
	to {	-webkit-transform: rotate(-130deg);	transform: rotate(-130deg);}
}
@keyframes right-spin {
	from {	-webkit-transform: rotate(-130deg);	transform: rotate(-130deg);}
	50% {	-webkit-transform: rotate(5deg);	transform: rotate(5deg);}
	to {	-webkit-transform: rotate(-130deg);	transform: rotate(-130deg);}
}
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-main,
.wrap-content {
	max-width: 1180px;
	margin: 0px auto;
	padding: 20px 0px;
}
.wrap-home {
	max-width: 100%;
	padding: 0px;
}
.wrap-content {
	margin: auto;
}
.contain_trong {
	max-width: 1200px;
	margin: 0 auto;
}
.inbl {
	display: inline-block;
}

/* General */
.title-main {
	margin-bottom: 20px;
	/* background: var(--color-web); */
	height: 34px;
	position: relative;
}
.title-main span {
    color: #fff!important;
    /* background: #fff; */
    position: absolute;
    left: 20px;
    padding: 0px 15px;
    top: -6px;
}
.title-main > span {
	color: #000;
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: capitalize;
}

.productsale {
}

.productsale-banner {
	display: table;
	margin: auto;
}

.product-bottom {
	justify-content: space-evenly;
}

.time-main {
	margin-bottom: 0.75rem;
	color: #999999;
}
.time-main.chitiet {
    max-width: 1000px;
    margin: 20px auto 0px;
}
.time-main i {
	vertical-align: top;
	margin: 3px 7px 0px 0px;
}
.time-main span {
	vertical-align: top;
	display: inline-block;
}
.fix_head {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 123;
	width: 100%;
	animation: animatetop .4s;
}
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}
#wpcp-error-message {
	direction: ltr;
	text-align: center;
	transition: opacity 900ms ease 0s;
	z-index: 99999999;
}
.hideme {
	opacity: 0;
	visibility: hidden;
}
.showme {
	opacity: 1;
	visibility: visible;
}
.msgmsg-box-wpcp {
	border: 1px solid #f5aca6;
	border-radius: 10px;
	color: #555;
	font-family: Tahoma;
	font-size: 11px;
	margin: 10px;
	padding: 10px 36px;
	position: fixed;
	width: 255px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -130px;
	-webkit-box-shadow: 0px 0px 34px 2px rgba(242, 191, 191, 1);
	-moz-box-shadow: 0px 0px 34px 2px rgba(242, 191, 191, 1);
	box-shadow: 0px 0px 34px 2px rgba(242, 191, 191, 1);
}
.msgmsg-box-wpcp span {
	font-weight: bold;
	text-transform: uppercase;
}
.warning-wpcp {
	background: #ffecec url('https://cmmbvietnam.com/wp-content/plugins/wp-content-copy-protector/images/warning.png')
		no-repeat 10px 50%;
}
/* Header */
.header {
	/* background-color: var(--color-web); */
}

.logo-header {
    margin-top: 8px;
}
.logo-header img {
    max-height: 110px;
}
.btnyeucau{
    margin: 20px 0px 20px 20px;
}
.header-top {
	background: var(--color-web);
	padding: 10px 0;
}
.header-top p {
	margin-bottom: 0px;
}
.header-search {
	min-width: 500px;
}
.cart-header {
	color: #000;
	position: relative;
}
.cart-header i {
	font-size: 1.5rem;
	color: #fff;
}
.count-cart {
	position: absolute;
	top: -7px;
	right: -9px;
	background: #fff;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #000;
	font-size: 13px;
}
/* Menu */
.menu .contain_trong {float: right;}
.menu {
	/* background-color: var(--color-web); */
	/* padding-bottom: 40px; */
}
.menu ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.menu_top > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 auto;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: end;
	position: relative;
	margin-bottom: 0px;
	flex-wrap: wrap;
	justify-content: center;
}
.menu_top > ul > li {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex: 1 0 auto;
	position: relative;
	line-height: 49px;
	z-index: 9;
}
.menu_top > ul > li > a {
	color: #fff;
	display: block;
	font-size: 18px;
	/* text-transform: uppercase; */
	width: 100%;
	position: relative;
	text-shadow: none;
	/* font-weight: 700; */
	padding: 0 12px;
	/* border-right: 1px solid #fff; */
}

.menu_top > ul > li > a i {
    margin: 0px 5px;
    color: #ffffff73;
}

.menu_top > ul > li:last-child > a {
    border-right: 0;
}
.menu_top > ul > li > a.active {
	color: #ffffff
	background: #f00;
}
.menu_top > ul > li a span {
	position: relative;
	z-index: 1234;
	display: block;
	opacity: 0.9;
}

.line {
	background: #ccc;
	width: 1px;
	height: 25px;
	margin-top: 11px;
}
/*.menu_top>ul>li>a>span{padding-top: 5px}*/
.menu_top > ul > li ul {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 251px;
	z-index: 3000;
	-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 .5s;
}
.menu_top > ul > li > ul {
	top: 50px;
	left: 0px;
	padding-top: 0px !important;
}
.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 .7s;
}
.menu_top > ul > li li {
	width: 250px;
	position: relative;
	background: #000;
	line-height: 25px;
	padding: 3px 10px;
	text-align: left;
	border-bottom: 1px solid #ffffff52;
}
.menu_top > ul > li li a {
	text-decoration: none;
	/* font-weight: 500; */
	text-transform: capitalize;
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 28px;
}

.menu_top > ul > li li a i {
    margin-right: 5px;
    color: #ffffff8c;
    font-size: 11px;
}
.menu_top > ul > li > ul li ul {
	box-shadow: 0px 2px 5px #ccc;
	top: 0px;
}
.menu_top > ul > li:hover > a {
	text-decoration: none;
}
.menu_top > ul > li > a.active {
	color: #fff;
	/* background: #e33618; */
	border-bottom: 2px solid #fff;
}
.menu_top > ul > li > a.mousego {
	color: #fff !important;
	background: transparent;
}
.menu_top > ul > li > a.act_hover {
	color: #ffffff !important;
	background: #ffcc00;
}
.menu_top > ul > li li:hover {
	background: #333;
}
.menu_top > ul > li:nth-child(9):after {
	display: none;
}
.menu_top > ul > li:nth-child(9):before {
	display: none;
}
.menu_top > ul > li li:last-child {
	border-bottom: 0px solid #fff;
}
.menu_right{
    width: 300px;
}
.logo-menu-res {
	display: none;
}
.flex_main {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
/* Search */
.search {
	width: 100%;
	/* background: #fff; */
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	border-top: 0px;
	border-radius: 21px;
	border-right: 0px;
	border-left: 0px;
}
.search p {
	float: right;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
	padding: 5px 20px;
	/* background-color: var(--color-web); */
	border-radius: 5px;
	margin-right: 1px;
}
.search input {
	width: calc(100% - 45px);
	height: 35px;
	float: left;
	outline: none;
	padding-left: 6px;
	border: 0px;
	background: transparent;
	text-indent: 10px;
	font-size: 12px;
	flex: 1;
}
.search input::-webkit-input-placeholder {
	color: #fff;
}
.search input:-moz-placeholder {
	color: #fff;
}
.search input::-moz-placeholder {
	color: #fff;
}
.search input:-ms-input-placeholder {
	color: #ccc;
}
/* Menu RP */
.menu-res {
	display: none;
	height: 46px;
	z-index: 10;
	background: var(--color-red);
	position: relative;
	line-height: normal;
}
.menu-bar-res {
	height: 46px;
	padding: 0px 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.menu-bar-res ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu-bar-res ul li {
    display: inline-block;
    position: relative;
}

.menu-bar-res ul li:hover ul {
    display: block;
}

.menu-bar-res ul li >a {
    color: #fff;
    padding: 10px 10px;
    display: block;
}

.menu-bar-res ul li ul {
    position: absolute;
    width: 200px;
    top: 100%;
    background: #000;
    display: none;
}

.menu-bar-res ul li ul li >a {
    padding: 5px 10px;
    display: block;
}

.menu-bar-res ul li ul li >a i {
    margin-right: 5px;
}
#menu {
	display: none;
}
#hamburger {
	display: block;
	width: 45px;
	height: 23px;
	position: relative;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #fff;
	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;
	transition-property: transform, top, bottom, left, opacity;
}
.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 {
	transform: rotate(45deg);
}
.mm-wrapper_opening #hamburger:after {
	transform: rotate(-45deg);
}
.mm-menu_opened {
	display: block !important;
}

/* Search RP */
.search-res {
	position: relative;
	width: 70%;
}
.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: var(--color-red);
	background: #fff;
	border-radius: 100%;
}
.search-res .search-grid {
	/*position: absolute;
	top: 50px;
	right: 0px;*/
	height: 40px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--color-red);
	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: var(--color-red);
	line-height: 40px;
	text-align: center;
}
.search-res .search-grid input {
	width: calc(100% - 35px);
	float: right;
	line-height: 38px;
	outline: none;
	border: none;
	color: var(--color-red);
}
.search-res .search-grid input::-webkit-input-placeholder {
	color: #ccc;
}
.search-res .search-grid input:-moz-placeholder {
	color: #ccc;
}
.search-res .search-grid input::-moz-placeholder {
	color: #ccc;
}
.search-res .search-grid input:-ms-input-placeholder {
	color: #ccc;
}

/* Slideshow */
.slideshow {
	position: relative;
	/* border-radius: 20px; */
	overflow: hidden;
	/* margin-top: -40px; */
	max-height: 507px;
}
.slideshow a {
	display: block;
	cursor: pointer;
}
.slideshow a img {
	width: 100%;
}
.control-slideshow {
	opacity: 0;
}
.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;
	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-owl button:hover {
	opacity: 1;
}
.control-owl button.owl-prev {
	left: 20px;
}
.control-owl button.owl-next {
	right: 20px;
}
.slideshow-item {
	display: block;
	cursor: pointer;
}
.slideshow:hover .control-slideshow {
	opacity: 1;
}

/* Breadcrumb */
.breadCrumbs {
	/*background-color: #eee;*/
	border-bottom: 1px solid #eeeeee59;
}
.breadCrumbs .wrap-content {
	padding: 0.75rem 10px 10px 0px;
	max-width: 1000px;
}
.breadCrumbs .wrap-content .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}
.breadCrumbs .wrap-content .breadcrumb-item a {
	color: #514bea;
	text-transform: uppercase;
}
.breadCrumbs .wrap-content .breadcrumb-item.active a {
	color: #514bea;
}

.pic_ct {
	margin-bottom: 15px;
}
.btn_ct {
	text-align: center;
	margin-top: 33px;
	position: relative;
}
.btn_ct:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #ccc;
	height: 1px;
	content: '';
}
.btn_ct a {
	display: inline-block;
	background: #fff;
	border: 1px solid #cccccc;
	border-top: 0;
	color: #333333;
	font-size: 14px;
	padding: 5px 31px 13px 31px;
	position: relative;
	z-index: 1;
}
.btn_ct a p {
	margin-bottom: 0px;
	font-size: 14px;
}
.btn_ct a p b {
}

.pic_ct img {
	width: 100%;
}
.mw_ct p {
	margin-bottom: 0px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #0066cc;
	text-transform: capitalize;
}
/* index */
.baogia-form{
    overflow: hidden;
}
.baogia-form .inner{
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}
.baogia-form .box1 {
    width: 25%;
    float: left;
    margin-bottom: 20px;
    border-right: 6px solid #fff;
    margin-right: 15px;
    height: 117px;
}
.baogia-form .box1 div:nth-child(1) {
    font-size: 20px;
}
.baogia-form .box1 div:nth-child(2) {
    font-size: 64px;
    line-height: 60px;
    padding-top: 10px;
}
.baogia-form .box1 div:nth-child(3) {
    font-size: 15px;
}
.baogia-form .box2 div:nth-child(1) {
    font-size: 43px;
    font-family: 'MontserratB';
}
.baogia-form .box2 div:nth-child(2) {
    font-size: 50px;
    font-style: italic;
    line-height: 52px;
}
.baogia-form .form{
    border: 3px solid #fff;
    padding: 20px;
    border-radius: 20px;
    max-width: 80%;
}
.baogia-form h6 {
    text-align: center;
    /* background: var(--color-web); */
    color: #fff;
    font-size: 23px;
    /* font-weight: 400; */
    text-transform: uppercase;
    padding: 6px;
    margin-bottom: 20px;
    font-family: MontserratB;
}
.baogia-form label {
    font-size: 16px;
    margin: 10px 0px 5px;
}
.baogia-form .input-group-text {
    background: transparent;
    border-right: 0px;
    border-radius: 20px 0px 0px 20px;
    /* border-color: var(--color-web); */
}
.baogia-form .input-group-prepend i {
    color: #fff;
}
.baogia-form .box input {
    font-size: 15px;
    height: 42px;
    border-left: 0px;
    border-radius: 0px 20px 20px 0px;
    /* border-color: var(--color-web); */
    background: transparent;
    color: #fff;
}
.baogia-form .box textarea{
	border-radius: 20px;
	/* border-color: var(--color-web); */
	margin-bottom: 20px;
	font-size: 16px;
	background: transparent;
}
.baogia-form .box .btnbaogia{
    border-radius: 34px;
    border: 1px solid #fff;
    background: transparent;
    margin: 0px auto 20px;
    color: #fff;
    text-transform: uppercase;
    width: 150px;
    transition: all 0.3s;
}
.baogia-form .box .btnbaogia:hover {
    background: #fff;
    color: #000;
}
.index1{
    padding: 70px 0px 80px;
    background-size: 100%!important;
}
.index1 .right .hinh{border-radius: 20px;overflow: hidden;position: relative;z-index: 1;}
.index1 .box {
    position: absolute;
    z-index: 9;
    left: 22%;
    bottom: 0;
    font-family: MontserratB;
    width: 600px;
}
.index1 .box div:nth-child(1), .index1 .box div:nth-child(2) {
    font-size: 75px;
    line-height: 87px;
    text-transform: uppercase;
}
.index1 .box a:nth-child(3) {
    border-radius: 20px;
    border: 3px solid #fff;
    text-align: center;
    padding: 5px 20px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 15px;
    background: #fff;
    color: #000;
    text-decoration: none;
}
.index1 .box div:nth-child(3):hover {
    background: #fff;
    color: #000;
}

.index2{
    padding: 200px 0px 200px;
    background-size: 100% 100%!important;
}
.index2 .left{padding: 0px 0px 0px 76px;}
.index2 .right .noidung div:nth-child(1){
    font-family: cardoB;
    font-size: 32px;
}
.index2 .right .noidung div:nth-child(2){
    font-family: cardoB;
    font-size: 32px;
    margin-top: -13px;
    margin-bottom: 25px;
}
.index2 .right .noidung div:nth-child(3){
    width: 237px;
    border-top: 2px solid #fff;
    margin-bottom: 35px;
}
.index2 .right .noidung div:nth-child(4){
    margin-bottom: 40px;
    font-size: 15px;
    padding-right: 117px;
}
.index2 .right .noidung div:nth-child(5){
    font-size: 15px;
    padding-right: 120px;
}
.index2 .right .noidung div span{
    font-family: 'MontserratB';
}
.index2 .right .noidung{
    margin-left: 69px;
    margin-top: 42px;
}
.index2 .right .noidung p {
    /* margin-bottom: 0px; */
}
.index2 .right .noidung hr {
    height: 2px;
    border-top: 2px solid #fff;
    max-width: 200px;
    margin: 20px 0px 40px;
}
.index3{
    height: 768px;
    display: flex;
    align-items: center;
    background-size: 100% 100%!important;
}
.xemtatca {
    text-align: center;
    padding: 10px 0px 20px;
}
.xemtatca >a {
    background: var(--color-medium-red);
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s;
}
.xemtatca >a:hover {
    background: #b60909;
}
.index3 .box{
    /*text-align: center;*/
    margin-bottom: 30px;
    padding:0px 31px 0px 30px;
}
.index3 .box img {max-height: 75px;margin: 0px auto 20px;}
.index3 .box .ten {
    font-size: 20px;
    font-family: MontserratB;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.index3 .box .ten p {
    margin-bottom: 0px;
    line-height: 26px;
}
.index3 .box .mota {
    font-size: 16px;
    line-height: 21px;
}
.indexvideo{
    height: 800px;
    position: relative;
}
.indexvideo:before {
    content: '';
    position: absolute;
    top: 0;
    height: 173px;
    width: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(0 0 0 / 79%) 60%, rgb(0 0 0 / 1%) 100%);
}
.indexvideo:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 3%) 0%, rgb(0 0 0 / 41%) 47%, rgb(0 0 0) 100%);
}
.indexvideo iframe{
	border: 0px;
	height: 762px;
}
.html5-video-player,.ytp-contextmenu{}
iframe div .ytp-contextmenu, iframe div .ytp-popup, iframe div .ytp-panel{
	display: none!important;
}
.ytp-watermark, .ytp-large-play-button{
	display: none!important;
}
.ytp-chrome-top, .ytp-chrome-bottom, .ytp-menuitem, .ytp-impression-link{
	display: none!important;
}
.index4 {
    padding-top: 120px;
    height: 700px;
    display: flex;
    background-size: 100% 100% !important;
    justify-content: center;
    align-items: center;
}
.index4 .container {
    width: 75%;
}
.index4 .box {
    text-align: center;
    margin-bottom: 30px;
}
.index4 .box .inner {
    border: 3px solid #fff;
    border-radius: 20px;
    height: 215px;
    padding: 20px;
}
.index4 .box .icon {
	margin-bottom: 10px;
    padding: 14px 0px;
}
.index4 .box .icon img {
    max-width: 90px;
}
.index4 .box .ten {
    font-family: 'MontserratB';
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    font-size: 18px;
}
.index4 .box .ten p {
    margin-bottom: 0px;
    line-height: 22px;
}
.spkhuyenmai{
	overflow: hidden;
	height: 768px;
	display: flex;
	align-items: center;
}
.spkhuyenmai .scale-img{
    max-width: unset;
    /*max-height: 250px;*/
    max-height: 200px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.spkhuyenmai .scale-img img {
    height: auto !important;
    width: 100% !important;
}
.index5{
    background-size: 100% 100%!important;
}
.index5 .title-main span{
    right: 26px;
    left: unset;
    border-left: 0px!important;
    border-right: 4px solid #fff;
}
.index6{
    height: 768px;
    background-size: 100% 100%!important;
}
.index6 div div:nth-child(1){
    font-size: 34px;
    margin-bottom: 15px;
    padding-top: 40px;
}
.index6 div div:nth-child(1) span{
    display: inline-block;
    border: 3px solid #fff;
    line-height: 20px;
    padding: 17px 20px;
    border-radius: 35px;
    margin-left: 10px;
    font-style: italic;
}
.index6 div div:nth-child(2),
.index6 div div:nth-child(3),
.index6 div div:nth-child(4),
.index6 div div:nth-child(5){
    font-size: 23px;
    font-family: 'MontserratB';
    margin-bottom: 10px;
}
.index6 div div img{
    max-width: 26px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.index7{
    height: 768px;
    background-size: 100% 100%!important;
    display: flex;
    align-items: center;
}
.index8{
    height: 768px;
    display: flex;
    align-items: center;
}
.index8 .title-main span {
    border-left: 4px solid #fff;
    line-height: 20px;
    padding-top: 3px;
    font-size: 26px;
    margin-left: 84px;
    font-family: montserratB;
}
.index8 .khung-kh{
    width: 85%;
    margin: auto;
}
.index8 .khung-kh .box {
    margin: 0px 10px;
    border-radius: 20px;
    overflow: hidden;
    background:linear-gradient(to bottom, rgba(102,49,249,1) 0%, rgba(0,0,0,0.56) 108%);
    padding: 20px 30px;
}
.index8 .khung-kh .hinh {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 15px;
}
.index8 .box .noidung{}
.index8 .box .noidung .ten {
    margin-bottom: 10px;
    font-family: 'MontserratB';
    text-transform: uppercase;
}
.index8 .box .noidung .sao {
    color: #e4a021;
    margin-bottom: 19px;
}
.index8 .box .noidung .mota {
    font-size: 16px;
    max-height: 120px;
    overflow: hidden;
    line-height: 20px;
}
.index9{
    height: 820px;
    display: flex;
    align-items: center;
    position: relative;
    background-size: 100% !important;
}

.index9:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(3, 3, 3, 1) 0%, rgb(0 0 0 / 49%) 40%, rgb(255 255 255 / 0%) 100%);
}
.index9 h3 {
    text-align: center;
    /* font-family: 'MontserratB'; */
    font-size: 26px;
    position: relative;
}
.index9 div >a {
    text-align: center;
    font-size: 29px;
    font-family: 'MontserratB';
    margin: 30px auto;
    display: block;
    max-width: 480px;
    border: 3px solid #fff;
    padding: 10px;
    border-radius: 35px;
    position: relative;
    text-decoration: none;
    color: #000;
    background: #fff;
}
.index9 div >a .kenit-alo-circle{
	width: 105%;
    height: 130%;
}
.index9 div div span {}
.index10{
    height: 700px;
    position: relative;
    padding: 40px 0px;
    background-size: 100% !important;
}
.index10:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 3%) 0%, rgb(0 0 0 / 41%) 47%, rgb(0 0 0) 100%);
}
.index10 .box2 {
    position: absolute;
    bottom: 150px;
    font-size: 66px;
    font-family: 'MontserratB';
    border-left: 7px solid #fff;
    line-height: 50px;
    padding-top: 5px;
    padding-left: 20px;
}
.index11{
    height: 768px;
    display: flex;
    align-items: center;
    background-size: 100% 100%!important;
}

.index11 img {
    border-radius: 20px;
}

.index11 .left {}

.index11 .left .box1 {
    position: relative;
    margin-bottom: 20px;
    text-decoration: none;
}

.index11 .left .box1 .ten {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 100px);
    left: 50px;
    /*display: block;*/
    font-size: 25px;
    color: #fff;
    font-family: 'MontserratB';
    background: #06060670;
    padding: 0px 10px;
    border-left: 9px solid #C8F742;
}

.index11 .left .box2 {
    text-decoration: none;
    position: relative;
    margin-bottom: 20px;
}

.index11 .left .box2 .ten {
    position: absolute;
    left: 30px;
    bottom: 15px;
    width: calc(100% - 60px);
    border-left: 4px solid #c8f742;
    padding: 0px 10px;
    color: #fff;
    background: #00000061;
    font-family: 'MontserratB';
    font-size: 12px;
}

.index11 .right {}

.index11 .right .box .tieude {
    margin-bottom: 25px;
    font-family: 'MontserratB';
    text-transform: uppercase;
    position: relative;
    height: 35px;
}

.index11 .right .box .tieude:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 70px;
    height: 30px;
    background: linear-gradient(to right, rgba(102,49,249,1) 0%, rgba(0,0,0,0.56) 100%);
}

.index11 .right .tieude span {
    display: block;
    position: relative;
    margin: 17px 0px 0px 22px;
}

.index11 .right .new {
    margin-bottom: 23px;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: block;
}

.index11 .right .new .ten {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 60px);
    left: 30px;
    background: #00000061;
    border-left: 4px solid #c8f742;
    padding: 0px 10px;
}
.product > .box {
	display: block;
	/* border-radius: 10px; */
	margin-bottom: 15px;
	overflow: hidden;
	color: #fff;
	margin: 0px 20px 20px;
}
.product > .box img {
    width: auto;
    max-width: unset;
    height: 205px;
}
.product > .box .noidung {
	text-align: left;
	margin-top: 10px;
	padding: 0px 10px;
}
.product > .box .noidung .gia {
	display: flex;
	align-items: baseline;
	/* justify-content: center; */
	margin-bottom: 10px;
	/* color: #000; */
	font-size: 15px;
}

.product > .box .noidung .gia span {
    /* width: 50%; */
    text-align: left;
}

.product > .box .noidung .gia div {
    /* width: 50%; */
    font-size: 16px;
    font-style: italic;
    color: #fff;
    font-family: 'MontserratB';
}
.product > .box .noidung h3 {
	margin: 0px 0px 15px;
	min-height: 42px;
	font-size: 17px;
	font-family: 'MontserratB';
	line-height: 22px;
	max-height: 46px;
	overflow: hidden;
	text-transform: uppercase;
}
.product > .box .noidung .mota {
    /* color: #000; */
    font-size: 15px;
}
.mota.tintuc{
	height: 90px;
	overflow: hidden;
}
.product > .box .noidung .mota table {
    width: 100%;
    max-width: 100%;
}

.product > .box .noidung .mota table tr td {
    width: 50%;
}
.owl-theme .product > .box .noidung h3 {
	font-size: clamp(1.25rem, 0.875rem + 0.417vw, 1.25rem);
}

.owl-theme .price-new,
.owl-theme .price-regular {
	font-size: 1rem;
}

.product .chatzalo {
	display: block;
	width: 37%;
	border: 1px solid #0ea8e2;
	padding: 5px;
	text-align: center;
	border-radius: 3px;
	position: absolute;
	bottom: 10px;
	font-size: 13px;
	left: 6px;
}
.product .chatzalo img {
	max-width: 22px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.product .addcart {
	display: inline-block;
	background: var(--color-web);
	border-radius: 99px;
	padding: 5px 20px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.product .addcart img {
	display: inline-block;
	margin-top: 2px;
}

.product-cart-icon {
	width: 30px;
	height: 30px;
	background: var(--color-web);
	color: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Intro */
/* Video */
/* Album */
.contact-form {
}

.contact-form input {
	margin-bottom: 8px;
}

.contact-form textarea {
	margin-bottom: 8px;
}
.contact-map iframe {
	width: 100%;
}
/* Product */
.wrap-product {
	margin-bottom: 50px;
}
.mg_sp {
	margin: 0px -10px -20px;
}
.detail_sanpham {
	width: 25%;
	padding: 0px 10px 20px;
}
.product {
	position: relative;
}

.producthot .product {
	margin-bottom: 10px;
}

.producthot .product-item,
.productrelate .product-item,
.product-item {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}

.productrelate, .product-respon {
	margin-right: -6px;
    margin-left: -6px;
}

.box-product {
	position: relative;
	display: block;
	margin-bottom: 1rem;
}
.pic-product {
	background: #fff;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #eee;
}
.pic-product img {
	width: 100%;
	border-radius: 3px;
}
.name-product {
	font-size: 16px;
	color: var(--color-black);
}
.name-product.text-split {
	-webkit-line-clamp: 1;
}
.price-product {
	margin-bottom: 0px;
}
.price-product span {
	font-weight: 700;
}
.prod-mota {
	padding-left: 45px;
	background: url(../images/icon_offers.png) left center no-repeat;
	text-align: initial;
	color: #000;
	margin-top: 1rem;
}
.prod-mota p {
	margin-bottom: 0px;
}
.promotion-title {
	background: red;
	display: inline-flex;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.promotion-title img {
	max-height: 18px;
	margin-right: 10px;
}
#thongso-pro-detail-block {
	display: none;
}
p.gia {
	margin-bottom: 5px;
}
.price-new,
.price-regular {
	font-weight: 700;
	color: #f00;
}
.price-new span {
	color: #333;
}
.price-old {
	/* padding-left:10px; */
	font-size: 0.75rem;
	color: #ccc;
	text-decoration: line-through;
	font-weight: 700;
	margin-left: 10px;
}
.price-old span {
	color: #333;
}
.price-per {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	background: url(../images/icongiamgia.png) no-repeat;
	background-size: 100%;
	font-size: 15px;
	border-radius: 2px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 44px;
}
.box-inner h3 a {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}
.sosanh {
	color: #000;
}
.box-price,
.block-sosanh-price {
	display: flex;
	align-items: baseline;
}
.box-item {
	border-bottom: 1px dotted #ccc;
	padding: 15px 0;
}
.box-date {
	font-size: 12px;
	font-style: italic;
	color: #ccc;
}
.box-date i {
	margin-right: 0.5rem;
}
.block-sosanh-inner {
	display: flex;
}
.block-sosanh-title {
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 1rem;
}
.block-sosanh-item {
	width: 25%;
	padding: 0 15px;
	border-right: 1px solid #ccc;
}
.block-sosanh-item:last-child {
	border-right: 0px;
}

.cart-product {
	margin-bottom: 0px;
}
.cart-product span {
	cursor: pointer;
	width: 49%;
	float: left;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 7px 5px;
	border-radius: 3px;
}
.cart-add {
	margin-right: 2%;
	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);
}
.btn-xemthem {
	display: table;
	margin: auto;
}

/* Product Detail */

.product-video iframe {
	width: 100%;
	height: 250px;
}

.grid-pro-detail {
	margin-bottom: 0px;
	margin-top: 15px;
}
.left-pro-detail {
	position: relative;
	float: left;
	/*width: 40%;*/
	text-align: center; /* margin-right:2%; */
	
}
.left-pro-detail .MagicZoom {
	/*border: 1px solid #eee; */
    /* padding: 7px; */
    border-radius: 5px;
    overflow: hidden;
}
.right-pro-detail {
	width: calc(100% - 42%);
	float: left;
}
.right-pro-detail >a.btn-frame {
    border-radius: 20px;
    border: 3px solid #fff;
    text-align: center;
    padding: 5px 20px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 15px;
    background: #fff;
    color: #000;
    text-decoration: none;
}
.right-pro-detail >a.btn-frame i {
    font-family: 'MontserratB';
}
.tabs-pro-detail ul{
    border-bottom: 1px solid #99999969;
    margin-top: 30px;
}
.tabs-pro-detail ul li >a{
    background-color: transparent!important;
    color: #fff!important;
    border: 0px!important;
    padding: 10px 0px;
}
.gallery-thumb-pro {
	position: relative;
    margin: 25px -5px;
    /* overflow: hidden;*/
}
.gallery-thumb-pro .owl-page {
    max-height: 92px;
    overflow: hidden;
}
.control-pro-detail button.owl-prev{
    width: 20px;
    height: 20px;
    background-color: #fff !important;
    opacity: 1;
    border-radius: 50%;
    top: 11px;
}
.control-pro-detail button.owl-next{
    width: 20px;
    height: 20px;
    background-color: #fff !important;
    opacity: 1;
    border-radius: 50%;
    top: 11px;
}
.owl-thumb-pro {
	padding: 0px 40px;
}
.thumb-pro-detail {
	display: block !important;
	/*border: 1px solid #eee;*/
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
	border-color: #cecfd2;
}
.thumb-pro-detail img {
	box-shadow: none !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;
}
.modal-header{
    background: var(--color-web);
}

.modal-header h6 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
}
.spcontent .title-pro-detail {
	font-size: 16px;
}
.social-plugin-pro-detail {
	margin-bottom: 1rem;
	margin-top: 0px !important;
}
.desc-pro-detail {
	/* margin-bottom: 1rem; */
	/*border-bottom: 1px solid #ccc;
	overflow-x: hidden;
	overflow-y: auto;*/
	/* max-height: 190px; */
}
.promotion {
	/* box-shadow: 0px 0px 9px -5px #000; */
}
.promotion table{
    width: 100%;
}
.promotion table td {}
.promotion-inner {
	/* padding: 0 8px 1px; */
}
.attr-pro-detail {
	list-style: none;
	padding: 0px;
}
.attr-pro-detail table{
    width: 100%!important;
    !importan;
    !importa;
    !import;
    !impor;
    !impo;
    !imp;
    !im;
    !i;
    !;
}
.attr-pro-detail table td {
    width: 50%;
}
.attr-pro-detail li {
	/* margin-bottom: 0.5rem; */
	/* padding-bottom: 0.5rem; */
	/* border-bottom: 1px solid #ccc; */
}
.attr-pro-detail li > a:nth-child(1) {
	color: #fff;
	border-radius: 5px;
	margin-right: 5px;
	display: inline-block;
}

.attr-pro-detail li > a:nth-child(2) {
	color: #fff;
	border-radius: 5px;
	background: red;
}
.attr-pro-detail li > a:nth-child(2) img {
	margin-top: 6px;
	display: none;
}
.btn-cart {
	width: calc(50% - 5px);
	display: inline-block;
	text-align: center;
	padding: 15px 10px;

}
.btn-tuvan {
	text-align: center;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0, 150, 220, 1) 0%, rgba(1, 105, 175, 1) 100%);
	padding: 10px;
	border-radius: 5px;
	font-size: 20px;
	cursor: pointer;
}
.btn-tuvan p {
	font-size: 1.25rem;
	margin-bottom: 5px;
}
.product-installment {
	background-color: #ccc;
	border-radius: 3px;
	padding: 3px 10px;
	position: absolute;
	right: 4px;
	z-index: 99;
	color: #fff;
	top: 4px;
}
.product-sale {
	position: absolute;
	z-index: 9;
	background: red;
	padding: 2px 10px;
	border-radius: 3px;
	color: #fff;
	top: 5px;
	left: 5px;
}
.attr-label-pro-detail {
	margin: 0px 5px 0px 0px;
}
.attr-label-pro-detail.d-block {
	display: block;
	margin: 0px 0px 5px 0px;
}
.attr-content-pro-detail {
	display: block;
	margin-bottom: 10px;
}

.attr-content-pro-detail span {
    /* width: 49%; */
    display: inline-block;
    font-size: 16px;
}
.price-new-pro-detail {
	font-weight: 700;
	color: var(--color-red);
}
.box-right .price-new-pro-detail {
	font-size: 1rem;
}
.price-old-pro-detail {
	font-weight: 500;
	font-size: 14px;
	color: var(--color-gray); /* text-decoration:line-through; */
	padding-left: 10px;
	text-decoration: line-through;
}
.color-pro-detail {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 35px;
	height: 30px;
	margin: 0px 0px 3px 0px;
	border: 1px solid transparent;
	position: relative;
}
.color-pro-detail input[type="radio"]:checked::before {
	content: "\2713"; 
	font-size: 14px;
	color: #fff; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
}

.size-pro-detail {
	border: 1px solid #ccc;
	padding: 3px 10px 4px 10px;
	display: inline-block;
	position: relative;
}
.size-pro-detail.active,
.color-pro-detail.active {
	border-color: #e5101d;
	color: #e5101d;
}
.color-pro-detail.active:before,
.size-pro-detail.active:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	z-index: 1;
	background-image: url(../images/check-cart.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
	outline: none;
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	border: 0px;
	top: 0px;
	left: 0px;
	box-shadow: 0px 0px 3px -1px #000;
}
.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.quantity-pro-detail span {
	line-height: 25px;
	padding: 0px;
	width: 30px;
	height: 30px;
	color: #5f5f5f;
	cursor: pointer;
	font-size: 22px;
	border: 1px solid #cccccc;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
	border-right: 0px;
}
.quantity-pro-detail input {
	height: 30px;
	border: 1px solid #cccccc;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 14px;
	padding: 5px;
}
.cart-pro-detail {
	margin-bottom: 1rem;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.cart-pro-detail a {
	width: auto;
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	border-radius: 3px;
}
.cart-pro-detail a.addnow {
	margin-right: 10px;
	background: #fd6e1d;
	cursor: pointer;
}
.cart-pro-detail a.buynow {
	background-color: var(--color-green);
	cursor: pointer;
}
.cart-pro-detail a.addnow:hover {
	background-color: var(--color-dark-green);
	color: #fff;
}
.cart-pro-detail a.buynow:hover {
	background-color: var(--color-dark-green);
	color: #fff;
}
.cart-pro-detail a i {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 8px;
}
.tags-pro-detail {
	margin: 1rem 0px 2rem 0px;
}
.tags-pro-detail a {
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px 7px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: var(--color-red);
	border-radius: 3px;
}
.tags-pro-detail a:hover {
	background-color: var(--color-medium-red);
}
.tags-pro-detail a i {
	font-size: 10px;
	float: left;
	margin: 5px 5px 0px 0px;
}
.tabs-pro-detail .ul-tabs-pro-detail {
	padding: 0px;
	list-style: none;
	margin: 1rem auto;
	border-bottom: 1px solid #e7e7e7;
}
.tabs-pro-detail .ul-tabs-pro-detail li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #eee;
	padding: 5px 10px;
}
.tabs-pro-detail .ul-tabs-pro-detail li.active {
	background: #333;
	color: #fafafa;
}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
	margin-right: 0px;
}
.tabs-pro-detail .content-tabs-pro-detail {
	display: none;
}
.tabs-pro-detail .content-tabs-pro-detail.active {
	display: block;
}

.box-right {
	padding: 10px 5px;
	box-shadow: 0px 0px 5px -2px #000;
	border-radius: 5px;
	margin-bottom: 1rem;
}

.title-right {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	color: var(--color-web);
}

.box-inner {
	overflow: hidden;
}

/* Toc */
.box-readmore {
	padding: 8px 15px;
	/*border: 1px solid #dedede;*/
	margin-bottom: 2rem;
	border-radius: 5px;
	background-color: #434343;
}
.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;
}
.bannerchung{
    text-align: center;
}
.bannerchung img {
    max-width: 1000px;
    margin: auto;
}
.chitiet-tintuc{
	max-width: 1000px;
    margin: auto;
    overflow: hidden;
}
.chitiet-tintuc .title-main{
	margin-bottom: 0px;
    height: auto;
}
.chitiet-tintuc .title-main span {
    left: 0;
    font-size: 20px;
    padding: 0px;
    position: relative;
}
.chitiet-tintuc .mota {
    margin-bottom: 10px;
}
.quantrivien {
    margin-bottom: 20px;
    overflow: hidden;
}
.quantrivien .left {
    display: block;
    max-width: 200px;
    float: left;
}
.chiase {
    float: right;
    display: block;
    max-width: calc(100% - 200px);
}
.chiase.box {
    float: left;
    margin-bottom: 13px;
}
.chiase div.fb-share-button {
    display: inline-block;
}
.chiase div.fb-share-button >a {
    text-decoration: none;
    color: #fff;
}
.chiase div img {margin-right: 5px;}
.chiase .copylink{
    display: inline-block;
    margin-left: 10px;
}
.news {
	width: 49%;
	float: left;
	margin-bottom: 25px;
	display: block;
}
.news:nth-child(2n) {
	float: right;
}
.news:nth-child(2n + 1) {
	clear: both;
}
.news-item {
	background-color: #cccccc81;;
}
.pic-news {
	float: left;
	width: 27.44%;
	margin-bottom: 0px;
}
.pic-news img {
	width: 100%;
}
.info-news {
	float: right;
	width: calc(100% - 30%);
}
.name-news {
	color: #333;
	font-size: 16px;
	display: block;
	line-height: normal;
	margin-bottom: 5px;
	font-weight: 700;
}
.name-news:hover {
	color: #0066cc;
}
.time-news {
	color: var(--color-gray);
	margin-bottom: 0.25rem;
}
.desc-news {
	color: #333333;
	margin-top: 5px;
	line-height: 22px;
}
.share {
	padding: 17px 0px 10px 0px;
	max-width: 1000px;
	margin: auto;
}
.share .tieude {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'MontserratB';
    margin-bottom: 20px;
}
.share ul {
    list-style: none;
    padding: 0px;
    margin-left: 70px;
}

.share ul .box {
    display: block;
    margin-bottom: 20px;
}

.share ul .box .hinh {
    max-width: 250px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.share ul .box .noidung {
    display: inline-block;
    vertical-align: middle;
}

.share ul .box .noidung .ten {
    font-size: 16px;
    max-width: 250px;
    margin-bottom: 6px;
    font-family: 'MontserratB';
}
.share ul .box .noidung .qtv b {
    display: inline-block;
    margin-bottom: 5px;
}

.share ul .box .noidung .ngay {
    font-size: 13px;
    color: #888;
}
.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: #fff;
}
.list-news-other li a:hover {
	color: #d4d4d4;
}

/* Contact */
.top-contact {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}
.top-contact .article-contact {
	width: 48%;
}
.form-contact {
	width: 47%;
}
.input-contact {
	position: relative;
	margin-bottom: 15px;
}
.input-contact input,
.input-contact textarea {
	width: 100%;
	padding: 0px;
	outline: none;
	font-size: 14px;
}
.input-contact input {
	text-indent: 10px;
}
.input-contact textarea {
	resize: none;
	height: 150px;
	padding: 10px;
}
.input-contact .custom-file-label::after {
	content: attr(title);
}
.bottom-contact {
	position: relative;
	height: 500px;
}
.bottom-contact iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
}
.desktop{display: block;}
.mobile{display: none;}
.left-block .left-title{
    font-size: 19px;
    font-weight: 600;
}
/* Footer */
.footer {
	margin-bottom: 0px !important;
	background-color: #fff;
}
.footer-article {
	/* background-color: var(--color-web); */
	padding-top: 100px;
	overflow: hidden;
}
.footer-article .box {
    margin-bottom: 25px;
    position: relative;
}
.footer-article .box .mangxh >a {
    display: inline-block;
}
.footer-article .box .mangxh >a img {
    max-height: 100px;
}
.footer-article .wrap-content {
	/*padding: 30px 0px 10px;*/
}
.footer-news:nth-child(1) {
	width: 33.33%;
}

.footer-news:nth-child(1) .info {
	color: #fff;
	overflow: hidden;
	margin-bottom: 15px;
}

.footer-news:nth-child(1) .info img {
	width: 60px;
	float: left;
	margin-right: 10px;
}
.footer-news:nth-child(1) .info span {
	display: block;
	margin-top: 5px;
}
.footer-news:nth-child(1) .title-footer {
	/*text-transform: uppercase;
	color: #efba07;
	font-size: 30px;
	margin-top: -14px;*/
}
.footer-info {
	color: #fff;
}
.footer-info p {
	margin-bottom: 8px;
}
.footer-news:nth-child(2) {
	width: 33.33%;
	/* max-width: 190px; */
}
.footer-news:nth-child(3) {
	width: 33.33%;
	/* max-width: 190px; */
}
.footer-news:nth-child(4) {
	width: 31%;
}

.footerthem .wrap-content {
	padding: 0px 0px 10px;
}

.footerthem .box {
	color: #fff;
}

.footerthem .box:nth-child(1) img {
	height: 50px;
	margin-right: 10px;
}
.title-footer {
	text-transform: none;
	font-size: 19px;
	padding-bottom: 9px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	position: relative;
	font-family: 'MontserratB';
}
.footer-ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer-ul li {
	margin-bottom: 10px;
	/* height: 31px; */
}
.footer-ul li:last-child {
	margin-bottom: 0px;
}
.footer-ul li a {
	color: #000;
	font-size: 15px;
	display: block;
}

.footer-ul li a:hover {
    color: #db4c0f;
}
.footer-ul li:last-child a {
	background: unset;
}
.footer-powered {
	/* color: #fff; */
	/* background-color: #f1f7fb; */
	/* border-top: 1px solid #eaeaea; */
	overflow: hidden;
	font-size: 12px;
	text-align: center;
    /* padding: 15px 0px; */
    position: absolute;
    bottom: 0;
}
.footer-copyright {
	color: #000;
}
.footer-statistic {
	width: 50%;
	float: right;
	text-align: center;
}
.adver-right a {
	display: block;
	margin-bottom: 13px;
}
.adver-right a:last-child {
	margin-bottom: 0px;
}
.adver-left,
.adver-right {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.adver-left img {
	width: 100%;
	height: 100%;
}
.adver-inner {
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}
.producthot {
	margin-bottom: 2rem;
}
.content2-item {
	display: flex;
	margin-bottom: 1rem;
}
.content2-item .content2-title a {
	font-size: 1rem;
	color: #000;
}

.content2-title {
	flex: 1;
}
.content2-img {
	flex: none;
	margin-right: 1rem;
}
.bando {
}
.bando iframe {
	width: 100%;
	height: 210px;
}

.footer-content {
	color: #000;
}

.footerbottom {
    margin-top: 40px;
    margin-bottom: 40px;
}

.bocongthuong {
    color: #fff;
}

.bocongthuong img {
    max-height: 50px;
    display: block;
    margin: 10px 0px;
}

.footer-powered .wrap-content {
	padding: 11px 0px;
	overflow: hidden;
}
.copyright {
	margin-bottom: 0px;
	font-size: 14px;
	color: #fff;
}
.statistic {
	margin-bottom: 0px;
	font-size: 14px;
	color: #fff;
}
.statistic span {
	padding-right: 10px;
}
.statistic span:last-child {
	padding-right: 0px;
}
#footer-map {
	position: relative;
	height: 181px;
}
#footer-map iframe {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
}

/* Like Share */
.social-plugin {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}
.social-plugin .at-share-btn {
	margin-bottom: 0px !important;
}
.social-plugin .zalo-share-button {
	margin-left: 3px;
}

.page_trong {
	padding: 30px 0px;
	min-height: 550px;
}
.page_trong .title-main > span {
	font-size: 32px;
}
.page_trong .title-main {
	margin-bottom: 20px;
}

.title-main2 {
	margin-bottom: 1rem;
}

.title-main2 span {
	font-size: 2rem;
	text-transform: uppercase;
}

/*  */
.pagination-home {
	margin-top: 10px;
	margin-bottom: 20px;
}
.pagination-home .pagination .page-item .page-link {
	color: #555555;
	font-size: .875rem;
}
.pagination-home .pagination .page-item.active .page-link {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

/*  */
.pagination-ajax {
	text-align: center;
	margin-top: 5px;
}
.pagination-ajax a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	color: #666666;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	padding: 0px;
	border-radius: 0px;
	width: 40px;
	height: 32px; /* font-weight: 700; */
	font-size: 14px;
	line-height: 32px;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
	background: #000;
	color: #fff !important; /* border-color:#ffcc00; */
}
.pagination-ajax a.prev {
}
.pagination-ajax a.next {
}
.pagination-ajax a.first {
}
.pagination-ajax a.last {
}

/* Popup custom */
.modal-custom .modal-footer {
	padding: 0.5rem;
}
#popup-yeucaubaogia h6{
    text-transform: uppercase;
}
#popup-yeucaubaogia label {
    font-size: 16px;
}
#popup-yeucaubaogia .input-group-text{
    color: var(--color-web);
    background: #fff;
}
#popup-yeucaubaogia textarea {
    margin-bottom: 20px;
}
#popup-yeucaubaogia .btnbaogia{
    width: 200px;
    margin: auto;
    background: var(--color-medium-red);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 20px;
}
/* Popup */
#popup .modal-body {
	padding: 0px;
}
#popup-yeucaubaogia{}
/* 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 {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
	overflow: hidden;
	display: block;
	text-align: center;
	max-height: 218px;
	background: #ffffff40;
	border-radius: 20px;
}
.news .scale-img {
    max-height: 280px;
}
.news-name {
}

.news-name > a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 20px;
	height: 40px;
}
.scale-img img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.scale-img:hover > img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-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;
}
@-moz-keyframes blink {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}
@keyframes blink {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}

/* Button Frame */
.btn-frame {
	display: block;
    position: relative;
    z-index: 10;
}
.btn-frame i {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	position: relative;
	z-index: 1;
	font-style: unset;
}
.btn-frame i img {
	vertical-align: middle;
	width: 70%;
}
.btn-frame .animated.infinite {
	animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
	width: 107%;
    height: 150%;
    top: -9px;
    left: -11px;
    position: absolute;
    background-color: transparent;
    /* -webkit-border-radius: 100%; */
    -moz-border-radius: 100%;
    border-radius: 40px;
    border: 2px solid rgb(255 255 255 / 80%);
    opacity: .1;
    border-color: #ffffff;
    opacity: .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;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: .4;
}
.btn-frame .pulse {
	animation-name: pulse;
}
/* Zalo */
.btn-zalo {
	bottom: 315px;
}
/* Phone */
.btn-phone {
	bottom: 230px;
}
/* Messenger */

/* Cart fix */

/* Toolbar */
.toolbar {
	background: var(--color-web);
	width: 100%;
	padding: 3px;
	bottom: 0px;
	position: fixed;
	z-index: 500;
	height: auto;
	left: 0px;
	display: none;
}
.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: 6vw;
	width: auto;
}
.toolbar ul li a span {
	font-weight: 400;
	color: #fff;
	font-size: 12px; /* display:none; */
}

/* Fixbar */
.fixbar {
	bottom: 0;
	display: block;
	background: #f0eff4;
	border-top: 1px solid #ddd;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	margin: 0;
	z-index: 500;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 50px;
}
.fixbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.fixbar ul li {
	display: inline-block;
	margin: 0 auto 10px;
	text-align: center;
	width: 25%;
	float: left;
}
.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
	width: 20px;
	height: 20px;
	display: block;
	margin: 8px auto 0;
}
.fixbar .icon-cart-mobile {
	background: url(../images/cart-mobile.png) no-repeat;
}
.cart-total-header-mobile {
	font-size: 10px;
	position: absolute;
	background: red;
	color: #fff !important;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	line-height: 15px;
	top: 5px;
	margin-left: 5px;
}
.fixbar ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
.fixbar ul li a i {
	font-size: 20px;
}

/* Plugbar */
.plugbar {
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #eae6e6;
	width: 100%;
	right: 0;
	max-width: 767px;
	margin: 0 auto;
	background: #fff;
	padding: 9px 10px 10px 7px;
	z-index: 10;
}
.plugbar ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.plugbar ul li {
	width: 20%;
	float: left;
}
.plugbar ul li a {
	display: block;
	color: #696969;
	font-size: 12px;
	text-align: center;
	position: relative;
}
.plugbar ul li a i {
	font-size: 20px;
	color: #696969;
}
.plugbar ul li a span {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -40px;
	left: calc(50% - 50px/2);
	font-size: 14px;
	display: block;
	border: 1px solid rgba(234, 230, 230, 0.5);
	border-radius: 100%;
}

.rows_1 {
	-webkit-line-clamp: 1;
}
.rows_2 {
	-webkit-line-clamp: 2;
}
.rows_3 {
	-webkit-line-clamp: 3;
}
.rows_4 {
	-webkit-line-clamp: 4;
}
.rows_5 {
	-webkit-line-clamp: 5;
}

/* Combo Phone */

/* Phone Switch */
.widget-mobile {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	z-index: 9999999;
}
#my-phone-circle {
	position: relative;
	width: 50px !important;
	height: 50px !important;
}
.wcircle-open .wcircle-icon i:before {
	content: '\f00d';
}
.wcircle-icon {
	background: #1282fc;
	border-radius: 50%;
	display: flex !important;
	display: -ms-flex !important;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative !important;
}
.wcircle-icon:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	background: rgba(18, 130, 252, .5);
	border: 1px solid #fff;
	border-radius: 50%;
	left: -5px;
	top: -5px;
	-webkit-animation: pulse 1s infinite ease-in-out;
	-moz-animation: pulse 1s infinite ease-in-out;
	-ms-animation: pulse 1s infinite ease-in-out;
	-o-animation: pulse 1s infinite ease-in-out;
	animation: pulse 1s infinite ease-in-out;
}
.wcircle-icon:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	background: rgba(18, 130, 252, .5);
	border-radius: 50%;
	left: -15px;
	top: -15px;
	-webkit-animation: zoomIn 2s infinite ease-in-out;
	-moz-animation: zoomIn 2s infinite ease-in-out;
	-ms-animation: zoomIn 2s infinite ease-in-out;
	-o-animation: zoomIn 2s infinite ease-in-out;
	animation: zoomIn 2s infinite ease-in-out;
}
.wcircle-menu {
	position: absolute !important;
	left: 0;
	top: 0;
	display: none;
}
.wcircle-menu-item {
	width: 50px;
	height: 50px;
	background: #1282fc;
	border-radius: 50%;
	display: flex;
	display: -ms-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.wcircle-menu-item img {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
}
.wcircle-menu-item i,
.wcircle-icon i {
	font-size: 25px;
	color: #fff;
	position: relative;
	z-index: 9999;
}
.shake-anim {
	-webkit-animation: shake-anim 1s infinite ease-in-out;
	-moz-animation: shake-anim 1s infinite ease-in-out;
	-ms-animation: shake-anim 1s infinite ease-in-out;
	-o-animation: shake-anim 1s infinite ease-in-out;
	animation: shake-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
@-moz-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);
	}
}
@-webkit-keyframes shake-anim {
	0%,
	100%,
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10%,
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20%,
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
}
@-o-keyframes shake-anim {
	0%,
	100%,
	50% {
		-o-transform: rotate(0) scale(1) skew(1deg);
	}
	10%,
	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20%,
	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg);
	}
}
.mm-panels,
.mm-navbar,
.mm-panels > .mm-panel {
	background: var(--color-web);
}

.mm-menu a {
	color: #fff !important;
}

.listproduct-item img,
.listproduct-item .listproduct-img {
	border-radius: 15px;
}

.listproduct-item {
	border-radius: 15px 15px 0 0;
}

.listproduct-item h3 {
	color: #000;
	font-size: 1rem;
	text-align: center;
}

.spkhuyenmai .container {
	/* background-color: var(--color-web); */
	border-radius: 10px;
	padding: 20px 10px;
	max-width: 86%;
}
.spkhuyenmai .title-main{margin-bottom: 72px;height: 24px;}
.spkhuyenmai .title-main span {
	padding: 0px 14px;
	display: block;
	line-height: 31px;
	font-size: 25px;
	background: transparent;
	color: #fff!important;
	border-left: 4px solid #fff;
	position: absolute;
	font-family: MontserratB;
	/* left: 0; */
}

.spkhuyenmai-btn {
	border: 1px solid var(--color-web);
	color: var(--color-web);
	border-radius: 99px;
	padding: 8px 40px;
	margin: auto;
	margin-top: 20px;
	background-color: var(--color-web);
	z-index: 1;
}
	
.spkhuyenmai-btn:before {
	background-color: #f6f3ea;

}

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

.producthot-left {
	width: 225px;
}

.producthot-right {
	width: calc(100% - 235px);
}

#pills-tab.nav-pills .nav-link {
	border-radius: 99px;
	border: 1px solid;
	background: transparent;
	transition: all ease 0.5s;
}
#pills-tab.nav-pills .nav-item {
	margin-left: 10px;
}
#pills-tab.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,#pills-tab.nav-pills .nav-link:hover {
	background-color: #ffb400;
	color: #fff;
	border: 1px solid #ffb400;
}
.aboutus {
	background: var(--color-web);
	margin-right: 20px;
	flex: 1;
	color: #fff;
}
.aboutus-title {
	font-size: 1.5rem;
	color: #fff;
}
.aboutus .title-main span {
	color: #fff;
	text-transform: uppercase;
}
.btn-xemthem {
	background-color: #fff;
	border-radius: 99px;
	padding: 5px 40px;
	color: var(--color-web);
}
.article-product-title {
	color: #000;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
}
.article-product-desc {
	color: #000;
}
.content2 {
	background: -moz-linear-gradient(0deg, #004f1f 50%, transparent 0); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		0deg,
		color-stop(50%, 004F1F),
		color-stop(0, transparent)
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(0deg, #004f1f 50%, transparent 0); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(0deg, #004f1f 50%, transparent 0); /* Opera 11.10+ */
	background: -ms-linear-gradient(0deg, #004f1f 50%, transparent 0); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#1301FE',
			endColorstr='transparent',
			GradientType='1'
		); /* for IE */
	background: linear-gradient(0deg, #004f1f 50%, transparent 0); /* W3C */
}
.news-title {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
}
.news-desc {
	min-height: 63px;
}
.news-desc,
.news-bottom {
	color: #fff;
}
.news-bottom {
	border-top: 1px solid #ddd;
}

.news-item {
	/* background-color: #fff; */
	border-radius: 20px;
	margin: 5px;
}

.news-img {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.news-inner {
	box-shadow: 0px 0px 4px -2px #000;
}

.partner-item img {
	border-radius: 10px;
	width: 100%;
}

.certifica-item h3{
	color: #000;
	font-size: 1rem;
	text-align: center;
}