@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

/*defaul css*/

body, html {
	font-family: 'Roboto', sans-serif;
	font-size: 13.5px;
	line-height: 1.5em;
	font-weight: 400;	 
	min-width: 320px;
	width: 100%;
	min-height: 100%;
	font-style: normal;
	background: #e6ebed;
	color:  #183140;
}
body:before {
	content: "";
	display: block;
	position: absolute;
	top: -15%;
	width: 100%;
	height: 50%;
	background: rgba(255,255,255,0.5);
	transform: skew(0deg, -5deg);
}
.bg-dark {
	background: #183140!important;
	color: #fff;
}
body.in {
	overflow: hidden;
}
.bg-event {
	position: absolute;
	top: 140px;left: 0; right: 0;
	height: 60vh;
	background: url(https://image.vtvhyundai.vn/emkt/event-web/bg-event.webp) no-repeat bottom center;
	background-size: cover;
}
.min-height {
	min-height: 500px;
}
.z-index-90 {
 	z-index: 90;
}
img {
	border-radius: 5px;
}
body > div {
	position: relative;z-index: 2;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 700;
	font-style: normal;
	}

sup, .sup {text-transform: lowercase;font-weight: normal;}
.fl-right {float: right;}
.fl-left {float: left;}
b {font-weight: 700;}
.full-screen {width: 100%;height: 100%;}
.table {font-size: 1.2em;}
.clear-fix{clear: both;}

.ui-autocomplete{
	z-index: 1000;
	background: #fff;
	width: 100%;
	list-style: none;
}

.display-none{
	display: none!important;
}

.animation,
.btn-menu-ac:after,
.btn-menu-ac:before {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.no-padding {
	padding-top:0!important;
	padding-bottom:0!important;
	padding-right: 0!important;
	padding-left:0!important;
}

.no-margin {
	margin-top:0!important;
	margin-bottom:0!important;
	margin-right: 0!important;
	margin-left:0!important;
}

.padding-tb-lg {padding-top:60px!important;padding-bottom:60px!important;}
.padding-tb-md {padding-top:30px!important;padding-bottom:30px!important;}
.padding-tb-sm {padding-top:15px!important;padding-bottom:15px!important;}

.padding-lr-lg {padding-left:60px!important;padding-right:60px!important;}
.padding-lr-md {padding-left:30px!important;padding-right:30px!important;}
.padding-lr-sm {padding-left:15px!important;padding-right:15px!important;}

.padding-r-lg {padding-right:60px!important;}
.padding-r-md {padding-right:30px!important;}
.padding-r-sm {padding-right:15px!important;}
.padding-r-0 {padding-right:0px!important;}

.padding-l-lg {padding-left:60px!important;}
.padding-l-md {padding-left:30px!important;}
.padding-l-sm {padding-left:15px!important;}
.padding-l-0 {padding-left:0px!important;}

.padding-lg {padding:60px!important;}
.padding-md {padding:30px!important;}
.padding-sm {padding:15px!important;}

.padding-t-lg {padding-top:60px!important;}
.padding-t-md {padding-top:30px!important;}
.padding-t-sm {padding-top:15px!important;}

.padding-b-lg {padding-bottom:60px!important;}
.padding-b-md {padding-bottom:30px!important;}
.padding-b-sm {padding-bottom:15px!important;}

.margin-t-lg {margin-top:60px!important;}
.margin-t-md {margin-top:30px!important;}
.margin-t-sm {margin-top:15px!important;}

.margin-b-lg {margin-bottom: 60px!important;}
.margin-b-md {margin-bottom: 30px!important;}
.margin-b-sm {margin-bottom: 15px!important;}

.margin-lg {margin: 60px!important;}
.margin-md {margin: 30px!important;}
.margin-sm {margin: 15px!important;}

.margin-tb-lg {margin-top:60px!important;margin-bottom:60px!important;}
.margin-tb-md {margin-top:30px!important;margin-bottom:30px!important;}
.margin-tb-sm {margin-top:15px!important;margin-bottom:15px!important;}

.padding-lr-2 {
 	padding-left: 2px!important;
 	padding-right: 2px!important;
 }

.col-5lg {
	flex: 0 0 auto;
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

input:-internal-autofill-selected {
    background-color: rgb(255, 255, 255) !important;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.bg-opacity-dark {
	background: rgba(0,29,43,0.6);
}

.d-table{
	height: 100%;
    width: 100%;
}
.d-table-cell {
	vertical-align: middle;
}
.bg-gray-lv2 {
	background: #f5f5f5;
}
.rounded {
	color: #363636;
	font-style: italic;
}
.bg-gray-lv1 {
	background: #d6dbdd;
}
.bg-gradien-tb {
	background-image: linear-gradient(rgba(255,255,255,0.8)50%, rgba(255,255,255,0)100%);
}
.bg-white-pos,
.bg-white-pos2,
.bg-white-pos3 {
	position: relative;	

}
.bg-white-pos:before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 10px; right: 10px; bottom: 0;
	background: #fff;
	z-index: 1;
	border-radius: 5px;
}

.bg-white-pos.hotdeal-content:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 10px; right: 10px; bottom: 0;
	z-index: 1;
	background: url(../img/bg-hotdeal-black.png) no-repeat top;
	background-size: 100%;
}
.bg-white-pos > *,
.bg-white-pos2 > * {
	position: relative;
	z-index: 2;
}
.hidden-dt {
	display: none;
}
.hidden-mb
.hidden-mb-sm {
	display: block;
}
.pane-radius {
	border-radius: 5px;
	padding: 15px;
}
/* end defaul css*/
.function-group {
	position: fixed;
	right: 15px;
	bottom: 180px;
	z-index: 90;
	padding: 0;
	margin: 0;
	width: 44px;
	list-style: none;
}
.function-group li {
	position: relative;
	text-align: right;
}

/*.function-group li.chat.open a,
.function-group li.chat.open span {

	overflow: hidden;
	height: 44px;
	margin-top: 15px;
	opacity: 1;
}*/
 .sitebar-banner,
 .main-banner {
 	padding-left: 0;
 }
.function-group li a,
.function-group li > span{
	display: block;
	width: 44px;
	height: 44px;
	margin-top: 15px;
	background: #1ab6b5;
	border-radius: 44px;
	line-height: 44px;
	text-align: center;
	position: relative;
	z-index: 9;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.3)!important;

}
.function-group li:first-child a {
	margin-top: 0;
	background: #fff;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(0,29,43, 0.2);
}
.function-group li:first-child a img {
	width: 42px;
	opacity: 0.7;

	animation-name: gotop;
  	animation-duration: 1.5s;
  	animation-iteration-count: infinite;
}
@keyframes gotop {
  0%   {padding: 12px 10px 8px 10px;}
  50%  {padding: 8px 10px 12px 10px;}
  100% {padding: 15px 10px 5px 10px;}
}
.function-group li a img {
	width: 100%;
	position: relative;
	z-index: 3;
}
.function-group li.call .line-waves{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	right: 6px;
	overflow: hidden;	
}
.function-group li.call img {
	animation-name: telephone;
  	animation-duration: 1.5s;
  	animation-iteration-count: infinite;
}
@keyframes telephone {
  0%   {transform: rotate(-10deg);}
  25%  {transform: rotate(20deg);}
  50%  {transform: rotate(-10deg);}
  75%  {transform: rotate(20deg);}
  100% {transform: rotate(-10deg);}
}
.function-group li.call .line-waves:after {
	content: "";
	display: block;
	position: absolute;
	right: 100%;
	top: 100%;
	border: 2px solid #fff;
	border-radius: 44px;
	animation-name: lineone;
  	animation-duration: 1s;
  	animation-iteration-count: infinite;
}
@keyframes lineone {
  0%   {margin-right: 0px;	margin-top: 0px;  	width: 0px;	height: 0px; opacity: 1;}
  70%  {opacity: 1;}
  100% {width: 32px;height: 32px;margin-right: -16px;margin-top: -16px;opacity: 0;}
}
.function-group li.call {
	position: relative;
}

.function-group li.call .line-waves:before {
	content: "";
	display: block;	
	position: absolute;
	right: 100%;
	top: 100%;
	
	border: 2px solid #fff;
	border-radius: 44px;
	animation-name: linetwo;
  	animation-duration: 1s;
  	animation-iteration-count: infinite;
  	animation-delay: 0.5s;
}
@keyframes linetwo {
  0%   {margin-right: 0px;	margin-top: 0px;  	width: 0px;	height: 0px; opacity: 1;}
  70%  {opacity: 1;}
  100% {width: 32px;height: 32px;margin-right: -16px;margin-top: -16px;opacity: 0;}
}

/*header*/
/*-------------------------------------------------*/
.banner-top a {
	background-position: center center!important;
	background-repeat: no-repeat!important;
	height: 60px;
	display: block;
	overflow: hidden;
}
.wap-menu {
	position: sticky;
	top: 0;
	z-index: 99;
}
.wrap-header {
	background: #fff;
	left: 0;
	right: 0;
	z-index: 100;
	
}
.wrap-header .header .logo {
	width: 190px;
	padding: 0 10px;
	margin: 0;
	display: table;

}
.wrap-header .header .logo a {
	display: table-cell;
	vertical-align: middle;
}
.wrap-header .header .logo a img {
	max-width: 180px;
}
.wrap-header .header .menu{
	flex: 1 0 0%;
	padding-right: 190px;
	position: relative;
}
.wrap-header .header .user-account {
	width: 180px;
	padding: 10px 0 10px 10px;
	list-style: none;
	margin: 0;
	position: absolute;
	right: 10px;
}
.wrap-header .header .user-account li:after {
	content: "";
	width: 1px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #ccc;
}
.wrap-header .header .user-account li {
	display: inline-block;
	position: relative;
	min-height: 60px;
	width:100%;
}
.wrap-header .header .menu ul.user-account li a {
	display: block;
	position: relative;
	padding: 7.5px 0 7.5px 40px;
	text-decoration: none;
	text-transform: capitalize;
	color: #183140;
	height: 60px;
}
.wrap-header .header .menu ul.user-account li a ion-icon {
	position: absolute;
	left: 10px;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.wrap-header .header .menu ul.user-account li .rank-user {
	display: block;
}
.wrap-header .header .menu ul.user-account li .name-user {
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.wrap-header .header .menu ul.user-account .register {
	padding:5px 0 5px 10px;
	display: block;
	width: 100%;
	text-align: center;
}
.wrap-header .header .menu ul.user-account .register .btn-register {
	display: block;
	line-height: 50px;
	height: 50px;
	background: #cd0000;
	width: 100%;
	border-radius: 5px;
}
.wrap-header .header .menu ul.main-menu {
	padding: 10px 0;
	list-style: none;
	text-align: right;
	margin: 0;
}
.wrap-header .header .menu ul.main-menu li {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
}
.wrap-header .header .menu ul.main-menu li a{
	display: block;
	height: 60px;
	line-height: 30px;
	padding: 15px 7.5px;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	color: #787878;
}
.wrap-header .header .menu ul.main-menu li:hover a {
	color: #F22738;
}
.wrap-header .header .menu ul.main-menu li:hover a:after{
	content: "";
	width: 50px;
	height: 4px;
	position: absolute;
	background: #F22738;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	border-radius: 10px;
}
.wrap-header .header .menu ul.main-menu li a ion-icon {
	display: none;
}
.wrap-fs-header {
	position: relative;
	z-index: 100;
	padding-top: 5px;
	flex: 1 0 0%;
}
.search-header input {
	line-height: 46px;
	padding: 0px 130px 0 20px;
	border-radius: 30px;
	border: 2px solid rgba(0,29,43,0.1);
}



.search-header {
	position: relative;
	margin-left: 10px;
}

.search-sugges {
	margin-top: 3px;
	/*margin-left: 25px;
	margin-right: 25px;*/
	border-radius: 5px;
	padding: 15px;
	background: #fff;
	border: 1px solid rgba(0,29,43,0.1);
	display: none;
}
.search-sugges ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.search-sugges ul li .keywords{
	display: block;
	color: rgba(0,29,43,0.9);
	text-decoration: none;
	line-height: 30px;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    position: relative;
    padding-left: 30px;
}
.search-sugges ul li .keywords:after{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../svg/icon/icon-svg_search-black.svg) center center no-repeat;
	background-size: 25px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}
.search-sugges .row .keywords {
	color: rgba(0,29,43,0.9);
	text-decoration: none;
	line-height: 45px;
	display: block;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
}
.search-sugges .row .keywords img{
	width: 45px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0;
}
.search-header:focus-within .search-sugges {
	display: block;
}
.main-header .header .wrap-fs-header {
	width: 100%;
	height: 70px;
	padding: 10px 0;
	padding-right: 290px;
	position: relative;
}
.search-header button {
	position: absolute;
	right: 4px;
	top: 4px;
	line-height: 42px;	
	font-family: 'Roboto Condensed', sans-serif;
	border-radius: 22px;
	border: none;
	min-width: 42px;
	text-align: center;
	border: none;		
	background: #183140;
	color: #fff;
	padding: 0 15px;
}
.search-header button ion-icon{
	margin-right: 10px;
}
.search-header .btn-dack-style:hover {
	/*background: #F22738;
	border-radius: 22px;
	line-height: 42px;*/
}




.footer .logo img {
	max-height: 50px;
}
.close-menu {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 100%;
	background: rgba(24,49,64,0.7);
	z-index: 1;
}

.close-search {	
	position: fixed;
    top: 0;
    height: 64px;
    right: 0;
    left: 0;
    background: rgba(0,29,43,0.6);
    z-index: 100;
    display: none;
}
.close-search.in {
	display: block;
}

.btn-search-ac,
.btn-menu-ac {
	display: none;
	font-family: 'Roboto Condensed', sans-serif;
}
.btn-menu-ac.in {
		z-index: 999999999;
	}

.btn-social,
.btn-social:hover {
	line-height: 36px;
	border: none;
	border-radius: 5px;
	padding: 0 10px 0 5px;
	color: #fff;
	min-width: 36px;
	text-transform: capitalize;
	font-size: 1em;
	text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}
.btn-social img {
	width: 30px;
	position: relative;
	top: -1px;
}
.btn-dropmenu,
.btn-dropmenu:hover {
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background: #fff;
	/*border: 1px solid rgba(0,29,43,0.1);*/
	border: none;
	font-family: 'Roboto Condensed', sans-serif;
 }
.btn-dropmenu img {
	width: 30px;
	position: relative;
	top: 0px;
	opacity: 0.7;
}
.btn-social.zalo {
	background: #0fa3da;
}
.btn-social.twitter {
	background: #1c9cea;
}
.btn-social.facebook {
	background: #1773ea;
}
.btn-social.google {
	background: #f70000;
}
.disabled {
	opacity: 0.65;
	cursor: not-allowed!important;
}

.btn-dack-style,
.btn-dack-style:hover  {
	line-height: 50px;
	border: none;
	border-radius: 5px;
	padding: 0 15px;
	background: rgb(0,29,43);
	color: #fff;
	min-width: 36px;
	text-transform: capitalize;
	font-size: 1.1em;
	text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}
.btn-white2-style,
.btn-white2-style:hover  {
	border: 1px solid rgba(0,29,43,0.3);
	line-height: 50px;
	border-radius: 5px;
	padding: 0 15px;
	background: rgb(255,255,255);
	color: rgb(0,29,43);
	min-width: 36px;
	text-transform: capitalize;
	font-size: 1.1em;
	text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}
.btn-red-style,
.btn-red-style:hover {
	line-height: 50px;
	border: none;
	min-width: 36px;
	border-radius: 5px;
	padding: 0 15px;	
	background: #F22738;
	color: #fff;
	text-transform: capitalize;
	font-size: 1.1em;
	text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}
.btn-white-style {
	line-height: 40px;
	border: none;
	min-width: 36px;
	border-radius: 5px;
	padding: 0 15px;	
	background: #fff;
	color: rgba(0,29,43,1);
	text-transform: capitalize;
	font-weight: 500;
	font-size: 1.2em;
	text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: 1px solid rgba(0,29,43,0.2);
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}
.btn-white-style:hover {
	background: #F22738;
	border: 1px solid #F22738;
	color: #fff;
}

.btn-block-lg {
	display: block;
	width: 100%!important;
}
.btn-more-white {
	line-height: 40px;
    border: none;
    min-width: 36px;
    border-radius: 5px;
    padding: 0 15px;
    background: #fff;
    color: rgba(0,29,43,0.5);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.1em;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-style: italic;
    font-family: 'Roboto Condensed', sans-serif;
}
.btn-more-white:hover {
	color: rgba(0,29,43,0.8);
}

.top-bar {
	position: relative;
	background: #1ab6b5;
	height: 60px;
	z-index: 99;
	animation-name: topbarstickytwo;
 	animation-duration: 0.2s;
}
.top-bar.sticky {
	position: sticky;
	top: 0;
	animation-name: topbarsticky;
 	animation-duration: 0.5s;
}
@keyframes topbarsticky {
  0%   {top: -60px; opacity:0; }
  100% {top: 0; opacity:1;}
}
@keyframes topbarstickytwo {
  0%   {position: sticky;top: 0;}
  99%  {position: sticky;top: -60px}
  100% {position: relative;}
}
.top-bar .wap-button-list-cat {
	width: 250px;
	padding-right: 0;
	position: relative;
	z-index: 8;
}
.top-bar .wap-button-list-cat.sticky {
 	cursor: pointer;
}
.wap-button-list-cat.show-category .button-list-cat {
	pointer-events: none;
}
.wap-button-list-cat.show-category.sticky .button-list-cat {
	pointer-events: auto;
}
.top-bar .wap-button-list-cat button {
	background: #183140;
	color: #fff;
	height: 60px;
	font-size: 14px;
	border: none;
	text-transform: capitalize;
	font-weight: 700;
	width: 100%;
	padding-left: 50px;
	text-align: left;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
}
.top-bar .wap-button-list-cat button:after,
.top-bar .wap-button-list-cat button:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 16px;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
}
.top-bar .wap-button-list-cat button:after{
	left: 22px;
}
.top-bar .wap-button-list-cat button:before {
	left: 32px;
}
.top-bar .wap-button-list-cat > span{
	margin-right: 10px;
	line-height: 50px;
	display: inline-block;
	height: 50px;

}
.top-bar .shopping-cart {
	width: 140px;
    display: block;
    margin: 7px 10px 0 10px;
    height: 46px;
    background: #fff;
    padding: 10px 60px 10px 20px;
    position: relative;
    line-height: 15px;
    border-radius: 50px;
    color: #183140;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-align: right;
    font-style: italic;

}
.top-bar .shopping-cart span {
	background: #F22738;
	line-height: 15px;
	padding: 0 2px;
	position: absolute;
	top: 3px;
	font-size: 11px;
	color: #fff;
	min-width: 15px;
	left: 100%;
	margin-left: -30px;
	border-radius:20px;
	max-width: 25px;
	text-align: center;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.top-bar .shopping-cart ion-icon {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);


}
.space-cat-home {
	width: 260px;
	position: relative;
	padding: 0 10px;
}
.cat-product-list {
	max-width: 1320px;
	width: 100%;
	padding: 0px 10px;
	margin-left:-300%;
	margin-right: auto;
	height: 0px;
	position: sticky;
	z-index: 90;
	/*display: none;*/
}
.cat-product-list.show-category {
	width: 100%;
	padding: 0px 10px;
	margin-left: auto;
	margin-right: auto;
	height: 0px;
	position: sticky;
	z-index: 90;
}
.cat-product-list.in {
	display: block;
	margin-left:auto;
}

.cat-product-list.sticky.in {
	top: 60px;
}
.cat-product-list > ul {
	position: absolute;
	top: 0px;
	width: 240px;
	background: #fff;
	padding: 0;
	margin: 0;
	list-style: none;

}
.cat-product-list > ul > li {
	padding: 0 10px;
}
.cat-product-list > ul > li >a  {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	padding-left: 40px;
	border-bottom: 1px solid #efefef;
	position: relative;
	color: #183140;
	text-transform: capitalize;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
}
.cat-product-list > ul > li > a:after  {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	width: 10px;
	height: 10px;
	border: 2px solid #F22738;
	transform: rotate(46deg);
	top: 50%;
	margin-top:-5px;
	opacity: 0;
	border-left: none;
	border-bottom: none;
}
.cat-product-list > ul > li:hover > a:after  {
	right: 0px;
	border-color:  #F22738;
	opacity: 1;
}
.cat-product-list > ul > li > a img {
	display: block;
	width: 40px; height: 40px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.space-cat-home span{
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(255,255,255,1)50%, rgba(255,255,255,0));
}

.cat-product-list .sub-menu-lv2 {
	position: absolute;
	top: 0;
	left: -500%;
	width: 650px;
	background: #f9f9f9;
	height: 100%;
	padding: 20px;
}
.cat-product-list .sub-menu-lv2 >span,
.cat-product-list .sub-menu-lv2 >span>span {
	display: block;
}
.cat-product-list > ul > li:hover .sub-menu-lv2 {
	left: 240px;
}
.cat-product-list > ul > li .sub-menu-lv2 .col-4 >  a {
	color: #183140;
	display: block;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: 700;
}
.cat-product-list > ul > li ul.sub-menu-lv2 ul  {
	margin-bottom: 15px;
	display: block;
}
.cat-product-list > ul > li ul.sub-menu-lv2 ul li a {
	display: block;
	font-size: 1em;
	line-height:  24px;
	color: rgba(29,49,64,0.8);
	text-decoration: none;
}
.close-cat {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 100%;
	background: rgba(24,49,64,0.5);
	z-index: 5;
}
.close-cat.in {
	top: 0; left: 0; right: 0; bottom: 0;
}
.wap-group-banner {
	margin-top: 10px;
	padding-left: 0;
}
.wap-group-banner img {
	border-radius: 5px;
}
.wap-category
.group-sub-menu {
	position: relative;
	top: 0px;
	padding-top: 10px;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,.4));
	border-radius: 5px 0 0 5px;
}
.group-sub-menu > * {
	position: relative;
	z-index: 2;
}
.group-sub-menu > ul {
	margin: 0;
	padding-left: 0px;
	list-style: none;
	width: 250px;
	margin-right: 20px;
	height: 100%;
}

