@charset "UTF-8";

@font-face {
	font-family: 'qs-r';
	src: url(../fonts/qicksan/Quicksand-Regular.ttf);
	font-display: swap;
}

@font-face {
	font-family: 'qs-b';
	src: url(../fonts/qicksan/Quicksand-Bold.ttf);
	font-display: swap;
}

@font-face {
	font-family: 'blc-b';
	src: url(../fonts/BarlowCondensed-Bold.ttf);
	font-display: swap;
}

/* Main */
:root {
	--color-red: #ec2d3f;
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
	--hover-color: #00a9ef;
	--color-main: #00a9ef;
	--font-title: qs-b;
	--font-menu: qs-b;
	--max-width: 1220px;
}

body {
	font-size: 14px;
	font-family: 'qs-r';
	background: rgb(239 239 239);
}

strong,
b {
	font-family: var(--font-title);
}

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

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

a,
a:hover {
	color: unset;
	text-decoration: none;
}

p,
h3 {
	margin-bottom: 0;
}

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;
}
#component-homepage{width: 100%;position: relative;padding: 30px 0}
.wrap-main,
.wrap-content {
	max-width: var(--max-width);
	margin: 0px auto;
	padding: 0px 10px;
}

.block-flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.res-detail-content img {
	max-width: 100%;
	height: auto !important;
}

.wrap-home {
	max-width: 100%;
	padding: 0px;
}

.wrap-content {
	margin: auto;
}

.wap-all-page {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.wap-top {
	width: 100%;
}

.wap-hearder {
	position: relative;
	z-index: 1001;
	width: 100%;
	background-color: #fff;
}

.wap-menu {
	width: calc(100% - (200px + 290px + 10px));
	position: relative;
	/* border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3; */
	background: #fff;
	/* background: var(--Gradient, linear-gradient(180deg, #154b9b 0%, #0a2a59 100%)); */
}

.wap-slider {
	width: 100%;
}

.wap-main {
	width: 100%;
}

.wap-footer {
	width: 100%;
}

.page-index-all {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.block-page {
	width: 100%;
	max-width: 1220px;
	margin: 0px auto;
	padding: 10px;
}

/* General */
.share {
	padding: 15px 10px;
	line-height: normal;
	margin-top: 15px;
	border-radius: 5px;
	border-top: 1px solid #dcdcdc;
}

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

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

.control-owl button {
	opacity: 0.5;
	top: 0px;
	position: absolute;
	outline: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 45px;
	height: 45px;
	text-align: center;
	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;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
	height: calc(1em + 1.25rem + 8px);
	background: transparent;
	padding: 10px;
	color: #495057;
	box-shadow: 0 0 5px 0 #e4e4e4;
}

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

.time-main {
	margin-bottom: 20px;
	font-style: italic;
	/* text-align: right; */
	margin: 10px 0;
}

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

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

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

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

.top {
	background-color: #fff;
	padding: 10px 0;
}

/* hover_sang2 */
.hover_sang2:before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 10;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.hover_sang2 {
	position: relative;
	overflow: hidden;
}

.hover_sang2:hover:before {
	transition: 1s;
	left: 100%;
}

/* Header */
.header {
	width: 100%;
	position: sticky;
	z-index: 99;
	max-width: 1220px;
	margin: 0 auto;
/*	padding: 10px;*/
}

.right-he {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: qs-b;
}
.w-menu-right{}
.wap-account-menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: qs-b;
}
.username-he {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.username-he img {
	margin-right: 5px;
}

.username-he:hover span {
	text-decoration: underline;
	text-underline-offset: 2px
}

.account-he {
	position: relative;
	padding: 10px 0;
	margin-right: 20px;
}

.account-he .box-menu-account {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 200%;
	z-index: 1;
	opacity: 0;
}

.account-he:hover .box-menu-account {
	opacity: 1;
	visibility: visible;
	top: 100%;
	transition: all .2s linear;
}

.box-menu-account {
	width: 100%;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	box-shadow: 1px 1px 3px #00000069;
	min-width: 225px;
}

.wrap-user .box-mnacc-header:hover {
	color: #fff;
}

.box-menu-account .box-mnacc-header-page {
	background: var(--Gradient, linear-gradient(180deg, #154b9b 0%, #0a2a59 100%));
	color: #fff;
	padding: 10px;
}

.box-menu-account .box-mnacc-header-page .box-mnacc-header {
	background: none;
	padding: 0;
}

.box-mnacc-header-content {
	padding: 10px 0;
	border: 1px solid #fff;
	border-width: 1px 0 1px 0;
	margin: 10px 0;
	font-family: qs-b;
}

.box-mnacc-header-content .line-decor-rank-member span:nth-child(1) {
	min-width: unset;
}

.box-mnacc-header-content p {
	margin-bottom: 10px;
}

.box-mnacc-header-content p span:nth-child(1) {
	display: inline-block;
	min-width: 80px;
	margin-right: 10px;
	font-family: qs-r;
}

.box-menu-account .box-mnacc-header {
	background: var(--Gradient, linear-gradient(180deg, #194991 0%, #0a2a59 100%));
	color: #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box-menu-account .box-mnacc-header img {
	width: 46px;
	border-radius: 50%;
	background: #fff;
	margin-right: 10px;
}

.box-menu-account .box-mnacc-header .content {
	width: calc(100% - 56px);
	font-family: qs-b;
}

.box-menu-account .box-mnacc-header .content .name {
	font-size: 18px;
	line-height: 1
}

.box-menu-account .box-mnacc-body {}

.box-menu-account .box-mnacc-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.box-menu-account .box-mnacc-body ul li ul {
	padding-left: 15px;
}

.box-menu-account .box-mnacc-body ul li ul li a {
	padding: 0px 10px 0px 34px;
	line-height: 30px;
	position: relative;
}

.box-menu-account .box-mnacc-body ul li ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #333;
	transform: translateY(-50%);
}

.box-menu-account .box-mnacc-body ul li a {
	padding: 0px 20px 0px 48px;
	font-family: var(--font-title);
	display: block;
	width: 100%;
	border-radius: 0;
	line-height: 40px;
	color: #000;
	font-size: 14px;
	border-left: 3px solid transparent;
}

.box-menu-account .box-mnacc-body ul li a:hover,
.box-menu-account .box-mnacc-body ul li a.active {
	color: #0a2a59;
	border-color: #0a2a59;
	background-color: #E8F4FF !important;
}

.box-menu-account .box-mnacc-body>ul>li.box-mnacc-ic1>a {
	background: url(../images/account_member/user.svg) no-repeat 20px center;
}

.box-menu-account .box-mnacc-body ul li.box-mnacc-ic2 a {
	background: url(../images/account_member/bill.svg) no-repeat 20px center;
}

.box-menu-account .box-mnacc-body ul li.box-mnacc-ic3 a {
	background: url(../images/account_member/user-2.svg) no-repeat 20px center;
}

.box-menu-account .box-mnacc-body ul li.box-mnacc-ic4 a {
	background: url(../images/account_member/work-bag.svg) no-repeat 20px center;
}

.box-menu-account .box-mnacc-body ul li.box-mnacc-ic5 a {
	background: url(../images/account_member/percent.svg) no-repeat 20px center;
}

.box-menu-account .box-mnacc-body ul li.box-mnacc-ic6 a {
	background: url(../images/account_member/link.svg) no-repeat 20px center;
}

.box-menu-account .box-mnacc-body ul li.box-mnacc-ic7 a {
	background: url(../images/account_member/love.svg) no-repeat 20px center;
}

.box-menu-account .box-mnacc-body ul li.box-mnacc-ic8 a {
	background: url(../images/account_member/gif.svg) no-repeat 20px center;
}

.box-menu-account .box-mnacc-body ul li.box-mnacc-ic9 a {
	background: url(../images/account_member/logout.svg) no-repeat 20px center;
}


.login-he {
	background: url(../images/account.png) no-repeat left center;
	background-size: 30px;
	line-height: 30px;
	display: block;
	padding: 5px 5px 5px 35px;
}

.login-he a:hover,
.order-check-he:hover {
	text-decoration: underline;
	text-underline-offset: 2px
}

.order-check-he {
	background: url(../images/bill.svg) no-repeat left center;
	padding: 5px 5px 5px 30px;
	margin-left: 28px;
}

.cart-he {
	background: url(../images/cart-3.svg) no-repeat left center;
	padding: 5px 5px 5px 26px;
	position: relative;
	margin-left: 28px;
}

.cart-he:hover {
	color: #dd2534;
	text-decoration: underline;
	text-underline-offset: 2px
}

.cart-he .count-cart {

	position: absolute;

	top: 2px;

	left: 11px;

	color: #fff;

	width: 15px;

	height: 15px;

	background: var(--color-red);

	text-align: center;

	line-height: 15px;

	font-size: 10px;

	border-radius: 100%;
}

.search-he {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #D6D6D6;
	border-radius: 4px;
	/* overflow: hidden; */
	padding: 10px;
	background: #F1F1F1;
	width: 42%;
	flex-direction: row-reverse;
}

.search-he select {
	border: none;
	outline: none;
	box-shadow: none;
	max-width: 100px;
	background: transparent;
}

.search-he input {
	border: none;
	outline: none;
	box-shadow: none;
	/* border-left: 1px solid #CACACA; */
	/* margin-left: 10px; */
	text-indent: 10px;
	background: transparent;
	width: 100%;
	padding-right: 15px;
}

.search-he p {}

.search-he p:hover {
	transition: all .2s;
	transform: scale(1.5);
	color: #436797;
}

.search-he input:placeholder {}

.header-bottom {
	width: 100%;
}

.header-right-top {
	width: fit-content;
	margin-left: auto;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 10px;
	font-size: 14px;
	padding-top: 5px;
}

.header-right-top img {
	vertical-align: middle;
}

.logo-header {
	width: 200px;
	position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
}

.search-he p {
	margin-bottom: 0;
	width: 35px;
	transition: all .2s;
	text-align: center;
	cursor: pointer;
}

.hotline-header {
	padding-right: 100px;
	line-height: 35px;
}

.icon-cart-menu {
	width: 32px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	position: relative;
}

.icon-cart-menu span {
	position: absolute;
	top: 0px;
	right: -5px;
	color: #fff;
	width: 15px;
	height: 15px;
	background: var(--color-red);
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	border-radius: 100%;
}

.social-header img {
	transition: all 0.3s;
}

.social-header img:hover {
	transition: all 0.3s;
	border-radius: 20px;
	box-shadow: 0 0 5px 0 rgb(0, 0, 0);
	transform: scale(0.9);
}

/* Menu */
.menu {
	transition: all 0.6s;
}

.menu>.wrap-content {}

.menu-fixed-scroll {
	position: sticky;
	top: 0;
	z-index: 999;
}

.menu ul {
	list-style: none
}

.menu.sticky {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9000;
}

.menu .item-big {
	text-align: center;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-inline-start: 0;
	width: 100%;
	margin: 0 auto;
}

.menu .item-big .nav-item {
	display: inline-block;
	position: relative;
	position: relative;
	font-size: 0;
	transition: all 0.4s;
}

.menu .item-big .nav-item:hover>a {
	border-bottom: 1px solid;
}

.menu .item-big .nav-item>a {
	padding: 5px 0px 0;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #0a2a59;
	text-decoration: none;
	position: relative;
	font-family: var(--font-menu);
	text-transform: uppercase;
}

.menu .item-big .nav-item>.item_small {
	overflow: hidden;
	display: block;
	max-height: 0px;
	max-width: 0px;
	opacity: 0;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	-moz-transform: perspective(600px) rotateX(-90deg);
	-ms-transform: perspective(600px) rotateX(-90deg);
	-o-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transition: -webkit-transform 0.25s ease, opacity 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
	transition: transform 0.5s ease, opacity 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 250px;
	padding: 10px 5px;
	background-color: #fff;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	z-index: 999;
	border-radius: 10px;
	box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 15%);
	-o-box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 15%);
	-os-box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 15%);
}

.menu .item-big .nav-item:hover>ul {
	overflow: visible;
	max-height: 3000px;
	max-width: 3000px;
	min-width: 250px;
	opacity: 1;
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
	-ms-transform: perspective(600px) rotateX(0deg);
	-o-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	-webkit-transition: -webkit-transform 0.25s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	-o-transition: -o-transform 0.25s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transition: transform 0.25s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.menu .item-big .nav-item ul li:hover {
	background-color: #0a2a59;
}

.menu .item-big .nav-item ul li:hover>a {
	color: #fff
}

.menu .item-big .nav-item>ul li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	display: block;
	padding: 10px 5px 10px 10px;
	position: relative;
	text-align: left;
	text-decoration: none;
	font-family: qs-b;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

.menu .item-big .nav-item>ul li a i {
	/* position: absolute; */
	/* right: -10px; */
	/* padding: 0px 10px; */
	/* top: 0; */
	/* line-height: 38px; */
}

.menu .item-big .nav-item>ul li {
	padding: 0px;
	border-radius: 4px;
}

.menu .item-big .nav-item li {
	position: relative;
}

.menu .item-big .nav-item>ul li ul {
	visibility: hidden;
	opacity: 0;
	margin-top: 20px;
	left: 100%;
	top: 0px;
	position: absolute;
	width: 250px;
	padding: 10px 5px;
	background-color: #fff;
	z-index: 99;
	box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 15%);
	-o-box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 15%);
	-os-box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 15%);
	transition: all 0.3s;
	border-radius: 10px;
}

