@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: 'RobotoB';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoBold.woff2') format('woff2'),
         url('../fonts/RobotoBold.woff') format('woff'),
         url('../fonts/RobotoBold.ttf') format('truetype'),
         url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}
/* Main */
:root {
	--color-red: #ff0004;
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
	--color-web: #214BAC;
	--color-body: #005c24;
}
body {font-size: 14px;font-family: 'Roboto', sans-serif;font-weight: 400;/* background-color: #f6f3ea; */}
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: 10px;
}
.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 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: url(../images/bg-header.png) top center no-repeat;background-size: 100% auto;}
.header .top{
    padding: 9px 0px;
    background: #ddddddb0;
}
.header .top .left {
    font-size: 15px;
}
.header .top .right {
    text-align: right;
}
.header .top .right >a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid #333;
}
.header .top .right >a:hover {
    color: var(--blue);
}
.header .top .right >a:last-child {
    border: 0px;
}
.header .bottom{
    padding: 15px 0px;
}
.logo-header{
    display: flex;
    align-items: center;
}
.header .banner {
	padding: 0px;
    /*padding-top: 15px;*/
}
.header .hotline {
    text-align: center;
}
.header-inner {
    display: inline-block;
    background: url(../images/hotline.png) top left no-repeat;
    width: 190px;
    height: 60px;
    padding: 26px 0px 0px 65px;
    font-size: 26px;
    color: #f00;
    text-shadow: 2px 1px 0px #fff, -1px 1px 0px #fff, -2px 0px 0px #fff, 0px -1px 0px #fff;
    font-weight: 900;
    margin-top: 8px;
}
.product-buying {
	position: fixed;
	left: 5%;
	bottom: 5%;
	z-index: 99;
}
.product-buying-item {
	opacity: 0;
	visibility: visible;
	width: 280px;
	background: #fff;
	padding: 10px;
	position: absolute;
	bottom: -300px;
	left: 5%;
	z-index: 99;
	transition: all ease 2s;
	border-radius: 10px;
}
.product-buying-item.active {
	opacity: 1;
	visibility: visible;
	bottom: 0px;
}
.product-buying-item div div i{
    font-size: 11px;
}
.product-buying-title {
	font-size: 12px;
}
.product-buying-close {
	position: absolute;
	top: -3px;
	right: 2px;
	cursor: pointer;
}
/* Menu */
.menu .contain_trong {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu {
	/* background-color: #005c24; */
	/* padding-bottom: 40px; */
	background: linear-gradient(90deg,rgba(29, 73, 171, 1) 0%, rgba(30, 129, 255, 1) 100%);
	padding: 13px 0px;
}
.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: 15px;
	text-transform: uppercase;
	width: 100%;
	position: relative;
	text-shadow: none;
	font-weight: 500;
	padding: 0 10px;
	line-height: 21px;
	border-right: 1px solid #fff;
}

.menu_top > ul > li:last-child > a {
    border-right: 0px;
}
.menu_top > ul > li > a.active {
	color: #ffffff;
}
.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: var(--color-web);
	line-height: 25px;
	padding: 10px 10px;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.menu_top > ul > li li a {
	text-decoration: none;
	font-weight: 500;
	text-transform: none;
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 18px;
}
.menu_top > ul > li > ul li ul {
	box-shadow: 0px 2px 5px #ccc;
	top: 0px;
}
.menu_top > ul > li:hover > a {
	text-decoration: none;
	color: #ff0;
}
.menu_top > ul > li > a.active {
	color: #fff700; /* background:#ffcc00; */
}
.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: var(--color-red);
}
.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;
}