.group-sub-menu > ul  > li > span > a {	
	display: block;
	padding: 10px 20px 10px 65px;
	line-height: 30px;
	position: relative;
	font-size: 1.1em;
	font-weight: 400;
	cursor: pointer;
	text-transform: capitalize;
	text-decoration: none;
	color: rgb(0,29,43);
	border-radius: 40px 0 0 40px;
}

.group-sub-menu > ul  > li > span > a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid rgb(0,20,43);
	border-right: 1px solid rgb(0,20,43);
	transform: rotate(45deg);
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.group-sub-menu > ul  > li > span > a > img.ico-white {
	opacity: 0;
}
.group-sub-menu > ul  > li:hover > span > a{
	background: #fff;
	color: #147589;
}
.group-sub-menu > ul  > li:hover > span > a:after {	
	right: 10px;
	opacity: 1;
}
.header-hotline {
	position: absolute;		
	bottom: 2px;
	right: 10px;
	/*background: #F22738;*/
	border-radius: 5px;
}
.header-hotline span {
	font-size: 1.8em;
	font-weight: 700;
	color: rgba(0,29,43, 1);
	padding-right: 40px;
	display: block;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	font-style: italic;
	background: url(../svg/icon/icon-svg_hotline-red.svg) right center no-repeat;
}
.bar-bottom {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	background: #fff;
	padding:0;
	margin: 0;
	font-size: 0;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.9)!important;
	display: none;
	z-index: 3;
	border-top: 1px solid #ededed;
}
.bar-bottom > li {
	display: inline-block;
	font-size: 12px;
	width: 20%;
	position: relative;
}
.bar-bottom > li > a > span {
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: 10px;
	line-height: 13px;
	height: 12px;
	background: #F22738;
	min-width: 12px;
	padding: 0 3px;
	border-radius: 6px;
	color: #fff;
	font-size: 0.9em;
}
.bar-bottom > li > a > ion-icon,
.bar-bottom > li > span > ion-icon {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 7px;
}
.bar-bottom li > ul {
	position: absolute;
	bottom: 50px;
	width: 150px;
	background: #fff;
	padding: 10px;
	left: 10px;
	border-radius: 5px;
	list-style: none;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	display: none;
}
.bar-bottom li:hover > ul {
	display: block;
} 
.bar-bottom li > ul > li > a {
	font-size: 14px;
	display: block;
	line-height: 30px;
	color: rgb(0,29,43);
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 500;
}
.bar-bottom > li > a,
.bar-bottom > li > span{
	text-align: center;
	display: block;
	text-decoration: none;
	color: rgb(0,29,43);
	cursor: pointer;
	height: 50px;
	padding-top: 30px;
	position: relative;
}
.bar-bottom > li > span > i,
.bar-bottom > li > a > i {
	line-height: 13px;
	font-size: 0.9em;
	text-decoration: none;
}
.bar-bottom > li > a .ico-green,
.bar-bottom > li:hover > a .ico-black,
.bar-bottom > li > span .ico-green,
.bar-bottom > li:hover > span .ico-black {
	display: none;
}
.bar-bottom > li:hover > a .ico-green,
.bar-bottom > li:hover > span .ico-green{
	display: block;
}
.bar-bottom > li > a img,
.bar-bottom > li > span img {
	width: 32px;
	margin: 0 auto;
	display: block;
}