.menu .item-big .nav-item>ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0px;
}

.hotline-mn {
	background: url(../images/customer_service.svg) no-repeat left center;
	padding: 10px 10px 10px 40px;
}

.hotline-mn p {
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	text-transform: uppercase;
}

.hotline-mn h3 {
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 1.1;
	font-family: qs-b
}

/* Search */
.search {
	align-items: center;
	justify-content: center;
	position: relative;
	display: none;
}

#srch-he-type-m {
	width: 35%;
	height: 38px;
	background: transparent;
	border: none;
	outline: none;
	border-right: 1px solid #ffffff3b;
	color: #fff;
	text-indent: 5px;
	font-size: 12px;
}

#srch-he-type-m * {
	color: #333333;
}

.icon-cart-menu:hover {
	transform: scale(1.1);
	transition: transform 0.3s;
}

.icon-cart-menu {
	transition: transform 0.3s;
}

.search p {
	width: 32px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	font-size: 16px;
	border-radius: 50%;
	transition: background 0.4s;
}

.search input {
	text-indent: 7px;
	width: calc(100% - 35px);
	height: 38px;
	outline: none;
	padding: 0px;
	border: 0px;
	background: transparent;
	text-indent: 7px;
	font-size: 14px;
	color: #fff;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	font-style: italic;
}

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

.search.active {
	visibility: visible;
	opacity: 1;
	transition: all 0.6s;
}

.search-grid {
	position: absolute;
	top: 100%;
	right: 0;
	width: 0;
	overflow: hidden;
	background: #00a9ef;
	z-index: 2;
	opacity: 0;
	color: #fff;
	border-radius: 3px;
	line-height: normal;
}

.search-grid p {
	width: 35px;
	height: 38px;
	cursor: pointer;
	outline: none;
	border: none;
	margin: 0px;
	font-size: 14px;
	display: block;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.search-grid input {
	float: right;
	/* line-height: 38px; */
	padding-right: 15px;
	outline: none;
	border: none;
	color: #fff;
	font-size: 12px;
}

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

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

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

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

.icon-search i,
.search-grid i {
	text-shadow: 0.3px 0.3px 0.5px grey;
}

/* Mmenu */
.menu-res {
	display: none;
	position: relative;
}

#menu {
	display: none;
}

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

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #ffffff;
	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 Responsive */
.search-res {
	position: relative;
}

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

.search-res .icon-search.active {
	color: var(--color-red);
	background: #ffffff;
	border-radius: 100%;
}

.search-res .search-grid {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 0px;
	height: 40px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid 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================== */
#slide_show {}

#slider-top {
	max-width: 1920px;
	margin: 0 auto;
}

.p-relative {
	position: relative;
}

.slider_container {
	position: relative;
	top: 0;
	left: 0;
	width: 1920px;
	height: 700px;
}

.slides {
	cursor: move;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 1920px;
	height: 700px;
}

.slideshow {
	position: relative;
}


.control-slideshow {
	opacity: 0;
}

/* Partner */
.wrap-partner {
	padding: 0px 15px;
	width: 100%;
}

.wrap-partner .wrap-content {
	position: relative;
}

.partner {
	display: block;
	border: 1px solid #eee;
	max-width: 175px;
	margin: 0px auto;
}

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

.breadCrumbs .wrap-content {
	padding: 0.75rem 10px;
	max-width: 1220px;
}

.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 span {
	color: #1E1F20;
}

.breadcrumb-item span {
	font-size: 14px;
	color: #757575;
}

.breadcrumb-item:hover span {
	color: #000;
	text-decoration: underline;
}

ol.breadcrumb {
	position: relative;
	z-index: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Light';
	font-size: 14px;
}

