/*font-family: 'Roboto', sans-serif;*/

* {
	margin: 0;
	padding: 0;
}
.fa {
	font-family: FontAwesome !important;
}
html {
	font-size: 62.5%;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
}
body {
	line-height: 1.4;
	font-size: 14px;
	color: #323232;
	background: #f9f9f9;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
img {
	max-width: 100%;
}
ol,
ul {
	list-style: none;
	padding: 0;
}
a {
	color: #323232;
	transition: all 0.3s ease;
	cursor: pointer;
}
.breadcrumb li a:hover,
a:hover {
	color: #0063d1;
	text-decoration: none;
	cursor: pointer;
}
a:focus,
button:focus,
input:focus,
select:focus {
	outline: 0 !important;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #323232;
}
.bg-f5f5f5 {
	background: #f9f9f9;
}
.bg-fff {
	background: #fff;
}
.relative {
	position: relative;
}
.modal-backdrop {
	position: fixed;
	z-index: 1051;
}
.col-xs-20 {
	width: 20%;
	float: left;
}
.col-xs-25 {
	width: 25%;
	float: left;
}
@media screen and (min-width: 768px) {
	.container,
	.container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	[class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.container-fluid {
	max-width: 1600px;
}
@media screen and (min-width: 1200px) {
	.container {
		width: 1140px;
	}
}
.flex-box {display: flex !important;}
.flex-box:before, .flex-box:after{display:none;}
.flex-w {flex-wrap: wrap;}
.flex-c {flex-direction:column;}
.align-c {align-items: center;}
.justify-c {justify-content: center;}
.justify-s {justify-content: space-between;}
.justify-e {justify-content: end;}
.flex-box.row:before,.flex-box.row:after{display:none;}
.flex-box > img{align-self:center;}
.info-address li {
	margin-bottom: 7px;
}
.overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.breadcrumb-bg {
	background: #f5f5f5;
	margin-bottom: 20px;
}
.breadcrumb-transparent{background: transparent;}
.breadcrumb {
	padding: 0;
	margin: 10px 0;
	background: 0 0;
}
.breadcrumb > li + li:before {
	padding: 0 10px;
	color: rgb(97 101 106 / 0.2);
	content: "|";
	display: inline-block;
	height: 14px;
	overflow: hidden;
}
.breadcrumb li a,
.breadcrumb li span {
	color: #777;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
}
.breadcrumb > li.active a,
.breadcrumb > li.active span {
	color: #0063d1;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb15 {
	margin-bottom: 15px;
}
#pagination {
	margin: 15px 11px 13px;
}
#pagination .page-node {
	background: #e7e7e7;
	border: 0;
	color: #303030;
	display: inline-block;
	min-width: 27px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin: 0 1px 0 0;
	padding: 0 3px;
	border-radius: 0;
	font-size: 16px;
}
#pagination .page-node.current,
#pagination a.page-node:hover {
	background: #ccc;
	color: #303030;
}
header {
	transition: all 0.3s ease-in-out;
	background: #fff;
	top: 0;
	z-index: 18;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.header-topbar {
	line-height: 27px;
	display: inline-block;
	margin:0;
	font-size:13px;
	position:relative;
}
.header-topbar:before{
	content:'';
	position:absolute;
	left:-16px;
	top:9px;
	width:9px;
	height:9px;
	border-radius:50%;
	background:#0063d1;
	box-shadow: 0 0 5px #047bff;
}
.header-topbar .top-link {
	margin: 0;
	padding: 5px 0;
}
.header-topbar .top-link li {
	float: left;
	margin-right: 16px;
	padding-right: 19px;
	border-right: 1px solid #fff;
	margin-left: 2px;
}
.header-topbar .top-link li:nth-child(2) {
	margin-left: 6px;
}
.header-topbar .top-link li:last-child {
	margin-right: 0;
	border: 0;
	padding: 0;
}
.header-topbar .top-link li a {
	font-size: 14px;
	display: flex;
	color: #fff;
	line-height: 20px;
	align-items: center;
}
.header-topbar .top-link li a i {
	font-size: 22px;
	margin-right: 10px;
}
.header-topbar .top-link li a i.fa-envelope-o {
	font-size: 16px;
}
.header-topbar .top-link li span {
	color: #fff;
	display: flex;
	line-height: 22px;
}
.header-main {
	background: #0063d1;
	padding:17px 0;
}
#btn-nav-scroll {
	display: none;
	cursor: pointer;
	position: relative;
}
#btn-nav-scroll:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 32px;
	background: 0 0;
}
#btn-nav-scroll img {
	width: 29px;
	height: 21px;
}
.logo {
	width: 266px;
	margin: 0;
	transform: translateX(-25px);
}
.logo a {
	display: block;
	width: 100%;
}
.logo a img {
	height: 34px;
	width: auto;
	max-width: inherit;
	filter: brightness(0) invert(1);
}
.header-action {
	position: relative;
}
.header-action form {
	position: relative;
	width: 444px;
}
.header-action form input {
	height: 44px;
	background: #fff;
	padding: 0 52px 0 0;
	width: 100%;
	border: 0;
	border-radius: 5px;
	color: #707070;
	text-indent: 12px;
	line-height: 17px;
}
::-webkit-input-placeholder {
	color: #707070;
}
:-ms-input-placeholder {
	color: #707070;
}
::placeholder {
	color: #707070;
}
.header-action form button {
	width: 52px;
	position: absolute;
	height: 44px;
	top: 0;
	right: 0;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background:#054086;
	border-radius: 0 5px 5px 0;
}
.header-action form button svg {
	width: 23px;
	height: 23px;
	fill: #fff;
}
.header-cart {
	position: relative;
	font-size: 28px;
	padding-right: 10px;
	top: -3px;
	right: 10px;
	display: none;
}
.header-cart span {
	position: absolute;
	right: 2px;
	top: -2px;
	width: 16px;
	height: 16px;
	text-align: center;
	color: #fff;
	background: #0063d1;
	font-size: 10px;
	line-height: 16px;
	border-radius: 50%;
}
.header-right{
	flex: 1;
	justify-content: flex-end;
}
.header-right .header-hotline, .header-right .header-check span, .header-right .header-hotline a {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}
.header-right .header-hotline a {
	display: block;
}
.header-hotline i {
	font-size: 17px;
}
.header-right .header-hotline strong{font-size: 15px;}
.header-right .header-hotline span{display:block;font-size: 14px;line-height: 17px;position:relative;}
.header-right .header-hotline.visible-lg span:before{
	content:'';
	position:absolute;
	left:-10px;
	top:5px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#16d30c;
}
.header-right .header-hotline.visible-lg span.working:before{
	background:#16d30c;
}
.header-right .header-check{
	position:relative;
	display: flex;
	align-items: center;
}
.header-right .header-check .header-count{
	position:absolute;
	top:-6px;
	left:12px;
	width:15px;
	height:15px;
	text-align:center;
	line-height:15px;
	background:#fe7700;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border-radius:50%;
}
.header-right .header-check img {
	width: 21px;
	align-self: center;
	margin-right:5px;
}
.header-right .header-check.check-order{margin:0 0 0 22px;cursor: pointer;}
.header-right .header-check.check-order img {
	width: 25px;
}
.header-right .header-check.check-order span{
	max-width:65px;
}
.header-menu {
	background: #044086;
}
.main-menu ul.nav {
	position: relative;
	left: 0;
}
.main-menu ul li a {
	text-transform: uppercase;
	box-shadow: none;
	font-size: 14px;
	color: #000;
	padding: 11px 0;
	line-height: 17px;
	display: block;
	transition: all 0.3s;
	font-weight: 400;
}
.main-menu ul li a img{
	max-height: 20px;
	align-self: center;
	margin-right:5px;    height: 20px;
	width: 20px;
	object-fit: contain;
}
.main-menu > ul > li > a {
	line-height:20px;
	color: #fff;
	background: transparent !important;
}
/*.main-menu > ul > li.active > a {
border-color: #0063d1;
}
.main-menu > ul > li:hover > a {
color: #0063d1;
border-color: #0063d1;
background: 0 0;
}*/
.main-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background-color: #fff;
	z-index: 10;
	display: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	padding: 5px;
}
.main-menu li:last-child .sub-menu {
	left: initial;
	right: 0;
}
.sub-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.arrow {
	border: solid #000;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}
.main-menu .sub-menu li a {
	padding: 8px;
	text-transform: initial;
}
.sub-menu li:hover > a {
	color: #27a0fc;
}
.main-menu .sub-menu.sub-style{
	min-width:440px;
	flex-wrap:wrap;
	padding:25px 18px 5px;
}
.main-menu .sub-menu.sub-style li{
	flex:0 0 25%;
	width:25%;
	margin:0 0 20px 0;
	padding-right:10px;
}
.main-menu .sub-menu.sub-style li a{
	padding:0;
}
.sub-menu ul {
	position: absolute;
	top: 100%;
	left: 100%;
	min-width: 200px;
	background-color: #fff;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease-out 0.2s;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	padding: 5px;
}
.main-menu li:last-child .sub-menu ul {
	left: initial;
	right: 100%;
}
.main-menu > ul > li:hover > ul {
	top: 100%;
	display: block;
}
.main-menu > ul > li:hover > ul.sub-style{
	display:flex;
}
/*.main-menu > ul > li > ul li:hover > ul {
top: 0;
opacity: 1;
visibility: visible;
}*/
.menu-scroll {
	margin: 0;
	display: none;
}
.menu-scroll li {
	margin: 0 35px;
}
.menu-scroll li a {
	display: block;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	border-bottom: 2px solid transparent;
	color: #3b414b;
}
.menu-scroll li a:hover,
.menu-scroll li.active a {
	border-color: #0063d1;
}
.menu-scroll li a span {
	display: block;
	margin-top: 7px;
}
body.scroll {
	padding-top: 132px;
}
header.scroll {
	position: fixed;
	width: 100%;
	-webkit-animation: scrollHeader 0.5s;
	animation: scrollHeader 0.5s;
}
header.scroll #btn-nav-scroll,
header.scroll .menu-scroll {
	display: flex;
}
header.scroll .header-topbar,
header.scroll .main-menu {
	display: none;
}
@-webkit-keyframes scrollHeader {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes scrollHeader {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.check-shop-cart {
	padding: 20px 10px;
	text-align: right;
}
.check-cart-pay a,
.check-cart-view a {
	width: 100%;
	display: block;
	padding: 0 28px;
	border: 2px solid transparent;
	font-weight: 700;
	background: #d91560;
	font-size: 19px;
	text-transform: uppercase;
	color: #fff;
	line-height: 31px;
	text-align: center;
	letter-spacing: 2.85px;
}
.check-cart-pay a:hover {
	border-color: #a51a4f;
}
.shop-cart-item {
	padding: 20px 20px 0;
	position: relative;
}
.shop-cart-item .empty {
	padding: 20px 30px 10px;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
}
.content-cart-view {
	height: calc(100% - 260px);
	overflow-y: auto;
}
.shop-cart-item .item-cart-left {
	width: 148px;
	float: right;
	margin-left: 10px;
}
.shop-cart-item .cart-item-right {
	width: calc(100% - 158px);
	float: left;
}
.cart-item-right h3 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}
.cart-item-right h3 a {
	color: #000;
}
.cart-item-right .close-item-cart {
	position: absolute;
	right: 20px;
	top: -3px;
	font-size: 14px;
	margin: 0;
}
.cart-item-right .close-item-cart a {
	color: #000;
}
.cart-item-right p {
	font-weight: 400;
	margin: 0;
	font-size: 13px;
	line-height: 21px;
}
.cart-item-right p span {
	font-size: 12px;
}
.content-variant {
	margin: 20px 0;
	font-size: 13px;
	line-height: 19px;
}
.content-variant > div span {
	font-size: 12px;
	color: #666;
	display: inline-block;
	width: 70px;
}
.cart-item-right p.style-price span {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.7px;
}
.shop-cart-item .remove-item-cart {
	clear: both;
	text-align: right;
	padding: 20px 0;
	border-bottom: 1px solid #e1e1e1;
}
.shop-cart-item .remove-item-cart a {
	display: inline-block;
	width: 150px;
	border: 1px solid #000;
	line-height: 33px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
.shop-cart-item .remove-item-cart a:hover {
	color: #000;
	border-color: #000;
}
.shop-cart-total {
	padding: 11px 20px;
	border-bottom: 1px solid #e1e1e1;
}
.shop-cart-total p {
	margin: 0;
}
.shop-cart-total p span {
	font-size: 22px;
	line-height: 27px;
	float: right;
	color: #000;
	position: relative;
	top: -5px;
}
.index-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	margin: 30px 0;
	color:#000;
}
.footer_bg {
	background: #003b7d;
	color: #fff;
}
.footer_bg .footer-top img {
	width: 194px;
	height: 40px;
}
.footer-top {
	border-bottom: 1px solid #194e8a;
	padding: 30px 0 7px;
	text-align: center;
}
.footer-top p {
	color: #fff;
	max-width: 400px;
	margin: 10px auto;
	font-size: 16px;
	line-height: 1.5;
}
.footer-bottom {
	border-bottom: 1px solid #194e8a;
	padding: 33px 0 18px;
}
.footer-bottom > div {
	float: left;
	padding-right: 20px;
}
.footer-bottom .footer-col1 {
	width: 32.5%;
}
.footer-bottom .footer-col2 {
	width: 26.5%;
}
.footer-bottom .footer-col3 {
	width: 19.6%;
}
.footer-bottom .footer-col4 {
	width: 21.4%;
}
.footer-title {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 500;
	margin: 0 0 24px;
}
.footer-address {
	background-size: 16px;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 6px;
}
.footer-address a {
	color: #fff;
	margin-left: 5px;
}
.footer-address a.has-car {
	padding-right: 25px;
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon_car2.png?v=1)
		right center/20px no-repeat;
}
.footer-menu li {
	padding-left: 13px;
	position: relative;
	margin-bottom: 6px;
}
.footer-menu li:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 7px;
	height: 7px;
	background: #19f800;
	border-radius: 50%;
}
.footer-menu li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}
.footer-address a:hover,
.footer-menu li a:hover,
.footer-phone li a:hover {
	color: #58fa82;
}
.footer-menu.socials {
	margin: 0;
	padding-top: 3px;
}
.footer-menu.socials li {
	padding-left: 0;
	margin-bottom: 6px;
}
.footer-menu.socials li:after {
	display: none;
}
.footer-menu.socials li img {
	margin-right: 7px;
	width: 16px;
	height: 16px;
	align-self: center;
}
.footer-menu.socials li a {
	display: flex;
	align-items: center;
}
.footer-phone {
	margin: 0;
	padding-top: 0;
}
.footer-phone li {
	margin: 0 0 15px 2px;
}
.footer-phone li a {
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.footer-phone li a i {
	font-size: 24px;
	margin-right: 12px;
}
.main-footer-copyright {
	padding: 20px 0 40px;
}
.main-footer-copyright p {
	margin: 0;
	text-align: center;
	line-height: 21px;
}
.head-title {
	line-height: 29px;
	padding: 14px 28px 28px;
	border-bottom-style: double;
	border-bottom-color: #f0f8ff;
	text-align: center;
	color: #4f5359;
	font-size: 24.5px;
	font-weight: 700;
	margin-bottom: 20px;
}
.product-loop {
	margin-bottom: 20px;
}
.product-loop .product-new {
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	color: #f5c35b;
	font-size: 12px;
	font-weight: 500;
}
.product-loop .regular {
	position: relative;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(235,235,235,0.7);
	cursor: pointer;
	transition: all 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
/*.product-loop .regular:hover {
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}*/
.product-loop .product-img {
	position: relative;
	overflow: hidden;
}
.product-loop .product-img:before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.product-loop .product-img .product-image,
.product-loop .product-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product-loop .product-img img.hover {
	opacity: 0;
	visibility: hidden;
}
.product-loop .product-sale, .product-loop-index .product-sale {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 12px;
	line-height: 20px;
	width: 37px;
	font-weight: 500;
	z-index: 1;
	color: #fff;
	background: #fc2727;
	text-align: center;
}
.product-loop .product-tag, .product-loop-index .product-tag {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 1px 10px 0;
	z-index: 1;
	color: #333;
	background: #ffe400;
	text-align: center;
}
.product-loop .product-info {
	padding: 34px 7px 7px;
	position:relative;
}
.product-loop .product-info .loop-tag {
	/*position: absolute;*/
	top: -10px;
	line-height: 21px;
	left: 0;
	/*padding: 0 7px;*/
	font-size: 12px;
	color: #333;
	/*background: #0063d1;*/
}
.product-loop .product-info .loop-tag.baohanh{
	top:11px;
}
/*.product-loop .product-info .loop-tag.sua{
	background: #ffbd23;
}*/

.product-loop .product-info .product-name {
	display: block;
	display: -webkit-box;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	height: 44px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
}
.product-loop.style-new .product-info .product-name {
	-webkit-line-clamp: 2;
}
.related-owl .product-loop .product-info .product-name{
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	height: 34px;
	margin-bottom: 3px;
}
.product-loop .product-info h2 a:hover,
.product-loop .product-info h3 a:hover {
	color: #0063d1;
}
.product-loop .price-box span {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 14px;
	line-height: 17px;
	color: #343434;
}
.product-loop .price-box .special-price {
	color: #ff424e;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}
.product-loop .price-box .old-price {
	text-decoration: line-through;
	margin:0;
}
.product-recommend .product-loop .price-box .old-price {
	border-right: 0;
	color: #000;
	padding-right: 0;
}
.product-recommend .product-loop .product-info {
	padding: 10px;
}
.color-swatches {
	display: inline-block;
	margin: 7px 0;
}
.color-swatches li {
	float: left;
	padding: 0 3px;
}
.color-swatches li a {
	display: block;
	width: 40px;
	height: 20px;
	border: 1px solid transparent;
	overflow: hidden;
}
.color-swatches li a img {
	object-fit: cover;
	width: 100% !important;
	height: 100%;
	vertical-align: top;
	border: 1px solid #e5e5e5;
}
.color-swatches li.active a {
	border-color: #000;
}
#cart {
	margin: 28px 0 70px;
}
#cart .cart-item .cart-item-info {
	align-items: center;
}
#cart .cart-item .cart-item-info a + a {
	padding-left: 30px;
}
.search-title {
	font-size: 16.8px;
	line-height: 1;
	border-bottom: 1px solid #000;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
.search-title {
	border: 0;
	margin-bottom: 10px;
}
.available {
	display: inline-block;
	line-height: 18px;
	background: #0ca51b;
	color: #fff;
	padding: 0 7px;
	border-radius: 4px;
	font-size: 12px;
	margin: 7px 3px 0 0;
}
.available.sold {
	background: #777;
}
.list-policy {
	padding-bottom: 14px;
	border-bottom: 1px solid #e2e2e2;
	margin: 15px 0 14px;

}

.list-policy li {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 24px;
	padding-left: 25px;
	background: url('https://file.hstatic.net/1000338578/file/icon_check_3364859c55984cef88b16cc6c29f516f.png')
		left center/16px no-repeat;
}
.products .border-bottom {
	flex-wrap: wrap;
	background:#fff;
	margin:0 0 16px;
}
.product-img-left .product-image-main {
	margin-bottom: 20px;
}
.product-img-left .product-image-main .product-video {
	padding-left: 4px;
}
.product-img-left .product-image-main .item img {
	width: 400px;
	height: 400px;
	object-fit: cover;
}
.thumb-nav {margin-bottom:10px;}
.thumb-nav .owl-item .item{
	border:2px solid transparent;
	cursor:pointer;
}
.thumb-nav .item.has-video, .product-image-main .has-video {position:relative;}
.thumb-nav .item.has-video i, .product-image-main .has-video i{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size:25px;
	color:#f00;
}
.product-image-main .has-video i{font-size:35px;}
.thumb-nav .item.has-video i:after, .product-image-main .has-video i:after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:10px;
	height:10px;
	background:#fff;
	z-index: -1;
}
.thumb-nav .owl-item.current .item{
	border-color:#0664f9;
}
.product-video iframe {
	width: 100% !important;
	/*height: 230px !important;*/
}
.product-video p {
	font-size: 16px;
	line-height: 1.5;
	margin: 13px 0;
}
.product-video p strong {
	display: block;
	color: #0063d1;
}
.products .product-title {
	margin-bottom: 10px;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.product-review-box {
	align-items: center;
	color: #777;
	padding-right: 20px;
	white-space: nowrap;
}
.product-review-box .haravan-product-reviews-badge {
	align-items: center;
}
.product-review-box .haravan-product-reviews-badge > p {
	margin: 0;
	position: relative;
}
.product-review-box .haravan-product-reviews-badge > p:before,
.product-review-box .product-sold:before {
	content: "|";
	display: inline-block;
	margin-left: 10px;
	padding-right: 10px;
	color: rgba(97, 101, 106, 0.2);
	height: 14px;
}
.product-review-box .haravan-product-reviews-badge i {
	font-size: 16px;
	padding-top: 3px;
	display: inline-block;
}
.products .product-img-left {
	flex: 0 0 50%;
	width: 50%;
	padding-right: 10px;
}
.products #detail-product {
	flex: 0 0 50%;
	width: 50%;
	padding: 12px;
	border-left: 1px solid #e2e2e2;
	border-radius: 0;
}
.products .product-title h1 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	margin: 0;
	color: #303030;
}
.products .product-title .sku {
	font-size: 16px;
	line-height: 19px;
	color: #9b9b9b;
	font-weight: 500;
}
.p-review {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
}
.p-review .hrv-product-reviews-star {
	display: flex;
	align-items: center;
}
.p-review  .hrv-product-reviews-star span{
	margin:0 4px;
}
#price-preview {
	margin: 0 0 15px;
}