/* end header*/
.onair {
	position: absolute;
	top: -7px;
	left:-7px;
	z-index: 2;
	width: 113px;
	height: 96px;
	display: block;
	overflow: hidden;
}
.onair:after {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 0px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #7f1e1e;
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 1;
}
.onair:before {
	content: "";
	width: 0px;
	height: 0px;
	border-left: 0px solid transparent;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #7f1e1e;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 1;
}
.onair .titel-onair {
	display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 44px;
    width: 160px;
    position: absolute;
    background: #F22738;
    z-index: 2;
    font-style: italic;
    transform: rotate(-40deg);
    padding: 0 50px;
    left: -45px;
    top: 10px;
    color: #fff;
    z-index: 3;
}
.img-video {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    border-radius: 5px 5px 0 0;
}
.img-video .po-content-onair {
	position: absolute;
	top: 0; left: 0px;right: 0px; bottom: 0;
}
.po-content-onair img {
	width: 101%;
}
.titel-onair-pr {
	text-decoration: none;
	color: rgb(0,29,43);
	font-weight: 700;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 1.2em;
    line-height: 1.4em;
    text-transform: capitalize;
}
.titel-product {
	margin-top: 10px;
    text-decoration: none;
    color: rgb(0,29,43);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 1em;
    min-height: 2.7em;
    line-height: 1.4em;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.price.price-lg {
	font-size: 20px;
	display: inline-block;
}
.price {
	margin-bottom: 10px;
	position: relative;
	display: table;
	line-height: 17px;
	height: 43px;
}
.price .sale-price {
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    padding-right: 10px;
    color: #F22738;
    display: block;
}
.price .old-price {
    font-size: 0.9em;
    position: relative;
    padding-right: 10px;
    text-decoration: line-through;
    color: #787878;
    display: inline-block;
}
.price .sale-ps {
    width: 38px;
    height: 38px;
    background: #F22738;
    position: absolute;
    bottom:10px;
    right: -50px;
    border-radius: 40px 40px 40px 20px;
    text-align: center;
    line-height: 40px;
    font-style: italic;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}
.price .sale-price:after, .price .old-price:after {
    content: "\20AB";
    position: absolute;
    right: 0;
    font-weight: 600;
    font-size: 0.8em;
    top: 0;
    line-height: 10px;
}
.cart-ship span:after, .price .sale-price:after, .price .old-price:after {
    content: "\20AB";
    position: absolute;
    right: 0;    
    top: 0;
    line-height: 10px;
    font-weight: 600;
    font-size: 0.8em;
}

/*.price.size-mobile,*/
.price.price-sm {
	line-height: 1.4em;
}
.price.size-mobile .old-price,
.price.price-sm .old-price {
	font-size: 1.1em;
	font-style: italic;
	position: relative;
	padding-right: 10px;
}
.price.size-mobile .sale-price,
.price.price-sm .sale-price {
	font-size: 1.4em;
	font-weight: 700;
	position: relative;
	padding-right: 10px;
}
.price.size-mobile .sale-ps,
.price.price-sm .sale-ps {
	margin-left: 10px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
}
.cart-ship span {
	position: relative;
	padding-right: 10px;
}
.cart-ship span:after,
.price .sale-price:after,
.price .old-price:after {
	content: "\20AB";
	position: absolute;
	right: 0;
	font-size: 0.7em;
	top: 0;
	line-height: 10px;
}

.titel-icon-style-lv2 {
	padding-left: 70px;
	height: 50px;
	overflow: hidden;
	position: relative;
	background: rgba(255,255,255,1);
	border-radius: 5px;
}
.titel-icon-style-lv2:before{
	content: "";
	width: 60px;
	height: 70px;
	background: #1ab6b5;
	position: absolute;
	top: -10px;
	left: -5px;
	transform: rotate(10deg);
}
.titel-icon-style-lv2 img {
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.titel-icon-style-lv2 .titel-best-sale,
.titel-icon-style-lv2 .titel-cat-product,
.titel-icon-style-lv2 .titel-new-product{
	font-size: 1.5em;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: #147589;
	text-transform: uppercase;
	line-height: 1em;
	padding-top: 3px;
}
.titel-cat-product {
	font-size: 1.5em;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(0,29,43, 1);
	text-transform: uppercase;
	line-height: 1em;
	padding-top: 3px;
}
.more-style1 {
	background: #fff url(../svg/icon/icon-svg_right-arrow-black.svg) center center no-repeat;
	background-size: 50%;
	opacity: 0.3;
	height: 50px;
	width: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.titel-hotdeal{
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 65px;
	background: url(../svg/icon/icon-svg_hotdeal-white.svg) no-repeat right -25px;
    background-size: 180px;
	margin: 0;
}
.hotdeal-content {
	position: relative;	
}
.hotdeal-content .infomation-product
.hotdeal-content .link-banner {
	display: block;
}
.link-banner {
	display: block;
}
.hotdeal-content .img-product,
.hotdeal-content .infomation-product {
	position: relative;
	z-index: 2;
	top: -30px;
}


.info-product-item {
	padding: 0;
	margin:0;
	position: absolute;
	top: 10px;
	left: 10px;
	list-style: none;
	font-size: 1em;
	text-align: left;
}
.info-product-item li {
	display: inline-block;
}
.info-product-item > .sale > span {
	position: absolute;
	top: 30px;
	left: 0px;
	font-size: 1em;
	line-height: 2.8em;
	text-align: center;
	width: 2.8em;
	display: block;
	font-weight: 700;
	background: #F22738;
	border-radius: 100% 100% 20% 100% ;
	color: #fff;
}
.saving-pont{
	display: inline-block;
	background: #F22738;
	padding: 0px 10px 0px 30px;
	border-radius: 24px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	position: relative;
}

/*.saving-pont:after {
	content: "$";
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}*/
.saving-pont:before {
	content: "$";
	font-weight: 700;
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 26px;
	height: 26px;
	text-align: center;
	background: #ff9800;
	border-radius: 24px;
	border: 1px solid #fff;
}
.info-product-item > .e-commerce > span {
	font-size: 1.1em;
	line-height: 22px;
	width: 22px;
	height: 22px;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	background: #1ab6b5;
	border-radius:100%;
	color: #fff;
	cursor: pointer;
	font-style: italic;

}

.img-product-item {
	display: block;
	position: relative;
	overflow: hidden;
}
.img-product-item > a {
	display: block;
}
.img-product-item > span {
	background: rgba(255,255,255,1);
    display: block;
    position: absolute;
    top: -50%;
    left: 50%;
    margin-left: -49px;
    margin-top: -23px;
    padding: 3px;
    border-radius: 40px;
    width: 90px;
    height: 46px;
    right: 0;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    opacity: 0;
}
.status-pr {
	cursor: pointer;
	text-decoration: none;
}

.img-product-item > span img {
	width: 40px!important;
	height: 40px;
	background: #1ab6b5;
	border-radius:30px;
}
.status-pr img {
	width: 40px!important;
	height: 40px;
	background: linear-gradient(to right, rgba(0,29,43,0.8), rgba(0,29,43,0.7));
	border-radius:30px;
}
.img-product-item > span > a.status-pr .like,
.img-product-item > span > a.status-pr.check .unlike,
.status-pr .like,
.status-pr.check .unlike {
	display: none;
}
.img-product-item > span > a.status-pr.check .like,
.img-product-item > span > a.status-pr .unlike,
.status-pr.check .like,
.status-pr .unlike {
	display: inline-block;
}
.img-product-item > span > a.status-pr img {
	background: linear-gradient(to right, rgba(0,29,43,0.8), rgba(0,29,43,0.7));
}
.img-product-item > span > a.status-pr.check img,
.status-pr.check img {
	background: #F22738;
}
.img-product-item > span > a {
	display: inline-block;
	padding: 0;
	position: relative;
	cursor: pointer;
}
.list-category ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	white-space: nowrap;
}
.list-category li {
	display: inline-block;
	font-size: 14px;
	width: 10%;
	min-width: 120px;
	text-align: center;
}
.bar-menu2.full-width .list-category li {
	width: 14.28571428571429%;
	border-radius: 5px;
	overflow: hidden;
}
.list-category li a {
	display: inline-block;
	text-align: center;
	padding: 45px 5px 7px 5px;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	color: rgb(0,29,43);
	font-weight: 500;
	font-size: 0.87em;
}
.list-category li a .name-category {
	display: block;	
}
.bar-menu2 ul li:hover{
	background: #1ab6b5;
}
.bar-menu2 ul li:hover a{
	opacity: 1;
}
.bar-menu2 ul li a {
	background-size: 50px!important;
	background-repeat:no-repeat!important;
	background-position: top center!important;
	opacity: 1;
}

.list-category li:hover a {
	background: #1ab6b5;
	color: rgb(255,255,255);
}
.bar-menu2 {
	overflow-x: auto;
	z-index: 3; 
}
.product-slider-cat {
	overflow-x: auto;
	z-index: 3; 
	position: relative;
}
.carousel-inner {
	border-radius: 10px;
}
.product-slider {
	width: 90%;
	margin-top: 20px;
	position: relative;
}
.product-slider > p.sold-out {
	display: table;
	position: absolute;
	top: 0;left: 0; right: 0; bottom: 0;
	background: rgba(29,49,64,0.8);
	z-index: 99;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.product-slider > p.sold-out span {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	font-style: italic;
	color: #fff;
}
.wap-category {
	position: relative;
}
.wap-category:after,
.wap-category:before {
	content: "";
	width: 20px;
	height: 40px;	
	position: absolute;
	top: 50%;
	margin-top: -20px;	
	z-index: 6;
	opacity: 0.4;
	display: none;
}
.wap-category:after{
	background: rgb(255,255,255) url(../svg/icon/icon-svg_left-arrow-black.svg) center center no-repeat;
	left: 0px;
}
.wap-category:before{
	background: rgb(255,255,255) url(../svg/icon/icon-svg_right-arrow-black.svg) center center no-repeat;
	right: 0px;
}

.bar-menu2::-webkit-scrollbar,
.bar-menu3::-webkit-scrollbar,
.live-calendar::-webkit-scrollbar,
.main-menu::-webkit-scrollbar,
.supper-sale-tab::-webkit-scrollbar,
.product-slider-cat::-webkit-scrollbar { background: rgba(0,0,0,0.05); width: 6px; height: 6px; border-radius: 6px;}
.bar-menu2::-webkit-scrollbar,
.bar-menu3::-webkit-scrollbar,
.live-calendar::-webkit-scrollbar,
.main-menu::-webkit-scrollbar,
.supper-sale-tab::-webkit-scrollbar,
.product-slider-cat::-webkit-scrollbar {display: none;}
.bar-menu2::-webkit-scrollbar,
.bar-menu3::-webkit-scrollbar,
.live-calendar::-webkit-scrollbar,
.main-menu::-webkit-scrollbar,
.supper-sale-tab::-webkit-scrollbar,
.product-slider-cat::-webkit-scrollbar { /* 3 */ }
.bar-menu2::-webkit-scrollbar,
.bar-menu3::-webkit-scrollbar,
.live-calendar::-webkit-scrollbar,
.main-menu::-webkit-scrollbar
.supper-sale-tab::-webkit-scrollbar,
.product-slider-cat::-webkit-scrollbar { /* 4 */ }
.bar-menu2::-webkit-scrollbar,
.bar-menu3::-webkit-scrollbar,
.live-calendar::-webkit-scrollbar,
.main-menu::-webkit-scrollbar,
.supper-sale-tab::-webkit-scrollbar,
.product-slider-cat::-webkit-scrollbar {background: #ccc; width: 2px; height: 2px;border-radius: 5px;}
.bar-menu2::-webkit-scrollbar,
.bar-menu3::-webkit-scrollbar,
.live-calendar::-webkit-scrollbar,
.main-menu::-webkit-scrollbar,
.supper-sale-tab::-webkit-scrollbar,
.product-slider-cat::-webkit-scrollbar { /* 6 */ }
.bar-menu2::-webkit-scrollbar,
.bar-menu3::-webkit-scrollbar,
.live-calendar::-webkit-scrollbar,
.main-menu::-webkit-scrollbar,
.supper-sale-tab::-webkit-scrollbar,
.product-slider-cat::-webkit-scrollbar { /* 7 */ }

.group-category{
	position: relative;
}
.group-category #cate-10000069,
.group-category #cate-10000074,
.group-category #cate-10000075,
.group-category #lcate-10000076,
.group-category #cate-10000070,
.group-category #cate-10000071,
.group-category #cate-10000072 {
	position: absolute;
	width: 0px;
	height: 0px;
	top:-85px;
	left: 0;
}

.group-product {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.group-product > div {
	width: 20%;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.content-pro-cat {
	padding-bottom: 20px;
}
.banner-cagory-home-mb {
	display: none;
	margin-bottom: 10px; 
}

.footer .logo img {
	max-width: 189px;
}
.footer {
	font-size: 14px;
	line-height: 1.6em;
	padding-bottom: 20px;
}
.footer ul li a,
.footer ul li span {
	color: rgb(0,29,43);
	text-decoration: none;
	text-transform: capitalize;
}

.footer ul li:hover a,
.footer .title-footer {
	color: #1794a1;
	text-transform: capitalize;

}
.infomation-company {
	list-style: none;
	padding: 0;
}
.infomation-company li {
	position: relative;
	background: #F22738;
	margin-bottom: 5px;
	line-height: 24px;
	padding-left: 35px;
}
.infomation-company li.add {
 background: url(../svg/icon/icon-svg_add-black.svg);
}
.infomation-company li.email {
 background: url(../svg/icon/icon-svg_email-black.svg);
}
.infomation-company li.phone {
 background: url(../svg/icon/icon-svg_hotline-black.svg);
}
.infomation-company li.add,
.infomation-company li.email,
.infomation-company li.phone {
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 0 -3px;
}
.footer .pay {
	max-width: 100%;
}
.footer .download {
	position: relative;
	margin-top: 10px;
}
.footer .download:after {
	clear: both;
}
.footer .download .qr-code {
	float: left;
	width: 100px;
	margin-right: 20px;
	text-align: center;
}
.footer .download .qr-code > img {
	margin-bottom: 10px;
	max-width: 100px;
}

.footer .download .btn-download img {
	width: 100%
}

/*-------------------------------------------------*/

/*-------------------------------------------------*/
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	list-style: none;
  	line-height: 1;
  	display: block;
  	position: relative;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	font-weight: 400;
  	font-family: 'Roboto Condensed', sans-serif;
}
#cssmenu > ul > li {
	border-radius: 5px;
}

#cssmenu {
  	width: 100%;
  	overflow: hidden;
  	background: #fff;
  	border-radius: 5px;
  	margin-bottom: 15px;
}
#cssmenu ul ul {
  	display: none;
}
#cssmenu > ul > li.active > ul {
  	display: block;
}
#cssmenu > ul > li.open > a {
	color: rgba(0,20,43,0.9)!important;
}
#cssmenu ul > li.has-sub.open > a:before  {
	background:rgba(0,29,43,0.6);
}
#cssmenu ul > li.has-sub.open > a:after {
	background:rgba(0,29,43,0.6);
}
#cssmenu ul > li.has-sub.open > ul > li > .active {
	color: #147589;
    /*background: -webkit-linear-gradient(90deg, #F44336 0%, #FF9800 100%);
    background: -o-linear-gradient(90deg, #F44336 0%, #FF9800 100%);
    background: -moz-linear-gradient(90deg, #F44336 0%, #FF9800 100%);
    background: linear-gradient(90deg, #F44336 0%, #FF9800 100%);*/
}
#cssmenu ul > li.has-sub.open > ul > li > .active:after {
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -4px;
	background: linear-gradient(to right, rgba(0,177,142,1), rgba(0,167,157,1));
}
.align-right {
  float: right;
}
#category-banner-slider .owl-nav {
	display: none;
}
#cssmenu > ul hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #181f29;
    border-bottom: 1px solid #4d5561;
}
#cssmenu > ul > li > a {
  	cursor: pointer;
  	z-index: 2;
  	font-size: 1.1em;
  	line-height: 45px;
  	font-weight: 700;
  	text-decoration: none;
  	text-transform: capitalize;
  	color: rgba(0,20,43,0.7);
}