/* Intro */
.wrap-intro {
	width: 100%;
	background-image: url(https://bmweb.vn/upload/photo/dichvu2-9262.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

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

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

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

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

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

.news-control:hover {
	opacity: 1;
	color: var(--color-main);
}

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

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

.news-shadow {
	padding-bottom: 30px;
}

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

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

.news-shadow-article {
	width: calc(100% - 120px);
	padding: 14px 15px;
	border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #cecabb;
}

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

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

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

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

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

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

.news-shadow-name a:hover {
	color: var(--color-main);
}

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

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

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

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

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

.video-name {
	text-align: center;
	font-size: 16px;
	color: var(--color-black);
	margin-bottom: 0px;
}
.group-sp{
    box-shadow: 0px 0px 12px -2px #0c2b58;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    }
.product-categories{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}
.get-product-category-prod{
    width: auto;
    padding: 10px 15px;
    border-radius: 5%;
    border: 1px solid #0a2a59;
    margin: 0px 10px 0 0px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    cursor: pointer;
}
.get-product-category-prod:hover{
    background: #0a2a59;
    color: #fff;
}
.get-product-category-prod.active{
    background: #0a2a59;
    color: #fff;
}

.wpa-search{width: 100%;display: block;}
.wpa-search input{
	padding: 2px 10px;
}
.wpa-search span{
	background: #0a2a59;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
}
.wpa-search span:hover{
	background: #cb0724;
}

/* Album */
.album {
	cursor: pointer;
	margin-bottom: 1rem;
}

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

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

.album-name a {
	display: block;
	font-size: 16px;
	color: var(--color-black);
	margin-bottom: 0px;
}

/* Brand */
.wrap-brand {
	margin-bottom: 50px;
	padding: 0px 15px;
	width: 100%;
}

.wrap-brand .wrap-content {
	position: relative;
}


.brand {
	display: block;
	border: 1px solid #eee;
	max-width: 160px;
	margin: 0px auto;
}

.wrap-product {
	margin-bottom: 50px;
	width: 100%;
}

.grid-pro {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
}

.grid-pro-ajax {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
	width: 100%;
}

.product {
	padding: 10px 10px 20px 10px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
}
._total_price{display: block;}
._total_price.active{
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 16px;
	color: #c10e0e;
	font-family: 'qs-b';
	border: 1px solid #0d2b58;
	padding: 3px 10px;
	background: #ffffff;
	box-shadow: 1px 1px 5px 0px #0d2b58;
	border-radius: 5px;
}
.name-pro {
    color: #0d2b58;
    font-family: 'qs-b';
    font-size: 16px;
    display: block;
}
.price-pro{
	font-size: 18px;
    color: #c10e0e;
    font-family: 'qs-b';
}
.quantity-pro-detail {
/*  width: 100%;*/
  max-width: 60%;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.quantity-pro-detail span:hover {
  border-color: #cccccc;
  background: #cccccc;
  color: #000
}

.quantity-pro-detail span {
  line-height: 37px;
  padding: 0px;
  width: 50px;
  height: 40px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
  user-select: none;
}
.cart-product{
  margin-left: 5px;
}
.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: 40px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  margin: 0 5px;
  padding: 5px;
}

.slick-slider .product {
	margin: 5px;
	box-shadow: 0 0 10px 0 #dcdcdc;
}

.box-product {
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.pic-product {
	background: #F6F6F6;
	border-radius: 10px;
	overflow: hidden;
	position: relative
}

.group-btn-procard {
	position: absolute;
	transition: all .2s;
	top: calc(100% + 2px);
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 5px 5px
}

.group-btn-procard>a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	background: #fff
}

.pic-product:hover .group-btn-procard {
	transform: translateY(-100%);
	transition: all .2s
}

.group-btn-procard .add-btn-card {
	margin: 0 8px;
}

.pic-product img {
	width: 100%;
	border-radius: 3px;
}

.group-btn-procard a:hover {
	background: #989898
}

.name-product {
	font-size: 14px;
	font-family: var(--font-title);
	color: #0063fb;
}

.slogan-product {
	font-size: 14px;
	line-height: 1.2;
	font-family: var(--font-title);
	color: #0E69B4;
}

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

.card-comment {
	margin: 5px 0;
	color: #FB6E30;
}

.card-comment i {
	color: #FFC806
}

.card-comment span {
	color: #989898
}

.box-product:hover .name-product.text-split {
	color: #00a9ef;
}

.price-product {
	margin-bottom: 0px;
}
.attr-content-pro-detail {
    margin-bottom: 0px;
}
/* .price-product span{font-weight:700;} */
.price-new {
	font-size: 14px;
	font-family: var(--font-title);
	color: #BD2323;
	display: block;
}

.price-old {
	font-size: 14px;
	color: var(--color-gray);
	text-decoration: line-through;
}

.price-per {
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	background: #b81616;
	font-size: 14px;
	border-radius: 0 5px 50px;
	width: 70px;
	height: 33px;
	line-height: 33px;
	font-family: var(--font-title);
	padding-left: 10px;
}

.cart-product {
	display: flex;
	transition: all .2s;
	/* margin-bottom: 0px; */
	justify-content: center;
	padding-right: 5px;
	/* background: rgb(79, 136, 191); */
	/* background: var(--Gradient, linear-gradient(180deg, #0a2a59 0%, #0a2a59 100%)); */
	border-radius: 10px;
	/* margin-top: auto; */
	font-size: 30px;
}

.cart-product:hover {
	transition: all .2s;
	filter: invert(1);
}

.cart-product span {
	display: inline-block;
	cursor: pointer;
	width: fit-content;
	color: #fff;
	text-align: center;
	padding: 5px 5px;
	width: 42px !important;
	margin: 0;
	font-family: var(--font-title);
	/* background: url(../images/cart.svg) no-repeat center; */
	background: #f00;
	text-transform: uppercase;
	font-family: 'qs-b';
	font-size: 16px;
	line-height: 1.5;
    border-radius: .25rem;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.cart-product:hover span{
	background: #f100ff;
    color: #00ffa3;
}
.cart-add {}

.cart-add:hover {
	opacity: .9;
}

.cart-buy {
	background: #cc0000;
}

.cart-buy:hover {
	background-color: #9f2323;
}

.addcart {
	transition: all 0.3s;
}

.addcart:hover {
	transition: all 0.3s;
}


/*fixel cart*/
.pro-ajax-show .col-md-6{
    padding: 0 10px;
}
.pro-ajax-show .d-flex.flex-wrap{
    justify-content: space-between;
}
.pro-ajax-show .col-md-6 .group-sp{
    margin: 0 0;
    padding: 0px 0px;
}
/*fixel cart*/
.wap-cart-fixel{
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #0d2b58;
    color: #fff;
    box-shadow: 0px -2px 5px 0px #fff;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 15px;
    max-width: 1220px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 16px;
    font-family: 'qs-r';
    z-index: 9999;
}
.cart-fixel-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.cart-fixel-items-left{
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cart-fixel-product{display: flex;justify-content: flex-start;margin-right: 15px;align-items: center;}
.cart-fixel-items{
    margin-right: 5px;
}
.cart-fixel-items strong{}
.cart-fixel-icount{
    font-size: 18px;
    line-height: 24px;
    font-family: 'qs-b';
}
.cart-fixel-icount strong{}
.cart-fixel-count{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cart-fixel-items-right{
    display: flex;
    justify-content: flex-end;
    width: 50%;
    align-items: center;
}
.cart-fixel-price{
    display: flex;
    justify-content: flex-start;
    margin-right: 15px;
    align-items: center;
}
.cart-fixel-button{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cart-fixel-items-button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-fixel-items-button p{
    margin-right: 5px;
}
.show-cart-popup{
	display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    background: #fff;
    font-family: 'qs-b';
    border-radius: 5px;
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 15px;
    border: 1px solid #d10000;
    color: #0f2c57;
    cursor: pointer;
}
.show-cart-popup:hover{color: #d10000}
.cart-fixel-items-button svg{}
.cart-fixel-items-button a{
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    background: #d10000;
    font-family: 'qs-b';
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #ffff;
    color: #fff
}
.cart-fixel-items-button a:hover{border: 1px solid #fff;color: #fff;background: #186400;}
/*end fixel cart*/
.slickBannerProhome.slick-2-items {
	width: calc(100% + 10px);
	margin: 0 -5px;
}

.slickBannerProhome.slick-2-items .slick-slide {
	padding: 0 5px !important;
}

.slickBannerProhome.slick-2-items .slick-slide img {
	border-radius: 5px;
	overflow: hidden;
	/* border: 3px solid #fff; */
}

.slickBannerProhome {
	border-radius: 5px;
	overflow: hidden;
}

/* News */
.grid-news {
	width: 100%;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}

.news-2 p.scale-img {
	width: 250px;
}

.news-2 .info-news {
	width: calc(100% - 250px);
	padding: 10px 15px;
	position: relative;
	padding-bottom: 40px;
}

.news-2 .view-times-news {
	position: absolute;
	width: calc(100% - 30px);
	bottom: 0;
	left: 15px;
}

.news-2:hover {
	transition: all 0.3s;
	box-shadow: 0 0 10px 0 #d1d1d1;
	transform: scale(0.95);
}

.news-2 {
	display: flex;
	margin: 0 0 20px 0;
	flex-wrap: wrap;
	box-shadow: 0 0 5px 0 #e1e1e1;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s;
}

.news:hover {
	box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 22%);
	transform: translateY(-2px);
	transition: all ease 0.4s;
}

.pic-news {
	width: 100%;
}

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

.info-news {
	width: 100%;
	padding: 15px;
}

.info-news .date {
	color: #888888
}

.view-times-news {
	border-top: 1px solid #d6d6d6;
	padding: 5px 0;
	margin-top: 10px;
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	align-items: center;
	color: #003768;
	font-style: italic;
}

.view-times-news>a {
	transition: color 0.3s;
}

.view-times-news>a:hover {
	color: #b81616;
	transition: color 0.3s;
}

.name-news {
	color: #333;
	font-size: 18px;
	font-family: 'Averta-Bold';
	display: block;
	line-height: normal;
	margin-bottom: 5px;
}

.name-news a {
	color: #0063fb;
	text-decoration: none;
	font-size: 18px;
	font-family: var(--font-title);
	line-height: 1.4;
}

.news {
	/* margin-bottom: 25px; */
	/* height: fit-content; */
	transition: all ease 0.4s;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 1px 1px 10px #dcdcdc;
}

.name-news:hover a,
.news:hover .name-news a {
	color: var(--color-red);
}

.time-news {
	color: #003768;
	font-size: 13px;
	margin-bottom: 0.25rem;
	font-style: italic;
	text-align: right;
}

.desc-news.text-split {
	color: #0063fb;
	margin-top: 5px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

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

.list-news-other {
	padding-left: 0px;
	list-style: none;
}

.list-news-other li {
	margin-bottom: 2px;
}

.list-news-other li a {
	text-transform: none;
	color: #333333;
	transition: all 0.3s;
	display: block;
}

.list-news-other li a:hover {
	color: var(--color-main);
	transform: translateX(5px);
	transition: all 0.3s;
}

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

.contact-input .form-control {
	box-shadow: unset;
	background-color: #fff;
}

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

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

.contact-input .custom-file-label::after {
	content: attr(title);
	/* box-shadow: 0 0 5px 0 #e4e4e4; */
}

.contact-input .custom-file-label {
	/* box-shadow: 0 0 5px 0 #e4e4e4; */
}

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

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

.contact-form input.btn {
	padding: 5px 25px;
	border: 2px solid transparent;
	background-color: #e93f33;
	color: #fff;
	margin-right: 5px;
	transition: transform 0.3s;
	box-shadow: 1px 1px 3px grey;
}

.contact-form input.btn:hover {
	color: #fff;
	background-color: #e93f33;
	transform: scale(0.9);
	transition: transform 0.3s;
}

/* Newsletter */
.newsletter-slogan {
	margin-bottom: 0.5rem;
}

.newsletter-input {
	position: relative;
}

.newsletter-input .invalid-feedback {
	left: 20px;
}

.newsletter-input input {
	background: #fff;
	box-shadow: none;
	height: 48px;

}

.newsletter-button {
	margin-top: 10px;
}

.newsletter-button input[type=submit] {
	text-transform: uppercase;
	background: #00a9ef;
	border: none;
	padding: 0 25px;
	width: fit-content !important;
	display: block;
	line-height: 48px;
	transition: all .2s;
}

.newsletter-button input[type=submit]:hover {
	background: #004a92
}

/* Footer */
.footer-article {
	background: var(--Gradient, linear-gradient(180deg, #0a2a59 0%, #0a2a59 100%));
	color: #fff;
}

.footer-text p {
	margin-bottom: 10px;
}

.footer-text b,
.footer-text strong {
	font-family: qs-b;
}

.footer-text p img {
	vertical-align: middle;
}

.footer-article .wrap-content {
	padding: 40px 10px 20px;
	/* color: #fff; */
}

.footer-title {
	font-size: 20px;
	margin-bottom: 15px;
	color: #fff;
	font-family: var(--font-title);
}

.footer-news {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 15px;
}

.footer-news:nth-child(1) {
	max-width: 407px;
}

.footer-news:nth-child(3) {
	max-width: 200px;
}

.footer-news:nth-child(2) {
	max-width: 161px;
}

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

.footer-ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0 20px 0;
}

.footer-ul li {
	margin-bottom: 10px;
	line-height: 1.2;
}

.footer-ul li:last-child {
	margin-bottom: 0px;
}

.footer-ul li a {}

.footer-ul li a:hover {
	text-decoration: none;
	color: var(--color-red);
}

.footer-tags {
	background: #eee;
}

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

.footer-tags-lists {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer-powered {
	color: #000;
	background-color: #fff;
}

.footer-powered .wrap-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-statistic {
	text-align: right;
}

.footer-statistic span {
	padding-right: 10px;
}

.footer-statistic span:last-child {
	padding-right: 0px;
}

.validation-newsletter {
	margin-bottom: 30px;
}

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

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

.social-footer {
	margin-top: 20px;
}

.footer-news ul li a:hover {
	color: #66b4ff;
}

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

/* Paging */
.pagination-home {
	width: 100%;
	text-align: center;
}

.pagination .page-item .page-link {
	color: #555555;
	font-size: .875rem;
	margin: 2px;
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	/* font-family: 'Font Awesome 5 Light'; */
	border-radius: 2px;
	transition: all 0.1s;
}

.pagination .page-item:not(.active) .page-link:hover {
	transition: all 0.1s;
	transform: scale(0.9);
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
	color: #ffffff;
	border: none;
	background: rgb(79, 136, 191);
	background: linear-gradient(138deg, rgba(79, 136, 191, 1) 0%, #0063fb 100%);
}

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

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

.pagination-ajax a.current,
.pagination-ajax a:hover {
	color: #ffffff !important;
	border: none;
	background: rgb(79, 136, 191);
	background: linear-gradient(138deg, rgba(79, 136, 191, 1) 0%, #0063fb 100%);
}

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

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

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

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

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

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

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

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

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

/* Scroll Top */
.scrollToTop {
	width: 41px;
	height: 41px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 70px;
	right: 15px;
	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: 2;
}

.text-split-1 {
	-webkit-line-clamp: 1;
}

.text-split-6 {
	-webkit-line-clamp: 6;
}

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

.text-split-4 {
	-webkit-line-clamp: 4;
}

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

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

/* fixed button */
#button-contact-vr {
	margin: -10px;
	transform: scale(0.8);
	position: fixed;
	bottom: 180px;
	z-index: 999;
	right: 0;
}

#zalo-vr {
	transition: 1s all;
	-moz-transition: 1s all;
	-webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
	position: relative;
	margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

#zalo-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #e9db48;
	background-color: #e9db48;
}

#zalo-vr .phone-vr-img-circle {
	background-color: #eadc3b;
}

#phone-vr {
	transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
}

.phone-vr-circle-fill {
	width: 65px;
	height: 65px;
	top: 12px;
	left: 12px;
	position: absolute;
	box-shadow: 0 0 0 0 #c31d1d;
	background-color: rgba(230, 8, 8, .7);
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
	background-color: #e60808;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 25px;
	left: 25px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
	display: block;
	line-height: 37px;
}

.phone-vr-img-circle img {
	max-height: 25px;
	max-width: 27px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}

@-webkit-keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
	display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-facebook-messenger-top-header {
	width: 220px
}

.js-facebook-messenger-top-header {
	color: #ffffff;
	background: #1182FC
}

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

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

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

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

.js-facebook-messenger-top-header {
	color: #ffffff;
	background: #1182FC
}

.js-facebook-messenger-top-header {
	width: 220px
}

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

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

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

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

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

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

/* Cart Fix */
.cart-fixed {
	position: fixed;
	right: 20px;
	bottom: 390px;
	z-index: 10;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff !important;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0066cc;
	background-image: linear-gradient(to right, #cc0000, #00a9ef);
}

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

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

/* Toolbar */
.toolbar {
	background: var(--color-red);
	width: 100%;
	padding: 3vw;
	bottom: 0px;
	position: fixed;
	z-index: 500;
	height: auto;
	left: 0px;
}

.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: #ffffff;
	font-size: 3.5vw;
	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: #b81616;
	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: #ffffff;
	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%;
}

/* Combo Phone */
.support-online {
	position: fixed;
	z-index: 999;
	left: 10px;
	bottom: 0px;
}

.support-online a {
	position: relative;
	margin: 20px 10px;
	text-align: left;
	width: 40px;
	height: 40px;
}

.support-online i {
	width: 40px;
	height: 40px;
	background: #43a1f3;
	color: #ffffff;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 1.9;
	position: relative;
	z-index: 999;
}

.support-online a span {
	border-radius: 2px;
	text-align: center;
	background: rgb(103, 182, 52);
	padding: 9px;
	display: none;
	width: 180px;
	margin-left: 10px;
	position: absolute;
	color: #ffffff;
	z-index: 999;
	top: 0px;
	left: 40px;
	transition: all 0.2s ease-in-out 0s;
	-moz-animation: headerAnimation 0.7s 1;
	-webkit-animation: headerAnimation 0.7s 1;
	-o-animation: headerAnimation 0.7s 1;
	animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
	display: block;
}

.support-online a {
	display: block;
}

.support-online a span:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent rgb(103, 182, 52) transparent transparent;
	position: absolute;
	left: -10px;
	top: 10px;
}

.support-online .kenit-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -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(0, 175, 242, 0.5);
	opacity: .75;
	right: -10px;
}

.support-online .kenit-alo-circle {
	width: 50px;
	height: 50px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	opacity: .1;
	border-color: #0089B9;
	opacity: .5;
}

.support-online .support-online .btn-support {
	cursor: pointer;
}

.support-online .mes i {
	background: orange;
}

.support-online .sms i {
	background: #b81616;
}

.support-online .call-now i {
	background: green;
}

/* 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 #ffffff;
	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: #ffffff;
	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)
	}
}

.comment-pro-detail .comment-star i {
	font-size: 13px;
	margin: 0 1px;
}

.detail-right-box {
	position: sticky;
	top: 0;
	z-index: 999
}

.detail-right-box-title {
	padding: 10px 10px 0 10px;
	font-size: 18px;
	font-weight: 500
}

.care-detail-box {
	padding: 10px;
}

.detail-right-box-wrap .care-detail-item {
	margin: 0;
	border-bottom: 1px solid #eee;
	padding: 8px 0;
}

.detail-right-box-wrap .care-detail-item img {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 12px;
}

span.txt-e-c {
	margin-left: 5px;
}

.support-ask-title {
	font-weight: bold;
	margin-bottom: 10px;
}

.support-ask-body,
.support-ask-title {
	padding: 0;
}

.support-ask-item {
	width: 110px;
	display: inline-block;
}

.support-ask-item a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

.support-ask-icon img {
	width: 20px;
	height: 20px;
}

.support-ask-name {
	vertical-align: 1px;
}

.detail-right-box-wrap .care-detail-item a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

/*====================== Edit code ======================*/
.font-title {
	font-family: var(--font-title);
	;
}

.tieuchi {
	padding: 10px;
	display: flex !important;
	margin: 5px;
}

.tieuchi img {
	margin: 0 auto;
}

.tieuchi .img {
	width: 80px;
}

.tieuchi .content {
	width: calc(100% - 100px);
}

.tieuchi .content h3 {
	font-size: 18px;
}

.tieuchi .content p {
	font-size: 15px;
	color: #555555;
}

/* hover_sang2 */
.hover_sang2:before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 10;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.hover_sang2 {
	position: relative;
	overflow: hidden;
}

.hover_sang2:hover:before {
	transition: 1s;
	left: 100%;
}

.grid-3 {
	width: 100%;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(3, 1fr);
}

.btn-more {
	display: block;
	padding: 5px 25px;
	margin: 35px auto;
	font-family: var(--font-title);
	;
	color: #fff;
	transition: all 0.3s;
	background-color: #bf3228;
	border-radius: 4px;
	width: fit-content;
	overflow: hidden;
	font-size: 18px;
}

.btn-more:hover {
	box-shadow: 1px 1px 5px 0 grey;
	transition: all 0.3s;
	background-color: #fff;
	color: #bf3228;
	transform: translateY(-5px);
}

.ykien_kh {
	padding: 20px;
	background-color: #fff;
	margin: 10px 20px;
	border-radius: 5px;
	box-shadow: 1px 1px 7px 0 grey;
}

.ykien_kh .top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ykien_kh .top p.hover_sang2 {
	width: 67px;
	height: 67px;
	border-radius: 50%;
	box-shadow: 0 0 5px 0 grey;
}

.ykien_kh .top .right {
	width: calc(100% - 80px);
}

.ykien_kh .top .right h3 {
	font-size: 18px;
}

.ykien_kh .top .right p {
	font-size: 15px;
}

.star-comment {
	margin: 10px 0;
	color: #ffea00;
}

.wrap-booking {
	background-color: #f0f0f0;
}

.wrap-booking .block-page .left {
	width: 42%;
}

.wrap-booking .block-page .right {
	width: 58%;
}

.wrap-booking .left {
	padding: 35px;
	background: url('../images/bg_booking.jpg') no-repeat;
	background-size: cover;
}

.wrap-booking .left h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}

.wrap-booking.inner-page .left {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.wrap-booking.inner-page {
	background-color: unset;
}

/* form booking  */
.form-booking input.booking-input,
.form-booking textarea,
.form-booking select {
	width: 100%;
	margin: 5px 0;
	padding: 10px 10px;
	border: 1px solid #ffffff93;
	background: transparent;
	color: #000000;
}

.form-booking input.booking-input::placeholder,
.form-booking textarea::placeholder {
	color: #fff;
}

.form-booking button,
.form-booking input[type=submit] {
	width: 100%;
	outline: none;
	color: #bf3228;
	font-size: 18px;
	border: none;
	padding: 5px;
	transition: all 0.3s;
	background-color: #fff;
}

.form-booking button:hover,
.form-booking input[type=submit]:hover {
	transition: all 0.3s;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.705);
	color: #fff;
	transform: scale(1.05);
	background: rgb(201, 18, 11);
	background: linear-gradient(0deg, rgba(201, 18, 11, 1) 0%, rgba(197, 142, 24, 1) 100%);
}

.form-booking select option {
	background-color: transparent;
	color: #000;
	max-width: 100%;
}

.form-booking select {
	position: relative;
}

#booking_time {
	padding-left: 120px;
}

.wrap-bookingtime {
	position: relative;
}

.wrap-bookingtime::before {
	content: 'Giờ đặt tiệc:';
	position: absolute;
	left: 0;
	top: 0;
	width: fit-content;
	height: 100%;
	line-height: 56px;
	color: #fff;
	padding: 0 10px;
}



/* Rating star */
div.rating .rate {
	display: inline-block;
	position: relative;
	border: 0;
}

/* Hide radio */
div.rating .rate>input {
	display: none;
}

/* Order correctly by floating highest to the right */
div.rating .rate>label {
	float: right;
	margin-bottom: 0;
}

/* The star of the show */
div.rating .rate>label:before {
	display: inline-block;
	font-size: 1rem;
	padding: .3rem .2rem .3rem 0;
	margin: 0;
	cursor: pointer;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f005 ";
	/* full star */
}

/* Half star trick */
div.rating .rate .half:before {
	content: "\f089 ";
	/* half star no outline */
	position: absolute;
	padding-right: 0;
}

/* Click + hover color */
div.rating .rate input:checked~label {
	color: #ffea00;
}

/* color previous stars on hover */
div.rating .rate input:checked~div.disable-filedset {
	display: block;
}

.static-page {
	width: 100%;
	max-width: 1080px;
	padding: 20px 40px;
	margin: 0px auto 0 auto;
	box-shadow: 1px 1px 5px 0 #bbb;
	border-radius: 10px;
}

.ht_chinhanh .left {
	width: calc(50% - 35px);
}

.ht_chinhanh .show-map-chinhanh {
	width: 50%;
	max-height: 420px;
	overflow: hidden;
}

.show-map-chinhanh iframe {
	width: 100% !important;
}

.static-page .chinhanh_title>p {
	font-size: 16px;
	padding: 30px;
}

.chinhanh_title>p {
	padding: 40px 30px;
	background-color: #ebebeb;
	font-size: 20px;
	margin-bottom: 1px;
	cursor: pointer;
}

.chinhanh_title>p.active {
	background-color: #bf3228;
	color: #fff;
	position: relative;
}

.chinhanh_title>p.active i {
	color: #000;
}

.chinhanh_title>p.active::after {
	background-color: #bf3228;
	position: absolute;
	content: '';
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	width: 20px;
	height: 30px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}

div.wap_load {
	background: #e8e8e8;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.wrap-box-loader {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader {
	animation: rotate 1s infinite;
	height: 50px;
	width: 50px;
}

.loader:before,
.loader:after {
	border-radius: 50%;
	content: '';
	display: block;
	height: 20px;
	width: 20px;
}

.loader:before {
	animation: ball1 1s infinite;
	background-color: #cb2025;
	box-shadow: 30px 0 0 #f8b334;
	margin-bottom: 10px;
}

.loader:after {
	animation: ball2 1s infinite;
	background-color: #00a096;
	box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(0.8);
		-moz-transform: rotate(0deg) scale(0.8);
	}

	50% {
		-webkit-transform: rotate(360deg) scale(1.2);
		-moz-transform: rotate(360deg) scale(1.2);
	}

	100% {
		-webkit-transform: rotate(720deg) scale(0.8);
		-moz-transform: rotate(720deg) scale(0.8);
	}
}

@keyframes ball1 {
	0% {
		box-shadow: 30px 0 0 #f8b334;
	}

	50% {
		box-shadow: 0 0 0 #f8b334;
		margin-bottom: 0;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px);
	}

	100% {
		box-shadow: 30px 0 0 #f8b334;
		margin-bottom: 10px;
	}
}

@keyframes ball2 {
	0% {
		box-shadow: 30px 0 0 #97bf0d;
	}

	50% {
		box-shadow: 0 0 0 #97bf0d;
		margin-top: -20px;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px);
	}

	100% {
		box-shadow: 30px 0 0 #97bf0d;
		margin-top: 0;
	}
}

/* RIGHT MENU PAGE */
.frame-left>h2 {
	line-height: 30px;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: blc-b;
	/* text-align: center; */
	padding: 5px 10px;
	background: var(--Gradient, linear-gradient(180deg, #154b9b 0%, #0a2a59 100%));
	color: #fff;
	/* border-radius: 5px 5px 0 0; */
	box-shadow: 1px 1px 3px #0000001a;
}

.frame-left {
	width: 100%;
	/* position: sticky;
	top: 60px; */
}

.hotline-onl-sub-left {
	width: fit-content;
	padding: 5px 10px;
	background-color: #b81616;
	border-radius: 30px;
	position: relative;
	margin: 0 auto;
	margin-top: -15px;
	margin-bottom: 20px;
}

.hotline-onl-sub-left a {
	color: #fff;
}

.list-btn {
	display: inline-block;
	width: 285px;
	position: relative;
	background: #FF0000;
	padding-left: 10px;
}

.list-btn h5 {
	text-transform: uppercase;
	color: #FFF;
	font-size: 19px;
	font-weight: 700;
	line-height: 50px;
	text-align: left;
	padding-left: 50px;
	position: relative;
	cursor: pointer;
	margin-bottom: 0rem;
}

.list-btn h5 span {
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 4px;
	background: #FFF;
	left: 10px;
	top: calc(50% - 2px);
	content: '';
}

.list-btn h5 span:after {
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 4px;
	background: #FFF;
	right: 0px;
	top: -8px;
	content: '';
}

.list-btn h5 span:before {
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 4px;
	background: #FFF;
	right: 0px;
	bottom: -8px;
	content: '';
}

.list-btn h5 b {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 10px;
	top: calc(25% - 2px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.6s;
}

.list-btn h5.active b {
	opacity: 1;
	transition: all 0.6s;
	visibility: inherit;
}

.list-btn h5.active span {
	opacity: 0;
	visibility: hidden;
}

.list-btn-position {
	list-style: none;
	position: relative;
	top: 130%;
	width: 100%;
	left: 0px;
	z-index: 5;
	opacity: 0;
	transition: all 0.6s;
	/* background: #FFF; */
	visibility: hidden;
	padding-inline-start: 0px;
	margin-bottom: 0;
}

.list-btn-position>li:last-child>a {
	border: none;
}

.list-btn-position>li:last-child>ul {
	border-top: 1px solid rgb(216, 216, 216);
}

.list-btn-position.show {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.list-btn-position li {
	position: relative;
	text-align: left;
	/* padding-left: 15px; */
	box-sizing: border-box;
}

.back-list>a {
	padding-left: 30px;
}

.list-btn-position li span {
	position: absolute;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	top: 8px;
	z-index: 9;
	cursor: pointer;
}

.list-btn-position li a {
	color: #333;
	font-size: 15px;
	text-decoration: none;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	padding: 10px 20px 10px 0px;
	line-height: 1.2;
	border-bottom: 1px dashed rgb(216, 216, 216);
	transition: all 0.3s;
}

.list-btn-position li:hover>a {
	color: var(--hover-color);
	transition: all 0.3s;
}

.list-btn-position i:hover {
	color: #282828;
}

.list-btn-position li>i {
	width: 25px;
	height: 25px;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	position: absolute;
	top: 5px;
	right: -5px;
	color: grey;
	cursor: pointer;
}

.list-btn-position li>i:hover {
	color: #00a9ef;
}

.list-btn-position ul {
	width: 100%;
	/* background: #FFF; */
	list-style: none;
	padding-left: 0;
	display: none;
}

.list-btn-position ul li a {
	border-bottom: 1px dashed rgb(216, 216, 216);
	margin-left: 15px;
	padding-left: 0;
}

.list-btn-position ul li a i {
	color: var(--color-main);
}

.list-btn-position ul li .fa-circle {
	font-size: 6px;
	vertical-align: top;
	padding-top: 16px;
}

.list-btn-position ul li:last-child>a {
	border-bottom: none;
}

.box-pro-index-lf {
	display: flex !important;
	padding: 3px 0;
	position: relative;
	transition: background-color 0.3s;
	flex-direction: column-reverse;
	border-bottom: 1px dashed #dcdcdc !important;
	padding-bottom: 20px;
}

.box-pro-index-lf .infor-pro-index-lf>p>a.text-split {
	min-height: 35px;
}

.box-pro-index-lf:hover {}

.box-pro-index-lf:after {
	content: "";
	width: 90%;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	/* border-bottom: 1px solid #ededed; */
	position: absolute;
}

.infor-pro-index-lf .price-new,
.infor-pro-index-lf .price-old {
	display: none;
}

.infor-pro-index-lf {
	line-height: 1;
	width: 100%;
	margin-top: 5px;
	text-align: center;
}

.infor-pro-index-lf h3 {
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'blc-b';
	color: #27a3dc;
	/* height: 48px; */
	/* display: flex;
	align-items: center;
	justify-content: center; */
	display: flex;
	justify-content: center;
	align-items: end;
	text-transform: uppercase;
}

.infor-pro-index-lf h3 a:hover {
	color: #00a9ef;
}

.infor-pro-index-lf>p {
	font-size: 13px;
	color: #333;
	margin-top: 5px;
}

.box-pro-index-lf>.img-pro-index-lf {
	margin: 0 auto;
	width: fit-content;
	border-radius: 5px;
	overflow: hidden;
}

.img-pro-index-lf img {
	max-width: 100%;
}

.box-onl-sup-left {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border: 1px solid lightgrey;
	border-top: unset;
}

.box-onl-sup-left p {
	padding-left: 10px;
}

.box-onl-sup-left img {
	width: 100%;
}

.box-left-menu {
	padding: 5px 15px 0;
	/* box-shadow: 1px 1px 3px #0000001a; */
	margin: 0 0 20px;
	border-radius: 0 0 5px 5px;
	/* background: #fff; */
}

.catalogy-left h2 {
	background: #009343;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
	position: relative;
	top: -1px;
	width: calc(100% + 2px);
	left: -1px;
	margin-bottom: 0;
}

.color-white-child>h3 {
	color: #fff
}


.show-mobile {
	display: none;
}

.ul-page {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ul-page li {
	display: inline-block;
}

/* mobile footer */
.fix-toolbar {
	background: #000;
	width: 100%;
	padding: 5px;
	bottom: 0;
	position: fixed;
	height: auto;
	line-height: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	border-top: 1px solid #2f2f2f8a;
	z-index: 10000;
}

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

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

.fix-toolbar ul li a {
	display: block;
	width: 100%;
	cursor: pointer;
	color: #fff;
	font-size: 30px;
}

.fix-toolbar ul li a img {
	height: 25px;
	width: auto;
}

.fix-toolbar img {
	vertical-align: top;
}

.fix-toolbar ul li a span {
	font-weight: 400;
	color: #fff;
	font-size: 13px;
	display: none;
}

.detail-page-left {
	width: calc(100% - 270px);
	margin-right: 20px;
	float: left;
}

.detail-page-right {
	width: 250px;
	float: right;
	margin-top: 10px;
}

.mm-navbar__title {
	font-family: var(--font-title);
	font-size: 18px;
}

.like-btn-card.active {
	background: url(../images/heart-red.svg) no-repeat center center;
	/* background-color: #fff !important; */
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.like-btn-card.active i {
	color: transparent;
}

.owl-carousel.owl-theme .owl-prev,
.owl-carousel.owl-theme .owl-next {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
	border: none;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 5px #000;
	background-color: #ffffff91 !important;
	font-size: 18px !important;
}


.owl-prev {
	left: 0px;
	margin: 0 !important;
}

.owl-next {
	right: 0px;
	margin: 0 !important;
}

.owl-prev i,
.owl-next i {
	color: #091839;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
	color: #000;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: #ffffff21;
}

.owl-theme .owl-nav {
	margin: 0;
}

/* ---------------------------------- wrap-top-slideshow ----------------------------------*/
.wrap-top-slideshow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 26px 10px 18px;
}

.wrap-top-slideshow img {
	vertical-align: middle;
}

.wrap-top-slideshow .left,
.wrap-top-slideshow .right {
	width: calc(50% - 5px);
	border-radius: 10px;
	overflow: hidden;
}

.wrap-title-home {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.wrap-title-home h3 {
	font-family: qs-b;
	color: #fff;
	margin-bottom: 0px;
	font-size: 24px;
}

.wrap-title-home a {
	color: #fff;
	font-size: 16px;
}

.wrap-title-home a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}


/* ---------------------------------- wrap-pro-outstd ----------------------------------*/
.wrap-pro-outstd {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 15px;
	background: var(--Gradient, linear-gradient(180deg, #154b9b 0%, #0a2a59 100%));
	width: calc(100% - 20px);
	margin: 0 10px;
}

.wrap-prohome {
	width: calc(67% - 10px);
	margin-right: 10px;
	/* background: var(--Gradient, linear-gradient(180deg, #154b9b 0%, #0a2a59 100%)); */
	padding: 15px 10px;
	border-radius: 15px;
}

.wrap-discount-code {
	width: 33%;
	padding: 15px 10px;
	background-color: #fff;
	border-radius: 10px;
}

.wrap-title-home.purpal h3 {
	color: #0063fb;
}

.wrap-title-home.purpal a {
	color: #0063fb;
}

.grid-discount {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}

.box-discount-code {
	position: relative;
	overflow: hidden;
	padding: 5px 20px;
	background-color: #F3F6FF;
	border-bottom: 1px solid #00a9ef !important;
	border-top: 9px solid #0063fb !important;
	margin-bottom: 15px;
}

.box-discount-code::before {
	content: '';
	width: 0px;
	height: 100%;
	top: 0;
	position: absolute;
	left: 0;
	border-left: 1px solid #00a9ef;
}

.box-discount-code::after {
	content: '';
	width: 0px;
	height: 100%;
	top: 0;
	position: absolute;
	right: 0;
	border-right: 1px solid #00a9ef;
}

.box-discount-code .top-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.line-break {
	width: calc(100% + 40px);
	margin: 5px -20px;
	border-bottom: 1px dashed #CCCCCC;
	position: relative;
}

.line-break::before {
	content: '';
	width: 20px;
	height: 20px;
	top: 0;
	position: absolute;
	left: 0;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
	border: 1px solid #00a9ef;
	z-index: 2;
}

.line-break::after {
	content: '';
	width: 20px;
	position: absolute;
	height: 20px;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	background: #fff;
	border-radius: 50%;
	border: 1px solid #00a9ef;
	z-index: 2;
}

.box-discount-code .top-box .info h3 {
	font-size: 20px;
	font-family: var(--font-title);
	background: var(--Gradient, linear-gradient(180deg, #154b9b 0%, #0a2a59 100%));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.box-discount-code .top-box {
	color: #0063fb;
	font-size: 12px;
}

.box-discount-code .top-box .discount_code {
	font-size: 14px;
}

.box-discount-code .top-box .date {
	text-align: center;
}

.timing-discount {
	margin: 5px auto;
}

.sale-timing {
	font-size: 12px;
	font-family: var(--font-title);
	color: #fff;
	background-color: #1E1F20;
	border-radius: 2px;
	line-height: 20px;
	min-width: 20px;
	display: inline-block;
}

.box-discount-code .bottom-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box-discount-code .bottom-box .desc {
	width: calc(100% - 55px);
	color: #6B7181;
	font-size: 12px;
	height: 36px;
	overflow: hidden;
}

.box-discount-code .bottom-box a:hover {
	filter: invert(1);
}

.box-discount-code .bottom-box a {
	line-height: 28px;
	display: block;
	width: 45px;
	text-align: center;
	color: #fff;
	font-family: var(--font-title);
	font-size: 12px;
	border-radius: 4px;
	background: var(--Gradient, linear-gradient(180deg, #154b9b 0%, #0a2a59 100%));
}

.newshome-scroll {
	overflow-y: auto;
	overflow-x: hidden;
}

.newshome-scroll::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.newshome-scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.newshome-scroll::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.newshome-scroll::-webkit-scrollbar-thumb:hover {
	background: #555;
}

#share-buttons button {
	transition: all .2s;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 5px !important;
}

#share-buttons button:hover {
	transition: all .2s;
	filter: invert(1);
}

/* ---------------------------------- wrap-newshome ----------------------------------*/
.wrap-newshome {
	margin: 10px 0;
	padding: 0 10px;
}

.wrap-newshome .block-page {
	background: #fff;
	border-radius: 10px;
	padding: 40px 16px 20px;
}

.box-newshome {
	border-radius: 10px;
	overflow: hidden;
}

.box-newshome .content {
	padding: 15px;
}

.box-newshome .content h3 {
	font-size: 18px;
	font-family: qs-b;
	color: #0063fb;
}

.box-newshome:hover .content h3 {
	color: #00a9ef;
}

.box-newshome .content .date {
	color: #888888;
}

.owl-theme .owl-dots .owl-dot span {
	margin: 5px 2px;
	background: rgba(25, 17, 74, 0.5);
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #0063fb;
}

.footer-statistic a:hover {
	filter: invert(1);
}

/* ---------------------------------- wrap-adv-side ----------------------------------*/
.adv-left-side,
.adv-right-side {
	position: sticky;
	top: 25px;
	position: absolute;
	width: 100px;
	right: 100%;
	height: calc(100% - 20px);
	padding-bottom: 5px;
	padding-bottom: 25px;
}

.adv-right-side {
	left: 100%;
}

.adv-left-side .owl-carousel,
.adv-right-side .owl-carousel {
	position: sticky;
	top: 80px;
}

.wrap-adv-home {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
}

/* ---------------------------------- "wrap-title-main ----------------------------------*/
.wrap-title-main {
	display: flex;
	padding: 0px 0 20px 0;
	border-bottom: 1px solid #E3E3E3;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.pro-count-title {
	color: #0063fb;
}

/* title-main */
.title-main {
	width: fit-content;
	position: relative;
}

.title-main span {
	display: block;
	position: relative;
	text-transform: uppercase;
	color: #0063fb;
	font-size: 24px;
	font-family: var(--font-title);
}
.modal-body .res-detail-content{
	overflow-y: auto;
    max-height: 550px;
    min-height: 300px;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    position: relative;
}
.xem-chi-tiet-sp{
	cursor: pointer;
    color: #0f2c57;
    font-size: 14px;
}
.xem-chi-tiet-sp:hover{color: #f00}
/* ---------------------------------- wrapVideo ----------------------------------*/

.wrapVideoHome {
	background: #fff;
	border-radius: 10px;
	padding: 20px 16px 20px;
	margin-bottom: 20px;
}

.slick-videoHome1 .slick-track {
	width: calc(100% + 20px);
	margin: 0 -10px;
}

.wrapVideo {
	/* display: grid; */
	width: 100%;
	/* grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px; */
	margin-bottom: 20px;
}

.frameBoxVideoHome {
	padding: 0 10px;
}

.slick-videoHome1 .slick-slide {}

.frameBoxVideoHome.framFixedVideo {}

#farmeVideoAutoplay .fixedVideo .boxVideoHome h3 {
	font-size: 14px;
	padding: 0;
}

#farmeVideoAutoplay .fixedVideo h3 {
	text-align: left !important;
	padding: 5px 0;
	bottom: 100%;
}

.frameFixBoxVideoHome {
	position: relative;
}

#farmeVideoAutoplay .fixedVideo {
	position: fixed;
	left: 0;
	bottom: 0;
	width: fit-content;
	z-index: 100;
	display: flex;
	/* background: #fff; */
	flex-direction: column-reverse;
	width: 100%;
	max-width: 250px;
}

.closeVideoFixed {
	display: none;
	cursor: pointer;
}

#farmeVideoAutoplay .fixedVideo .closeVideoFixed:hover {
	background: #2882c5;
}

.pauseVideoFixed {
	display: none;
}

#farmeVideoAutoplay .fixedVideo .closeVideoFixed {
	font-size: 10px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-align: center;
	line-height: 15px;
	background: #000000bd;
	display: block;
	position: absolute;
	bottom: 133px;
	right: -7px;
	color: #fff;
	z-index: 1;
}

#farmeVideoAutoplay .fixedVideo video {
	/* height: 150px !important; */
	/* width: 264px !important; */
	background: #000;
	border-radius: 0;
}

.slick-videoHome2 .slick-slide {
	margin: 5px;
}

.slick-videoHome2 .boxVideoHome {
	position: relative;
}

.boxVideoHome {
	width: 100%;
	padding-top: 56.2%;
}

.boxVideoHome video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	/* height: 335px; */
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 1px 1px 3px #0000008a;
}

.boxVideoHome h3 {
	text-align: center;
	font-size: 16px;
	font-style: italic;
	position: absolute;
	padding: 10px;
	width: 100%;
}

#farmeVideoAutoplay {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
}

/* .boxVideoHome.active iframe {
	z-index: 1;
}

.boxVideoHome iframe {
	z-index: -1;
	position: relative;
} */

/* Rating star */
div.rating .rate {
	display: inline-block;
	position: relative;
	border: 0;
}

/* Hide radio */
div.rating .rate>input {
	display: none;
}

/* Order correctly by floating highest to the right */
div.rating .rate>label {
	float: right;
}

/* The star of the show */
div.rating .rate>label:before {
	display: inline-block;
	font-size: 12px;
	padding: .3rem .2rem .3rem 0;
	margin: 0;
	cursor: pointer;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f005 ";
	/* full star */
}

/* Half star trick */
div.rating .rate .half:before {
	content: "\f089 ";
	/* half star no outline */
	position: absolute;
	padding-right: 0;
}

/* Click + hover color */
div.rating .rate input:checked~label {
	color: #FFC806;
	margin-bottom: 0;
}

/* color previous stars on hover */
div.rating .rate input:checked~div.disable-filedset {
	display: block;
}

.hover_dark {
	transition: all .3s;
}

.hover_dark:hover {
	transition: all .3s;
	filter: brightness(.9);
}

/* ---------------------------------- responsive ----------------------------------*/

/* Responsive */
@media(max-width: 1200px) {
	.search-he {
		width: 35%;
	}

	.adv-left-side,
	.adv-right-side {
		display: none;
	}
}

@media(max-width: 1100px) {
	.menu .item-big .nav-item:last-child {
		display: none;
	}

	.menu .item-big .nav-item {
		line-height: 59px;
	}
}

@media(max-width: 1001px) {
	.wap-menu {
		border: none;width: 0;
	}

	.wrap-prohome {
		background: var(--Gradient, linear-gradient(180deg, #154b9b 0%, #0a2a59 100%));
	}

	#farmeVideoAutoplay .fixedVideo .closeVideoFixed {
		top: -7px;
		bottom: unset;
	}

	#farmeVideoAutoplay .fixedVideo {
		bottom: 45px;
		left: 0;
	}

	#farmeVideoAutoplay .fixedVideo {
		bottom: 45px;
	}

	.boxVideoHome video {
		/* height: 250px; */
	}

	.wrap-prohome {
		width: 100%;
		margin: 10px 0;
		border-radius: 0;
	}

	.wrap-discount-code {
		width: 100%;
	}

	.box-discount-code {
		margin: 0 5px;
	}

	.wrap-top-slideshow {
		padding: 10px;
	}

	.order-check-he,
	.search-he,
	.login-he span,
	.order-check-he span,
	.cart-he span.text,
	
	#messages-facebook,
	.cart-fixed {
		display: none;
	}

	.cart-he {
		height: 35px;
		margin-left: 10px;
	}

	.header {
		padding: 5px 10px;
		justify-content: space-between !important;
	}

	.menu,
	.header-bottom {
		display: none;
	}

	.menu-res,
	.show-mobile,
	.fix-toolbar {
		display: block;
	}

	.logo-header img {
		max-height: 50px;
	}

	.logo-header {
		margin-left: 0px;
		margin-right: auto;
	}
	.right-he{
		width: 50%;
		justify-content: end;
	}
	.login-he {
		font-size: 14px;
		background-position: center left;
		width: 100%;
	}

	.login-he>a:nth-child(1) {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		top: 0;
		left: 0;
	}

	.btn-menumobile {
		font-size: 24px;
		margin-right: 15px;
		color: #0a2a59;
	}

	.wrap-tuyendung {
		z-index: 1;
	}

	.img-tuyendung {
		z-index: -1;
		right: 0;
	}

	.wrap-tuyendung>p:not(.img-tuyendung),
	.wrap-tuyendung>h3 {
		padding: 2px 5px;
		background-color: #ffffff7d;
	}

	.ht_chinhanh .left,
	.ht_chinhanh .show-map-chinhanh {
		width: 100%;
	}

	.chinhanh_title>p {
		padding: 15px 20px;
	}

	.social-footer {
		margin-bottom: 15px;
	}

	.footer-copyright,
	.footer-statistic {
		float: unset;
		width: 100% !important;
		text-align: center;
		margin-bottom: 10px;
	}

	.owl-prohome .owl-next,
	.owl-prohome-layout-1 .owl-next {
		right: -10px;
	}

	.owl-prohome .owl-prev,
	.owl-prohome-layout-1 .owl-prev {
		left: -10px;
	}

	.wrap-pro-outstd {
		padding: 0;
		background: unset;
	}

	.wrap-top-slideshow .left,
	.wrap-top-slideshow .right,
	.product {
		border-radius: 5px;
	}

	.search {
		display: flex;
	}

	.wap-hearder {
		position: sticky;
		top: 0;
		border-bottom: 2px solid #dcdcdc;
	}

	.wrap-discount-code {
		border-radius: 0;
	}

	.wrap-newshome {
		margin: 10px 0;
		padding: 0;
	}

	.wrap-newshome .block-page {
		border-radius: 0;
		padding: 20px 10px;
	}

	.footer-article .wrap-content {
		padding: 30px 0;
	}

	.footer-powered .wrap-content {
		padding-bottom: 45px;
	}

	.scrollToTop {
		bottom: 55px;
	}

	.grid-news {
		grid-template-columns: repeat(3, 1fr);
	}

	/*.username-he span,
	.header .box-menu-account {
		display: none;
	}*/
	.account-he .box-menu-account,.username-he i{display: none;}
}

@media(max-width: 992px) {
	.detail-page-right {
		display: none;
	}
	.card-body,.items-img0{
		padding: 5px !important;
	}
	.detail-page-left {
		width: 100%;
		margin-right: 0;
		float: unset;
	}
	.group-sanpham-banchay .product{width: calc(100% / 2 - 10px) !important;}
	.attr-content-pro-detail{
		margin: 0 0;
		display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100% !important;
	}
	.cart-product{width: 60px;}
	._total_price.active{font-size: 14px;top: 5px;
        right: 5px;
        padding: 1px 6px;}
	.quantity-pro-detail{margin-bottom: 10px;padding: 0;}
	
        .items-content0{position: relative;z-index: 5}
        .group-sp{margin: 0}
        .items-content0-title{text-shadow: 1px 1px 2px #ffffff;font-weight: bold;}
        .product-categories{padding: 0 15px}
        .wpa-search{padding: 0 15px}
        .cart-fixel-items-left{flex-wrap: wrap;}
        .cart-fixel-product, .cart-fixel-count,.cart-fixel-price,.cart-fixel-button{width: 100%}
        .cart-fixel-items-right{flex-wrap: wrap;}
        .show-cart-popup,.cart-fixel-items-button a{font-size: 12px;padding: 3px 7px;}
        .cart-fixel-container{font-size: 13px}
        .wap-cart-fixel{padding: 5px 10px;}
        .account-he{margin-right: 0px;}

}

@media(max-width: 850px) {
	.wrap-booking .block-page .left {
		width: 100%;
		max-width: 600px;
		margin: 15px auto;
	}

	.wrap-booking .block-page .right {
		width: 100%;
	}

	.img-chef>p {
		position: unset;
		bottom: unset;
		left: unset;
	}
	.get-product-category-prod{padding: 5px 5px;font-size: 14px;}
}

@media(max-width: 768px) {
	.wrapVideoHome {
		padding: 20px 5px 20px;
	}
	.lang{display: none;}
	.account-he {
		padding: 0;
	}

	.slickBannerProhome.slick-2-items .slick-slide img {
		border: 0;
	}

	.wrap-top-slideshow {
		padding: 10px 5px;
	}

	.wrap-discount-code {
		padding: 15px 5px;
	}

	.wrap-pro-outstd.my-3 {
		margin: 0 !important;
	}

	.wrap-pro-outstd {
		width: 100%;
		margin: 0;
	}
	.items-img0{position: absolute;
        width: 130px;
        right: 10px;
        top: 0;
        z-index: 1;}
        .items-img0 img{max-width: 91%;}
        .attr-content-pro-detail{width: 70% !important;}
	#farmeVideoAutoplay .fixedVideo {
		width: 100vw;
		padding-top: 0;
		max-width: unset;
		background: #000;
		border-top: 1px solid #333;
		color: #fff;
	}

	#farmeVideoAutoplay .fixedVideo .pauseVideoFixed {
		display: block;
		width: 10%;
		text-align: center;
	}

	#farmeVideoAutoplay .fixedVideo .closeVideoFixed {
		position: static;
		order: 1;
		width: 10%;
		background: unset;
		text-align: center;
		font-size: 14px;
	}

	.scrollToTop {
		display: none !important;
	}

	.boxVideoHome video {
		border-radius: 0;
	}

	#farmeVideoAutoplay .fixedVideo .boxVideoHome video {
		position: static;
		width: 30%;
		height: 80px;
		border-radius: 0 !important;
		box-shadow: unset !important;
	}

	#farmeVideoAutoplay .fixedVideo .boxVideoHome {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 0;
	}

	#farmeVideoAutoplay .fixedVideo .boxVideoHome h3 {
		position: static;
		padding: 0 10px;
		width: 50%;
		font-size: 16px;
		font-style: normal;
	}

	.wrap-title-home h3 {
		font-size: 20px;
	}

	.social-plugin {
		flex-wrap: wrap;
	}

	.slick-prev {
		left: -10px;
	}

	.slick-videoHome1 .slick-track {
		width: 100%;
		margin: 0;
	}

	.slick-next {
		right: -10px;
	}

	.grid-news {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px 10px;
	}

	.grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.wrap-about .block-left.w-50,
	.wrap-about .block-right.w-50 {
		width: 100% !important;
		text-align: center;
	}

	.static-page {
		padding: 20px 15px !important;
	}

	.hover_sang2:before {
		content: unset;
	}

	.box-newshome .content {
		padding: 15px 0;
	}

	.scale-img:hover img {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		-moz-transform: unset;
		-webkit-transform: unset;
		-o-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}

	.wrap-order-complete .pic {
		width: 100% !important;
		text-align: center;
	}

	.wrap-order-complete .box-content {
		width: 100% !important;
	}

	.wrap-order-complete {
		flex-wrap: wrap;
	}
}