#price-preview span {
	color: #ff424e;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	display: inline-block;
}
#price-preview .price-sale2{
	font-size:15px;
	line-height:19px;
	font-weight:bold;
	margin:0 7px;
	color:#9b9b9b;
}
#price-preview .prive-save {
	font-size: 12px;
	color: #ff5c5d;
	background: #fff0f1;
	line-height: 16px;
	border: 1px solid #ff4c58;
	padding: 0 6px;
}
#price-preview label {
	color: #323232;
	font-size: 16px;
	margin: 0 16px 0 0;
	line-height: 26px;
	display: inline-block;
	font-weight: 400;
}
.new-price-box{
	margin-bottom: 10px;
  justify-content: normal
}
.new-price-item {
	flex: 0 0 calc(33% - 10px);
	width: calc(33% - 10px);
	background: #FFFFFF;
	border: 1px solid #0063D1;
	border-radius: 7px;
	padding:7px 8px;
	font-size:13px;
	color: #020202;
	cursor:pointer;
  margin-right: 5px;
}
.new-price-item .new-price-p{
	font-size:16px;
	font-weight:bold;
	line-height:1.1;
	color: #0263d1;
	margin-top:3px;
}
.new-price-item.active{border-color:#FF424E;}
.new-price-item.active .new-price-p{color: #FF424E;}
.new-price-item .txt svg{
	margin-left:4px;
	position:relative;
	top:-5px;
	width:11px;
	height:11px;
	cursor:pointer;
}
.counter-box{
	background: #FBFBFB;
	border-radius: 3px;
	font-size: 13px;
	margin-bottom:10px;
}
.counter-box span.time-sale{margin:0;padding:0;}
.counter-box .getinfo-popup{
	background: #fe7700;
	/*background: #67FF5A;*/
	border-radius: 3px;
	padding: 4px 10px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.product-border .border-title {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	margin: 0;
	color:#393939;
}
.product-choise {
	margin: 10px 0 14px;
}
.product-choise .choise-item {
	flex: 0 0 calc(100%/3 - 11px);
	width: calc(100%/3 - 11px);
	margin-right: 16px;
	border: 1px solid #0063D1;
	border-radius: 3px;
}
.choise-box .choise-item:nth-child(3n) {
	margin: 0;
}
.choise-box p {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	margin: 14px 0 0;
}
.choise-box p input {
	margin: 0 10px 0 0;
}
.choise-box p label {
	margin: 0;
	font-weight: 400;
	cursor: pointer;
}
.choise-box p label a {
	color: #fc2727;
}
.choise-box p label a:hover {
	text-decoration: underline;
}
.select-quantity + .hrv-product-reviews {
	display: none !important;
}
.new-desc {
	margin-bottom: 25px;
	border:0;
}
.new-desc p, .new-desc tr td{
	margin:0;
	font-size:16px;
	line-height:19px;
	font-weight:400;
	height:40px;
	border:0;
}

.new-desc p .left, .new-desc tr td:first-child{
	font-weight:bold;
	flex:0 0 50%;
	width:50%;
	padding-left:25px;
	position:relative
}
.new-desc p .left:before, .new-desc tr td:first-child:before{
	content:'';
	position:absolute;
	left:0;
	top:calc(50% - 6px);
	width:12px;
	height:12px;
	border-radius:50%;
	border: 1px solid #C9C9C9;
}
.new-desc p .left:after, .new-desc tr td:first-child:after{
	content:'';
	position:absolute;
	left:2px;
	top:calc(50% - 4px);;
	width:8px;
	height:8px;
	border-radius:50%;
	background: #0063D1;
}
.new-desc .con-hang {
	display: inline-block;
	padding: 1px 5px;
	background: #CBE0FF;
	border-radius: 3px;
}
.detectproduct-choice {

}
.baogia a {
	display:inline-block;
	color: #0063d1;
	padding: 0 23px 0 9px;
	font-size: 14px;
	line-height: 26px;
	background: rgba(249,249,249,0.5);
	margin: 0 0 0 10px !important;
	border-radius: 9px;
	position:relative;
}
.baogia a:after{
	position: absolute;
	right: 11px;
	top: 0;
	font-size: 12px;
	font-family: 'FontAwesome';
	content: '\f101';
}
.product-list {
	background: #fff;
	padding: 2px;
	margin:0 0 16px;
}
.product-list .product-loop {
	flex:0 0 25%;
	width:25%;
  padding: 0 5px 5px 0;
}
.product-related, .product-store-img, .certificate, .blogpage {
	margin:0 0 18px;
}
.product-store-img .flex-box, .certificate .brand-owl, .blogpage .blog-posts-owl{
	padding:10px;
}
.product-related .product-loop, .product-list .product-loop {
	margin: 0;
}
.product-related .product-loop .regular {
	background: #fff;
}
.product-related .index-title span {
	position: relative;
	z-index: 2;
	background: #f5f5f5;
	padding-right: 20px;
}
.product-related .index-title:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #bbb;
	opacity: 0.3;
}
.product-related .my-nav .owl-nav {
	background: #f5f5f5;
	top: -58px;
	padding-left: 10px;
}
.product-related .my-nav .owl-nav button img {
	width: 24px;
	height: 24px;
}
.product-related .owl-item img {
	width: 273px;
	height: 204px;
}
.product-related .related-owl button img {
	width: 24px;
	height: 24px;
}
@media (max-width: 728px) {
	.product-related .owl-item img {
		width: 345px;

	}
}
.swatch {
	margin-bottom: 14px;
	position: relative;
}
.swatch .header {
	font-weight: 400;
	margin: 0 0 10px;
	font-size: 16px;
}
.swatch .header span {
	text-transform: capitalize;
}
.swatch .swatch-element {
	display: inline-block;
	margin: 0 7px 0 0;
	position: relative;
	vertical-align: bottom;
}
.swatch .swatch-element label span{
	min-width: 56px;
	min-height: 34px;
	line-height: 15px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	border: 1px solid #ccc;
	background: #F4F5FA;
	margin: 0;
	position: relative;
	font-size: 13px;
	font-weight: 400;
	border-radius: 4px;
}
.swatch .swatch-element label span:before{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	left: 8px;
	top: calc(50% - 9px);
	border-radius: 50%;
	border: 1px solid #C9C9C9;
}
.swatch .swatch-element label span:after{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	left: 11px;
	top: calc(50% - 6px);
	border-radius: 50%;
	background: #0063D1;
	opacity:0;
}
.swatch .swatch-element.sd label span:after{opacity:1;}
.swatch a.sizechart-btn {
	align-items: center;
	justify-content: center;
	display: inline-flex;
	height: 42px;
	line-height: 42px;
	width: 120px;
	padding: 3px 7px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 10.5px;
	text-transform: uppercase;
	font-weight: 700;
	vertical-align: top;
	line-height: 1.4;
}
.select-swap a.sizechart-btn:hover,
.swatch .swatch-element label span:hover {
	background: rgba(0, 0, 0, 0.07);
}
.swatch .swatch-element:not(.color) label span {
	padding: 8px 8px 8px 40px;
}
.swatch .swatch-element.color label span {
	width: 58px;
	height: 28px;
	border: 3px solid transparent;
	font-size: 0;
}
.swatch .swatch-element.color label span:hover {
	border-color: #5f717e;
}
.swatch .swatch-element.color.sd label span {
	border-color: #4f5359;
}
.swatch .error-block {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	background: #a3161b;
	padding: 3.5px;
	font-size: 15.4px;
	display: none;
	color: #fff;
	width: 100%;
}
.swatch .error-block.active {
	display: block;
}
.quantity-area,
.select-quantity {
	margin-bottom: 20px;
}
.box_qty .qty-btn,
.quantity-area .qty-btn {
	float: left;
	background: #fff;
	color: #a4a4a4;
	border: solid 1px #e5e5e5;
	cursor: pointer;
	font-weight: 700;
	font-size: 19px;
	outline: 0;
	height: 22px;
	width: 27px;
	line-height: 20px;
	padding: 0;
	text-align: center;

}
.box_qty .qty-btn.btn-sub{
	border-radius: 11px 0 0 11px;
}
.box_qty .qty-btn.btn-plus{
	border-radius: 0 11px 11px 0;
}
.box_qty .qty-btn.disabled,
.quantity-area .qty-btn.disabled {
	background: #e9e9e9;
	pointer-events:none;
}
.box_qty input[type="text"],
.quantity-area input[type="text"] {
	background: #fff;
	font-weight: 700;
	height: 22px;
	padding: 0;
	text-align: center;
	width: 33px;
	border: 1px solid #e5e5e5;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	float: left;
	-webkit-appearance: none;
	font-size: 12px;
}
form.variants .actions-btn, .product-sell {
	margin: 12px 0;
}
form.variants .actions-btn.product-border {
	margin-top: 14px;
	padding-top: 29px;
}
.btn-cart, .sell-action {
	display: block;
	border: 0;
	font-weight: 400;
	background: #0063d1;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 4px;
	padding: 10px 5px;
	width: 100%;
}
.actions-btn a{
	flex: 0 0 57px;
	width: 57px;
	margin-left: 8px;
}
.actions-lk .btn-linhkien {
	display: block;
	width: 100%;
	background: #0063d1;
	color: #fff;
	border: 0;
	line-height: 40px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.btn-cart span.buy {
	font-size: 14px;
	color: red;
}
.btn-cart.btn-cart-api, .sell-action {
	background: #fe7700;
	margin-bottom: 10px;
	padding:6px 0 4px;
	color:#fff;
}
.btn-cart span, .sell-action span {
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	font-size: 18px;
}
.btn-cart.btn-cart-api span, .sell-action span{
	line-height:24px;
	margin-bottom:3px;
}
.btn-cart.btn-cart-api:hover, .sell-action:hover, .actions-lk .btn-linhkien:hover{color:#fff;opacity:0.9;}
.btn-cart.disabled {
	background: #666;
	border-color: #666;
	color: #fff;
	pointer-events: none;
}

form.variants .actions-btn .flex-box {
	flex-wrap: wrap;
	justify-content: space-between;
}
form.variants .actions-btn .flex-box .btn-cart {
	flex: 0 0 calc(50% - 5px);
	width: calc(50% - 5px);
}
a.link-showroom {
	font-weight: 400;
	color: red;
	font-size: 13px;
}
a.link-showroom i {
	font-size: 13px;
	padding: 0;
}
.return-privacy {
	margin: 10px 0;
}
.return-privacy p i {
	font-size: 28px;
	margin-right: 7px;
}
.return-privacy p img {
	width: 35px;
	margin-right: 7px;
}
.return-privacy p a {
	margin-left: 5px;
	text-decoration: underline;
}
.product-des-box {
	margin: 0 0 18px;
	background:#fff;
}
.product-des-tab {
	margin: 0 0 30px;
	background: #fff;
	display: flex;
	border-bottom: 1px solid #0063d1;
}
.product-des-tab li {
	margin: 0;
	line-height: 40px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	color: #303030;
}
.product-des-tab li.active,
.product-des-tab li:hover {
	background: #0063d1;
	color: #fff;
}
.product-des-box .content {
	display: none;
	position: relative;
	padding:0 24px;
	height: 500px;
	overflow: hidden;
}
.product-des-box .content.active {
	display: block;
}
.product-des-box .content.active.cut-tab{
	height: auto;
}
.content.has-more .full-desc {
	max-height: 600px;
	overflow: hidden;
	position: relative;
}
.full-desc table *{
	font-size:14px !important;
	font-weight:500;
}
/*.content.has-more .full-desc:before {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
background: #fff;
}*/
.product-des-box .content * {
	font-size: 16px;
	line-height: 1.5;
}

.product-des-box .content img {
	width: initial !important;
	height: auto !important;
	//max-width:600px;
}
.product-des-box .content p {
	margin-bottom: 10px;
	line-height: 1.8;
	font-size: 17px;
}
.product-des-box .content p a {
	color: #2196f3;
}
.product-des-box .content ul, .full-desc ul {
	list-style-type: initial;
	padding-left: 20px;
}
.product-des-box .content ol, .full-desc ol {
	list-style-type: decimal;
	padding-left: 15px;
}
.full-desc h1, .full-desc h2, .full-desc h3, .full-desc h4, .full-desc h5, .full-desc h6{
	margin-top: 20px;
	margin-bottom: 10px;
}
#hrv-product-reviews {
	background: #fff;
	padding: 16px;
	margin-bottom: 16px;
}
.layout-account {
	padding: 30px 0;
	text-align: center;
}
.AccountTitle {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	color: #383838;
}
.AccountTitle img{
	width:45px;
	margin-right:11px;
}
.AccountList ul li a {
	position: relative;
	color: #252a2b;
	padding: 10px;
	background: transparent;
	border-radius: 0 10px;
	margin-bottom: 2px;
}
.AccountList ul li a img{width:25px;height:auto;margin-right:10px;}
.AccountList ul li a:hover, .AccountList ul li a.active {
	background: #C3DFFB;
}
#customer_sidebar p {
	font-size: 14px;
	overflow: hidden;
}
#customer_sidebar p b span {
	float: left;
	width: 25%;
}
.title-detail {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	border-bottom: 1px solid #ededed;
	padding-bottom: 8px;
}
#customer_orders table,
#order_details {
	width: 100%;
	background: #fff;
}
#customer_orders table tr,
#order_details tr {
	height: 25px;
	line-height: 30px;
}
#customer_orders table tr.odd,
#order_details tr {
	background: #fff;
}
#customer_orders table tr td,
#order_details tr td {
	vertical-align: middle;
	border-top: none;
	font-size: 14px;
}
#order_details tr td {
	line-height: 21px;
}
#order_details b,
#order_details tr td a {
	font-weight: 400;
}
a#view_address {
	font-weight: 400;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	background: #4f5359;
	border: 0;
	margin-top: 15px;
}
a#view_address:hover {
	background: #000;
	color: #fff;
}
#customer_orders,
#order_payment,
#order_shipping {
	margin-bottom: 30px;
	margin-top: 30px;
}
.customer-table-bg .table > tbody > tr > th {
	border-top: none;
}
.detail-table-order {
	margin-top: 30px;
}
.name-order {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.order_section_title {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 10px 0;
	position: relative;
	text-transform: uppercase;
}
.order_date {
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
}
.text_status {
	font-weight: 400;
}
.address p {
	margin-bottom: 5px;
}
.account-order .address {
	margin: 0 0 30px;
	padding: 10px;
	background-color: #fbfbfb;
}
span.variant_acc {
	font-size: 13px;
	opacity: 0.8;
}
.alert-info {
	border-radius: 0;
	margin-bottom: 0;
}
.address_title {
	margin-bottom: 0;
	font-size: 16px;
	padding: 10px 0 10px 10px;
	background-color: #d9edf7;
	border-color: #bce8f1;
	position: relative;
}
.address_table {
	margin-bottom: 10px;
	border-top: 0 solid #ddd;
	background: #fafafa;
	padding: 15px;
}
.address_title h3 {
	margin: 0;
	font-size: 14px;
	padding-right: 62px;
}
.account-address .note {
	border: none;
	padding: 0;
}
p.address_actions.text-right {
	margin: 7px 5px 0 0;
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
}
.action_link a {
	text-transform: uppercase;
	font-size: 15px;
}
span.action_link {
	padding: 5px;
}
.view_address p > b {
	font-weight: 400;
	font-size: 14px;
}
.view_address p {
	margin: 5px 0;
	line-height: 15px;
	font-size: 14px;
}
.add-new-address {
	padding-bottom: 10px;
	display: inline-block;
	padding: 10px;
	background: #4f5359;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.5s;
}
.add-new-address:focus,
.add-new-address:hover {
	background: #000;
	color: #fff;
}
.account-address .input-group-addon {
	display: none;
}
.input-group {
	margin: 15px 0;
}
.input-group .input-group-addon {
	padding: 6px 10px;
	border-radius: 0;
	color: #dad9d9;
	background-color: #ebebeb;
	border-color: #ebebeb;
	min-width: 34px;
}
.wrapbox-heading-account h1 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#recover-password .accounttype h2 {
	text-align: center;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.box-account h3 {
	text-align: center;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.box-account button {
	padding: 5px;
	color: #fff;
}
.box-account button.btsocialloginfb {
	background: #546ea6;
	border: 1px solid #546ea6;
}
.box-account button.btsociallogingg {
	background: #df5656;
	border: 1px solid #df5656;
}
.box-account button i {
	margin-right: 6px;
}
.userbox {
	margin-top: 15px;
}
.userbox form {
	max-width: 410px;
	margin: 0 auto;
}
.userbox .large_form input[type="email"],
.userbox .large_form input[type="password"],
.userbox .large_form input[type="text"],
.userbox .large_form select {
	width: 100%;
	height: 34px;
	padding: 0 15px;
	outline: 0;
	background: #fff;
	color: #847a7a;
	border-radius: 4px;
	border: 1px solid #c3c3c3;
}
.large_form {
	margin-bottom: 15px;
}
.action_bottom {
	margin: 10px 0;
}
.action_bottom .btn {
	width: 100%;
	background: #4f5359;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 10px;
	border: 0;
	line-height: 28px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.5s;
}
.action_bottom .btn:hover {
	background: #222;
}
body.open-cart,
body.open-menu {
	overflow: hidden;
}
.menu-nav-mobile-close {
	position: fixed;
	width: 100%;
	height: 100vh;
	right: 0;
	top: 0;
	background-color: rgba(46, 55, 61, 0.32);
	z-index: 888888;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity: 0;
	visibility: hidden;
}
.menu-nav-mobile-click-close {
	display: none;
	padding: 15px;
	font-weight: 800;
	background: #dbdee7;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
.cart-mobile-close {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(46, 55, 61, 0.32);
	z-index: 8888889;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity: 0;
	visibility: hidden;
}
#mmenu .close-menu {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background: #0063d1;
	text-align: center;
	padding: 7px;
	z-index: 9999999;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#mmenu .close-menu svg {
	fill: #fff;
	stroke:#fff;
	position: absolute;
	right: 10px;
	width: 30px;
	height: 30px;
	background: #0063d1;
	top: 7px;
	padding: 7px;
}
#mmenu .close-menu a img {
	filter: brightness(0) invert(1);
	height: 34px;
	width: 165px;
}
.open-cart .cart-mobile-close,
.open-menu .menu-nav-mobile-close {
	opacity: 1;
	visibility: visible;
}
#mmenu {
	width: 85%;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: -100%;
	height: 100vh;
	padding: 0 0 80px;
	background: #fff;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	overflow-y: auto;
}
#mmenu.active {
	left: 0;
}
#mmenu > .title {
	padding: 10px;
	height: 52px;
	line-height: 31px;
	border-bottom: 1px solid #eee;
	font-weight: 700;
	background: #fff;
	text-transform: uppercase;
}
#header-nav-mobile {
	background: #fff;
	position: relative;
	height: calc(100vh - 140px);
	overflow-y: auto;
	overflow-x: hidden;
	border-top: 1px solid #b8b8b8;
}
#header-nav-mobile li {
	padding-left: 14px;
	border-bottom: 1px solid #b8b8b8;
}
#header-nav-mobile ul li:last-child {
	border: 0;
}
#header-nav-mobile li a {
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	width: calc(100% - 45px);
	text-transform: uppercase;
	padding: 11px 0;
}
#header-nav-mobile li a .img-icon{
	width:20px;
	text-align:center;
	margin-right:5px;
}
#header-nav-mobile li a .img-icon img{
	filter: invert(1);
	max-height: 15px;
}
#header-nav-mobile li.has-child {
	position: relative;
}
#header-nav-mobile li.has-child span.icon-sub {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	line-height: 41px;
	text-align: center;
	cursor: pointer;
}
#header-nav-mobile li.has-child span.icon-sub:before {
	content: "";
	position: absolute;
	width: 300px;
	height: 100%;
	right: 100%;
	z-index: 2;
}
#header-nav-mobile li > ul {
	display: none;
	transition: all 0.5s ease;
}
.smart-search-wrapper {
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 100;
	right: 0;
	top: 100%;
	border: 1px solid #fafafa;
	padding: 4px 5px 0;
	max-height: 450px;
	overflow-y: auto;
	box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
}
.smart-search-wrapper .item-ult {
	padding: 10px 0;
	border-bottom: 1px dotted #dfe0e1;
	display: flex;
}
.smart-search-wrapper .resultsContent .item-ult .thumbs-ult {
	width: 60px;
	flex: 0 0 60px;
	margin-right: 30px;
}
.smart-search-wrapper .resultsContent .item-ult .info-ult {
	width: calc(100% - 90px);
	flex: 0 0 calc(100% - 90px);
	padding: 0;
}
.smart-search-wrapper .resultsContent .item-ult .info-ult .title-ult {
	font-size: 14px;
}
.smart-search-wrapper .item-ult .info-ult .price-ult {
	margin-top: 6px;
	font-weight: 600;
}
.smart-search-wrapper .price-ult .price-pro-ult {
	color: #a0122b;
}
.smart-search-wrapper .price-ult .price-old-ult {
	text-decoration: line-through;
	font-size: 12px;
	margin-left: 5px;
	font-weight: 400;
}
.modal {
	z-index: 1052;
}
.modal-dialog .modal-content {
	border-radius: 0 !important;
}
.main-banner {
	margin: 18px 0 15px 0;
	flex-wrap: wrap;
}
.main-banner .left {
	flex: 0 0 67%;
	width: 67%;
}
.main-banner .right {
	flex: 0 0 33%;
	max-width: 33%;
	padding-left: 10px;
}
.main-banner .right {
	flex-direction: column;
	justify-content: space-between;
}
.main-banner .right .banner-item {
	height: calc(50% - 5px);
}
.main-banner .right .banner-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-category .index-category-bg{
	padding: 43px 0 0;
	margin:0 0 16px;
}
.index-category .index-title {
	margin: 0 0 11px;
}
.list-cate {
	display: flex;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
}
.list-cate li {
	flex: 0 0 calc(100% / 6 - 20px);
	margin: 0 10px 10px;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
	text-align: center;
	border-radius: 5px;
	padding: 10px 10px 20px;
}
.cate-owl-item a, .list-cate li a {
	display: block;
}
.cate-owl-item a .img, .list-cate li a .img {
	display: block;
	position: relative;
	margin-bottom: 15px;
	padding-bottom:100%;
}
.cate-owl-item a .img img, .list-cate li a .img img {
	z-index: 2;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit:contain;
}
/*.cate-owl-item a:hover .img img,
.list-cate li a:hover .img img {
filter: invert(25%) sepia(86%) saturate(1809%) hue-rotate(197deg)
brightness(98%) contrast(107%);
}*/
.cate-owl-item a span, .list-cate li a span {
	display: block;
	margin: 0;
	font-size: 16px;
	line-height:1.2;
	color: #000;
	font-weight: bold;
}
/*.cate-owl-item a:hover .img:after,
.list-cate li a:hover .img:after {
background: #0063d1;
opacity: 0.2;
}
.cate-owl-item a:hover span,
.list-cate li a:hover span {
opacity: 1;
color: #0063d1;
}*/
.list-cate-owl {
	padding:0 0 42px;
}
.list-cate-owl .cate-owl-item {
	flex: 0 0 calc(100%/6 - 15px);
	width: calc(100%/6 - 15px);
	margin: 0 0 16px;
	background:#fff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.16);
	text-align: center;
	border-radius: 5px;
}
.list-cate-owl .cate-owl-item a{
	display:block;
	padding: 33px 10px 20px;
}
.list-cate-owl .cate-owl-item:hover{
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
.index-blog {
	padding: 0 0 40px 0;
}
.index-blog .index-title {
	margin: 0 0 10px;
}
@media (max-width: 412px) {
	.index-title {
		font-size: 19px;
	}
	.index-blog {
		padding: 13px 0;
	}
}
.blog-loop a {
	display: block;
	color:#272727;
	font-size:15px;
}
.blog-loop a .img, .blog-loop .blog-loop-img {
	position: relative;
	padding-bottom: 56.2%;
}
.blog-loop a .img img, .blog-loop .blog-loop-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-loop .blog-loop-title{
	font-size:15px;
	line-height:18px;
	margin:5px 0 10px;
	color:#000;
}
.blog-loop a .date {
	color:#272727;
	margin-top: 14px;
}
.blog-loop a .date img{max-width:29px;max-height:29px;margin-right:5px;}
.blog-loop a .date span{margin-right:5px;}
.blog-loop a .title {
	height: 48px;
	font-size: 15px;
	display: block;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.1px;
	overflow:hidden;
}
.blog-loop a .info {
	padding: 8px;
}
.blog-loop {
	background: #fff;
	transition: all 0.3s;
}
.blog-loop:hover a{color:#0063d1;}
.index-blog .blog-loop{background: transparent;}
.index-blog .blog-loop a .info {
	padding: 15px 0 0;
}
/*.blog-loop:hover {
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}*/
.index-service .index-service-bg{
	background-image: linear-gradient(to bottom, #fff, #fcfcfc);
	padding: 40px 0 5px;
	margin-bottom:15px;
}
.index-service .flex-box {
	align-items: center;
}
.index-service .service-right {
	flex: 0 0 596px;
	width: 596px;
}
.index-service .service-left {
	flex: 0 0 calc(100% - 596px);
	max-width: calc(100% - 596px);
	text-align: center;
}
.index-service .service-left img{
	margin-top:14px;
	max-width:380px;
	width:100%;
}
.service-right .subtext {
	font-size: 16px;
	line-height: 1.4;
}
.service-right .service-title {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.25;
	padding-bottom: 13px;
	margin: 0 0 40px;
	background-image: linear-gradient(96deg, #0063d1 25%, #0360c7 55%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position:relative;
}
.service-right .service-title:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	max-width:360px;
	height:1px;
	background:#ebebeb;
}
.service-right ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 25px 0 50px;
}
.service-right ul li {
	flex: 0 0 50%;
	max-width: 250px;
	margin: 0 0 37px;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	padding-left: 23px;
	background: url('//cdn.hstatic.net/themes/1000338578/1001403288/14/service-arrow.png?v=1')
		left top/20px no-repeat;
}
.service-right ul li strong {
	display: block;
	font-size: 18px;
	color: #0063d1;
	font-weight: bold;
	margin-bottom: 0;
}
.index-brand-bg {
	padding: 20px 20px 3px;
	margin:0 0 21px;
	border-radius: 5px;
}
.index-brand-bg .index-title{margin:0 0 20px;}
.list-brand .brand-item {
	display:block;
	flex: 0 0 calc(100%/5 - 25.6px);
	width: calc(20% - 25.6px);
	margin: 0 32px 30px 0;
	position: relative;
	background: #f9f9f9;
	box-shadow: 0 2px 2px 0 rgb(0,0,0,0.2);
	border-radius: 10px;
}
.list-brand .brand-item:hover{
	box-shadow: 0 7px 7px 0 rgb(0,0,0,0.4);
}
.list-brand .brand-item:before{
	content:'';
	display:block;
	padding-bottom:100%;
}
.list-brand .brand-item:nth-child(5n){margin-right:0;}
.list-brand .brand-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 110px;
}
.list-phukien a{
	display: block;
	flex:0 0 calc((100% - 9rem) / 10);
	width: calc((100% - 9rem) / 10);
	height: 126.86px;
	margin: 0 1rem 1rem 0;
	padding: 1rem;
	border-radius: 1rem;
	overflow:hidden;
	box-shadow: rgba(60,64,67,0.1) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 2px 6px 2px;
}
.list-phukien a span{
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	display:block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.list-phukien a:nth-child(10){margin-right:0;}
.index-product-bg {
	background: #fff;
	margin-bottom:58px;
}
.index-product-bg .title-box {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 24px;
	padding: 0 24px;
}
.index-product-bg .title-box .index-title{
	margin:10px 0;
	line-height: 26px;
}
.index-product-bg .title-box .index-title.has-icon{
	padding-left:32px;
	background: url('//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-hot.png?v=1') top left/26px no-repeat;
}
.index-product-bg .title-box a {
	display: inline-block;
	line-height: 30px;
	background: #f9f9f9;
	text-align: center;
	border-radius: 9px;
	padding: 0 13px;
	position: relative;
	margin-left:9px;
}
.index-product-bg .title-box a.active{color:#0063d1;}
.index-product-bg .title-box a.btn-viewmore{padding: 0 23px 0 13px;}
.index-product-bg .title-box a.btn-viewmore:after{
	position: absolute;
	right: 11px;
	top: 0;
	font-size: 12px;
	font-family: 'FontAwesome';
	content: '\f101';
}
.product-new-owl{padding:0 15px 17px;}

.product-loop-index .product-img a {
	display: block;
	padding-bottom: 100%;
	position: relative;
}
.product-loop-index .product-img a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-loop-index .product-name{
	font-size:14px;
	line-height:17px;
	margin:5px 0;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 34px;
	color:#303030;
}
.product-loop-index .loop-review{
	font-size: 12px;
	color: #e9bd16;
}
.product-loop-index .loop-sold{
	font-size:14px;
	line-height:17px;
	margin-left:3px;
}
.product-loop-index .price-box {
	margin: 7px 0;
}
.product-loop-index .price-box .special-price {
	font-size:16px;
	line-height:19px;
	font-weight:bold;
	color:#303030;
}
.product-loop-index .price-box .special-price.highlight{
	color:#ff424e;
}
.product-loop-index .price-box .sale-price{
	min-width:36px;
	line-height:17px;
	font-size:10px;
	font-weight:bold;
	color:#ff5c5d;
	border: solid 1px #ff4c58;
	background-color: #fff0f1;
	text-align: center;
	margin-left: 5px;
}
.product-loop-index .price-box del{
	margin-left: 5px;
}
.index-product {
	padding: 20px 0;
}
.index-product.pb0 {
	padding-bottom: 0;
}
.index-box-title {
	margin-bottom: 22px;
}
.index-box-title .index-title {
	flex: 0 0 25%;
	max-width: 25%;
}
.index-box-title ul {
	margin: 0;
	flex: 0 0 75%;
	max-width: 75%;
	position: relative;
	padding: 3px 0 0 4px;
}
.index-box-title ul.style2 {
	padding-top: 0;
}
.index-box-title ul:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f5f5f5;
}
.index-box-title ul li {
	float: left;
	padding-right: 20px;
	position: relative;
	z-index: 2;
	background: #fff;
}
.index-box-title ul li a {
	display: block;
	line-height: 24px;
	font-size: 16px;
	color: #777;
	border-bottom: 1px solid transparent;
}
.index-box-title ul li a:hover,
.index-box-title ul li.active a {
	color: #323232;
	border-color: #0063d1;
}
.index-box-title ul li.active a {
	font-weight: 600;
}
#descsize {
	margin-bottom: 18px;
}
.product-des-box .view-more {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	text-align: center;
	line-height: normal;
	padding: 40px 0 0;
	width: 100%;
}
.view-more a, .view-more span {
	display: inline-block;
	background: #0063d1;
	color: #fff;
	font-size: 16px;
	line-height: 31px !important;
	padding: 0 14px 0 10px;
	border-radius: 2px;
	cursor: pointer;
	text-transform: uppercase;
}
.view-more span img {
	max-width: 15px !important;
	align-self: center;
	margin-left: 5px;
}
.view-more span.active img {
	transform: rotate(180deg);
}
.product-tab-item {
	display: none;
}
.product-tab-item.active {
	display: block;
}
.product-loop.style-new .regular {
	padding: 10px;
}
.product-loop.style-new .product-img {
	float: left;
	width: 75px;
}
.product-loop.style-new .product-info {
	float: right;
	width: calc(100% - 92px);
	padding: 5px 0;
}
.product-loop.style-new .regular:after {
	content: "";
	display: table;
	clear: both;
}
.product-tab-item .owl-carousel .item {
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-tab-item .owl-carousel .item .style-new {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}
.my-nav .owl-nav {
	position: absolute;
	top: -44px;
	right: 0;
	z-index: 2;
	background: #fff;
	padding-left: 8px;
}
.my-nav .owl-nav .owl-next {
	transform: rotate(-180deg);
	margin-left: 4px;
}
.list-cate-owl.my-nav .owl-nav,
.product-image-main.my-nav .owl-nav,
.product-recommend-owl.my-nav .owl-nav {
	position: static;
	padding: 0;
	background: 0 0;
}
.list-cate-owl.my-nav .owl-nav .owl-prev,
.product-image-main.my-nav .owl-nav .owl-prev,
.product-recommend-owl.my-nav .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	margin: 0;
}
.list-cate-owl.my-nav .owl-nav .owl-next,
.product-image-main.my-nav .owl-nav .owl-next,
.product-recommend-owl.my-nav .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.list-cate-owl.my-nav .owl-nav .owl-next img,
.product-image-main.my-nav .owl-nav .owl-next img,
.product-recommend-owl.my-nav .owl-nav .owl-next img {
	transform: rotate(-180deg);
	width: 24px;
	height: 24px;
}
.product-recommend-owl .product-loop-index .regular {
	padding: 22px 5px 5px;
	border: 1px solid #0063D1;
	border-radius: 3px;
}
.product-recommend-owl .product-loop-index a{pointer-events:none;}
@media screen and (min-width:1200px){
	.logo a img {
		height: 54px !important;
	}
}
@media screen and (min-width: 992px) {
	.product-tab-item .col-md-3:nth-child(4n + 1) {
		clear: both;
	}

}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.product-tab-item .col-sm-4:nth-child(3n + 1) {
		clear: both;
	}
}
.owl-carousel.my-nav2 .owl-nav button{
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	width:28px;
	height:46px;
	background: rgba(248, 248, 248, 0.8);
	color:#858585;
	line-height:46px;
	font-size:28px;
}
.owl-carousel.my-nav2 .owl-nav button:hover{background:#0263d1;color:#fff;}
.owl-carousel.my-nav2 .owl-nav button.owl-prev{
	left:0;
	border-radius:0 5px 5px 0;
}
.owl-carousel.my-nav2 .owl-nav button.owl-next{
	right:0;
	border-radius:5px 0 0 5px;
}
.owl-carousel.my-nav2 .owl-nav button.owl-prev i{position:relative;left:-2px;}
.owl-carousel.my-nav2 .owl-nav button.owl-next i{position:relative;left:2px;}
.owl-carousel.my-dot .owl-dots{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
}
.owl-carousel.my-dot .owl-dots .owl-dot{
	display: inline-block;
	margin: 0 5px;
	width: 37px;
	height: 3px;
	background: #fff;
	border-radius: 5px;
} 
.owl-carousel.my-dot .owl-dots .owl-dot.active{
	background: #F1BA47;
}
.product-des-box .content .video-box {
	margin-bottom: 15px;
}
.banner-sync {
	border: 1px solid #d1d1d1;
	padding: 10px 7px;
}
.main-banner-sync .owl-item + .owl-item .banner-sync{margin-left:-1px;}
.banner-sync img{
	width:35px !important;
	height:35px;
	margin-right:7px;
}
.banner-sync span{
	flex:1;
	font-size:13px;
	line-height:15px;
	color:#000;
	font-family:'SF Pro Display';
}
.banner-owl {
	margin:0 0 22px;
}
.menu-blog,
.sidebar-widget {
	margin: 0 0 26px;
	position: relative;
	background: #fff;
	border-radius: 5px 0 10px 10px;
	overflow: hidden;
}
.collection-sidebar .sidebar-widget + .sidebar-widget {
	margin: 26px 0 0;
}
.sidebar-widget .sidebarblog-title {
	font-size: 16px;
	padding: 0 10px;
	position: relative;
	color: #5F5F5F;
	line-height: 35px;
	font-weight: bold;
	background: #fff;
	cursor:pointer;
	border: solid 1px #0063D1;
	border-radius: 5px 0 0 0;
}
.sidebar-widget .sidebarblog-title:after{
	position: absolute;
	right: 11px;
	top: 0;
	font-size: 18px;
	font-family: 'FontAwesome';
	content: "\f0d7";
}
.sidebar-widget .sidebarblog-title.active:after{
	content: "\f0d8";
}
.sidebar-widget .sidebarblog-title.no-click{pointer-events:none;}
.sidebar-widget .sidebarblog-title.no-click:after{
	display:none;
}
.sidebar-menu .blog-menu {
	border-bottom: 1px solid #cfcfcf;
	padding: 0 10px;
	height: 50px;
	line-height: 20px;
	font-size: 16px;
	color: #000;
}
.sidebar-menu .blog-menu:hover{color:#0063d1;}
.sidebar-menu .blog-menu img{
	width:30px;
	height:30px;
	align-self: center;
	object-fit:contain;
	margin-right:5px;
}
.sidebar-widget .sidebar-bg {
	background: #fff;
	border-radius: 0 10px 8px 8px;
	border-top: 0;
	margin:0 10px 0 13px;
}
.sidebar-widget .sidebar-bg.address{padding:14px 0 1px;}
.sidebar-widget.product-shorties .sidebar-bg{
	margin:0;
}
.sidebar-widget.product-shorties .sidebar-bg table{
	width:100% !important;
	height:auto !important;
	border:0;
}
.sidebar-widget.product-shorties .sidebar-bg table tr td{
	border:0;
	color:#303030;
	font-size:15px;
	font-weight: 400;
	padding:10px;
}
.sidebar-widget.product-shorties .sidebar-bg table tr:nth-child(even){
	background:#f9f9f9;
}
.sidebar-bg .phone-item {
	padding: 13px 17px 12px;
	border-bottom: 1px dashed #f5f5f5;
}
.sidebar-bg .phone-item:last-child {
	border: 0;
}
.sidebar-bg .phone-item a {
	color: #0063d1;
	font-weight: 500;
	font-size: 16px;
}
.sidebar-bg .phone-item a i {
	font-size: 24px;
	margin-right: 15px;
	vertical-align: bottom;
	color: #323232;
}
.sidebar-bg .phone-item .phone-mess {
	margin: 0;
	color: #fff;
	background: #0ca51b;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 16px;
}
.sidebar-bg .phone-item .phone-mess span:first-child {
	font-weight: 500;
	font-size: 16px;
	display: block;
}
.sidebar-policy {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e2e2e2;
	align-items: center;
}
.sidebar-bg .sidebar-policy:last-child {
	border-bottom: 0;
}
.sidebar-policy img,
.sidebar-policy svg {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	margin-right: 10px;
	align-self: center;
}
.sidebar-policy .info {
	flex: 0 0 calc(100% - 30px);
	color: #303030;
	font-size: 13px;
	line-height:15px;
}
.sidebar-policy .info span {
	display: block;
	/*color: #0063d1;*/
	color: #333;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom:9px;
}
.sidebar-policy .info-map span {
	display: block;
	color: #0063d1;
	font-size: 15px;
	line-height: 18px;
	margin-bottom:9px;
}

.sidebar-address {
	display: block;
	margin-bottom: 12px;
}
.sidebar-address .policy-top{margin-bottom:5px;}
.policy-top img {
	width: 13px;
	height: 13px;
	align-self: center;
	margin-right: 5px;
}
.policy-top span{
	font-size:14px;
	font-weight:bold;
	color:#303030;
}
.sidebar-address .info{
	font-size:14px;
	line-height:30px;
}
.list-news-latest .item-article {
	padding: 10px 0;
}
.list-news-latest .item-article .post-image {
	width: 95px;
	float: left;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.list-news-latest .item-article .post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-news-latest .item-article .post-content {
	width: calc(100% - 110px);
	float: left;
	margin-left: 15px;
}
.list-news-latest .item-article .post-content a {
	display: block;
	font-size: 15px;
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
	font-weight: 600;
}
.list-news-latest .item-article .post-content span.date {
	color: #777;
	margin-bottom: 5px;
}
.box-article-heading h1 {
	margin: 0 0 7px;
	font-size: 38px;
	line-height: 1.21;
	font-weight: 600;
}
@media (max-width: 991px) {
	.box-article-heading h1 {
		font-size: 28px;
	}
}
@media (max-width: 410px) {
	.box-article-heading h1 {
		font-size: 20px;
	}
}
ul.article-info-more li {
	opacity: 0.85;
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	font-weight: 600;
}
ul.article-info-more li i {
	margin-right: 5px;
}
.article-comment .comment_form,
.article-pages,
.meta-tags,
.post-navigation {
	margin-bottom: 40px;
}
.article-pages * {
	max-width: 100% !important;
}
.article-pages ul.mg-left{margin-left:20px;}
.article-pages h2,
.article-pages h3,
.article-pages h4 {
	margin-bottom: 12px;
}
.article-pages p ,.article-pages li,.article-pages div{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.article-pages h4 {
	font-size: 19px;
	color: #1c1c1c;
	font-weight: 600;
	font-style: italic;
}
.article-pages h2 {
	color: #003b7d;
	font-size: 25px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}
.article-pages div {
	font-size: 16px;
}
.article-pages h3 {
	font-weight: 600;
}
@media (max-width: 410px) {
	.article-pages h2 {
		font-size: 22px;
	}
	.article-pages h3 {
		font-size: 20px;
	}
}
.post-navigation {
	font-size: 16px;
	font-weight: 600;
}
.post-navigation .left {
	float: left;
}
.post-navigation .right {
	float: right;
}
.heading-page h1.blog-title {
	font-weight: 400;
	text-transform: uppercase;
	margin: 20px 0 40px;
	font-size: 30px;
}
.blog-posts .blog-post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.blog-post .blog-post-thumbnail {
	flex: 0 0 35%;
	width: 35%;
	margin-right: 16px;
	display: block;
}
.blog-post .blog-post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-post .blog-post-info {
	flex:0 0 calc(65% - 16px);
	width: calc(65% - 16px);
}
.blog-post .blog-post-title a {
	display: block;
	margin: 5px 0 10px;
	font-size: 16px;
	text-transform: none;
	line-height: 1.4;
	color: #000;
	max-height: 44px;
	overflow: hidden;
	font-weight: 600;
}
.blog-post-meta .author {
	color: #303030;
	padding-left:16px;
	font-size:13px;
	line-height:15px;
	background: url('//cdn.hstatic.net/themes/1000338578/1001403288/14/blog-author.png?v=1') left center/10px no-repeat;
	margin-right:17px;
}
.article-content .blog-post-meta {
	border-bottom: 1px solid #979797;
	padding-bottom: 15px;
	margin-bottom: 17px;
}
.article-content .blog-post-meta .author{
	padding-left:0;
	background:transparent;
	margin-right:45px;
	line-height:18px;
}
.blog-post-meta .date {
	display: inline-block;
	padding: 0 10px;
	margin: 0 10px;
	position: relative;
}
#article {
	margin-bottom: 10px;
}
.related-post-block {
	background: #fff;
	margin-bottom: 25px;
	padding: 0 20px 10px; 
}
.related-post-block .related-post-title{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 16px;
	padding-top:25px;
	border-top:1px solid #979797;
}
.related-posts .blog-loop {
	flex: 0 0 calc(100%/3 - 13px);
	width: calc(100%/3 - 13px);
	margin-bottom: 5px;
}
.related-posts .blog-loop .blog-loop-title{
	display: block;
	display: -webkit-box;
	font-size: 16px;
	line-height: 23px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*.blog-post-meta .date:before {
content: "-";
position: absolute;
left: -3px;
}
.blog-post-meta .date:after {
content: "-";
position: absolute;
right: -3px;
}*/
.blog-post .entry-content {
	line-height: 19px;
	color: #303030;
	font-size: 16px;
	margin: 16px 0;
}
.blog-post .blog-cate{
	display:inline-block;
	background:#e6e6e6;
	font-size:13px;
	color:#303030;
	line-height:22px;
	border-radius:10px;
	padding:0 7px;
}
.blog-post .blog-cate:hover, .title-20 a:hover, .blog-top-item .blog-post-title a:hover{
	color:#0063d1;
}
#blog {
	margin-bottom: 35px;
}
.blog-pagi{
	margin-top: -20px;
}
.blog-pagi #pagination {
	margin: 0;
	text-align: center;
	padding: 20px;
}
.article-content {
	background: #fff;
	padding: 14px 20px;
}
.article-content.full-desc{
	height:500px;
	overflow:hidden;
	position:relative;
}
.collection-title {
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px 0 20px;
}
select.sort-by {
	border: 0;
	border-bottom: 1px solid #f5f5f5;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	appearance: none;
	padding-right: 15px;
	color: #4f5359;
	background: url(//theme.hstatic.net/1000338578/1000721032/14/select-arrow.svg?v=393)
		right 4px center/10px no-repeat;
	position: relative;
	top: -2px;
}
#collection .full-des {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	margin-bottom: 50px;
	overflow: hidden;
}
#collection .full-des .full-desc {
	height: 500px;
	overflow: hidden;
	position: relative;
	padding: 10px 25px 0;
}
 #collection .full-des .full-desc.cut-tab{height: auto;}
.article-content.full-desc.cut-tab{height: auto;}
.product-des-box .cut-tab .view-more, #collection .full-des .full-desc.cut-tab .viewMore, .article-content.full-desc.cut-tab .viewMore {
    position: static;
}
.viewMore {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: #fff;
	text-align: center;
	line-height: normal;
	padding: 40px 0 0;
	margin: 0 !important;
}
.viewMore span, .bang-gia-more span {
	display: inline-flex !important;
	width:auto !important;
	align-items: center;
	background: #0664f9;
	color: #fff;
	font-size: 16px;
	height: 31px;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 0 14px 0 10px;
	cursor: pointer;
}
.viewMore span:before{display:none;}
.viewMore span img, .bang-gia-more span img {
	width: 15px;
	align-self: center;
	margin-left: 5px;
}
.viewMore span.active img, .bang-gia-more span.active img{transform: rotate(180deg);}
.col-left {
	padding: 0;
	/*border-right: 1px solid #f5f5f5;*/
}
.col-right {
	padding: 0 0 0 12px;
}
#filtercontainer {
	background: #fff;
	padding: 0 0 7px 1px;
	border-radius: 5px;
	margin:0 0 26px;
}
.filter-item {
	margin-bottom: 0;
}
.filter-item .index-title {
	background: #fff;
	margin: 0;
	padding: 27px 0 5px 18px;
}
.filter-item ul {
	border-top: 2px solid #0063d1;
	background: #fff;
	padding: 20px;
  padding-bottom:0; 
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin:0;
}
.filter-item ul li {
	flex: 0 0 25%;
	max-width: 25%;
	padding-right: 10px;
	margin-bottom: 8px;
}
.filter-item ul li a {
	width: 100%;
	display: block;
	position: relative;
	padding-left: 23px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
	cursor: pointer;
}
.filter-item ul li input {
	margin: 0 10px 0 0;
	cursor: pointer;
}
.filter-item ul li label {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
	cursor: pointer;
}
.filter-item ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	background: #f9f9f9;
	border: 1px solid #bbb;
	border-radius: 50%;
}
.filter-item ul li.checked a:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 7px;
	width: 12px;
	height: 12px;
	background: #0063d1;
	border-radius: 50%;
}
.collection-filter-block2 .filter-item ul,
.collection-filter-block3 .filter-item ul{
	padding-bottom:0;
}
.collection-filter-block2 .filter-item ul li,
.collection-filter-block3 .filter-item ul li{
	margin-bottom:30px;
}
.collection-filter-block2 .filter-item ul li a,
.collection-filter-block3 .filter-item ul li a{
	padding-left:20px;
}
.collection-filter-block2 .filter-item ul li.checked a:after,
.collection-filter-block3 .filter-item ul li.checked a:after{
	display:none;
}
.collection-filter-title {
	margin: 0px;
	position: relative;
	background:#fff;
	height: 47px;
	padding:0 20px 0 22px;
}
.collection-filter-title:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f5f5f5;
}
.collection-filter-title .index-title {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0;
	margin:0;
}
.contact-left,
.contact-right {
	margin-top: 25px;
}
.contact-right .name-company {
	font-size: 18px;
	margin-bottom: 10px;
}
.contact-left .form-group input[type="email"],
.contact-left .form-group input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
	padding: 8px 5px;
	border-radius: 6px;
	border: 1px solid #c3c3c3;
	padding-left: 10px;
}
.contact-left .contact-form input[type="submit"] {
	padding: 8px 15px;
	text-transform: uppercase;
	border: none;
	font-weight: 600;
	color: #fff;
	transition: all 0.3s ease-in-out;
	background: #333d44;
	border: 1px solid #333d44;
	border-radius: 3px;
}
.content-contact {
	padding: 30px 0;
}
.contact-left .contact-form input[type="submit"]:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}
.contact-maps iframe {
	width: 100%;
}
.new-checkout {
	margin:62px 0 54px;
	background:#fff;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
	border-radius: 30px;
	padding:0 0 28px;
}
.new-checkout-contain{
	padding: 0 66px;
}
.new-checkout .checkout-box {
	flex: 0 0 50%;
	max-width: 50%;
}
.new-checkout-title{
	border-bottom:1px solid #ebebeb;
	margin-bottom:48px;
	text-align:center;
}
.new-checkout-title span{
	display: inline-block;
	line-height: 46px;
	padding: 0 37px;
	background: #044086;
	color: #fff;
	border-radius: 24px;
	margin: 0 auto;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	top: -23px;
}
.new-checkout-title p{
	margin: -10px 0 15px;
}
.new-checkout-title.success span{
	background:#f0fff7;
	color:#219653;
}
.checkout-box .index-title {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 40px;
	padding-bottom: 24px;
}
.checkout-box.col-left {
	padding-right:10px;
}
.checkout-box.col-right{padding-left:10px;}
.checkout-box.col-left.pickdate {
	border: 0;
	padding: 0;
}
.checkout-item {
	padding-left: 0;
	margin-bottom: 20px;
}
.flex-box > .checkout-item{
	flex:0 0 50%;
	width:50%;
	padding:0;
	position:relative;
}
.flex-box > .checkout-item:last-child{padding-left:10px;}
.checkout-item label, .checkout-title {
	font-size: 16px;
	line-height: 19px;
	color: #324b8f;
	cursor: pointer;
	font-weight:bold;
	margin:0 0 5px;
}
.checkout-title.mt30 {
	margin-top: 30px;
}
.checkout-item span[class^=err], span.err {
	position: absolute;
	bottom: -18px;
	left: 0;
	font-size: 13px;
	margin-left: 5px;
	color: red;
	font-weight: 400;
}
.checkout-item .full-width {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 9px;
	line-height: 33px;
	padding: 0 10px;
	background: #f4f5fa;
	outline: none;
}
.checkout-item textarea.full-width {
	min-height: 64px;
}
.checkout-item input {
	margin-top: 0;
}
.checkout-type p {
	align-items: center;
	pointer-events: none;
	opacity: 0.5;
	display: none;
}
.checkout-type p.active {
	pointer-events: initial;
	opacity: 1;
	display: flex;
}
.checkout-type p input {
	margin: 0 15px 0 0;
	display:none;
}
/*.checkout-type p + p {
margin-left: 10px;
padding-left: 10px;
position: relative;
}
.checkout-type p + p:before {
content: "";
position: absolute;
left: 0;
top: 4px;
width: 1px;
height: 16px;
background: #e2e2e2;
}*/
.checkout-item .checkout-type-box {
	display: none;
}
.checkout-item .checkout-type-box.active {
	display: block;
}
.checkout-item .checkout-type-box p, .checkout-type-pay p {
	align-items: center;
	margin: 0 0 5px;
	background: #f4f5fa;
	border-radius: 9px;
	padding: 7px 8px;
}
.checkout-type-pay p {margin-bottom:10px;}
.checkout-item .checkout-type-box p input, .checkout-type-pay p input {
	margin:0 6px 0 0;
}
.checkout-item .checkout-type-box p label, .checkout-type-pay p label {
	font-size: 15px;
	line-height:18px;
	margin:0;
	color:#4e4e4e;
	font-weight: bold;
	cursor:pointer;
}
.checkout-item .checkout-type-box p label span {
	display: block;
	font-weight: 700;
	color: #0063d1;
}
.vcb-table {
	border: 1px solid #dcdcdc;
	padding: 38px 20px 20px 26px;
	margin-top: -25px;
	border-top: 0;
}
.page-linhkien .vcb-table{
	border-top: 1px solid #dcdcdc;
	margin: 0;
	border-radius: 9px;
	padding-top:20px;
}
.vcb-table .vcb-left {
	flex: 0 0 calc(100% - 170px);
	width: calc(100% - 170px);
}
.vcb-table .vcb-right {
	flex: 0 0 170px;
	width: 170px;
}
.vcb-table .vcb-left p {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	display: flex;
}
.vcb-table .vcb-left p:last-child{margin:0;}
.vcb-table .vcb-left p span:first-child {
	width: 105px;
}
.vcb-table .vcb-left p:before {
	content: '';
	position: absolute;
	left: -14px;
	top: 6px;
	width: 7px;
	height: 7px;
	background: #0063d1;
	border-radius: 50%;
}
#type-2 {
	background: #f5f5f5;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding: 20px;
}
#type-2 select.full-width,
#type-2 textarea::placeholder {
	color: #0063d1;
}
#type-2 select.full-width {
	appearance: none;
	padding-right: 30px;
	background: #fff
		url(//theme.hstatic.net/1000338578/1000721032/14/select-arrow2.svg?v=393)
		right 13px center/15px no-repeat;
}
#type-2 .full-width + .full-width {
	margin-top: 10px;
}
.checkout-process a, .checkout-process button {
	display: block;
	width: 100%;
	max-width: 210px;
	background: #0063d1;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	line-height: 50px;
	margin: 70px auto 0;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
.checkout-list .cart-item {
	padding-right: 6px;
}
.checkout-list .cart-item + .cart-item {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #dcdcdc;
	align-items: center;
}
.cart-item .remove {
	align-items: center;
	color: #a0a0a0;
	cursor: pointer;
	flex: 0 0 45px;
}
.cart-item.no-quantity .remove {
	height: 24px;
}
.cart-item .remove svg {
	fill: #a0a0a0;
	margin-right: 4px;
}
.cart-item .remove:hover {
	color: #fc2727;
}
.cart-item .remove:hover svg {
	fill: #fc2727;
}
.cart-item-info {
	align-items: center;
}
.cart-item .cart-item-info {
	flex: 0 0 calc(100% - 45px - 114px - 98px);
}
.cart-item.no-quantity .cart-item-info {
	flex: 0 0 calc(100% - 45px - 98px);
}
.cart-item .cart-item-info img {
	width: 85px;
	height: 85px;
	object-fit: cover;
	align-self: center;
}
.cart-item .cart-item-info a,
.cart-item .cart-item-info span {
	font-size: 14px;
	line-height: 18px;
	padding-left: 5px;
}
.cart-item .box_qty {
	flex: 0 0 87px;
}
.cart-item .cart-price {
	flex: 0 0 98px;
	text-align: right;
	font-size: 14px;
	line-height: 1.5;
	color: #303030;
	font-weight: 700;
}
.cart-item .cart-price.sale{
	color:#f00;
}
.checkout-list {
	border: 1px solid #dcdcdc;
	border-radius: 9px 9px 0 0;
	padding: 8px 10px 12px;
}
.checkout-box .cart-total {
	height: 50px;
	align-items: center;
	border-radius: 0 0 9px 9px;
	justify-content: space-between;
	padding: 0 16px 0 30px;
	border: 1px solid #dcdcdc;
	border-top:0;
}
.checkout-box .cart-total .title {
	font-size: 16px;
}
.checkout-box .cart-total .total-price {
	font-size: 20px;
	color: #4f5359;
	font-weight: 700;
	text-transform: uppercase;
}
#checkoutModal .modal-dialog {
	margin: 50px auto;
}
#checkoutModal .modal-dialog .modal-content {
	height: 200px;
}
#checkoutModal .modal-title {
	background: #0063d1;
	color: #fff;
	padding: 10px 10px 8px 20px;
	justify-content: space-between;
	align-items: center;
}
#checkoutModal .modal-title .close {
	text-shadow: none;
	background: 0 0;
	width: 20px;
	height: 20px;
}
#checkoutModal .modal-title .close svg {
	width: 16px;
	height: 16px;
	stroke: #fff;
}
#checkoutModal .modal-thanks {
	font-size: 18px;
	line-height: 1.5;
	margin: 18px 20px;
}
.new-checkout .cart-item .remove {
	display: none;
}
.new-checkout .cart-item.no-quantity .remove {
	display: block;
}
.new-checkout .cart-item .cart-item-info {
	flex: 0 0 calc(100% - 87px - 98px);
}
.new-checkout .cart-item.no-quantity .cart-item-info {
	flex: 0 0 calc(100% - 98px - 45px);
}
#menu-left {
	position: absolute;
	top: calc(100% + 19px);
	width: 190px;
	left: 0;
	background: #fff;
	z-index: 2;
	border: 1px solid #f5f5f5;
	box-shadow: 0 4px 8px rgb(0 0 0 / 4%);
	padding: 23px 2px 20px 11px;
	display: none;
}
#btn-nav-scroll:hover #menu-left,
#menu-left.active {
	display: block;
}
#menu-left ul li {
	margin-bottom: 6px;
	position: static;
}
#menu-left ul li a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 5px 10px 5px 10px;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	white-space: nowrap;
} 
#menu-left ul li ul li a{
	border-bottom:1px solid #f2f2f2;
}
#menu-left ul li ul li a{
	text-transform: inherit;
}
#menu-left ul li a:hover {
	background: #f5f5f5;
}
#menu-left ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 220px;
	min-height: 100%;
	background: #fff;
	border: 1px solid #f5f5f5;
	box-shadow: 0 4px 8px rgb(0 0 0 / 4%);
	display: none;
	padding: 19px 2px 20px 11px;
}
#menu-left ul ul ul{
	min-width: 190px;
}
#menu-left ul li:hover > ul {
	display: block;
}
.icon-search-xs {
	width: 16px;
	padding-top: 8px;
}
.icon-search-xs svg {
	fill: #fff;
	width: 16px;
	height: 16px;
}
.footer-mb {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/footer_bgnew.png?v=1) center bottom/contain no-repeat;
	z-index: 9999999999;
	height: 85px;
	/*overflow: hidden;*/
}
.footer-mb > .flex-box {
	height: 60px;
	margin-top: 25px;
	position: relative;
	padding:0 12px;
}
.footer-mb-item {
	margin: 0;
	align-items: center;
	text-align: center;
	flex: 0 0 calc((100% - 120px)/2);
	justify-content: space-between;
}
.footer-mb-item li + li {
	margin: 0 0 0 10px;
}
.footer-mb-item li a span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	line-height: 14px;
	color: #003B7D;
}
.footer-mb-item li a img {
	object-fit: contain;
}
.footer-mb .zalo-chat99{
	top: -25px;
	left: 0;
	margin:0;
	flex: 0 0 50px;
}