#cssmenu ul > li.has-sub > a:hover:before {
	background:rgba(0,29,43,0.6);
}
#cssmenu ul > li.has-sub > a:hover:after {
	background:rgba(0,29,43,0.6);
}
#cssmenu > ul > li:hover > a {
  	color: rgba(0,20,43,0.9);

}
#cssmenu ul > li.has-sub > a:after {
  	position: absolute;
  	right: 16px;
  	top: 19px;
  	z-index: 5;
  	display: block;
  	height: 9px;
  	width: 1px;
  	background: #898989;
  	content: "";
  	-webkit-transition: all 0.1s ease-out;
  	-moz-transition: all 0.1s ease-out;
  	-ms-transition: all 0.1s ease-out;
  	-o-transition: all 0.1s ease-out;
  	transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
 	position: absolute;
  	right: 12px;
  	top: 23px;
  	display: block;
  	width: 9px;
  	height: 1px;
  	background: #898989;
  	content: "";
  	-webkit-transition: all 0.1s ease-out;
  	-moz-transition: all 0.1s ease-out;
  	-ms-transition: all 0.1s ease-out;
  	-o-transition: all 0.1s ease-out;
  	transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
}
#cssmenu > ul > li > ul > li > a {
  	cursor: pointer;
  	line-height: 45px;
  	z-index: 2;
  	font-size: 14px;
  	text-decoration: none;
  	color: rgba(0,29,43,0.6);
  	display: block;
  	position: relative;
  	text-transform: capitalize;
}
#cssmenu > ul > li > ul > li > a > span.in {
  	position: absolute;
 	background: #F44336;
  	font-size: 10px;
  	color: #fff;
  	line-height: 14px;
  	padding: 0 5px;
  	border-radius: 7px;
  	top: 50%;
  	margin-top: -7px;
  	left: 10px;

}
#cssmenu > ul > li > ul > li > a > span.out {
  display: none;
}
#cssmenu > ul > li > ul > li > a > i {
    margin-right: 10px;
    font-size: 0.6em;
    line-height: 40px;
    width: 10px;
    text-align: center;
    position: relative;
    top: -2px;
}
#cssmenu ul > li > ul > li > a:hover {
  color: rgba(0,20,43,0.8);
}
#cssmenu ul li ul li a {
  	padding-left: 20px;
  	position: relative;
}
#cssmenu ul li ul li a:after {
	content: "";
	width: 3px;
	height: 3px;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -1.5px;
	background: rgba(0,29,43,0.6);
}
#cssmenu > ul > li > ul > li.has-sub > a:after {
  	top: 16px;
  	right: 26px;
  	background: #dddddd;
}
#cssmenu > ul > li > ul > li.has-sub > a:before {
	top: 20px;
	background: #dddddd;
}
button:focus {
	outline: none;
	border:none;
}


.carousel-indicators.has-thumbnail {
    position: relative;
    padding: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 10px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}
.carousel-indicators.has-thumbnail li {
    width: 20%;
    height: auto;
    margin-right:0;
    margin-left:0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: .3;
    transition: opacity .6s ease;
    padding: 5px
}
.carousel-indicators.has-thumbnail li.active {
	opacity: 1;
}
.modal-open,
.modal-open .modal {
	padding: 0!important;
}
.price-tb tr td {
	line-height: 24px;
	vertical-align: top;
	padding:5px;
}
.info-product-tb tr td {
	line-height: 24px;
	vertical-align: top;
	/*min-width: 125px;*/
	padding:5px 0;
	vertical-align: middle;
}
.info-product-tb tr,
.price-tb tr {
	border-bottom: 1px solid rgba(0,29,43,0.07); 

}
.info-product-tb tr:last-child,
.price-tb tr:last-child {
	border: none;
}

.info-product-tb span,
.price-tb span {
	display: block;
	position: relative;
}

.price-tb span {
	padding-right: 10px;
	font-weight: 700;
}
.price-tb span:after {
	content: "\20AB";
	position: absolute;
	top: -5px;
	right: 0;
	font-size: 0.9em;
}
.line-green-style {
	display: block;
	width: 70px;
	height: 3px;
	background: #1ab6b5;
}

.cd-home {
	display: block;
	margin: 10px 0;
}
.cd-home .days-container,
.cd-home .hours-container,
.cd-home .minutes-container,
.cd-home .seconds-container {
	display: inline-block;
	padding-right: 20px;	
	position: relative;

}
.cd-home .days,
.cd-home .hours,
.cd-home .minutes,
.cd-home .seconds {
	font-size: 2.4em;
	font-weight: 700;
	display: block;
	line-height: 1em;
	color: #F22738;
}
.cd-home span {
	display: inline-block;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	right: -2px;
	margin-top: -10px;
	width: 31px;
	height: 16px;
	font-size: 0.7em;
	font-weight: 700;
	text-align: center;
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.cd-product {
	display: block;
}
.cd-product .days-container,
.cd-product .hours-container,
.cd-product .minutes-container,
.cd-product .seconds-container {
	display: inline-block;
	position: relative;

}
.cd-product .days,
.cd-product .hours,
.cd-product .minutes,
.cd-product .seconds {
	font-size: 1.5em;
	font-weight: 700;
	display: inline-block;
	line-height: 1em;
	color: #F22738;
}
.cd-product span {
	font-size: 0.9em;
    display: inline-block;
    line-height: 1em;
    font-style: italic;
}
.carousel-item a {
	display: block;
}
.carousel-indicators > li > img,
.po-content-onair img {
	border-radius: 0!important;
}
.carousel .video-product {
	display: block;
	width: 60px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 5px;
}
.carousel .video-product img{
	position: relative;
	top: -10px;
}
.input-group label {
	z-index: 999;
}
.input-group input:focus {
	outline: none;
	box-shadow: none;
}
.style-category-titel1 {
	margin-right: 10px;
	margin-left: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    background: #1ab6b5;
    font-weight: 700;
    color: rgb(255 255 255);
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}
.style-category-titel2 {
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 30px;
	display: block;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
}
.style-category-titel2:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    bottom: -10px;
    right: 0;
    position: absolute;

}
.mkt-icon {
	background: rgba(255,255,255,0.4);
	padding: 10px;
	border-radius: 5px;
	padding-bottom: 0;
}
.mkt-icon a {
	display: block;
	width: 100px;
	margin: 0px auto 10px auto;
	background: #1ab6b5;
	border-radius: 10px;
	overflow: hidden;
}
.popup {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 9999999999999;
	display: none;
}
.popup.open {
	display: block;
}
.content-popup {
	width: 550px;
	height: 550px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -275px;
	z-index: 3;
}
.content-popup a {
	display: block;
}
.content-popup .close {
	z-index: 2;
	position: absolute;
	display: block;
	width: 44px;
	height: 44px;
	top: 0;
	right: 0;
	cursor: pointer;
}
.popup .close-popup {
	 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,29,40,0.7);
}
.full-screen {
	width: 100%;
	height: 100vh;
	position: relative;
}
.pane-account {
	overflow: hidden;
}
.full-screen > * {
	position: relative;
	z-index: 2;
}
.login-form {
	border-radius: 20px;
	background: #fff;
}