.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 #ddd;
	border-radius: 7px;
}
.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: #ccc;
}
.search input:-moz-placeholder {
	color: #ccc;
}
.search input::-moz-placeholder {
	color: #ccc;
}
.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-between;
}
#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;
}
.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;*/
	/*width: 0px;*/
	height: 31px;
	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: 30px;
	cursor: pointer;
	outline: none;
	border: none;
	margin: 0px;
	font-size: 17px;
	display: block;
	color: #000;
	line-height: 36px;
	text-align: center;
}
.search-res .search-grid input {
	width: calc(100% - 35px);
	float: right;
	line-height: 33px;
	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;
	overflow: hidden;
}
.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;
}
/* trang chÃƒÂ¡Ã‚Â»Ã‚Â§ */
.tieude{
    text-align: center;
    margin-bottom: 10px;
}
.tieude span {
    font-size: 37px;
    background: linear-gradient(90deg, rgba(29, 73, 171, 1) 0%, rgba(30, 129, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    text-transform: uppercase;
}
.slogan{
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    margin: -10px 0px 35px;
    padding: 0px 15px;
}
a.xemtatca{
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #f00;
    border-radius: 5px;
    margin-top: 20px;
    color: #f00;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
a.xemtatca:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #ff00004d;
    transition: all 0.3s;
}
a.xemtatca:hover:before {
    width: 100%;
    left: 0px;
}
a.xemtatca:hover i {
    margin: 0px -10px 0px 20px;
}
a.xemtatca i {
    font-size: 12px;
    margin-left: 10px;
    transition: all 0.3s;
}
.index{
	padding: 30px 0px;
}
.index1{
}
.index1 .left .ten {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.index1 .left h2 {
    font-size: 30px;
    background: linear-gradient(90deg,rgba(29, 73, 171, 1) 0%, rgba(30, 129, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 15px;
}
.index1 .left .noidung {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 25px;
}
.index1 .tieuchi{}
.index1 .box{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}
.index1 .box img {
    margin-right: 5px;
}
.index1 .box .noidung {}
.index1 .box h5 {
    text-transform: uppercase;
    font-size: 16px;
    height: 20px;
    overflow: hidden;
}
.index1 .box h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    height: 40px;
    overflow: hidden;
}
.index1 .left .xemthem{
    display: inline-block;
    padding: 5px 30px;
    background: linear-gradient(90deg,rgba(29, 73, 171, 1) 0%, rgba(30, 129, 255, 1) 100%);
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
.index1 .left .xemthem:hover {
    box-shadow: 0px 0px 6px 2px #ddd;
}
.index2 .box{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}
.index2 .box img {
    transition: all 0.3s;
}
.index2 .box:hover img {
    transform: scale(1.1);
}
.index2 .box .hinh{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000096;
}
.index2 .hinh span{
    position: absolute;
    border: 1px solid #fff;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
}
.index2 .box .noidung{
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 0px 30px;
}
.index2 .box h5{
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.index2 .box .noidung div{
    padding-left: 40px;
}
.index2 .box .noidung div:hover {
    color: #f00;
}
.index3{}
.index3 .wrap .row{
    margin: 0px -5px;
}
.boxchung{
    margin-bottom: 30px;
    padding: 0px 5px;
}
.boxchung .inner {
    border: 1px solid #ddd;
    color: #000;
    text-decoration: none;
    display: block;
    padding-bottom: 50px;
}
.boxchung .hinh{
    overflow: hidden;
}
.boxchung .hinh img{
    transition: all 0.3s;
}
.boxchung .hinh:hover img {
    transform: scale(1.1);
}
.boxchung h3{
    font-size: 18px;
    margin: 10px 0px 5px;
    padding: 0px 10px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}
.boxchung h3:hover {
    color: #f00;
}
.boxchung h4{
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 15px;
    padding: 0px 10px;
    height: 36px;
    overflow: hidden;
    text-align: justify;
    line-height: 19px;
}
.boxchung .gia{
    display: block;
    width: 50%;
    background: #f00;
    color: #fff;
    text-align: center;
    margin: -48px auto 0px;
    padding: 4px 0px;
    border-radius: 17px;
    text-decoration: none;
}
.boxchung .gia:hover{
	background: #1D4BAD;
}
.xemthem{
    margin-top: 30px;
    text-align: center;
    /* margin-bottom: 20px; */
}
.xemthem >a{
    display: inline-block;
    padding: 5px 40px;
    background: linear-gradient(90deg, rgba(29, 73, 171, 1) 0%, rgba(30, 129, 255, 1) 100%);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.xemthem >a:hover {
    box-shadow: 1px 1px 6px 2px #ccc;
}
.index4 .linkthem{
    text-align: center;
    margin-top: -15px;
    margin-bottom: 25px;
}
.index4 .linkthem >a{
    display: inline-block;
    padding: 7px 20px;
    background: linear-gradient(90deg, rgba(29, 73, 171, 1) 0%, rgba(30, 129, 255, 1) 100%);
    color: #fff;
    font-size: 16px;
    margin: 5px;
    text-decoration: none;
    text-transform: uppercase;
}
.index4 .linkthem >a:hover {
    color: #ff0;
}
.index4 .wrap .row{
    margin: 0px -5px;
}
.index4 .boxchung .inner {
    padding-bottom: 0px;
}
.index5{
    background: url(../images/bg-tintuc.png) top center no-repeat;
    /* background-size: 100%; */
}
.index5 .tieude{
    margin: 15px 0px 30px;
}
.index5 .box{
    display: block;
    padding: 0px 10px;
    color: #000;
    text-decoration: none;
}
.index5 .box .inner{
    background: #fff;
    padding-bottom: 20px;
}
.index5 .hinh{
    position: relative;
    overflow: hidden;
}
.index5 .hinh img{
    transition: all 0.3s;
}
.index5 .hinh:hover img {
    transform: scale(1.1);
}
.index5 h3{
    font-size: 17px;
    margin: 10px 0px 5px;
    height: 45px;
    line-height: 23px;
    padding: 0px 15px;
}
.index5 h3:hover {
    color: #f00;
}
.index5 h4{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    max-height: 63px;
    overflow: hidden;
    padding: 0px 15px;
}
/* Breadcrumb */
.breadCrumbs {
	background-color: #eee;
}
.breadCrumbs .wrap-content {
	padding: 0.75rem 10px;
	max-width: 1180px;
}
.breadCrumbs .wrap-content .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}
.breadCrumbs .wrap-content .breadcrumb-item a {
	color: var(--color-black);
}
.breadCrumbs .wrap-content .breadcrumb-item.active a {
	color: var(--color-gray);
}

.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 */
.product > .box {
	padding: 0.5rem 0;
	display: block;
}
.product > .box .noidung {
	text-align: center;
	margin-top: 1rem;
}
.product > .box .noidung .gia {
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-bottom: 10px;
}
.product > .box .noidung h3 {
	color: #000;
	font-size: clamp(1rem, 0.875rem + 0.417vw, 1.25rem);
	margin: 0px 0px 1rem;
	min-height: 48px;
}

.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 {
	border: 1px solid #eee;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

.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-size: 1.25rem;
	font-weight: 700;
	color: #890508;
}
.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%; */
	background: white;
}
.left-pro-detail .MagicZoom {
	border: 1px solid #eee;
	padding: 7px;
	border-radius: 5px;
}
.right-pro-detail {
	width: calc(100% - 42%);
	float: left;
}
.gallery-thumb-pro {
	position: relative;
	margin-top: 10px;
}
.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;
}
.spcontent .title-pro-detail {
	font-size: 14px;
}
.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-inner {
	padding: 0 8px 1px;
}
.attr-pro-detail {
	list-style: none;
	padding: 0px;
}
.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;
}
.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: inline-block;
	margin-bottom: 0px;
}
.price-new-pro-detail {
	font-weight: 700;
	font-size: 1.5rem;
	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);
}
.dambao{
	border: 1px solid #ddd;
	margin-bottom: 15px;
	border-radius: 5px;
	padding: 10px 10px 0px 0px;
	overflow: hidden;
}
.dambao .wrap::-webkit-scrollbar { width: 20px; height: 2px;}
.dambao .wrap::-webkit-scrollbar-button { width: 20px; height: 5px;}
.dambao .wrap::-webkit-scrollbar-track { background-color: #eee;}
.dambao .box {
    text-align: center;
    margin-bottom: 10px;
    float: left;
    width: calc((100% / 5) - 6px);
}
.dambao .inner {
    /*border: 1px dashed #ddd;
    border-radius: 5px;
    padding: 10px 5px;*/
}
.dambao .box img {
    max-height: 33px;
}
.dambao .box .ten {
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0px 0px;
}
.dambao .box .mota {
    font-size: 12px;
}
.nhanvien{
	border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}
.nhanvien .box {}
.nhanvien .box .inner {
    display: flex;
    align-content: center;
    align-items: center;
    background: linear-gradient(90deg, #e0f0ff, #fff0);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 5px;
}
.nhanvien .box .hinh {
    width: 40px;
}
.nhanvien .box .hinh img {
    max-height: 40px;
}
.nhanvien .box .noidung {}
.nhanvien .box .ten {
    font-size: 12px;
}
.nhanvien .box .ten i {
	color: #7FD22E;
    font-size: 10px;
    margin-right: 8px;
}
.nhanvien .box .ten span {
    font-weight: 600;
    margin-right: 10px;
    font-size: 14px;
}
.nhanvien .box .mota{}
.nhanvien .box .mota >a{
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 1px 9px;
    font-size: 12px;
    border-radius: 17px;
}
.nhanvien .box .mota >a:nth-child(1){color: #7FD22E;border-color: #7FD22E;}
.nhanvien .box .mota >a:nth-child(2){
    border-color: #0084FF;
}
.nhanvien .box .mota >a img{
    max-height: 15px;
    margin-right: 5px;
}
.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: #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;
}
.left-title{
    font-size: 23px;
    font-weight: 600;
}
.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;;
}
.news-image{
	display: block;
	margin-bottom: 1rem;
}
.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 10px 10px 10px;
	line-height: normal;
	background: #eeeeee40;
	margin-bottom: 15px;
	border-radius: 5px;
}
.share b {
	display: block;
	margin-bottom: 5px;
}
.othernews b {
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: 600;
}
.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: #0066cc;
}