@media(max-width: 576px) {
	.news-image {
		margin-bottom: 1rem;
	}

	.box-newshome {
		border-radius: 0;
	}

	.slick-prev,
	.slick-next {
		width: 25px;
		height: 25px;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 14px;
	}

	.wrapVideo {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 40px;
	}

	.title-main span {
		font-size: 20px;
		line-height: 1.2;
	}


	#farmeVideoAutoplay .fixedVideo h3 {
		font-size: 12px
	}

	.footer-title {
		font-size: 18px;
	}

	.product {
		box-shadow: 2px 1px 10px #0000004f;
	}

	.box-process-list .info-news h3.name-news a {
		font-size: 16px;
	}

	.box-process-list .info-news .desc-news {
		font-size: 14px;
	}

	.title-pro-detail {
		font-size: 24px;
		line-height: 1.2;
	}

	.pic-product {
		border-radius: 2px;
	}

	/* .footer-title {
		color: #ff9400;
	} */

	.name-news a,
	.box-newshome .content h3 {
		font-size: 15px;
	}

	.pic-product {
		position: static;
	}

	.box-product {
		padding-bottom: 50px;
	}

	/* .cart-product span {
		width: fit-content;
		margin-right: 0;
		background-position: 0px center;
		background-size: 17px;
	} */

	.group-btn-procard {
		bottom: 0;
		top: unset !important;
		justify-content: unset;
	}

	.pic-product:hover .group-btn-procard {
		transition: none;
		transform: unset;
	}

	.wrap-user .group-btn-procard a,
	.group-btn-procard a {
		background-color: #4b7fb6 !important;
		color: #fff;
		border-radius: 3px;
	}

	.like-btn-card.active {
		background: url(../images/heart-red.svg) no-repeat center center;
		color: #c50b0b;
		background-size: 100% 100%;
	}

	.product {
		padding: 5px 5px 10px 5px;
	}

	.cart-product {
		border-radius: 3px;
	}

	.news-2 p.scale-img {
		width: 40%;
	}

	.news-2 .info-news {
		width: 60%;
	}
}