.form-style {
    display: block;
    position: relative;
    padding-top: 10px;
}
.form-style.group-textarea{
	position: relative;	
	padding: 20px 2px 2px 2px;
}
.form-style.group-textarea > * {
	position: relative;
	z-index: 2;
}
.form-style.group-textarea > * {
	position: relative;
	z-index: 2;
}
.form-style.group-textarea textarea {
	border: none;
	border-radius: 2px;
}
.form-style.group-textarea:after{
	content: "";
	position: relative;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #d6dbdd;
	z-index: 1;
	border-radius: 5px;  

}
.form-style > input.form,
.form-style > select.form-select {    
    border-radius: 5px;    
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #d6dbdd;
    color: #363636;
    margin-bottom: 5px;
    font-size: 1.05em;
    letter-spacing: 1px;
    box-sizing:inherit;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.form-style > input.form,
.form-style > select.form-select{
	line-height: 40px;
	padding: 2px 15px;
}
.form-style > textarea.form-textarea{
	line-height: 24px;
	padding: 10px;
	width: 100%;
}
.form-style > textarea.form-textarea:focus {       
    border: none;
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow:none;

}

.form-style > input.form:focus,
.form-style > select.form-select:focus { 
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow:none;

}
.form-style > label.titel-form {
    font-size: 12px;
    line-height: 3px;
    background: #fff;
    padding: 0 5px;
    position: absolute;
    left: 10px;
    top: 8px;
    color: #787878;
    font-style: italic;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.form-style label {
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
}
.form-style:focus-within > label.titel-form {
    color: #00aa98;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
hr{
	background: #d6dbdd;
	opacity: 1;
}

.content-product {
	position: relative;
}
.content-product .sold-out {
	position: absolute;
	display: block;
	height: 118px;
	width:138px;
	left: -10px;
	top: -20px;
	z-index: 3;
	overflow: hidden;
}
.content-product .sold-out p {
    display: block;
    font-size: 1em;
    line-height: 44px;
    width: 190px;
    position: absolute;
    background: #96b9c5;
    z-index: 2;
    font-style: italic;
    transform: rotate(-40deg);
    left: -45px;
    top: 20px;
    color: #fff;
    z-index: 3;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.content-product .sold-out:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 0px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #5d7077;
    position: absolute;
    bottom: 0;
    left: -2px;
    z-index: 1;
}
.content-product .sold-out:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 0px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #5d7077;
    position: absolute;
    top: -2px;
    right: 0px;
    z-index: 1;
}
.site-bar {
	font-size: 1.1em;
	line-height: 1.5em;
}
.rating-pont {
	display: block;
	font-size: 4em;
	line-height: 1em;
	font-weight: 700;
	font-style: italic;
	color: #F22738;
	margin: 0;
}
.star-rating {
	display: block;
	white-space: nowrap;
}
.star-rating i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../svg/icon/icon-svg_star-line-yellow.svg)center center no-repeat;
	background-size: 40px;
}
.star-rating.rating-sm i {
	width: 20px;
	height: 20px;
	background-size: 30px;
}
.star.check {
    background: url(../svg/icon/icon-svg_star-yellow.svg)center center no-repeat!important;
    background-size: 40px!important;
}
.star-rating.rating-sm .star.check {
    background: url(../svg/icon/icon-svg_star-yellow.svg)center center no-repeat!important;
    background-size: 30px!important;
}
.star-percent {
	margin-bottom: 5px;
}
.progress-bar {
	background-color: #1ab6b5;
	border-radius: 1em;
}
.progress {
	border-radius: 1em;
}
.nav-tabs .nav-link {
    line-height: 27px;
}

#content-page {
	font-size: 1.2em;
	line-height: 1.7em;
	width: 85%;
}
#info-product {
	font-size: 1.2em;
	line-height: 1.7em;
	max-height: 620px;
	overflow: hidden;
	position: relative;	
}
#info-product:after {
	content: "";
	width: 100%;
	height: 300px;
	bottom: 0;
	position: absolute;
	display: block;
	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
}
#info-product.open:after {
	display: none;
}
.tab-content {
	position: relative;
}
.more-info,
.more-info:hover {
	display: inline-block;
	height: 44px;
	padding: 0 50px;
	line-height: 44px;
	text-align: center;
	background: #1ab6b5;
	margin: 20px auto;
	border-radius: 44px;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 1.1em;
	cursor: pointer;
	border: none;
}
.more-info span:nth-child(2),
.more-info.open span:nth-child(1){
	display: none;
}
.more-info.open span:nth-child(2) {
	display: block;
}
.more-info.open {
	margin-top: 15px;
}
.more-info.open:after {
	display: none;
}

#more-info {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	background: transparent;
	position: absolute;
	top: -120px;
}

#info-product,
#content-page {
 margin-bottom: 30px;
line-height: 1.5em;
}
#info-product {
	font-size: 14px;
	line-height: 20px;
	max-height: 620px;
	overflow: hidden;
	position: relative;

}
#info-product.open {
	max-height: fit-content;
	overflow: auto;
	padding-bottom: 50px;
}

#info-product img,
#content-page img,
#info-product p img,
#content-page p img {
	max-width: 100%!important;
	height: auto!important;
	margin-bottom: 10px!important;
	margin-top: 10px!important;
	border-radius: 0!important;
	font-family: 'Roboto Condensed', sans-serif;

}
#info-product strong,
#info-product b,
#content-page strong,
#content-page b{
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;

}
#info-product .row {
	margin: 15px;
}
#info-product ul li, #info-product ol li,
#content-page ul li, #content-page ol li,
#info-product p, #content-page p,
#info-product blockquote, #content-page  blockquote,
#info-product table,
#content-page table,
#info-product table tr td,
#content-page table tr td,
#info-product span,
#info-product a,
#info-product strong {
	color: rgb(0,29,43)!important;
	font-family: 'Roboto Condensed', sans-serif;
}
#info-product > p,
#content-page > p {
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}

#content-page >* {
	margin-bottom: 15px;
}
#content-page p *,
#info-product p *{
	font-size: 14px!important;
	display: block!important;	
	margin-bottom: 10px!important;
	margin-top: 10px!important;
	font-family: 'Roboto Condensed', sans-serif;

}
#content-page h6 *,
#info-product h6 * {
	font-size: 14px!important;
	display: block!important;
	margin-bottom: 20px!important;
	margin-top: 10px!important;
	font-family: 'Roboto Condensed', sans-serif;
}
#content-page h5 *,
#info-product h5 * {
	font-size: 15px!important;
	display: block!important;	
	margin-bottom: 20px!important;
	margin-top: 10px!important;
	font-family: 'Roboto Condensed', sans-serif;
}
#content-page h4 *,
#info-product h4 * {
	font-size: 16px!important;
	display: block!important;	
	margin-bottom: 20px!important;
	margin-top: 10px!important;
	font-family: 'Roboto Condensed', sans-serif;
}
#content-page h3 *,
#info-product h3 * {
	font-size: 18px!important;	
	display: block!important;	
	margin-bottom: 20px!important;
	margin-top: 10px!important;
	font-family: 'Roboto Condensed', sans-serif;
}
#content-page h2 *,
#info-product h2 * {
	font-size: 20px!important;
	display: block!important;	
	margin-bottom: 20px!important;
	margin-top: 10px!important;
	font-family: 'Roboto Condensed', sans-serif;
}
#content-page h1 *,
#info-product h1 * {
	font-size: 22px!important;
	display: block!important;	
	margin-bottom: 20px!important;
	margin-top: 10px!important;
	font-family: 'Roboto Condensed', sans-serif;
}

#info-product blockquote,
#content-page  blockquote{
	padding-left: 20px;
	font-style: italic;
	border-left: 3px solid rgba(0,177,142,1);
	margin-left: 20px;
	font-size: 14px!important;
	font-family: 'Roboto Condensed', sans-serif;
}
#info-product blockquote p,
#content-page  blockquote p{
	margin-bottom: 7px;
	font-family: 'Roboto Condensed', sans-serif;
}
#info-product table,
#content-page table {
	width: 100%!important;
	border: none;

}
#info-product table tr td,
#content-page table tr td{
	border:1px solid #fff;
	background: #fff;
	padding: 10px;
	line-height: 1.4em;
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif;
}
#info-product table p ,
#content-page table p {
	padding: 10px 0;
	margin: 0;
}
#info-product table p *,
#content-page table p * {
	margin: 0!important;
	padding: 0!important;
	font-size: 14px!important;
	font-family: 'Roboto Condensed', sans-serif;
}
#info-product table tr:nth-child(2n+1) td,
#content-page table tr:nth-child(2n+1) td {
	background: rgba(214,219,221,0.1);
	vertical-align: middle;
}
#content-page table tr:nth-child(2n+1) td {
	background: #f5f5f5;
}
#info-product ul,
#content-page ul {
	padding-left: 40px;
}
#info-product ul li,
#content-page ul li {
	margin-bottom: 0.2em;
}
#info-product ul li *,
#content-page ul li * {
	font-size: 1.1em!important;
	line-height: 1.5em;
	font-family: 'Roboto Condensed', sans-serif;
}
.toast {
	width: 280px;
	font-size: 1.1em;
}
.list-cmt {
	padding: 0;
	margin: 0;
	list-style: none;
}
.list-cmt p {
	margin-bottom: 0.2em;
}
.list-cmt .main-cmt,
.list-cmt .sub-cmt{
	padding: 10px;
	background:rgba(230,235,237,0.3);
	border-radius: 5px;
	position: relative;
	margin-bottom: 40px;
}
.list-cmt .main-cmt .action-user,
.list-cmt .sub-cmt .action-user {
	position: absolute;
	bottom: -25px;
	left: 0;
	font-style: italic;
}
.action-user a {
	cursor: pointer;
}
.list-cmt p span,
.list-cmt p a {
	margin-right: 10px;
	display: inline-block;
}
.list-cmt p .name-user,
.list-cmt p .status {
	font-size: 1.1em;
}
.list-cmt p .name-user {
	font-weight: 700;
}
.list-cmt p .status {
	color: #1ab6b5;	
}
.reply-cmt,
.sub-cmt {
	margin-left: 30px;
}
.star-rating-radio {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 200px;
  height: 40px;
  overflow: hidden;
  position: relative;
  background: url(../svg/icon/icon-svg_star-line-yellow.svg)left center;
  background-size: contain;
}
.star-rating-radio i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url(../svg/icon/icon-svg_star-yellow.svg)left center;
  background-size: contain;
}
.star-rating-radio input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating-radio input:hover + i,
.star-rating-radio input:checked + i {
  opacity: 1;
}
.star-rating-radio i ~ i {
  width: 40%;
}
.star-rating-radio i ~ i ~ i {
  width: 60%;
}
.star-rating-radio i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating-radio i ~ i ~ i ~ i ~ i {
  width: 100%;
}
.nav.nav-tabs {
	position: relative;
}
#for-scroll{
	width: 1px;
	height:1px;
	top:-100px;
	display: block;
	position: absolute;
}
.toast-position {
	position: fixed;
	top: 70px;
	right: 10px;
}
.cart-item {
	position: relative;
    padding-top: 15px;
    margin-bottom: 20px;	
}
.cart-item:last-child {
	border: none;
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.cart-item .product-cart {
	position: relative;
	border-bottom: 1px dotted #e4e8eb
}
.cart-item .product-cart:last-child,
.cart-item .promotion-cart {
	padding-bottom: 10px;
	border-bottom: 2px dashed #ebebeb;
	position: relative;
}
.cart-item .product-cart:last-child:before,
.cart-item .promotion-cart:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    border-radius: 10px;
    background: #e6ebed;
    bottom: -7px;
    right: -20px;
}