.footer-mb .footer-chat {
	position: relative;
	top: -29px;
	z-index: 2;
	border-radius: 50%;
	background: 0 0;
	margin: 5px;
	left: -5px;
	cursor: pointer;
	background: #fff url(https://public-gcs.subiz-cdn.com/dashboard-v4/public/img/bubble/bubble_10.svg);
	background-size: cover;
	height: 54px;
}
.footer-mb .footer-tv {
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%);
	color: #003B7D;
	font-size:12px;
	line-height:14px;
}
#btn-nav-mobile {
	display: none;
	width: 30px;
	align-items: center;
	justify-content: center;
	background: #0063d1;
}
#btn-nav-mobile img {
	align-self: center;
	width: 100%;
}
.thu-mua .index-title {
	margin: 9px 0 4px;
}
.thu-mua-desc {
	max-width: 794px;
	margin: 0 auto 30px;
}
.thu-mua-desc img {
	margin: 0 0 17px;
}
.thu-mua-desc p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}
.thu-mua-box {
	max-width: 794px;
	margin: 0 auto 40px;
	background: #fff;
	padding: 30px 0 17px;
}
.thu-mua-box > div {
	max-width: 520px;
	margin: 0 auto 13px;
	padding: 0;
}
.thumua-btn button {
	display: inline-block;
	width: 65px;
	line-height: 30px;
	background: #0063d1;
	color: #fff;
	border: 0;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
.ajax-loadding {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999999999;
	align-items: center;
	justify-content: center;
	display: none;
}
body.send-api .ajax-loadding {
	display: flex;
}
.ajax-loadding span {
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
	background: #fff;
}
.ajax-loadding span:before {
	content: "";
	position: absolute;
	width: 80px;
	left: 10px;
	top: 10px;
	height: 80px;
	z-index: 3;
	border: 2px solid #323232;
	border-radius: 50%;
	animation: circle infinite 0.5s;
}
.ajax-loadding span:after {
	content: "";
	position: absolute;
	height: 40px;
	width: 84px;
	background: #fff;
	z-index: 4;
	top: 30px;
	left: 8px;
	animation: circle infinite 0.5s;
}
@keyframes circle {
	0% {
		transform: rotate(0);
	}
	20% {
		transform: rotate(40deg);
	}
	40% {
		transform: rotate(80deg);
	}
	60% {
		transform: rotate(120deg);
	}
	80% {
		transform: rotate(160deg);
	}
	100% {
		transform: rotate(180deg);
	}
}
.fb-chat-desktop {
	position: fixed;
	right: 10px;
	bottom: 160px;
	width: 70px;
	background: #fff;
	border-radius: 50%;
	padding: 17px;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
	z-index: 99;
}
.main-banner-owl {
	padding: 13px 0 0;
}
.main-banner-owl .owl-dots {
	margin: 0 0 23px;
	text-align: center;
}
.main-banner .owl-dots .owl-dot, .main-banner-owl .owl-dots .owl-dot, .coll-banner-owl .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 37px;
	height: 3px;
	background: #fff;
	border-radius: 5px;
}
.main-banner .owl-dots .owl-dot.active, .main-banner-owl .owl-dots .owl-dot.active, .coll-banner-owl .owl-dots .owl-dot.active{
	background: #F1BA47;
}
.product-image-main.owl-carousel .owl-video-tn {
	padding-bottom: 100%;
}
.main-banner-desktop .owl-dots, .coll-banner-owl .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0 0 10px;
}
@media (max-width: 480px){
	.main-banner-desktop{min-height: 47vw;}
}
.product-recommend {
	margin: 0 0 25px;
	background: #fff;
	border-radius: 5px 5px 0 0;
}
.recommend-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:8px;
	color: #000;
	border-bottom: 1px solid #ebebeb;
	line-height: 37px;
	padding-left: 18px;
	text-transform: uppercase;
}
.product-recommend .recommend-title{
	margin-bottom: 40px;
}
.product-recommend-owl {
	padding: 0 24px 15px;
}
.product-recommend .product-loop-index .price-box .special-price{
	color:#ff424e;
}
.product-recommend .product-loop-index .price-box .old-price{
	font-size: 13px;
	line-height: 15px;
	font-weight:bold;
	color: #303030;
	text-decoration: line-through;
	margin-left:10px;
}
.related-owl {
	padding: 0 16px 10px;
}
.related-owl .product-loop .regular {
	border: 0;
}
.related-owl .product-loop .product-info {
	padding-left: 0;
}
.cart-policy {
	margin-top: 22px;
	font-size: 16px;
}
.blog-top {
	background: #fff;
	padding: 18px 18px 22px 24px;
	margin-bottom:20px;
}
.blog-top h1.blog-title {
	font-size: 24px;
	line-height: 29px;
	color: #303030;
	font-weight: bold;
	margin-bottom: 19px;
}
.blog-top-left {
	flex: 0 0 calc(100% - 264px);
	width: calc(100% - 264px);
	padding-right: 25px;
}
.blog-top-right {
	flex: 0 0 264px;
	width: 264px;
}
.blog-top-item {
	display: flex;
	margin-bottom: 14px;
}
.blog-top-item .blog-post-thumbnail {
	flex: 0 0 120px;
	width: 120px;
	margin-right: 13px;
}
.blog-top-item .blog-post-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.blog-top-item .blog-post-title a{
	display: block;
	display: -webkit-box;
	font-size:15px;
	line-height:18px;
	height:54px;
	color:#303030;
	font-weight:bold;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin:0 0 6px;
}
span.date {
	font-size: 13px;
	line-height: 15px;
	color: #303030;
}
.title-20 a {
	display: block;
	display: -webkit-box;
	font-size: 20px;
	line-height: 24px;
	height: 48px;
	color: #303030;
	font-weight: bold;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog-top-left .blog-left-img {
	display: block;
	height: calc(100% - 62px);
	margin-bottom: 10px;
}
.blog-top-left .blog-left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-bottom {
	padding: 23px 18px 0 24px;
}
.new-style {
	padding: 40px 0 0;
}
.btn-cart {
	transition: all 0.3s;
}
.btn-cart-api:hover {
	color: #333;
}
.btn-online:hover {
	color: #58fa82;
}
.btn-home:hover {
	color: #58fa82;
}
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid;
	table-layout: fixed;
}
.table-wrap {
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
th {
	font-weight: 700;
}
td,
th {
	text-align: left;
	padding: 5px;
	border: 1px solid #e1e1e1;
	color: #1c1c1c;
}
.list-price td,
th {
	padding: 10px 10px;
}
td.price {
	color: red;
	font-weight: 700;
}
td {
	font-weight: 600;
}
td a {
	text-decoration: underline;
	color: #1a86ff;
}
th {
	background: #0163d1;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}
.containercheckbox {
	display: block;
	position: relative;
	margin:0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 100%;
}
.containercheckbox .content{
	font-size:13px;
	padding: 22px 15px 5px;
	background:#fff;
	border-radius: 3px;
	height: 100%;
}
.containercheckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 5px;
	left: calc(50% - 6px);
	height: 12px;
	width: 12px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #c9c9c9;
}
/*.containercheckbox:hover input ~ .checkmark {
background-color: #ccc;
}
.containercheckbox input:checked ~ .checkmark {
background-color: #2196f3;
}*/
.containercheckbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 1px;
	top: 1px;
	width: 8px;
	height: 8px;
	background:#0063d1;
	border-radius: 50%;
}
.containercheckbox input:checked ~ .checkmark:after {
	display: block;
}
.containercheckbox input:checked ~ .content, .containercheckbox input:checked ~ .regular{
	background: #CBE0FF;
}
.containercheckbox .titless {
	margin: 8px 0;
	font-size: 13px;
	font-weight: 500;
	height: 36px;
	overflow: hidden;
}
.containercheckbox .pricess {
	font-size: 13px;
	font-weight: 500;
	color: #FF0000;
}
.containercheckbox .pricess .price-oldss{
	color:#3c3c3c;
	text-decoration:line-through;
}
.payment-choise{
	margin-bottom: 14px;
}
.payment-choise label{
	flex:0 0 50%;
	width:50%;
	margin:0;
	cursor:pointer;
}
.payment-choise label input{display:none;}
.payment-choise label span{
	padding-left: 25px;
	position: relative;
}
.payment-choise label span:before{
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #C9C9C9;
}
.payment-choise label span:after{
	content: '';
	position: absolute;
	left: 2px;
	top: calc(50% - 4px);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background:transparent;
}
.payment-choise label input:checked ~ span:after{background: #0063D1;}
.collection-desc h1 {
	font-size: 32px;
}
.collection-desc p {
	font-size: 17px;
	line-height: 1.4;
	padding-bottom: 10px;
}
.collection-desc ul li {
	list-style: disc;
	font-size: 17px;
	margin-bottom: 5px;
}
.collection-desc ul {
	padding-left: 16px;
}
.collection-desc ul li p {
	padding: 0;
}
.collection-desc h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}
.collection-desc h2 strong {
	font-size: 22px;
	color: #003b7d;
}
.collection-desc h2 {
	font-size: 22px;
	color: #003b7d;
	margin: 15px 0;
	font-weight: 700;
	line-height: 30px;
}
.collection-desc ol li {
	font-size: 17px;
	list-style: disc;
	margin-left: 18px;
	margin-bottom: 8px;
}
.collection-desc ol li h3 {
	list-style: none;
	font-size: 20px;
}
.collection-desc ol {
	margin-top: 8px;
}
.collection-desc #toctoc-head p {
	padding-bottom: 0;
}
.collection-desc p a {
	color: #0063d1 !important;
}
.collection-desc p a strong {
	font-weight: 500 !important;
}
.collection-filter-block2 ul li a:before, .collection-filter-block3 ul li a:before {
	content:'';
	position:absolute;
	top:5px;
	left:0;
	width:18px;
	height:21px;
	border:0 !important;
	border-radius:0 !important;
}
.collection-filter-block2 a[class^=thay-man-hinh]:before, .collection-filter-block3 a[class^=thay-man-hinh]:before {
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-man-hinh.png?v=1) top left/contain no-repeat;
}
.collection-filter-block2 a[class^=thay-pin]:before, .collection-filter-block3 a[class^=thay-pin]:before {
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-pin.png?v=1) top left/contain no-repeat;
}
.collection-filter-block2 a[class^=thay-vo]:before, .collection-filter-block3 a[class^=thay-vo]:before {
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-vo.png?v=1) top left/contain no-repeat;
}
.collection-filter-block2 a[class^=thay-camera]:before, .collection-filter-block3 a[class^=thay-camera]:before {
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-camera.png?v=1) top left/contain no-repeat;
}
.collection-filter-block2 a[class^=thay-sac]:before, .collection-filter-block3 a[class^=thay-sac]:before {
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-sac.png?v=1) top left/contain no-repeat;
}
.collection-filter-block2 a[class^=thay-main]:before, .collection-filter-block3 a[class^=thay-main]:before {
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-main.png?v=1) top left/contain no-repeat;
}
.collection-filter-block2 a[class^=thay-mat-kinh]:before, .collection-filter-block3 a[class^=thay-mat-kinh]:before {
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-mat-kinh.png?v=1) top left/contain no-repeat;
}
.collection-filter-block2 a[class^=thay-mic]:before, .collection-filter-block3 a[class^=thay-mic]:before{
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-mic.png?v=1) top left/contain no-repeat;
}
.collection-filter-block2 a[class^=thay-loa]:before, .collection-filter-block3 a[class^=thay-loa]:before {
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-loa.png?v=1) top left/contain no-repeat;
}
.collection-filter-block2 a[class^=thay-chan-sac]:before, .collection-filter-block3 a[class^=thay-chan-sac]:before,
.collection-filter-block2 a[class^=thay-chon-sac]:before, .collection-filter-block3 a[class^=thay-chon-sac]:before{
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-chan-sac.png?v=1) top left/contain no-repeat;
}
.collection-filter-block2 a[class^=thay-ban-phim]:before, .collection-filter-block3 a[class^=thay-ban-phim]:before {
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-ban-phim.png?v=1) top left/contain no-repeat;
}
.collection-filter-block2 a[class*=quat-tan-nhiet]:before, .collection-filter-block3 a[class*=quat-tan-nhiet]:before {
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-quat.png?v=1) top left/contain no-repeat;
}
.collection-filter-block2 a[class*=o-cung]:before, .collection-filter-block3 a[class*=o-cung]:before {
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-o-cung.png?v=1) top left/contain no-repeat;
}
.collection-filter-block2 a[class*=ram]:before, .collection-filter-block3 a[class*=ram]:before {
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/icon-ram.png?v=1) top left/contain no-repeat;
}
/* check order */
#checkorder-modal .modal-dialog {
	max-width: 460px;
}
#checkorder-modal .modal-content{
	border:0;
	border-radius:20px !important;
}
#checkorder-modal .checkorder-content {
	text-align: center;
}
.modal .modal-title{
	font-size: 20px;
	line-height: 24px;
	border-bottom: 1px solid #ebebeb;
	padding: 18px 0 14px;
}
.modal-title button.close{
	position: absolute;
	top: 18px;
	right: 30px;
	width: 15px;
	opacity: 1;
}
#checkorder-modal button.close svg{
	width: 100%;
	height: 100%;
	stroke: #000;
}
#checkorder-modal .checkorder-top {
	margin: 30px 0 20px;
}
#checkorder-modal .checkorder-top img, #checkorder-modal .checkorder-err img{
	max-width:120px;
}
#checkorder-modal .checkorder-err {
	margin: 20px 0 26px;
	display:none;
}
#checkorder-modal .checkorder-err p{
	font-size:18px;
	line-height:22px;
	color:#303030;
	font-weight:bold;
	margin:26px 0 0;
}
#checkorder-modal .checkorder-form {
	max-width: 350px;
	margin: 0 auto;
	padding-bottom: 27px;
}
#checkorder-modal .checkorder-form input{
	width:100%;
	font-size:15px;
	line-height:48px;
	color:#303030;
	border:1px solid #707070;
	border-radius:27px;
	padding:0 15px 0 58px;
	background: url('//cdn.hstatic.net/themes/1000338578/1001403288/14/checkorder-phone.png?v=1') top 8px left 18px/20px no-repeat;
}
#checkorder-modal .checkorder-form-submit{
	background: #0061e3;
	color: #fff;
	font-size: 17px;
	line-height: 40px;
	border: 0;
	border-radius: 9px;
	min-width: 120px;
	margin-top: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.blog-mb-nav{
	padding:6px 14px 6px 9px;
	position:relative;
}
.blog-mb-link{
	margin: 0;
}
.blog-mb-link li{
	margin: 0 11px 0 0;
}
.blog-mb-link li a{
	display:block;
	font-size:14px;
	line-height:17px;
	color:#090909;
	position:relative;
}
.blog-mb-link li a:after{
	content:'';
	position:absolute;
	left:0;
	bottom:-9px;
	width:100%;
	height:4px;
	background:transparent;
	border-radius:1px;
}
.blog-mb-link li a.active{
	color:#0664f9;
}
.blog-mb-link li a.active:after{
	background:#0664f9;
}
.blog-mb-menu {
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
#blog-mb-cate {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 22;
	display: none;
}
.pro-short-desc {
	margin: 16px 0;
	background: #fafafa;
	border-radius: 5px;
}
.pro-short-desc .short-desc-title{
	font-size: 16px;
	font-weight: bold;
	background: #b7ddff;
	border-radius: 5px 5px 0 0;
	line-height: 35px;
	padding: 0 13px;
	color: #044086;
}
.pro-short-desc .short-desc-content {
	padding: 13px 13px 5px;
}
.pro-short-desc .short-desc-content ul {
	margin: 0;
	counter-reset: num;
}
.pro-short-desc .short-desc-content ul li {
	margin: 0 0 13px;
	font-size: 14px;
	line-height: 17px;
	color: #303030;
	padding-left: 23px;
	position:relative;
}
.pro-short-desc .short-desc-content ul li a{
	color:#0063d1;
	font-style:italic;
}
.pro-short-desc .short-desc-content ul li a:hover{
	text-decoration:underline;
}
.pro-short-desc .short-desc-content ul li:before{
	counter-increment: num;
	content: counter(num);
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	background: #10b7f0;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 2px 2px 3px #222;
}
.index-banner-full {
	margin-bottom: 58px;
}
.index-banner-full img{width:100%;}
.index-form {
	margin:0 0 58px;
}
.index-form .img-left{
	flex: 0 0 59.15%;
	width:59.15%;
}
.index-form .form-right {
	flex: 0 0 36.1%;
	width: 36.1%;
	max-width: 404px;
	font-family: 'SF Pro Display';
}
.index-form .form-right h3{
	font-size:30px;
	line-height:1.2;
	margin:0 0 8px;
	color: #023047;
	font-weight:bold;
}
.index-form .form-right p{
	font-size: 14.7px;
	line-height: 1.5;
	color: #35596C;
	margin:0 0 16px;
}
.index-form .form-right form .u-form-item{margin:0 0 9px;}
.index-form .form-right form input, .top-form form input{
	display:block;
	width:100%;
	border: 0.7px solid #CCD6DA;
	border-radius: 3.5px;
	height:40px;
	font-size:14px;
	color: #023047;
	background:#fff;
	padding:11px 16px;
}
.index-form .form-right form input:focus, .top-form form input:focus{
	border-color:#0063D1;
	box-shadow: 0px 0px 0px 2.10281px rgba(0, 99, 209, 0.2);
}
.index-form .form-right form input::-webkit-input-placeholder, .top-form form input::-webkit-input-placeholder {color: #678391;}
.index-form .form-right form input:-ms-input-placeholder, .top-form form input:-ms-input-placeholder {color: #678391;}
.index-form .form-right form input::placeholder, .top-form form input::placeholder {color: #678391;}
.index-form .form-right form .u-form-more, .top-form form .u-form-more{
	font-size: 11px;
	font-style: italic;
	margin: 16px 0 21px;
}
.index-form .form-right form .btn-submit{
	display:block;
	width:100%;
	height:34px;
	border:0;
	padding: 5px 10px 0;
	background: #0063D1;
	border-radius: 3.5px;
	color: #FFF;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}
.index-form .form-right form .btn-submit:hover{
	background: #074086;
	color: #FFF;
}
.top-form form .btn-submit{
	display:inline-block;
	background: linear-gradient(to bottom, #0063D1 20%, #001E41);
	color:#fff;
	text-transform:uppercase;
	font-weight: 700;
	font-size: 25px;
	line-height:1;
	border:0;
	padding: 15px 54px;
	border-radius:6px;
}
.top-form form .btn-submit:hover{
	background:#0063D1;
	color:#fff;
}
.top-form form .u-form-item{margin:0 0 14px;}
.top-form form .u-form-more{font-size: 13px;margin: 24px 0 0;}
.top-form form .u-image {
	margin: -5px 0 17px;
	text-align: center;
}
.top-form form .u-image img{max-width:422px;width:100%;}
.index-video, .index-flashsale, .index-service{margin:0 0 58px;}
.index-video.coll-margin{margin:0 0 23px;}
.video-box-bg{
	background: linear-gradient(90.71deg, #001335 0.44%, #00205A 52.47%, #00040D 99.34%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 14.6px;
	padding:16px 25px 25px;
}
.video-title{margin-bottom:17px;}
.video-title .title-left{
	padding: 10px 0 0 34px;
	text-transform:uppercase;
	font-weight:bold;
	color: #FFB124;
	font-size:19px;
	line-height:23px;
	letter-spacing: 0.13px;
	background: url(//cdn.hstatic.net/themes/1000338578/1001403288/14/video_title.png?v=1) top left/27px no-repeat;
}
.video-title a img {
	width: 171px;
}
.video-box-bg .owl-carousel.my-nav2 .owl-nav button{
	width:22px;
	height:36px;
	line-height:36px;
	top: 34%;
}
.video-box-bg .owl-carousel.my-nav2 .owl-nav button.owl-prev{left:-25px;}
.video-box-bg .owl-carousel.my-nav2 .owl-nav button.owl-next{right:-25px;}
.video-item a{color:#fff;font-size: 16px;line-height: 22px;display: block;margin-bottom: 35px;}
.video-item .img{position:relative;margin-bottom:22px;}
.video-item .img i{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-size:35px;
}
.video-item .video-box {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom:22px;
}
.video-item .video-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-item a span{
	display:block;
	height:44px;
	overflow:hidden;
}

.video-flashsale-bg {
	background: #FF685F;
	border-radius: 18.7106px;
	padding: 21px;
}
.video-flashsale-bg .owl-carousel.my-nav2 .owl-nav button.owl-prev{left:-21px;}
.video-flashsale-bg .owl-carousel.my-nav2 .owl-nav button.owl-next{right:-21px;}
.flashsale-title{
	margin-bottom: 12px;
}
.flashsale-title .title-left{
	text-transform:uppercase;
	font-weight:bold;
	color: #FFFD01;
	font-size:24px;
	line-height:30px;
	letter-spacing: 0.17px;
	font-family: 'SF Pro Display';
}
.flashsale-title .title-left img{
	width:35px;
	height:auto;
	margin-right: 9px;
}
.flashsale-title a{
	font-size:16px;
	color:#fff;
	font-family: 'SF Pro Display';
	display:flex;
	align-items:center;
}
.flashsale-title a i{margin-left:4px;}
.flashsale-product-owl .product-loop-index{background:#fff;border-radius:0 0 8px 8px;}
.flashsale-product-owl .product-loop-index .product-info{padding:0 8px 20px;}
.flashsale-product-owl .product-loop-index .product-name{font-weight:bold;}
.index-service .service-title{
	background: linear-gradient(189.73deg, #0664F9 -3.47%, #0063D1 86.31%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 33px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.index-service .service-title strong{font-size: 50px;}
.service-box {
	overflow: hidden;
}
.service-box .service-box-owl {
	width: 65.6%;
	margin: 0 auto;
}
.service-box .service-box-owl.owl-carousel .owl-stage-outer{overflow: initial;}
.service-box-owl .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	height:18px;
	margin-top:35px;
}
.service-box-owl .owl-dots .owl-dot{
	display:block;
	width:6px;
	height:6px;
	border-radius:15px;
	background: #EFEFEF;
	margin:0 3px;
	transition:all 0.3s ease-in-out;
}
.service-box-owl .owl-dots .owl-dot.active{
	width:9px;
	background:#333;
}
.service-box .owl-nav{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:150px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.service-box .owl-nav button{
	width:18px;
	height:18px;
}
.service-box .owl-nav button.owl-next svg{transform:rotate(180deg);}
/*.service-box .owl-item{transition:all 0.5s ease-in-out;position:relative;z-index:1;}
.service-box .owl-item.prev2{transform: scaleY(0.6) translateX(173%);}
.service-box .owl-item.prev1{transform: scaleY(0.8) translateX(85%);z-index:2;}
.service-box .owl-item img{border-radius: 35px;}
.service-box .owl-item.active{position:relative;z-index:3 !important;transform:none !important;}
.service-box .owl-item.next1{transform: scaleY(0.8) translateX(-85%) !important;z-index:2 !important;}
.service-box .owl-item.next2{transform: scaleY(0.6) translateX(-173%) !important;z-index:1 !important;}
*/
.service-box .service-item img {
	transform: scaleY(0.7);
	transition: all 0.3s ease-in-out;
	border-radius: 35px;
}
.service-box .owl-item.active{position:relative;z-index:2;}
.service-box .owl-item.active .service-item img {
	transform: scale(1.1,1);
}
.coll-images {background: #fff;border-radius:5px 5px 0 0;}
.coll-images .index-title{
	margin: 0;
	padding: 10px 7px 15px;
	line-height: 1.5;
}
.images-lists{position:relative;height: 250px;overflow: hidden;}
.images-lists.active{height:auto;padding-bottom: 63px;}
.images-lists .image-item {
	flex: 0 0 25%;
	width: 25%;
	padding: 4px;
}
.images-lists .images-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	height: 63px;
	display: flex;
	align-items: end;
	justify-content: center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#0664F9;
}
.images-more-btn{cursor: pointer;padding:10px;}
.images-more-btn img{width:8px;height:auto;margin-left:4px;}
.images-more-btn.active img{transform: rotate(180deg);}
.article-form-tv {
	margin: 20px auto 30px;
	width: 100%;
	max-width: 658px !important;
	background: #FFFFFF;
	border: 1px solid #044086;
	border-radius: 20px;
	padding: 34px 32px 10px;
}
.article-form-tv .img-logo{
	width:174px;
	margin:0 auto 33px !important;
}
.article-form-tv .img-logo:before{display:none;}
.article-form-tv .tv-title{
	max-width:560px !important;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #003877;
	margin:0 auto 25px;
}
.article-form-tv .u-form-item input, .article-form-tv .u-form-item textarea {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #C9C9C9;
	box-shadow: inset 0px 3px 5px rgba(122, 120, 120, 0.25);
	border-radius: 32px;
	line-height: 24px;
	padding: 5px 21px;
	color: #8E8E8E;
	font-size: 18px;
}
.article-form-tv .u-form-item textarea {height:60px;}
.article-form-tv .btn-submit{
	background: #044086;
	border-radius: 20px;
	font-size: 18px;
	line-height: 21px;
	color:#fff;
	text-transform: uppercase;
	padding: 8px 30px 7px;
	border: 0;
	font-weight: 300;
}
.article-form-tv .btn-submit:hover{color:#fff;background: #0063d1;}
.filter-top .filter-item{margin-bottom:27px;}
.filter-top .filter-item .index-title{
	background: transparent;
	padding:5px 0 7px;
	line-height:30px;
}
.filter-top .filter-item .find-type{
margin-left: 13px;
    background: #fff;
    border: 0;
    font-size: 14px;
    line-height: 16px;
    color: #707070;
    font-weight: 400;
    height: 30px;
    padding: 0 12px;
    width: 235px;
    border-radius: 20px;
    border: 1px solid #e3e3e3;
}
.filter-top .filter-item .view-type {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #0063D1;
	text-transform: initial;
	cursor: pointer;
    width: 100%;
    text-align: center;
    display: block;
}
.filter-top .filter-item .view-type:hover{color: #044086;}
.filter-top .filter-item ul{
	background: #F9F9F9;
	/*box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);*/
}
.filter-top .filter-item ul li{
	padding-left:26px;
	position:relative;
	cursor:pointer;
	font-size:16px;
}
.filter-top .filter-item ul li.active:after{opacity:1;}
.filter-top .filter-item ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 9px);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #C9C9C9;
}
.filter-top .filter-item ul li:after{
	content: '';
	position: absolute;
	left: 3px;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #0063D1;
	opacity:0;
}
h3.custom-title {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #303030;
}
.custom-order-item {
	background: #FFFFFF;
	border-radius: 5px;
	margin: 20px 0;
	padding: 8px 12px 17px;
	font-size:15px;
	color:#303030;
}
.custom-order-item .item-title {
	border-bottom: 0.2px solid #707070;
	padding-bottom: 11px;
	margin-bottom:5px;
}
.custom-order-item .item-title img{width:25px;margin-right:8px;}
.custom-order-item .item-product{
	margin-bottom: 18px;
}
.custom-order-item .item-product .item-product-image{
	flex:0 0 83px;
	width:83px;
}
.custom-order-item .item-product .item-product-right{
	flex:0 0 calc(100% - 83px);
	width:calc(100% - 83px);
	padding-left:22px;
}
.custom-order-item .item-product .item-product-right .title{
	color: #0063D1;
}
.custom-order-item .item-total{margin:38px 0 14px;}
.custom-order-item .item-action a {
	display: block;
	border: 1px solid #0061E3;
	border-radius: 3px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 19px;
	height: 36px;
	padding: 8px 16px;
}
.custom-order-item .item-desc {
	margin: 12px 20px 40px 0;
}
.custom-order-item .item-title2{
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #303030;
	margin:5px 0 23px;
}
.custom-order-item .top-info{margin:0 0 8px;}
.custom-order-item .top-info li {
	flex: 0 0 100%;
	width: 100%;
	margin-top:16px;
	position:relative;
	padding-left:13px;
}
.custom-order-item .top-info li:first-child{margin:0;}
.custom-order-item .top-info li.w50{
	flex: 0 0 50%;
	width: 50%;
}
.custom-order-item .top-info li:before{
	content:'';
	position:absolute;
	left:0;
	top:7px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#333;
}
.custom-order-item .title-flex{
	padding: 0 8px;
}
.custom-order-item .title-flex .width-40{
	flex:0 0 30%;
	width:30%;
}

.custom-order-item .track-item .track-status{
	flex:0 0 27%;
	width:27%;
	color: #617186;
	font-size:14px;
}
.custom-order-item .track-item{
	font-size: 16px;
	line-height: 19px;
	position:relative;
	padding:15px 24px 11px 43px;
}
.custom-order-item .track-item:before{
	content: '';
	position: absolute;
	top: 15px;
	left: 20px;
	width: 1px;
	height: 100%;
	background: #ababab;
	display:block !important;
}
.custom-order-item .track-item:last-child:before{opacity:0;}
.custom-order-item .track-item:last-child hr{display:none;}
.custom-order-item .track-item:after{
	content: '\f058';
	position: absolute;
	left: 8px;
	top: 15px;
	display: block !important;
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #ababab;
	z-index: 2;
	background: #fff;
}
.custom-order-item .track-item.complete:after{
	content:'\f111';
	width:25px;
	height:25px;
	border:1px solid #0063D1;
	border-radius:50%;
	color: #0063d1;
	font-size: 22px;
	padding-top: 2.4px;
	padding-left: 2px;
}
.custom-order-item .track-item .track-status-title {
	font-weight: bold;
	margin-bottom: 4px;
	font-size:16px;
}
.custom-order-item .track-item.complete .track-status-title{color: #044086;}
.custom-order-item .track-item hr {
	margin: 0;
	border-top: 0.2px solid #707070;
	width: calc(100% - 24px - 43px);
	position: absolute;
	bottom: 0;
	left: 43px;
}
.custom-order .custom-order-back {
	display: inline-block;
	margin: 0 0 10px;
	background: #0061E3;
	border-radius: 5px;
	width: 284px;
	font-size: 15px;
	color: #fff;
	line-height: 50px;
}
.custom-order .custom-order-back:hover{
	color: #fff;
	background: #044086;
}
.banner-proxx {
	margin-bottom: 10px;
}
.mb-cate-list {
	position: fixed;
	bottom: 90px;
	background: #fff;
	width: 94%;
	left: 3%;
	z-index: 99999999;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(calc(100% + 90px));
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.mb-cate-list.active{
	transform:none;
}
ul.list-ne {
	margin: 0;
}
ul.list-ne li{
	padding:0;
	margin:0;
}
ul.list-ne li a{
	font-size: 14px;
	color: #000;
	width: 100%;
	padding: 12px 16px;
}
ul.list-ne li .img-icon {
	width: 20px;
	text-align: center;
	margin-right: 5px;
}
ul.list-ne li .img-icon img {
	filter: invert(1);
	max-height: 15px;
}
.popup-sucess {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 280px;
	padding: 40px 10px;
	background: #fff;
	z-index: 9999;
	border-radius: 15px;
	display: none;
}
.popup-sucess svg{
	width: 47px;
	height: 47px;
	margin: 0 auto 20px;
}
.popup-sucess .title{
	font-weight: 800;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #27AE60;
	text-transform:uppercase;
	margin:0 0 12px;
}
.popup-sucess p{
	font-size: 14.3833px;
	line-height: 17px;
	text-align: center;
	color: #4A4A4A;
	margin:0 0 29px;
}
.popup-sucess .popup-sucess-close{
	display:inline-block;
	background: #27AE60;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	height:37px;
	line-height:37px;
	padding:0 44px;
	cursor:pointer;
}
.popup-sucess .popup-sucess-close:hover{opacity:0.8;}
.popup-sucess-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.5);
	z-index: 9998;
	display: none;
}
.popup-sucess.active, .popup-sucess.active ~ .popup-sucess-overlay{display:block;}
/* Media */
@media screen and (min-width: 992px){
	.col-md-9fix {
		width: calc(100% - 309px);
		padding-right:19px;
	}
	.col-md-3fix {
		width: 309px;
	}
}
@media screen and (min-width: 768px) {
	.modal-dialog {
		width: 700px;
	}
}
@media screen and (max-width: 1199px) {
	body.scroll {
		padding-top: 105px;
	}
	header .main-menu, header.scroll .menu-scroll {
		display: none;
	}
	header #btn-nav-scroll {
		display: none !important;
	}
	.header-main {
		padding: 10px 0 38px;
		position: relative;
	}
	#btn-nav-mobile {
		display: flex;
	}
	.header-action {
		position: absolute;
		bottom: 6px;
		left: 0;
		width: 100%;
		padding: 0 14px 0 9px;
	}
	.header-action form{width:100%;}
	.header-action form input {
		height: 28px;
		padding: 0 52px 0 0;
	}
	.header-action form button{height:28px;}
	.header-action form button svg {
		width: 16px;
		height: 16px;
	}
	.header-right .header-hotline{text-align: right;}
	.header-right{    transform: translateX(20px);}
}
@media screen and (max-width:1023px){
	.list-phukien a{
		flex:0 0 calc((100% - 4rem) / 5);
		width: calc((100% - 4rem) / 5);
	}
	.list-phukien a:nth-child(5){margin-right:0;}
}
@media screen and (max-width: 991px) {
	.index-form .form-right h3 {
		font-size: 24px;
	}
	.index-form .form-right form .u-form-more {
		font-size: 10px;
	}
	.logo{transform: translateX(-8px);}
	.header-right {
		transform: translateX(4px);
	}a
	.list-cate {
		flex-wrap: wrap;
	}
	.list-cate li {
		flex: 0 0 calc(100% / 3 - 20px);
	}
	#header-mobile-menu {
		width: 44px;
		padding: 0 12px 0 0;
	}
	#header-mobile-menu i {
		font-size: 24.5px;
		color: #333d44;
		padding: 0;
	}
	.smart-search-wrapper {
		box-shadow: none;
		width: 90%;
		left: 5%;
	}
	.footer-bottom {
		padding-bottom: 0;
	}
	.footer-bottom .footer-col1,
	.footer-bottom .footer-col2,
	.footer-bottom .footer-col3,
	.footer-bottom .footer-col4 {
		width: 50%;
		margin-bottom: 24px;
	}
	.new-checkout .checkout-box {
		flex: 0 0 100%;
		max-width: 100%;
		border: 0;
		padding: 0;
	}
	.checkout-box.col-right .checkout-title{margin-top:10px;}
	.checkout-item {
		padding: 0;
	}
	.col-left,
	.col-right {
		padding: 0;
		border: 0;
	}
	.collection-title {
		padding-bottom: 8px;
		border-bottom: 2px solid #f5f5f5;
	}
	.product-review-box {
		flex: 0 0 100%;
		padding: 10px 0 0;
		white-space: nowrap;
	}
	.checkout-box .cart-total {
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 767px) {

	.service-box .service-item img{border-radius:16px;}
	.custom-order-item .item-product .item-product-right .title{
		flex:0 0 100%;
		width:100%;
		margin-bottom:10px;
	}
	.index-product-bg .title-box .index-title{margin:11px 0 19px;}
	.main-banner{margin:4px 0 0;}
	.main-banner .owl-nav{display:none !important;}
	.mb-nopadding{padding:0 !important;}
	.images-lists .image-item {
		flex: 0 0 50%;
		width: 50%;
	}
	.main-banner-sync .owl-stage, .flashsale-product-owl .owl-stage{padding-left:0 !important;}
	.new-style{padding:4px 0 22px;}
	.header-right .header-check.check-order{display:none;}
	.header-right .header-check img{margin:0;}
	.header-right .header-hotline .txt{font-size:10px;}
	.header-right .header-hotline a{
		font-size:14px;
		line-height:16px;
	}
	.header-right .header-check{margin-left:10px !important;}
	.list-phukien a{
		flex:0 0 calc((100% - 3rem) / 4);
		width: calc((100% - 3rem) / 4);
		height:100px;
	}
	.list-phukien a:nth-child(5), .list-phukien a:nth-child(10){margin-right:1rem;}
	.list-phukien a:nth-child(4n){margin-right:0;}
	.stick-mb {
		position: sticky;
		top: 0;
		padding-top: 5px;
		z-index: 2;
		background: #fff;
	}
	.mb-pd0{padding:0;}
	.logo {
		width: 160px;
		transform: translateX(-4px);
	}
	.logo a img{height:27px;width:131px;}
	.header-right {
		transform: translateX(2px);
	}
	.footer-bottom .footer-col1,
	.footer-bottom .footer-col2 {
		width: 100%;
	}
	.index-category .index-title {
		font-size: 22px;
		max-width: 240px;
		margin: 0 auto 13px;
	}
	.list-cate-owl .cate-owl-item{
		flex:0 0 calc(50% - 11px);
		width:calc(50% - 11px);
		margin-bottom:14px;
	}
	.index-brand, .index-product-new{background:#fff;margin-bottom: 15px;}
	.index-brand-bg {
		padding: 20px 7px 3px;
		border-radius:0;
	}
	.index-brand .list-brand {
		justify-content: space-between;
	}
	.list-brand .brand-item{
		flex: 0 0 calc(100%/2 - 14px);
		width: calc(20% - 14px);
		margin: 0 0 20px 0;
	}
	#layout-page {
		padding-top: 0;
	}
	.head-title {
		font-size: 20px;
		padding: 15px 10px;
	}
	.paginate, .index-brand-bg .index-title{
		text-align: center;
	}
	hr.border {
		margin: 0 auto 5px;
	}
	.breadcrumb {
		white-space: nowrap;
		overflow: auto;
		padding: 0;
		margin:5px 0;
	}
	.products .product-title h1 {
		font-size: 18px;
		line-height: 24px;
	}
	.related-posts .blog-loop{
		flex: 0 0 100%;
		width:100%;
		margin:0 0 15px;
	}
	.blog-home-items .blog-info .entry-content,
	.blog-top .post-content .entry-content {
		overflow: hidden;
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.index-category {
		background: #fff;
		margin: 15px 0 0;
	}
	.list-cate-owl{padding:0;}
	.index-category .index-category-bg{box-shadow:none;padding: 17px 4px 0;margin: 0;}
	.index-video, .index-banner-full {
		margin: 0 0 19px;
	}
	.video-box-bg{padding:13px 21px;}
	.video-title a img {
		width: 138px;
	}
	.video-title .title-left{
		font-size: 15px;
		line-height: 27px;
		padding: 0px 0 0 28px;
		background-size: 22px;
	}
	.video-item .img{margin-bottom:17px;}
	.video-item a{margin-bottom:21px;}
	.video-item a span{
		font-size: 13px;
		line-height: 18px;
		height: auto;
	}
	.list-cate {
		margin-bottom: 0;
		flex-wrap: wrap;
	}
	.list-cate li {
		flex: 0 0 calc(50% - 20px);
		background: #fff;
		margin: 0 10px 20px;
	}
	.index-form{margin:0 0 44px;}
	.index-form .img-left, .index-form .form-right, .index-product-bg .title-box .tab-right{
		flex:0 0 100% !important;
		width:100% !important;
	}
	.index-form .img-left{padding: 23px 1px 20px 12px}
	.index-form .form-right{padding:0 10px 0 12px;}
	.index-product-bg .title-box a{
		margin:0 12px 5px 0;
	}
	.main-banner-owl{
		padding: 10px 0 0;
		margin-bottom: 15px;
	}
	.main-banner-owl .owl-nav, .service-box .owl-nav, .service-box .owl-dots {
		display: none;
	}
	.main-banner-owl.owl-carousel .owl-stage{display:flex;}
	.main-banner-owl .item{height:100%;}
	.main-banner-owl .item img{height:100%;object-fit:cover;}
	.main-banner-owl .owl-dots {
		text-align: center;
		margin: 0;
		position: absolute;
		bottom: 2px;
		left: 0;
		width: 100%;
	}
	.index-flashsale{margin:0 0 28px;}
	.index-flashsale > .container {
		padding-right: 0;
	}
	.flashsale-title .title-left{font-size:20px;}
	.flashsale-title .title-left img {
		width: 29px;
		margin-right: 8px;
	}
	.flashsale-title a{display:none;}
	.video-flashsale-bg{border-radius: 0;padding: 17px 0 21px 17px;}
	.video-flashsale-bg .owl-carousel.my-nav2 .owl-nav button.owl-prev {left: -17px;}
	.video-flashsale-bg .owl-carousel.my-nav2 .owl-nav button.owl-next {right: 0;}
	.index-service {
		margin:90px 0 31px;
	}
	.index-service .service-title{font-size:16px;margin:0 0 6px;}
	.index-service .service-title strong{font-size:16px;}
	.index-service .index-service-bg{
		flex-wrap: wrap;
		padding: 20px 0;
		margin-left: -15px;
		margin-right: -15px;
		background:#fff;
	}
	.index-box-title .index-title,
	.index-box-title ul,
	.index-service .service-left,
	.index-service .service-right,
	.product-tab-item .owl-carousel .item .style-new, .flex-box > .checkout-item {
		flex: 0 0 100%;
		width:100%;
		max-width: 100%;
	}
	.index-service .service-left {
		order: 2;
	}
	.index-service .service-left img, .index-service .service-right, .banner-owl{margin:0;}
	.service-right ul{padding:0 19px;}
	.service-right .service-title {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 18px;
		padding: 0 19px 12px;
	}
	.service-right .service-title:after{max-width:100%;}
	.service-right ul li {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 18px;
		font-size:14px;
		line-height:17px;
	}
	.service-right ul li strong {
		font-size: 16px;
		text-transform:uppercase;
	}
	.footer-title {
		font-size: 18px;
		margin: 0 0 5px;
	}
	.breadcrumb-bg{margin:0;}
	#collection {
		padding: 0;
	}
	.products-grid {
		padding: 0 8px;
	}
	.product-list .product-loop {
		flex: 0 0 calc(50% - 7px);
		width: calc(50% - 7px);
		margin: 0 14px 10px 0;
	}
	.product-list .product-loop:nth-child(2n){
		margin-right:0; 
	}
	/*.product-list .product-loop .regular{border:0;}*/
	.collection-filter-block2 .filter-item ul li, .collection-filter-block3 .filter-item ul li {
		margin-bottom: 20px;
	}
	.collection-filter-title{
		flex-wrap: wrap;
		height: auto;
		padding: 0;
	}
	.collection-filter-title .index-title{
		padding: 14px 14px 7px;
		flex: 0 0 100%;
		width:100%;
		border-bottom: 1px solid #ebebeb;
	}
	.collection-filter-title > div{
		flex: 0 0 100%;
		width:100%;
		padding: 13px 14px 11px;
		text-align: left;
	}
	.filter-item ul{background:#fff;}
	.filter-item .index-title{background:#f9f9f9;padding: 20px 0 5px 14px;}
	.header-topbar .top-link li {
		margin-right: 10px;
		padding-right: 10px;
		margin-left: 0;
		height: 20px;
	}
	.header-topbar .top-link {
		width: calc(100% - 20px);
		white-space: nowrap;
	}
	.smart-search-wrapper {
		width: 100%;
		left: 0;
	}
	.index-blog {
		padding: 0;
	}
	.index-blog .col-xs-12.col-sm-4 {
		background: #fff;
	}
	.index-blog .col-xs-12.col-sm-4:nth-child(1) .blog-loop a .img {
		margin-left: -15px;
		margin-right: -15px;
	}
	.index-banner2 {
		background: #f5f5f5;
		padding: 15px 0;
	}
	.index-banner2 > .container, #product-related .container, .blogpage .container {
		padding: 0;
	}
	.blogpage .blog-posts-owl {
		padding: 10px 16px;
	}
	.index-box-title {
		margin-bottom: 20px;
		display: block;
	}
	.index-box-title .index-title {
		margin-bottom: 20px;
	}
	.index-box-title ul {
		display: flex;
		flex-direction: row;
		overflow: auto;
	}
	.index-box-title ul li {
		white-space: nowrap;
	}
	.product-tab-item .my-nav .owl-nav {
		display: none;
	}
	.col-xs-6.product-loop {
		padding: 0 10px;
	}
	.filter-item ul li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.products > .container, .flex-box > .checkout-item:last-child{padding:0;}
	.products .border-bottom{padding:10px;}
	.product-title .product-mb-title{
		font-size: 20px;
		line-height: 1.2;
		color: #303030;
		font-weight: bold;
	}
	.p-review {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 17px;
		font-weight: 500;
		justify-content: center;
	}
	.products #detail-product,
	.products .product-img-left {
		border: 0;
		flex: 0 0 100%;
		width: 100%;
		padding: 0;
	}
	.thumb-nav {
		margin-bottom: 15px;
	}
	.detectproduct-choice, .product-choise{
		background:#fff;
		padding: 0;
	}
	.new-desc {
		margin-bottom: 20px;
	}
	.new-desc p .left{padding-left:16px;}
	.sidebar-widget {
		margin: 0 10px 15px;
	}
	#price-preview span{
		font-size:20px;
	}
	#price-preview .price-sale2 {
		font-size: 14px;
	}
	.btn-cart span {
		font-size: 14px;
	}
	.product-video p {
		margin: 13px 0 33px;
	}
	.product-des-tab li {
		font-size: 13px;
		padding: 5px 15px 0 10px;
		line-height: 30px;
	}
	.cart-item .cart-item-info {
		flex: 0 0 calc(100% - 45px - 105px);
	}
	.cart-item.no-quantity .cart-item-info {
		flex: 0 0 calc(100% - 45px);
	}

	
	.main-footer-copyright {
		padding: 20px 0 100px;
	}
	.thu-mua-box {
		padding: 20px 10px 3px;
	}
	.product-img-left .product-image-main {
		margin: 0;
	}
	.collection-sidebar {
		margin-bottom: 30px;
		padding:0 15px;
	}

	.index-product-bg{margin-bottom:0;}
	.index-product-new > .container{padding:0;}
	.product-new-owl{padding:0 12px;}
	.index-product-bg .title-box{padding:0 12px;}
	.breadcrumb li a, .breadcrumb li span {
		font-size: 14px;
		line-height: 17px;
	}
	.product-img-left .product-image-main .item img{
		width:100%;
		height:auto;
	}
	.blog-top{padding:0;}
	.blog-top-left{
		flex:0 0 100%;
		width:100%;
		padding:0;
	}
	.blog-top-left .blog-post-info {
		padding: 2px 10px 6px;
	}
	.blog-top-left .blog-post-info .title-20 a{
		font-size:16px;
		line-height:19px;
		height:38px;
	}
	#blog .main-banner-owl{padding-top:4px;}
	#blog .main-banner-owl .owl-dots{
		bottom:60px;
	}
	.blog-bottom {
		margin: 0 10px;
		padding: 15px 6px 0;
	}
	.blog-posts .blog-post{padding:0;border:0;}
	.blog-post .entry-content, .blog-bottom .blog-post-meta .author{display:none;}
	.blog-bottom .title-20 a{
		font-size:15px;
		line-height:18px;
		height: 36px;
		margin: 0 0 8px;
	}
	.blog-pagi {
		margin-left: 10px;
		margin-right: 10px;
	}
	.article-content {
		padding: 10px 14px;
	}
	.article-content.full-desc {
		padding: 10px 0;
	}
	.box-article-heading h1 {
		font-size: 24px;
	}
	.related-post-block {
		padding: 0 14px 10px;
	}
	.new-checkout {
		margin: 47px 0 25px;
	}
	.new-checkout-title{margin-bottom:22px;}
	.new-checkout-title span{
		font-size:20px;
		line-height:44px;
		padding:0 17px;
	}
	.new-checkout-contain {
		padding: 0 16px 0 10px;
	}
	.vcb-table .vcb-left{
		flex:0 0 100%;
		width:100%;
	}
	.vcb-table .vcb-right{display:none;}
	.vcb-left p:first-child span:last-child {
		font-size: 0;
		display: inline-block;
		position: relative;
	}
	.vcb-left p:first-child span:last-child:after {
		content: '';
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 89px;
		height: 30px;
		background: url(//file.hstatic.net/1000338578/file/1200px-vietcombank_logo.svg_de532c09002440af8b670796b86df04f.png) top center/89px no-repeat;
	}
	.checkout-process a, .checkout-process button{
		margin-top:10px;
	}
	.checkout-success .success-info{
		margin:16px 10px;
	}
	.article-form-tv{
		padding:23px 16px 15px;
	}
	.article-form-tv .img-logo {
		width: 133px;
		margin: 0 auto 19px !important;
	}
	.article-form-tv .u-form-item input, .article-form-tv .u-form-item textarea{
		border: 1px solid #044086;
		box-shadow: inset 0px 3px 5px rgba(122, 120, 120, 0.25);
		border-radius: 5px;
		color: #767676;
		padding:5px 13px;
	}
	.article-form-tv .tv-title{
		font-size:18px;
		line-height:21px;
		margin: 0 auto 18px;
	}
	.product-des-box .content .video-box iframe {
		width: 100%;
	}
	.top-form form .u-form-item {
		margin: 0 0 9px;
	}
	.custom-order-item .track-item{
		padding: 15px 0 11px 30px;
	}
	.custom-order-item .track-item:before{
		left:10px;
	}
	.custom-order-item .track-item:after{
		left: -3px;
	}
	.custom-order-item .track-item .track-content {
		padding-left: 10px;
	}
	.custom-order-item .title-flex .width-40 {
		flex: 0 0 35%;
		width: 35%;
		padding-right: 25px;
	}
	.custom-order-item .track-item hr{
		left: 30px;
		width: calc(100% - 30px);
	}
	.new-price-item {
		flex: 0 0 calc(33% - 5px);
		width: calc(33% - 5px);
		font-size: 12px;
	}
	.new-price-item .new-price-p {
		font-size: 15px;
	}
	.fancybox-slide--iframe .fancybox-content{
		background: transparent !important;
	}
	.fancybox-slide--iframe .fancybox-content .fancybox-iframe{
		height:50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.video-box-bg .owl-carousel.my-nav2 .owl-nav button.owl-next{right:-21px;}
	.video-box-bg .owl-carousel.my-nav2 .owl-nav button.owl-prev{left:-21px;}
}	
@media screen and (max-width: 412px) {
	.index-blog {
		padding: 0 0 15px 0 !important;
	}
	.footer-bottom > div {
		padding-right: 0;
	}
	.footer-title {
		margin-left: 5px;
	}
	.list-phukien a{
		height:80px;
		padding: 5px;
	}
	.list-phukien a span{font-size:12px;}
}


#bang-gia table th
{background: #044086;
	color: #fff;
	font-weight: bold;
}
#bang-gia table th:first-child{
	border-radius: 15px 0px 0 0;
}
#bang-gia table th:last-child{
	border-radius: 0px 15px 0 0;

}
#bang-gia tr{background: #fff;}
#bang-gia tr:nth-child(even) {
	background: #edf1f5;
}
#bang-gia table *{border:0}
table.dataTable.no-footer{border:0}
.dataTables_length{opacity:0}
#DataTables_Table_0_filter input{
	border-radius:20px;
}

.thumb-nav.d-flex-owl:not(.owl-loaded) {
	margin-left: -19px;
}.thumb-nav.d-flex-owl:not(.owl-loaded) .item-owl {
	padding-left: 20px;
}
.review-box {
	height: 17px;
}