@media(max-width: 480px) {
	.chinhanh_title>p {
		font-size: 16px;
	}

	.group-btn-procard>a {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}

	.group-btn-procard .add-btn-card {
		margin: 0 5px;
	}

	.card-comment {
		margin: 0;
	}

	.group-btn-procard {
		padding: 5px 0;
	}

	.box-product {
		padding-bottom: 30px;
	}

	#farmeVideoAutoplay .fixedVideo .boxVideoHome h3 {
		font-size: 14px;
	}

	.info-review-pro-detail {
		flex-wrap: wrap;
	}

	.info-review-pro-detail li {
		border: none !important;
		padding-left: 0 !important;
	}

	.wrap-top-slideshow .left,
	.wrap-top-slideshow .right {
		width: 100%;
		margin-bottom: 10px;
	}

	.grid-discount {
		grid-template-columns: repeat(1, 1fr);
	}

	.info-news {
		padding: 10px 5px;
	}

	.name-news a {
		line-height: 1.1;
	}

	.info-chef {
		max-width: 100%;
		position: unset;
		transform: unset;
		margin-top: -100px;
		padding-bottom: 100px;
	}

	.grid-solieu {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
	}
}
@media(max-width: 460px) {
	.show-cart-popup, .cart-fixel-items-button a{
		text-align: center;
		font-size: 13px;
	}
	.cart-fixel-items-button a p{display: none;}
}
@media(max-width: 369px) {
	.news-2 p.scale-img {
		width: 100%;
	}

	.grid-news {
		grid-template-columns: repeat(1, 1fr);
	}

	.news-2 .info-news {
		width: 100%;
		margin-bottom: 10px;
	}

	.cart-pro-detail a {
		width: 100%;
	}

	.cart-pro-detail a:first-child {
		margin-right: 0px;
		margin-bottom: 0.5rem;
	}
}
/*phần popup*/