.cart-item .product-cart:last-child:after,
.cart-item .promotion-cart:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    border-radius: 10px;
    background: #e4e8eb;
    bottom: -7px;
    left: -20px;
}
.cart-item .product-cart > * {
	position: relative;
}
.cart-item .img-product-cart {
	width: 75px;
	position: absolute;
	left: 0;
	padding:0;
	border-radius: 0;
}
.cart-item .number-price {
}
.product-cart a {
	text-decoration: none;
    color: rgb(0,29,43);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 1em;
    line-height: 1.4em;
    text-transform: capitalize;
}
.product-cart .option-cart {
	text-decoration: none;
    color: #147589;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 0.9em;
    line-height: 1.4em;
    text-transform: capitalize;
    font-style: italic;
    margin-top: 5px;
    padding-bottom: 10px;
}
/*.image-product input[type="checkbox"] {
  visibility: hidden;
}*/
.image-product input[type="checkbox"] {
  visibility: hidden;
}
.image-product label {
	position: relative;
}
.image-product label:after {
	content: "";
	width:20px;
	height: 20px;
	left: 0;
	position: absolute;
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,1));
	border: 2px solid #1ab6b5;
	border-radius: 10px;
	bottom: 0;
	z-index: 1;

}
.image-product input[type="checkbox"]:checked + label:after {
  content: "";
	width:20px;
	height: 20px;
	position: absolute;
	background: #1ab6b5;
	border: 1px solid #1ab6b5;
	border-radius: 10px;
	bottom: 0;
	z-index: 1;
}

.image-product input[type="checkbox"]:checked + label:before {
  content: "";
    height: 10px;
    width: 6px;
    border: 2px solid #ffffff;
    border-top: none;
    border-left: none;
    position: absolute;
    left: 7px;
    bottom: 6px;
    transform: rotate(45deg);
    z-index: 2;
}
.cart-item .number-price input {
	float: right;
}
.cart-item .number-price input.number-sp {	
	float: right;
	max-width: 60px;
}
.cart-item .remove-cart {
	position: absolute;
    top: 10px;
    right: 0px;
    z-index: 2;
    padding: 3px;
    width: 24px;
    height: 24px;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    background: #fefefe;
}
.check-cart {
	position: relative;
    cursor: pointer;
}
.check-cart.check:after {
    content: "";
    height: 10px;
    width: 6px;
    border: 2px solid #ffffff;
    border-top: none;
    border-left: none;
    /*display: none;*/
    position: absolute;
    left: 7px;
    bottom: 6px;
    transform: rotate(45deg);
    z-index: 2;
}
.check-cart.check:before {
	content: "";
	width:20px;
	height: 20px;
	position: absolute;
	background: #1ab6b5;
	border: 1px solid #1ab6b5;
	border-radius: 10px;
	bottom: 0;
	z-index: 1;
}
.check-cart:before {
	content: "";
	width:20px;
	height: 20px;
	position: absolute;
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,1));
	border: 2px solid #1ab6b5;
	border-radius: 10px;
	bottom: 0;
	z-index: 1;
}

.cart-item .remove-cart img {
	opacity: 0.5;
}
.cart-item span.number-product {
	position: absolute;
	height: 15px;
	display: block;
	line-height: 15px;
	font-size: 21px;
	padding-left: 13px;
	right: 0;
	top: 29px;
	color: rgba(0,29,43,.7);
	width: 40px;
}
.cart-item span.number-product:after {
	content: "";
	width: 14px;
	height: 1px;
	background: rgba(0,29,43,.7);
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top:-0.5px;
	transform: rotate(-60deg);
}
.cart-item span.number-product:before {
	content: "";
	width: 14px;
	height: 1px;
	background: rgba(0,29,43,.7);
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top:-0.5px;
	transform: rotate(60deg);
}
.cart-item p {
	margin: 0;
	display: block;
	position: relative;
}
.cart-item > p > span {
	font-weight: 700;
	display: inline-block;
	position: relative;
	z-index: 4;
	font-style: italic;
	background: #fff;
}
.cart-item p span.titel-cart {
	font-size: 16px;
	padding-right: 10px;
}
.cart-item p span.titel-cart ion-icon {
	position: relative;
	font-size: 20px;
	margin-right: 5px;
	bottom: -4px;
}
.cart-item p span.ship img {
	width: 36px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
}
.cart-item p span.ship {
	float: right;
	padding-left: 40px;
	padding-right: 10px;
	position: relative;
}
.cart-item p span.ship:after {
    content: "\20AB";
    position: absolute;
    right: 0;
    font-size: 0.7em;
    top: 0;
    line-height: 10px;
}
.ticket-box button{
	padding: 5px; 
	background: #1ab6b5;
	border: none;
	color: #fff;
}
.ticket-box button img {
	width: 26px;
	position: relative;

}
.accordion-header {
	cursor: pointer;
	margin-top: 20px!important;
	padding-bottom: 10px!important;
	display: block;
}
.collapse > *,
.collapsing >* {
	padding: 10px;
	margin: 0;
	border: 1px solid #efefef;
	font-style: italic;
	font-size: 14px;border-radius: 5px;
}
.address-user .collapse > *,
.address-user .collapsing >* {
	background: #ffffff;
}
/*
#ship-option .collapse,
#ship-option .collapsing,
#pay-option .collapse,
#pay-option .collapsing,
#bill-option .collapse,
#bill-option .collapsing {
	padding-left: 30px;
}*/
.list-sub-cat {
	position: absolute;
	min-width: 44px;
	height: 44px;
	top: 0;
	right: 0;
	display: block;
	z-index: 20;
}
.list-sub-cat button {
	display: block;
	border: none;
	line-height: 44px;
	min-width: 44px;
	height: 44px;
	font-size: 17px;
	border-radius: 5px;
	background: #183140;
	color: #fff;
}
.list-sub-cat:hover button {
	border-radius: 5px 5px 0 0;
}
.list-sub-cat ul {
	display: none;
    flex-wrap: wrap;
	position: absolute;
	min-width: 320px;
	right: 0px;
	top: 44px;
	background: #fff;
	list-style: none;
	padding: 10px;
	margin: 0;
	border-radius: 5px 0 5px 5px;
	background:  #183140;
}
.list-sub-cat:hover ul {
	display: flex;
}
.list-sub-cat ul li {
	flex: 0 0 auto;
    width: 50%;
    display: block;
	position: relative;
	margin-bottom: 1px;
	padding: 0 5px;
}