/* 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;
}
.phoneleft{
    position: fixed;
    z-index: 999;
    background: #fff;
    bottom: 130px;
    right: 15px;
    border-radius: 29px;
    box-shadow: 1px 0px 4px 3px #ddd;
    /* padding: 7px 0px 0px; */
}
.phoneleft >a {
    display: block;
    margin: 10px 5px;
}
.phoneleft >a:last-child {
    border: 1px solid #ddd;
    background: #fff;
    width: 35px;
    height: 35px;
    text-decoration: none;
    color: #000;
    border-radius: 50%;
    padding: 7px 10px;
}
.phoneleft >a:last-child i{
	animation: 5s infinite alternate ease-in-out;
	animation-name: chayxuong1;
	animation-duration: 0.5s;
    animation-timing-function: linear;
}
@-moz-keyframes chayxuong1 {
	0% {
		transform:translateY(-5px);
	}
	100% {
		transform:translateY(10px);
	}
}
@-webkit-keyframes chayxuong1 {
	0% {
		transform:translateY(-5px);
	}
	100% {
		transform:translateY(10px);
	}
}
@keyframes chayxuong1 {
	0% {
		transform:translateY(-5px);
	}
	100% {
		transform:translateY(10px);
	}
}
.phoneleft >a:last-child i:last-child {
    display: none;
}
.phoneleft >a img {
    max-width: 35px;
}
.mobile{
	display: none!important;
}
/* Footer */
.newsletter{
    padding: 15px 0px;
    margin-top: 5px;
    background: linear-gradient(90deg, rgba(29, 73, 171, 1) 0%, rgba(30, 129, 255, 1) 100%);
    color: #fff;
}
.newsletter .left {
    display: flex;
    align-items: center;
}
.newsletter .left img {
    margin-right: 10px;
}
.newsletter .center {
    display: flex;
    align-items: center;
}
.newsletter .right {padding-top: 7px;}
.newsletter .right input {
    max-width: 80%;
    border-radius: 0px;
    float: left;
    border: 0px;
}
.newsletter .right button {
    border: 0px;
    background: #f00;
    color: #fff;
    padding: 6px 29px;
    float: left;
    margin-left: -3px;
    font-size: 15px;
    height: 35px;
}
.footer {
	margin-bottom: 0px !important;
}
.footer-article {
	/* background-color: var(--color-web); */
	padding-bottom: 35px;
	padding-top: 20px;
}