.popup-send-over {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: all 0.6s;
    width: 100%;
    min-height: 100%;
    align-items: flex-start;
}

.popup-send-over.opacity {
    opacity: 0;
    z-index: -1;
}

.popup-send-over.opacity.on {
    opacity: 1;
    z-index: 99909;
}

.popup-send-over.opacity .popup-send-form {
    transform: translateY(-100px);
}

.popup-send-over.opacity.on .popup-send-form {
    transform: translateX(0px);
}

.popup-send-over-friend {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: all 0.6s;
    width: 100%;
    min-height: 100%;
    align-items: flex-start;
}

.popup-send-over-friend.opacity {
    opacity: 0;
    z-index: -1;
}

.popup-send-over-friend.opacity.on {
    opacity: 1;
    z-index: 99909;
}

.popup-send-over-friend.opacity .popup-send-form {
    transform: translateY(-100px);
}

.popup-send-over-friend.opacity.on .popup-send-form {
    transform: translateX(0px);
}

.popup-send-form {
    background: #FFF;
    max-width: 768px;
    min-width: 460px;
    position: relative;
    transition: all 1.3s cubic-bezier(.43, .83, .35, .03);
    margin: 30px 30px;
}

.header-send {
    padding: 30px 15px;
    color: #333;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.header-send .close-send {
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: #FFF;
    color: #FF0000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.content-send {
    padding: 10px 40px;
    min-height: 250px;
    overflow-x: auto;
    max-height: 80vh;
}