.list-sub-cat ul li a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	padding-left: 10px;
	position: relative;
}
.list-sub-cat ul li a:before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	border-right: 10px;

}
/*.list-sub-cat ul li a {
	line-height: 40px;
	display: block;
	padding: 0 10px;
	color: rgb(0,29,43);
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
.list-sub-cat ul li a.active:before {
	content: "";
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: #1ab6b5;
}*/
.titel-page-style1 {
	position: relative;
	line-height: 2em;
	display: block;
	font-size: 1.5em;
	margin-bottom: 0;
	text-transform: capitalize;
	padding-left: 17px;
}
.titel-page-style1:before {
	content: "";
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	left: 2px;
	border-radius: 10px;
	border: 2px solid #1ab6b5;
	position: absolute;
}
.wap-content-category {
	position: relative;
}
.position-category {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 9;
}
.widget {
	padding: 20px 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.widget .form-check {
	padding-top: 5px;
	padding-bottom: 5px;
}
.wap-live-video {
	position: relative;
}
.wap-live-video .spinner-border {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -13.5px;
	z-index: 1;
}
.wap-live-video .live-video {
	position: absolute;
	top: 0;bottom: 0; left: 0; right: 0;
	z-index: 3;
	overflow: hidden;
}
.wap-live-video .live-video iframe {
	position: relative;
}
.live-calendar,
.deal-tab{
	overflow-x: auto;
}
.live-calendar ul,
.deal-tab ul {
	padding:0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
	display: initial;
}
.live-calendar ul li {
	white-space: nowrap;
	display: inline-block;
	width: 2.8%;
}
.deal-tab ul li {
	white-space: nowrap;
	display: inline-block;
}
.live-calendar ul li a{
	display: block;
	text-decoration: none;
	line-height: 40px;
	color: rgba(0,29,43,0.8);
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	font-weight: 700;
}
.deal-tab ul li button{
	display: block;
	text-decoration: none;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	padding: 3px 10px 0 10px;
	margin-right: 10px;
	background:transparent;
}
.live-calendar ul li a:hover,
.deal-tab ul li button:hover{
	border-bottom: 3px solid #1ab6b5;
}
.live-calendar ul li.active a,
.deal-tab ul li button.active {
	border-bottom: 3px solid #F22738;
	background: #F22738;
	color: #fff;
}
.like-product{
	position: relative;
	background: #fff;
	padding: 15px 10px;
	min-height: 125px;
	padding-left: 180px;
	border-bottom: 1px dotted rgba(0,29,43,0.2);
}
.result-item{
	position: relative;
	background: #fff;
	padding: 20px 10px;
	padding-left: 90px;
	border-bottom: 1px dotted rgba(0,29,43,0.1);
}
.result-item:last-child {
	border: none;
}

.like-product > img {
	width: 119px;
    position: absolute;
    top: 0px;
    left: 30px;
}
.result-item > img {
	width: 80px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -40px;
}
.like-product > .content,
.result-item .content {
	position: relative;
}
.like-product > .content .wap-price-btn{
	text-align: right;
	position: relative;
	display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
    padding-right: 	100px;
}
.result-item > .content .wap-price-btn{
	text-align: right;
	position: relative;
	display: table-cell;
    vertical-align: middle;
}
.result-item > .content .wap-price-btn .price {
	    margin: 0;
}
.like-product > .content .wap-price-btn a.status-pr {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}
.like-product > .content .name,
.result-item > .content .name {
	font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 1.1em;
    line-height: 1.4em;
    text-transform: capitalize;
    text-decoration: none;
    color: rgba(0,29,43,1);
}

.like-product .content > .row > .col-sm-5{
	    min-height: 90px;
	    display: table;
}
.result-item .content > .row > .col-sm-5 {	    
	    display: table;
}

.like-product > .content .wap-price-btn .btn-white-style {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.wap-user-info {
	border-radius: 5px;
	overflow: hidden;
}
.wap-user-info .user-name {
	position: relative;
	display: block;
	padding-left: 40px;
	text-decoration: none;
	color: #183140;
	padding-right: 10px;


}
.wap-user-info .user-name:after {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	border: 1px solid #787878;
	transform: rotate(45deg);
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -7px;
	border-left: none;
	border-bottom: none;
}
.wap-user-info .user-name span {
	display: block;
	line-height: 24px;
	position: relative;
	position: relative;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 1.2em;
    font-weight: 700;
    font-style: italic;
}
.wap-user-info .user-name em {
	color: #787878;
}
.wap-user-info .user-name ion-icon {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);


}
/*.wap-user-info .user-name span {
	display: block;	
	
    font-style: italic;
}*/
.wap-user-info p {
	padding: 0;
	margin: 0;
}
.wap-user-info p span {
	margin-left: 5px;
	margin-right: 3px;
	font-weight: 700;
}
.wap-user-info .line-space {
	height: 10px;
	background-image: radial-gradient(rgba(0,29,43,0.4) 1px, transparent 0px);
	background-color: #fff;
	background-position: center center;
	background-size: 10px 10px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}
.wap-user-info .line-space:after {
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	background: transparent;
	border: 4px solid #fff;
	border-radius: 10px;
	position: absolute;
	left: -15px;
	top: -4px;
}
.wap-user-info .line-space:before {
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	background: transparent;
	border: 4px solid #fff;
	border-radius: 10px;
	position: absolute;
	right: -15px;
	top: -4px;
}
.menu-user {
	background:#fff;
}
.menu-user ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu-user ul li a {
	line-height: 1.5em;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 1em;
	text-transform: capitalize;
	text-decoration: none;
	color: rgba(0,29,43,0.7);
	position: relative;
	padding-left: 30px;
	position: relative;
}
.menu-user ul li a ion-icon {
	width: 16px; height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.menu-user ul li:hover a {
	color: rgb(0,29,43);
}
.menu-user ul li a span {
	padding: 0 5px;
	margin-left: 5px;
	background:#F22738;
	color: #fff;
	border-radius: 3px;
	font-size: 0.9em;
}
.menu-user ul li.active a,
.menu-user ul li.active a:hover {
	color: #147589;
}
.menu-user ul li.active a:after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
	border-top: 1px solid #147589;
	border-right: 1px solid #147589;
}
.menu-user ul li.active a:before {
	content: "";
	display: block;
	top: 3px;
	bottom: 3px;
	width: 4px;
	position: absolute;
	left: -15px;
	background: #1ab6b5;
}
.form-control-plaintext:focus {	
	outline: none;
}
.group-order {
	display: block;
	margin: 0;
	list-style: none;
	padding: 0;
}
.group-order li {
	padding: 10px 15px 10px 80px;
	border-bottom: 1px solid #f3f3f3;
}
.group-order li:hover {
	background: #f9f9f9;
}

.group-order li:last-child {
	border: none;
}
.group-order .content {
	position: relative;
	text-decoration: none;
	display: block;
}
.group-order .content img {
	width: 110px;
	position: absolute;
	top: 0;
	left: -125px;
}
.group-order .content > span {
	display: block;
	color: rgba(0,29,43,0.7);
	font-weight: 700;
}
.group-order .content > span > span {
	min-width: 95px;
	display: inline-block;
	font-weight: 400;
}
.group-order .content > .order-time {
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	left: -80px;
	font-size: 1.5em;
	font-weight: 700;
	font-style: italic;
	padding-left: 10px;
	color: #1ab6b5;
}
.group-order .content > .order-time span {
	font-weight: 700;
	font-size: 1.17em;
}
.group-order .content .name {
	font-weight: 700;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 1.1em;
    line-height: 1.4em;
    text-transform: capitalize;
    text-decoration: none;
    color: rgba(0,29,43,1);
    margin-bottom: 5px;
}
.group-order .content .status-order {
	display: inline-block;
	background: #ccc;
	font-size: 0.9em;
	padding:3px 10px;
	border-radius: 3px;
	line-height: 1.3em;
	text-align: center;
	border-radius: 5px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 400;
	font-style: italic;
}

.group-order .content .status-order.pending,
.group-order .content .status-order.pending:after {
	background:#3f51b5;
}
.group-order .content .status-order.pay,
.group-order .content .status-order.pay:after {
	background:#2196f3;
}
.group-order .content .status-order.delivery,
.group-order .content .status-order.delivery:after {
	background:#009688;
}
.group-order .content .status-order.success,
.group-order .content .status-order.success:after {
	background:#4caf50;
}
.group-order .content .status-order.cancel,
.group-order .content .status-order.cancel:after {
	background:#f44336;
}
.product-price {
	display: block;
	margin: 0;
	list-style: none;
	border-radius: 5px;
	margin-bottom: 10px;
}
.product-price .old-price {
	text-decoration: line-through;
	line-height: 1.2em;
	position: relative;
}
.product-price .sale-price {
	font-size: 2em;
	font-weight: 700;
	color: rgb(242 39 56);
	line-height: 1.2em;
	position: relative;
}
.product-price .sale{
	font-weight: 700;
	background: rgb(242 39 56);
	line-height: 1.2em;
	padding: 0 5px;
	border-radius: 3px;
	color: #fff;
	margin-left: 10px;
}
.product-price .sale-price:after,
.product-price .old-price:after {
	content: "\20AB";
	text-decoration: none!important;
	font-weight: 600;
    font-size: 0.8em;
	position: absolute;
	top: -3px;
}

.order-price .sale-price {
	position: relative;
	display: inline-block;
	min-width: 50px!important;
	padding-right: 10px;
	font-weight: 700!important;
	color: #ff0000;

}

.order-price .sale-price:after {
	content: "\20AB";
	position: absolute;
	right: 0;
	font-size: 0.7em;
	top: 0;
	line-height: 10px;

}
.time-line {
	background:#ccc;
	margin-bottom: 60px;
	margin-top:15px;
	margin-left: 0;
	margin-right: 0;
	height: 10px;
	border-radius: 10px;
	text-align: right;
	font-size: 1em;
	line-height: 1.1em;
}
.time-line > .step {
	height: 10px;
	position: relative;
}
.time-line > .step.active,
.time-line > .step.done {
	background:#1ab6b5;
}
.time-line > .step:after {
	content: "";
    width: 1px;
    height: 10px;
    top: 0px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    right: 0;
}

.time-line > .step span {
    text-align: center;
    left: 1px;
    right: 10px;
    top: 20px;
    padding: 0 10px;
    position: absolute;
}

.time-line > .step:first-child {
	border-radius: 10px 0 0  10px;
}
.time-line > .step:last-child {
	border-radius: 0 10px 10px 0;
}
.time-line > .step:last-child:after {
	display: none;
}
.order-product {
	position: relative;
	padding-left: 90px;
	height: 80px;
	display: block;
	margin-bottom: 15px;
}
.order-product img {
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
.order-product a {
	text-decoration: none;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: rgba(0,29,43,0.8);
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 700;
}
.cart-ship {
	font-weight: 700;
}
.saving-pont-item {
	padding: 10px 0;
	border-bottom: 1px dotted rgba(0,29,43,0.3);

}
.saving-pont-item:last-child {
	border: none;
}
.saving-pont-item p {
	margin: 0;
}
.discount-code-item {
	padding-bottom: 15px;
	padding-top: 10px;
	position: relative;
}
.discount-code-item p {
	margin: 0;
	padding: 0;
	color: rgba(0,29,43,0.8);
}
.discount-code-item:after {
	content: "";
	height:0px;
	left: 10px;
	right: 10px;
	border-top: 1px dotted rgba(0,29,43,0.2);
	display: block;
	position: absolute;bottom: 0;
}
.discount-code-item .discount-code {
	display: inline-block;
	text-transform: uppercase;
}
#new-code .discount-code-item .discount-code {
	color: #1ab6b5;
}
#used-code .discount-code-item .discount-code {
	color: rgba(0,29,43,0.5);
}
.btn-new-address {
	display: block;
	width: 100%;
	line-height: 60px;
	font-size: 1.5em;
	font-style: italic;
	border: 2px solid rgba(0,29,43,0.2);
	border-radius: 5px;
	background: #fff;
	color: rgba(0,29,43,0.5);
	cursor: pointer;
}
.btn-new-address:focus{
    outline: none;
    border: 2px solid rgba(0,29,43,0.2);
}
.address-user {
	padding-bottom: 10px;
	padding-top: 20px;
}

.address-user p {
	padding: 0;
}
ul.edit-content {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 10px;
}
ul.edit-content li {
	display: inline-block;
	margin-right: 15px;
}
ul.edit-content li span {
	line-height: 20px;
	display: block;
	cursor: pointer;
	opacity: 0.7;
	height: 20px;
}
ul.edit-content li * img {
	width: 20px;
    position: relative;
    top: -2px;
}
ul.edit-content li:hover span {
	opacity: 1;
}
.note-item {
	padding-left: 50px;
	position: relative;
}
.note-item > div {
	padding-bottom: 40px;
	position: relative;
}
.note-item > div > * {
	max-height: 105px;
	overflow: hidden;
}
.note-item > div > button,
.note-item > div > a{
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 0.9em;
	border: none;
	background: transparent;
	font-style: italic;
	cursor: pointer;
	padding-left: 20px;
	color: rgb(0,29,43);
	text-decoration: none;
}
.note-item > div > button:after,
.note-item > div > a:after {
	content: "";
	width: 10px;
	height: 2px;
	background: #1ab6b5;
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -1px;
}
.note-item:after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(../svg/icon/icon-svg_thong-bao-black.svg);
	background-size: 50px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}
.note-item.new:after {
	background: url(../svg/icon/icon-svg_thong-bao-green.svg);
	opacity: 1;
}
.sugges-key {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
.sugges-key li {
	display: inline-block;
	margin: 3px;
}
.sugges-key li a {
	display: block;
	line-height: 24px;
	background: #F22738;
	padding: 0 7px;
	color: rgba(0,29,43,1);
	text-decoration: none;
	background: #fff;
	border-radius: 3px;
	font-size: 0.9em;
}
.supper-sale-tab {
	overflow-x: auto;
}
.supper-sale-tab ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	white-space: nowrap;
}
.supper-sale-tab ul li {
	display: inline-block;
	font-size: 14px;
}
.supper-sale-tab ul li > * {
	display: block;
	font-size: 1em;
	padding: 13px 15px 10px 15px;
	text-transform: capitalize;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid transparent;
	background: transparent;
	color: rgba(255,255,255,0.6);
}
.supper-sale-tab ul li > * span {
	display: block;
	font-size: 1.2em;
	font-weight: 700;

}
.supper-sale-tab ul li:hover > * {
	border-bottom: 3px solid #1ab6b5;
	color: rgba(0,29,43,1);
}
.supper-sale-tab ul li.active:hover,
.supper-sale-tab ul li.active {
	background: #1ab6b5;
	color: #fff;
}
.supper-sale-tab ul li.active:hover *,
.supper-sale-tab ul li.active * {
	color: #fff;
}
.tab-all {
	display: block;
	width: 100%;
	font-size: 1em;
	padding: 13px 5px 10px 5px;
	text-transform: capitalize;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #F22738;
	background: #F22738;
	color: rgba(0,29,43,0.7);
	color: #fff;
}
.group-banner img {
	border-radius: 0;
}

.error-titel {
	font-size: 6em;
	line-height: 0.8em;
	color: rgba(223,18,17,1);
}