.footer-article .box {
    margin-top: 30px;
}
.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: 1rem;
	margin-bottom: 10px;
	color: #105ec4;
	font-weight: 500;
	text-transform: uppercase;
}
.footer-ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer-ul li {
	margin-bottom: 5px;
	/* height: 31px; */
}
.footer-ul li:last-child {
	margin-bottom: 0px;
}
.footer-ul li a {
	color: #105ec4;
	font-size: 14px;
	display: block;
	text-decoration: none;
}
.footer-ul li a:hover {
    color: #f00;
}
.footer-ul li a i {
    font-size: 5px;
    color: #f00;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.footer-ul li:last-child a {
	background: unset;
}
.footer-powered {
	color: #ffffff;
	background-color: #D9D9D9;
	border-top: 1px solid #eaeaea;
	overflow: hidden;
	font-size: 13px;
}
.footer-copyright {
	color: #105ec4;
	padding: 10px 15px;
}
.footer-statistic {
	width: 50%;
	float: right;
	text-align: right;
}

.footer-statistic span {border-right: 1px solid #111;padding: 0px 5px;}
.footer-content {
	color: #105ec4;
}

.mangxh {
    list-style: none;
    padding: 0px;
    margin-top: 20px;
}

.mangxh li {
    display: inline-block;
    padding-right: 3px;
}

.mangxh img {
    max-height: 30px;
}

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

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

/* Hidden Google Captcha */

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

.news-name {
}

.news-name > a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}
.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;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}
.btn-frame i {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1182fc;
	position: relative;
	z-index: 1;
}
.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;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(7, 41, 103, 0.8);
	opacity: .1;
	border-color: #1182fc;
	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 */

/* Plugbar */

/* Combo Phone */

/* Phone Switch */
.mm-panels,
.mm-navbar,
.mm-panels > .mm-panel {
	background: var(--color-web);
}

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

.spkhuyenmai .container {
	background-color: var(--color-web);
	border-radius: 10px;
	padding: 20px 10px;
}

.spkhuyenmai .title-main span {
	color: #fff;
}

.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;
}
.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;
}
.news-title {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
}
.news-desc {
	min-height: 63px;
}
.news-desc,
.news-bottom {
	color: #000;
}
.news-bottom {
	border-top: 1px solid #ddd;
}
.news-item {
	background-color: #fff;
	border-radius: 5px;
	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;
}