.header-send h3,
.header-send h4 {
    font-size: 22px;
    font-weight: 700;
}

#code-book {
    color: #f00;
}

.r-send {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0px;
    border-top: 1px dashed #e5e5e5;
}

.r-sub {
    color: #d00;
}

.lef {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-transform: uppercase;
}

.lef span:nth-child(2) {
    margin: 0px 5px;
}

.lef img {
    border-radius: 50%;
    display: block;
}

.r-send button {
    padding: 10px 15px 5px;
    background: #f00;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    border: none;
    margin: 0 auto;
    min-width: 180px;
}

#noty-tennis {
    margin-top: 60px;
}

.noty-box {
    max-width: 80%;
    padding: 30px;
    background: #069fb7;
    margin: 0 auto;
    position: relative;
}

.noty-box:after {
    bottom: -28px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #069fb7;
    border-width: 28px;
    margin-left: -28px;
    transform: rotate(135deg);
}

.noty-box h3,
.noty-box p {
    color: #FFF;
    text-align: center;
}

.noty-box h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #FFFF01;
}

.form-control {
    height: calc(1.5em + 0.75rem + 8px);
}

.btn-hoamai {
    background: #069fb7;
}

.maps-none {
    display: none;
}

#message p {
    font-size: 15px;
    text-align: center;
}

#message .success {
    color: #068d30;
}

#message .danger {
    color: #c80101;
}

/*end pupop*/
.group-sanpham-banchay{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.group-sanpham-banchay .product{
    width: calc(100%/5 - 10px);
    margin-bottom: 10px;
}
.rid-pro{
	 display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.rid-pro .product{
    width: calc(100%/5 - 10px);
    margin-bottom: 10px;
}