/*bo sung vutran pk */
.order-confirmation {
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.order-confirmation > input[type="checkbox"],
.order-confirmation > input[type="radio"] {
  visibility: hidden;
  display: none;

}
.order-confirmation > label {
	position: relative;
	padding-left: 60px;
	font-size: 1.1em;
	line-height: 48px;
	background: #f5f5f5;
	display: block;
	border-radius:5px;
	border: 1px solid #ebebeb;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Roboto Condensed', sans-serif;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.order-confirmation > label.check-important {
	background: #fff3cd;
	border: 2px solid #ffecb5;
	color: #664d03;
}
.order-confirmation > label:after {
	content: "";
	width:30px;
	height: 30px;
	left: 0;
	position: absolute;
	background: #fff;
	border: 4px solid #e4e8eb;
	border-radius: 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
	left: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.order-confirmation > label.check-important:after {
	content: "";
	width:30px;
	height: 30px;
	left: 0;
	position: absolute;
	background: #fff;
	border: 4px solid #ff8100;
	border-radius: 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
	left: 10px;
}
.order-confirmation > input[type="checkbox"]:checked + label.check-important:after {
 	
	border: #fff;
	background: #fff;
	opacity: 0.2;
}
.order-confirmation > input[type="checkbox"]:checked + label.check-important:before {
 	
	border: 4px solid #fff;
    border-top: none;
    border-left: none;
}
.order-confirmation > input[type="checkbox"]:checked + label.check-important { 	
	background: #8bc34a;
	border: 2px solid #8bc34a;
	color: #fff;
}


.order-confirmation > label.for-radio:after {
	content: "";
	width:30px;
	height: 30px;
	left: 0;
	position: absolute;
	background: #fff;
	border: 2px solid #e4e8eb;
	border-radius: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	left: 10px;
}

.order-confirmation > input[type="checkbox"]:checked + label:after {
 	content: "";
	width:30px;
	height: 30px;
	left: 0;
	position: absolute;
	background: #fff;
	border: 4px solid #e4e8eb;
	border-radius: 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	left: 10px;	
}
.order-confirmation > input[type="radio"]:checked + label:after {
 	content: "";
	width:30px;
	height: 30px;
	left: 0;
	position: absolute;
	background: #fff;
	border: 2px solid #1ab6b5;
	border-radius: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	left: 10px	
}
.order-confirmation > input[type="checkbox"]:checked + label:before {
  	content: "";
    height: 25px;
    width: 15px;
    border: 4px solid #1ab6b5;
    border-top: none;
    border-left: none;
    position: absolute;
    left: 23px;
    top: 6px;
    transform: rotate(45deg);
    z-index: 2;
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.order-confirmation > input[type="radio"]:checked + label:before {
  	content: "";
    height: 18px;
    width: 18px;
    background: #1ab6b5;
    border-radius: 15px;
    border-top: none;
    border-left: none;
    position: absolute;
    left: 16px;
    top: 15px;
    z-index: 2;
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.order-confirmation > input ~ div {
	display: none;
}
.order-confirmation > input[type="radio"]:checked ~ div,
.order-confirmation > input[type="checkbox"]:checked ~ div {
	display: block;
}

.promotion-cart .discount span {
	display: block;
    padding: 10px 5px;
    border: 1px solid #787878;
    text-align: center;
    border-radius: 5px;
    line-height: 1.2em;
    text-transform: capitalize;
    font-size: 12px;
    cursor: pointer;
}
.promotion-cart .discount span label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	color: #fff;
	cursor: pointer;
}
.promotion-cart .discount span label:after {
	content: "";
	width: 14px;
	height: 2px;
	display: block;
	position: absolute;
	background: #787878;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
}
.promotion-cart .discount span label:before {
	content: "";
	width: 2px;
	height: 14px;
	display: block;
	position: absolute;
	background: #787878;
	top: -3px;
	left: 50%;
	transform: translateX(-50%);
}
.promotion-cart .discount.active span {
    border: 1px solid rgba(0,167,157,1);
    background: #1ab6b5;
    color: #fff;
    position: relative;

}
.promotion-cart .discount.active span:after {
	content: "\00D7";
	position: absolute;
	width: 16px;
	height: 16px;
	background: #F22738;
	border-radius: 100%;
	top: -4px;
	right: -3px;
	line-height: 14px;
	text-align: center;
	border: 1px solid #fff;
}
.promotion-cart .discount.active span label:before,
.promotion-cart .discount.active span label:after {
	display: none;
}

.promotion-cart {
	padding: 10px 5px;
}
.str-box {
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e6ebed
	
}
.item-str-box {
	display: table;
	padding: 10px 10px 10px 80px;
	min-height: 80px;
	position: relative;
	border-radius: 5px;
}

.str-box  .item-str-box span {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;
	position: relative;

}
.str-box  .item-str-box span ion-icon {
	width: 30px;
	height: 30px;
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	color: #1ab6b5;
}
.str-box .item-str-box:after {
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	top: 15px;
	bottom: 15px;
	background: #dedede;
	right: 0px;
}
.str-box .item-str-box:last-child:after{
	display: none;
}
.wap-info-category {
	padding: 30px;
	position: relative;
	padding-bottom: 0;

}
#info-category {
	height: 80px;
	overflow: hidden;
	position: relative;
}
.tag-list a{
	display: inline-block;
	margin-left: 10px;
	white-space: nowrap;
	font-style: italic;
	text-decoration: none;
	color: rgb(0,29,43);
}
.tag-list a:before{
	content: "#";
}
.tag-list a:after{
	content: ",";
}
.service-policy {
	padding: 20px 20px 5px 20px;
	position: relative;
	border-radius:  10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border:2px dotted #ccc;
}
.service-policy ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.service-policy ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
	font-style: italic;
}
.service-policy ul li:before {
	content: "\2714";
	position: absolute;
	left: 5px;
	color: #1ab6b5;

}
.service-policy .titel {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	position: absolute;
	top: -10px;
	font-style: italic;
	color: #F22738;
}


.wap-titel-icon, .wap-titel {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}
.wap-titel-icon > .group-function > button,
.wap-titel > .group-function > button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: none;
    font-size: 24px;
    border:#efefef 3px solid;
    color: #787878;
    background: #fff;
    
}
.wap-titel-icon > .group-function,
.wap-titel > .group-function{ 
    height: 40px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.wap-titel-icon .titel {
    text-transform: uppercase;
    line-height: 24px;
    color: #183140;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 20px 10px 20px 40px;
    margin: 0;
    display: block;
}
.wap-titel-icon .titel a,
.wap-titel .titel a {
	text-decoration: none;
	color: #183140;
	display: block;
	position: relative;
	width: 100%;
}
.wap-titel-icon .titel a:after,
.wap-titel .titel a:after {
	content: "";
	width: 16px;
	height: 16px;
	border: 2px solid #183140;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
	transform: rotate(45deg);
	border-left: none;
	border-bottom: none;
}
.wap-titel-icon .titel a:before,
.wap-titel .titel a:before{
	content: "xem thêm...";	
	line-height: 16px;
	font-size: 0.85em;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -8px;
	text-transform: capitalize;
	font-style: italic;
}

.wap-titel .titel {
    text-transform: uppercase;
    line-height: 24px;
    color: #183140;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 10px;
}
.wap-titel-icon .titel ion-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff9800;
}
.form-group-pay > input {
	display: none;
}
.no-account, .user-login, .user-register {
	display: none;
}
input#no-account[type="radio"]:checked ~ .no-account,
input#user-login[type="radio"]:checked ~ .user-login {
	display: flex;
}
input#ruler-pay-user[type="radio"]:checked ~ .pay-cod {
	display: none;
}
input#no-account[type="radio"]:checked ~ .account-startus .no-account-menu span,
input#user-login[type="radio"]:checked ~ .account-startus .user-login-menu span {
	display: block;
	background: #fff;
	color: #183140;
 }

.account-startus{
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    top: -15px;
    background: #183140;    
    border-left: 15px solid #183140;
    border-right: 15px solid #183140;
    border-radius: 6px 6px  0px 0px;
    overflow: hidden;
    text-transform: capitalize;
}
.account-startus label span {
 	text-align: center;
 	background: #183140;
 	display: block;
 	width: 100%;
 	line-height: 55px;
 	color: rgba(255,255,255,0.6);
 	font-weight: 600;
 	cursor: pointer;
 	border-top: 10px solid #183140;
 	letter-spacing: 1px;	
 }
 .account-startus label span ion-icon {
 	font-size: 22px;
 	margin-right: 5px;
 	position: relative;
 	bottom: -5px;
 }
 .account-startus label {
 	position: relative;
 }
 .group-top-product{
 	position: relative;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
 }

 .nav.nav-tabs {
    position: relative;
}

.group-top-product .tab-content {
    padding: 15px;
}
.tab-style-home.nav-tabs .nav-link {
    color: #768599;
    background: #fff;
    border: none;
    border-top: 5px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    line-height: 50px;
    padding: 0;
    font-size: 1.1em;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}
.tab-style-home.nav-tabs .nav-item {
	display: inline-block;
	margin-right:20px;
}
.tab-style-home.nav-tabs .nav-item.show .nav-link,
.tab-style-home.nav-tabs .nav-link.active,
.tab-style-home.nav-tabs .nav-link.active:hover {
    color: #183140;
    border-top: 5px solid #1ab6b5!important;
}
.tab-style-home.nav-tabs .nav-link:hover {
    color: #183140;
    border-top: 5px solid #1ab6b5!important;
}

.tab-style-home.nav-tabs {
    border-bottom: none;
    position: relative;
    border-radius: 5px;
    height: 50px;
    padding:0 15px;
}

.owl-item.product-tiem-style1:after {
	content: "";
	position: absolute;
	top: 1px;bottom: 5px; left: 1px; right: 1px;
	border: 1px solid #ebebeb;
	border-radius: 5px;


}
.product-tiem-style1.item-live-active:after {
	content: "";
	position: absolute;
	top: 1px;bottom: 5px; left: 1px; right: 1px;
	border: 3px solid #1ab6b5;
	border-radius: 5px;

}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    display: none;
}

.product-tiem-style1 {
	border: 1px solid transparent;
	padding: 10px 10px 15px 12px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 3px;
	overflow: hidden;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.product-tiem-style1 > * {
	position: relative;
	z-index: 3;
}
.product-tiem-style1:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 1px; right: 0px; bottom: 2px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 6px;
}
.hotdeal-box .product-tiem-style1:after {
	display: none;
}
.product-tiem-style1 .info-product-item {
	list-style: none;
    margin-bottom: 0;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
}
.product-tiem-style1 .img-product-item img {
	width: 100%;
}
.product-tiem-style1 .e-commerce {
	width: 30px;
	height: 30px;
	background: #1AB6B5;
	position: absolute;
	top: 1px;
	right: 1px;
	border-radius: 0 10px 0 100px;
	text-align: center;
	line-height: 25px;
	font-style: italic;
	color: #fff;
	padding-left: 5px;
}
.btn-buy-style {
	line-height: 44px;
    background: #ededed;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #787878;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}
.product-tiem-style1:hover .btn-buy-style,
.btn-buy-style:hover {
    background: #F22738;
    color: #fff;
}
.saving-point {
	background: #F22738;
	height: 20px;
	display: block;
	position: absolute;
	bottom:65px;
	right: 0;
	border-radius: 20px;
	font-size: 10px;
	line-height: 14px;
	padding: 3px 5px 3px 23px;
	color: #fff;
}
#onair-video .saving-point {
	bottom:90px;
}
.on-air-content .saving-point {
	bottom: 18px;
	right: 0;
	left: auto;
	font-size: 12px;
	font-style: italic;
}
.saving-point:after {
	content: "p";
	display: block;
	font-size: 12px;
	line-height:16px;
	height: 20px;
	width: 20px;
	text-align: center;
	background: #ff9800;
	color: #fff;
	position: absolute;
	left: -1px;
	top: 0;
	border-radius: 20px;
	font-style: italic;
}
.saving-point.fix {
	position: relative;
	bottom:auto;
	right: auto;
	max-width: 70px;
}
.braind-logo {
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.braind-logo .owl-item a {
	display: block;
	text-align: center;
	height: 100%;

}
.braind-logo .owl-item a img {
	width:50%;
	padding: 20px 0;
}

/*.group-product > div:nth-child(2) .content-pro-cat {
	width: 53%;
}*/
.group-product-cat-home .group-product > div:nth-child(1),
.group-product-cat-home .group-product > div:nth-child(2) {
	width: 50%;
}
.group-product-cat-home .banner-cagory-home img {
	border-radius: 5px;
}
.group-product-cat-home .group-product > div:nth-child(2) .img-product-item {
	flex: 0 0 auto;
    width: 46%;
    border: 
}
.group-product-cat-home .group-product > div:nth-child(2)  .content {
	flex: 0 0 auto;
    width: 54%;
}
.group-product-cat-home .group-product  .item-product .product-tiem-style1 {
	display: flex;
    flex-wrap: wrap;
}
.group-product-cat-home .group-product > div:nth-child(2) .e-commerce,
.group-product-cat-home .group-product > div:nth-child(2) .saving-point {
	display: none;
}
.group-product-cat-home .group-product > div:nth-child(2)  .titel-product {
	font-weight: 700;
    font-size: 1.4em;
}
.group-product-cat-home .item-cat-product-list:nth-child(2n+1) {
	background: rgba(255,255,255,1);
}
.group-product-cat-home .item-cat-product-list:nth-child(2n) {
	background: rgba(255,255,255,0.6);
}
.group-product-cat-home .item-cat-product-list:last-child{
	background: rgba(255,255,255,0.2);
}
.filter-product {
	margin: b
}
.filter-product ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.filter-product ul li {
	display: inline-block;
}
.filter-product ul li button {
	border: 1px solid #183140;
	background: #fff;
	border-radius: 5px;
	color: #183140;
	text-transform: capitalize;
	font-style: italic;
	opacity: 0.5;
	font-size: 0.9em;
}
.filter-product ul li.active button,
.filter-product ul li:hover button {
	border: 1px solid #ff9800;
	background: #ff9800;
	color: #fff;
	opacity: 1;
}
.breadcrumb {
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.breadcrumb li,
.breadcrumb li a {
	font-family: 'Roboto Condensed', sans-serif;
	color: #183140;
	text-decoration: none;
	display: inline-block;
}

.wap-info-product>* {
	border-radius: 5px;
	overflow: hidden;
}
.sugges-key {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}
.sugges-key li {
    display: inline-block;
    margin: 3px;
}
.sugges-key li a {
    display: block;
    line-height: 24px;
    padding: 0 7px;
    color: rgba(0,29,43,1);
    text-decoration: none;
    background: #f5f5f5;
    border-radius: 3px;
    font-size: 1em;
}



