@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
:not(td) {
    padding: 0;
    margin: 0
}
body {
	/*font: 14px 'Open Sans', sans-serif;*/
	font-family: 'Merriweather', serif;
	font-size: 14px;
	color: #000;
}
a {
    text-decoration: none;
    color: #000;
    outline: 0;
}
a:hover {
    text-decoration: none;
    color: #006BA0;
}
h1 {
	font-size: 28px;
	line-height: 45px;
}
h2 {
    font-size: 25px;
    line-height: 40px;
	font-weight: unset;
}
h3 {
    font-size: 22px;
    line-height: 35px;
	font-weight: unset;
}
h4 {
	font-size: 16px;
	line-height: 28px;
	font-weight: unset;
}
h5 {
    font-size: 14px;
    line-height: 27px;
	font-weight: unset;
}
h6 {
    font-size: 13px;
    line-height: 26px;
	font-weight: unset;
}
p{
    margin-bottom: 5px;
}
img,
button {
    border: none;
}
button {
    outline: 0;
}
ol, ul {list-style: inside;}
.panel ul ul {
    padding-left: 0;
}
img,
button {
    border: none
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
select,
.mod-birthday {
    border-radius: 0;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); */
    color: rgba(0, 0, 0, .75);
    display: block;
    outline: 0;
    font-family: inherit;
    font-size: .875rem;
    margin: 0;
    padding: .5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-transition: border-color .15s linear, background .15s linear; */
    -moz-transition: border-color .15s linear, background .15s linear;
    -ms-transition: border-color .15s linear, background .15s linear;
    -o-transition: border-color .15s linear, background .15s linear;
    /* transition: border-color .15s linear, background .15s linear; */
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
textarea:focus {
    background-color: #fafafa;
    border-color: #eee;
    outline: 0;
}
input[disabled] {
    background-color: #f4f4f4;
    opacity: 1;
    border: .5px solid #e4e4e4;
    color: #b0b0b0;
}
button{
    outline: 0;
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*{
    box-sizing: border-box;
}
*{
    box-sizing: border-box;
}
.success,
.notice,
.error_title {
    padding: .6em 1em 0.6em 3.4em;
    margin-bottom: 1em;
    font-weight: bold
}
.success {
    border: 1px solid #C6D880;
    color: #264409;
    padding-left: 40px !important;
    background: #E6EFC2 url(../img/success.png) no-repeat 10px center
}
.notice {
    border: 1px solid #FFD324;
    color: #514721;
    padding-left: 40px !important;
    background: #FFF6BF url(../img/note.png) no-repeat 10px center
}
.note {
    color: #FF2222;
}
.hidden{display:none !important;}
.error_title {
    border: 1px solid #ff5e00;
    color: #ff5e00;
    padding-left: 40px !important;
    background: #fff0e2 url(../img/error.png) no-repeat 10px center;
}
.error {
    color: #ff9822;
}
.box_error {
    box-shadow: 0 0 3px #ff9822 !important;
    border: 1px solid #ff9822 !important;
}
.flr {
    float: right;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7d7d7d;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7d7d7d;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #7d7d7d;
}
.alert {
    position: relative;
    padding: 10px 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: block;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.label-bold .label{
    font-weight: bold;
}
.small{
    font-weight: normal;
}
.clear {
    clear: both;
}
.panel{
    margin-bottom: 20px;
}
.bg-panel{
	background: #FFF;
	padding-right: 10px;
}
.html_page{
    margin-top: 20px;
}
#page_loading{padding:10px;font-size:20px;font-weight:bold}
#page_loading img{margin-right:5px}
div#wrapper {overflow: hidden;}
#main{
    max-width: 1800px;
    margin: 0 auto;
}
.container{
    width: 1230px;
    padding: 0;
    margin: 0 auto;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-strong{
    font-weight: bold;
}
.row:before, .row:after{
    display: table;
    content: '';
}
.row:after{
    clear: both;
}
.col-flex {
    display: flex;
}
.col-flex-center{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.list-edges{
	margin-left: -15px;
    margin-right: -15px;
}
.list-edge{
	margin-left: -15px;
    margin-right: -15px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background: #cecece;
}
.button-slide-pre i, .button-slide-next i {
	font-size: 16px;
}
.cate-banner {
    padding-bottom: 15px;
}
.list-edge-top{margin-top: -15px;}
.padding-small>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.padding-small-edge {
    margin-left: -5px;
    margin-right: -5px;
}
.home_temp_img img {
    border-radius: 7px;
}
.list-col{
	/*margin-bottom: 15px;
	background: #cecece;
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	justify-content: left;
	padding: 0px 7px 25px 7px;*/
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding: 0px 5px;
}
.list-col > .col-xs-1, .list-col > .col-sm-1, .list-col > .col-md-1, .list-col > .col-lg-1,
.list-col > .col-xs-2, .list-col > .col-sm-2, .list-col > .col-md-2, .list-col > .col-lg-2,
.list-col > .col-xs-3, .list-col > .col-sm-3, .list-col > .col-md-3, .list-col > .col-lg-3,
.list-col > .col-xs-4, .list-col > .col-sm-4, .list-col > .col-md-4, .list-col > .col-lg-4,
.list-col > .col-xs-5, .list-col > .col-sm-5, .list-col > .col-md-5, .list-col > .col-lg-5,
.list-col > .col-xs-6, .list-col > .col-sm-6, .list-col > .col-md-6, .list-col > .col-lg-6,
.list-col > .col-xs-7, .list-col > .col-sm-7, .list-col > .col-md-7, .list-col > .col-lg-7,
.list-col > .col-xs-8, .list-col > .col-sm-8, .list-col > .col-md-8, .list-col > .col-lg-8,
.list-col > .col-xs-9, .list-col > .col-sm-9, .list-col > .col-md-9, .list-col > .col-lg-9,
.list-col > .col-xs-10, .list-col > .col-sm-10, .list-col > .col-md-10, .list-col > .col-lg-10,
.list-col > .col-xs-11, .list-col > .col-sm-11, .list-col > .col-md-11, .list-col > .col-lg-11,
.list-col > .col-xs-12, .list-col > .col-sm-12, .list-col > .col-md-12, .list-col > .col-lg-12 {
padding-top: 15px;
padding-bottom: 15px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-1 {
  width: 8.33333333%;
}
.ver-middle{
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.col-lg-12 {
  width: 100%;
}
.none-padding{
    padding: 0px;
}
.header-bar {
text-align: center;
padding: 10px 0;
position: relative;
}
.header-space{
    margin-bottom: 15px;
}
.header-cate {
font-weight: bold;
font-size: 22px;
color: #23154e;
margin: 0;
line-height: 40px;
text-align: center;
position: relative;
padding-bottom: 20px;
text-transform: uppercase;
background: url(../img/bg_h2.png) bottom center no-repeat;
}
.header-left {text-align: left;font-weight: normal;text-transform: uppercase;font-size: 25px;line-height: 40px;color: #bb001c;padding: 10px 0px;}
.bg-panel .header-left{
    padding-left: 5px;
    padding-right: 5px;
}
.header-left span {
    display: inline-block;
    position: relative;
    background: none;
    padding: 0;
    color: #333;
    font-weight: bold;
    padding-bottom: 4px;
}
.header-line {
text-align: center;
font-weight: normal;
text-transform: uppercase;
font-size: 25px;
line-height: 40px;
color: #bb001c;
padding: 10px 5px;
}
.header-line h1 span {
	font-size: 16px;
}
.header-line span {
display: inline-block;
position: relative;
background: none;
padding: 0;
color: #333;
font-weight: bold;
padding-bottom: 4px;
}
.header-line:after {
    content: '';
    display: block;
    height: 2px;
    width: 80px;
    background: #e10531;
    margin: 0px auto 5px auto;
}
.title-bg {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    margin: 0;
    font-weight: 600;
    /*margin-bottom: 10px;*/
    padding: 10px 20px 10px 20px;
    background: linear-gradient(140deg, #fdd400 20%, #ffff00 50%, #f9d61f 90%);    
    text-transform: uppercase;
    color: #333;
    z-index: 9;
}
@-webkit-keyframes my {
	0% { color: #ff0505; }
	50% { color: #fff; }
	100% { color: #ff0505; }
}
@-moz-keyframes my {
	0% { color: #ff0505; }
	50% { color: #fff; }
	100% { color: #ff0505; }
}
@-o-keyframes my {
	0% { color: #ff0505; }
	50% { color: #fff; }
	100% { color: #ff0505; }
}
@keyframes my {
	0% { color: #ff0505; }
	50% { color: #fff; }
	100% { color: #ff0505; }
}
.title-bg-home span {
	font-size:24px;
	font-weight:bold;
	-webkit-animation: my 700ms infinite;
	-moz-animation: my 700ms infinite;
	-o-animation: my 700ms infinite;
	animation: my 700ms infinite;
}
.title-bg-home span {
	color: #ff0505;
    font-weight: bold;
}
.title-bg-home:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: top;
    -webkit-transform: skew(23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(23deg);
    z-index: -1;
    background: linear-gradient(140deg, #fdd400 20%, #ffff00 50%, #f9d61f 90%); 
}
.title-bg-home {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    margin: 0;
    font-weight: 600;
    /*margin-bottom: 10px;*/
    padding: 10px 20px 10px 20px;
    background: linear-gradient(140deg, #fdd400 20%, #ffff00 50%, #f9d61f 90%); 
    text-transform: uppercase;
    color: #333;
    z-index: 9;
}
/*.title-bg:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
    z-index: -1;
}*/
.title-bg:after {
	background: linear-gradient(140deg, #fdd400 20%, #ffff00 50%, #f9d61f 90%);
}
.title-bg:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: top;
    -webkit-transform: skew(23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(23deg);
    z-index: -1;
    background: linear-gradient(140deg, #fdd400 20%, #ffff00 50%, #f9d61f 90%);
}
.toltal-pro {
    font-weight: normal;
    font-size: 14px;
    padding: 0 15px;
    line-height: 18px;
    text-transform: initial;
}
.header-line-bottom {
    text-align: left;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}
.header-line-bottom span {
    display: inline-block;
    position: relative;
    font-weight: 500;
}
.header-line-bottom span:after {content: '';position: absolute;height: 2px;width: 100%;left: 0;bottom: -2px;background: #bb001c;}
.block-heading {
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
}
.header-bg {
background: #23154e;
padding: 10px 15px;
color: #FFF;
text-transform: uppercase;
margin-bottom: 15px;
text-align: center;
}
.header-icon img {
    display: inline-block;
    vertical-align: middle;
    max-height: 40px;
    width: auto;
}
.header-icon {
    text-align: left;
    line-height: 40px;
}
.header-icon span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0 5px;
}
.page_head {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
}
.slideshow {
    justify-content: center;
    display: flex;
    align-items: center;
}
.gallery_home_show {
	/*justify-content: center;
	display: flex;	
	align-items: center;*/
}
.slideshow_home{
	/*justify-content: center;
	display: flex;	
	align-items: center;*/
}
.slide-box {
	margin: 0;
	width: 100%;
}
/* header */
.header-top {
    background: #bb001c;
}
.header-center {padding: 0;}
.header-bottom {
    background: #bb001c;
    box-shadow: 0 2px 3px #eee;
}
.top-list-item {
    list-style: none;
}
.top-list-item li {
    display: inline-block;
    color: #FFF;
    padding: 0 5px;
    position: relative;
    white-space: nowrap;
}
.top-list-item > li>a {
    padding: 5px 0;
    color: #FFF;
    display: block;
}
.top-list-item li:hover > * {
    color: #ffe000;
}
.info-item a {
    font-size: 14px;
    color: #333;
}
.info-item {
    margin: 0;
}
.phone-item{
    display: inline-block;
    padding: 0;
    padding-left: 35px;
    background: url(../img/icon-phone-ring.png) 0px center no-repeat;
    background-size: 30px;
    height: 36px;
    cursor: pointer;
}
.info-item p {
    margin: 0;
    color: #000;
    line-height: 18px;
}
.phone-item a {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #bb001c;
    line-height: 18px;
}
.user-item{
    display: inline-block;
    padding: 0;
    padding-left: 35px;
    background: url(../img/icon-user.png) 0px center no-repeat;
    background-size: 30px;
    height: 36px;
    cursor: pointer;
    line-height: 36px;
}
.hover_scale:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.transition {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
/*   PRODUCT   */
.product_special .product-discout-percent-sale{
	top: 2px;
    left: 2px;
}
.product-discout-percent-sale{
    position: absolute;
    top: 15px;
    left: -7px;
    display: block;
    width: 70px;
    height: auto;
    text-align: center;
    background: url(../img/sa.png) scroll no-repeat center;
    color: white;
    font-size: 16px;
    background-size: 70px;
    line-height: 55px;
    padding: 10px 0px 0px 0px;
    z-index: 100;
}
.product-discout-percent{
    position: absolute;
    top: 20px;
    left: -7px;
    display: block;
    width: 70px;
    height: auto;
    text-align: center;
    background: url(../img/off.png) scroll no-repeat center;
    color: white;
    font-size: 16px;
    background-size: 55px;
    line-height: 55px;
    padding: 10px 0px 0px 0px;
    z-index: 100;
}
.product-col{
	padding: 10px 5px 5px 5px !important;
}
.list-product .product-col {
    padding: 0;
    margin-top: -1px;
    margin-right: -1px;
}
.product_name {
	color: #000;
	line-height: 20px;
	font-weight: 600;
	font-size: 15px;
	min-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.product_name:hover {
}
.product-code {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000000;
}
.box-pro-info .price-box {
    float: left;
}
.box-pro-info {
    padding: 5px;
    overflow: hidden;
}
.box-pro-info .code {
    float: right;
    font-weight: bold;
    color: #333;
}
.price-box p {
    margin: 0;
}
.price-old {text-decoration: line-through;color: #464646;font-weight: normal;padding: 0 2px;line-height: 22px;display: inline-block;vertical-align: middle;font-size: 13px;}
.price-new {color: #e10531;padding-right: 2px;line-height: 22px;vertical-align: middle;font-weight: 600;}
.price-box .price-new{color: #cb1c22;margin-bottom: 0;line-height: 20px;font-weight: 600;font-size: 14px;display: inline-block;vertical-align: middle;padding-right: 6px;}
.product-info {padding: 6px;}
.product_item .btn-pro-status {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #333333;
    padding: 10px 6px;
    color: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.product_item:hover .btn-pro-status {
    visibility: visible;
    opacity: 1;
}
.product_image:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.60);
    z-index: 1;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.sub_image {
	/*display: inline-block;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;*/
	justify-content: center;
	display: flex;	
	align-items: center;
}
.sub_image .sub_image_item {
    display: block;
    border: 1px solid #e3e3e3;
    margin-right: 3px;
    padding: 1px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
	float: left;
}
.sub_image img {
    max-width: 30px !important;
    height: auto;
    display: block;
}
.sub_image .sub_image_item:hover,
.sub_image .sub_image_item.active {
    border-color: #333;
}
.product_special {
    /*border: 3px solid #fcd501 !important;*/
}
/*.product_item:hover .product_image:after {
    opacity: 1;
    visibility: visible;
}
*/
.home_cate_right {
    padding-bottom: 20px;
}
.home_cate_left .product_item{
	box-shadow: none !important;
	margin: 0 !important;
}
.product_item, .product_item_small {
	/*position: relative;*/
	overflow: hidden;
	cursor: pointer;
	height: 100%;
	padding: 0;
	margin: 10px 0;
	background: #FFF;
	border-radius: 7px;
	border: 2px solid #afafafad;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
}
.product_item:hover,.product_item_small:hover {
	/*box-shadow: none;
    background: #8f8f8f59;*/
	box-shadow: 0px 3px 5px 0 #000;
}
/*.product_item:hover{
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9); 
}*/
.product_item:hover .product_image img {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8); 
}
.product_item_small .product_image {
    width: 35%;
}
.product_item_small {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
}
.product_item_small .product-info {
    width: 65%;
}
.product_item .product_image img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product_item .price-box {
	/*display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	white-space: nowrap;
	height: 40px;*/
	justify-content: center;
	display: flex;	
	align-items: center;
}
.product-vlist .btn-box {
    position: relative;
}
.quickview-wrap{
    position: absolute;
    visibility: hidden;
    z-index: 99;
    opacity: 0;
    bottom: -20%;
    left: 0;
    right: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.quickview {
    background: #bb001c;
    color: #FFF;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
}
.quickview:hover {
    background: #fff;
    color: #bb001c;
    box-shadow: 0 0 5px #147296;
}
.btn-pro-status {
    padding: 0 10px;
    z-index: 9999;
}
.product_item:hover .quickview-wrap{
    visibility: visible;
    opacity: 1;
    bottom: 10%;
}
.product_image{
	position: relative;transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	overflow: hidden;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
	/*margin-bottom: 5px;
	padding: 6px;*/
}
.product_image img {
	display: block;
	margin: 0 auto;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.label-sale {
	background: #ff1900;
	padding: 0px 3px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	position: relative;
	margin-left: 7px;
	/*display: none;*/
}
.label-sale:before {
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -4px;
    content: '';
    border-right: 6px solid #ff1900;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.product_gift {
    margin-bottom: 10px;
}
.product_gift ul {
    list-style: none;
}
.product_gift ul li{
}
.product_gift ul li:before {
    content: '\f06b';
    font-family: 'FontAwesome';
    color: red;
    margin-right: 5px;
    display: none;
}
.btn-ss, .btn-view {
    text-align: center;
    border: 1px solid;
    width: 100%;
    display: block;
    margin: 5px 0;
    white-space: nowrap;
    border-radius: 3px;
    padding: 2px 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.btn-ss {
    color: #28a745;
    border-color: #28a745;
}
.btn-ss:hover {
    background: #28a745;
    color: #FFFFFF;
}
.btn-view {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-view:hover {
    background: #17a2b8;
    color: #FFFFFF;
}
.hot_product_item {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
.hot_product_item:last-child{
    border: none;
}
.hot_product_item .product_name {
font-size: 14px;
line-height: 18px;
font-weight: 500;
}
.line-end {
    width: 100%;
    border-top: 1px dashed #000;
    margin: 20px 0;
}
/*   v-list   */
.product-vlist{background: #FFF;transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;}
.product-vlist:hover {
   /* -webkit-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
    -moz-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
    box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);*/
}
.vlist-img{float:left;width: 40%;position:relative;text-align: center;padding-right: 15px;}
.vlist-img img{max-width:100%;display: block;margin: 0 auto;padding: 14px 0;}
.product_item .vlist-img .btn-pro-status {
    left: 15px;
    right: 15px;
    bottom: 15px;
}
.vlist-info{float:left;width: 60%;position:relative;padding: 15px;}
.vlist-name{
display: block;
overflow:hidden;
font-size:15px;
line-height:22px;
margin-bottom: 10px;
}
.vlist-price{height:auto;
position:absolute;
top:0;
right:10px;
text-align:right}
.sale-text {
    color: #ff5200;
}
.vlist-detail ul {
    list-style: none;
}
.vlist-detail{padding:10px 0;
margin-left:-5px;
margin-right:-5px}
.vlist-detail li{margin-bottom:2px;
line-height:22px;
padding:2px 5px}
.vlist-detail li:nth-of-type(2n+1){clear:both}
.vlist-detail li label{
display:block;
float:left;
line-height:17px;
width:auto;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
vertical-align:top;
padding-right: 6px;
font-size: 13px;
font-weight: 600;
color:#333;
}
.vlist-detail li span{
display:block;
line-height:17px;
overflow:hidden;
vertical-align:top;
font-size:13px;
color: #4e4e4e;
text-overflow:ellipsis;
white-space:nowrap;
}
.vlist-quickview .quickview{
    border-radius: 0;
}
.cms_button {
    padding: 10px 15px;
    background: #eee;
    color: #333;
    border: 0;
    line-height: 20px;
    cursor: pointer;
    outline: 0;
}
.btn {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    line-height: 100%;
    display: block;
    font-size: 1rem;
    cursor: pointer;
    text-align: center
}
.btn * {
    display: block;
}
.red-btn {
    color: #fff;
    background: #e10531;
}
.green-btn {
    color: #FFFFFF;
    background: #28a745;
}
.blue-btn {
    background: #17a2b8;
    color: #FFFFFF;
}
.btn:hover {
    filter: brightness(1.1);
}
.input-group-btn button {height: 30px;width: 30px;display: inline-block;padding: 5px;}
.input-group {
    position: relative;
}
.input-group input[type="text"] {
    width: 100%;
    height: 35px;
    border-radius: 0;
}
.input-group button {
    position: absolute;
    height: 35px;
    min-width: 35px;
    width: auto;
    padding: 0 5px;
    right: 0;
    top: 0;
    white-space: nowrap;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
}
.btn-primary:hover {
    background-color: #2e6da4;
}
.btn-danger {
    background-color: #d9534f;
    color: #fff;
}
.btn-danger:hover {
    background-color: #d43f3a;
}
.label {
    margin-bottom: 5px;
}
.feedback {
    position: relative;
}
.feedback .icon-text {
    padding-left: 45px!important;
}
.feedback .icon-append {
    position: absolute;
    bottom: 4px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: grey;
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #e5e5e5;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
/* breadcrumbs */
.breadcrumbs-box {
    background: #f4f4f4;
}
.breadcrumbs{padding: 5px 0;font-size: 12px;}
.breadcrumbs ul{list-style:none}
.breadcrumbs ul li{display:inline-block}
.breadcrumbs a{color: #6d6d6d;font-size: 14px;}
.breadcrumbs span{display:inline-block;
margin:0 5px;
color:#378ab0;
font-size:13px}
.breadcrumbs i {
    padding: 0 5px;
}
.breadcrumbs a:hover {
    color: #006BA0;
}
/* pagination */
.pagination{font-size:12px;margin: 20px 0 20px;position:relative;list-style:none;text-align: center;}
.pagination li{display: inline-block;}
.pagination li a.prev{position:inherit}
.pagination .disabled{display:none}
.pagination span,.pagination a{float:left;color: #333;font-size:12px;background: #ededed;border-radius: 40px;width: 40px;height: 40px;font-size: 15px;border: none;line-height: 40px;text-align:center;padding: 0;margin-left:5px;transition: all 300ms ease;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-o-transition: all 300ms ease;}
.pagination span{background:#fff}
.pagination a:hover,.pagination li.active a{color: #333;background: #fcd501;}
.pagination span .current{
	border:1px solid #1591ad;
	color:#1591ad;
	background:#fff url(../img/readmore_bg.png) repeat-x center left;
	font-size:12px;
	border-radius:3px;
	height:27px;
	line-height:27px;
	text-align:center
}
.pagination>.prev,.pagination .next{position:static}
.row:before, .row:after{
    display: table;
    content: '';
}
.row:after{
    clear: both;
}
#header{
    background: #FFFFFF;
}
#header img{
	max-height: 90px;
    width: auto;
}
.logo_header {
    /*background-color: #fdd400;*/
    position: relative;
    padding: 5px;
    display: flex;
    align-items: center;
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
/*.logo_header a:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
    z-index: -1;
    left: auto;
    right: 18px;
    width: 18px;
    z-index: 0;
    background: #172027;
}
.logo_header:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    background-color: inherit;
    z-index: -1;
}
.logo_header:after {
    content: "";
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
    z-index: -1;
}*/
.top-bar {
    padding-left: 40px;
    padding-right: 0;
    background-color: #252525;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.top-bar:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #252525;
    z-index: -1;
}
.menu-cate {
    width: 22%;
    float: left;
    position: relative;
    z-index: 3;
}
.menu-page {width: 100%;background: #FFFFFF;}
#menu_page>ul>li.current > a{
	border-bottom: 4px solid #e10531;
}
#menu_page li:hover > a, #menu_page>ul>li.current > a{
	/*background: linear-gradient(140deg, #fdd400 20%, #ffff00 50%, #f9d61f 90%);*/
	background: linear-gradient(140deg, #9a9a9a 20%, #e5e5e5 50%, #9a9a9a 90%);
    color: #e10531;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
	/*border-bottom: 4px solid #e10531;*/
}
/*#menu_page {
    padding-left: 10px;
}
.menu-box ul {
    list-style: none;
}
.menu-box > ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.menu-box li{
text-align: left;
}
.menu-box li:last-child{
    border: none;
}
.menu-box a {display: block;color: #333;font-size: 14px;line-height: 23px;font-weight: 400;transition: all 300ms ease;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;white-space: normal;}
.menu-box > ul > li {
    width: 100%;
    white-space: nowrap;
    position: relative;
}
.menu-box > ul > li > a{
    text-transform: uppercase;
    line-height: 50px;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    font-weight: 500;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 0;
    white-space: nowrap;
}
.menu-box > ul > li > a > img {
    padding-right: 6px;
    max-width: 25px;
}
.menu-box > ul > li:hover > a:before {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -7px;
    content: '';
    border-bottom: 10px solid #FFFFFF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.menu-box > ul > li > a > i {display: inline-block;vertical-align: middle;position: relative;right: unset;top: unset;line-height: 50px;padding-left: 5px;}
.menu-box .menu-child {
    min-width: 200px;
}
.menu-box .menu-sub-box {
    max-width: 850px;
    max-height: 500px;
}
.menu-box > ul > li.has_child {
    position: static;
}
.menu-child-item:last-child {
    border-bottom: 0;
}
.menu-box > ul > li:hover > a {}
.menu-box > ul > li:hover > .menu-sub-box,
.menu-box > ul > li:hover > .menu-child {overflow: auto;opacity: 1;-webkit-transform: perspective(600px) rotateX(0deg);-moz-transform: perspective(600px) rotateX(0deg);-ms-transform: perspective(600px) rotateX(0deg);-o-transform: perspective(600px) rotateX(0deg);transform: perspective(600px) rotateX(0deg);-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;}
.menu-box .menu-child, .menu-box .menu-sub-box {
    overflow: hidden;
    display: block;
    opacity: 0;
    padding: 15px 15px;
    width: 100%;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 2px rgb(0 0 0 / 20%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
    text-align: left;
}
.menu-child-item {
}*/
.menu-child-item a {
   /* font-weight: 500;
    padding: 8px 0;*/
}
.tt-col-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu-col-4 {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 10px;
}
.menu-col-5 {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 10px;
}
.menu-box .tt-col-list a i,
.menu-box .menu-child-item a i{
    padding-right: 5px;
}
.menu-box .tt-col-list a:hover {
    color: #e10531;
}
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999999;
    box-shadow: 0 0 10px #333 !important;
    right: 0;
    padding: 0px !important;
    background: #FFF;
}
.fixed #meun_page a{
    color: #333 !important;
}
.header-bottom .logo-box, .header-bottom .header-wrap-right {
    display: none;
}
.header-bottom.fixed .logo-box, .header-bottom.fixed .header-wrap-right {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
}
.header-bottom.fixed .logo-box {
    float: left;
    width: 100px;
}
.header-bottom.fixed .logo-box img{
    float: left;
    max-height: 30px;
}
.header-bottom.fixed .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 950px;
}
.header-bottom.fixed .header-wrap-right {
    float: right;
    width: 150px;
}
.header-bottom.fixed .menu-box #menu-page > ul > li > a {
    /*padding: 5px 12px;*/
}
.header-bottom.fixed {
    text-align: center;
}
.header-bottom.fixed .container {
    position: relative;
}
.cart-neo{
    display: inline-block;
    vertical-align: middle;
    padding: 3px 10px;
    background: url(../img/bag-icon-neo.png) center no-repeat;
    background-size: contain;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}
.cart-neo span {
    background: #bb001c;
    padding: 0;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 18px;
    font-size: 13px;
}
.wishlist-neo{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.wishlist-neo a {
    color: #f583b4;
    font-size: 18px;
}
.wishlist-neo a:hover {
    color: #ee0000;
}
.search-neo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.search-neo form {position: absolute;right: -10px;padding: 3px;background: #fdd400;display: none;border: 1px solid #fdd400;}
.search-neo form:after {position: absolute;content: '';border-bottom: 10px solid #fdd400;border-left: 5px solid transparent;border-right: 5px solid transparent;right: 25px;top: -10px;}
.btn-search-neo{
    background: url('../img/icon-search.png') center no-repeat;
    background-size: 20px;
    width: 40px;
    height: 30px;
    padding: 0 5px;
    cursor: pointer;
}
.search-neo .search-box {
    width: 250px;
    position: relative;
}
.search-neo .search-box input[type="text"] {
    padding: 3px;
    height: 35px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eee;
}
.search-neo form button {position: absolute;right: 0;top: 0;height: 35px;width: 35px;padding: 0;line-height: 35px;color: #333;background: #fdd400;border: 1px solid #eee;}
#content {
}
.content_left {
    box-sizing: border-box;
    float: left;
    width: 24%;
}
.content_right {
    box-sizing: border-box;
    float: left;
    width: 76%;
    padding-left: 20px;
}
.toggle-menu {
    padding: 0 10px;
    background: #333;
    font-size: 16px;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    color: #FFF;
}
.toggle-menu i {
    padding-right: 20px;
}
.toggle-menu .icon-heading {
    width: 35px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}
.toggle-menu .icon-heading span {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #FFF;
}
.toggle-menu .icon-heading:before, .toggle-menu .icon-heading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #FFF;
}
.toggle-menu .icon-heading:before {
    -webkit-transform: translate3d(0, -7px, 0) scale3d(.8, 1, 1);
    transform: translate3d(0, -7px, 0) scale3d(.8, 1, 1);
}
.toggle-menu .icon-heading:after {
    -webkit-transform: translate3d(0, 7px, 0) scale3d(.8, 1, 1);
    transform: translate3d(0, 7px, 0) scale3d(.8, 1, 1);
}
.menu-heading {
    text-transform: uppercase;
}
#bg-cate-hori{color:#fff;position:relative;box-sizing:border-box;z-index: 3;}
#header-bottom{
position: relative;
}
#header-bottom:after {content: '';position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 45px;background: #fafafa;z-index: 1;display: none;}
.slide-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px;
}
.box-slide{cursor:move;
width:100%;
height:455px;
position:absolute;
left:0;
top:0;
overflow:hidden}
#menu_category {
    list-style: none;
}
#menu_category li {
    position: relative;
}
#menu_category li:hover {
}
#menu_category li a {
    display: block;
    line-height: 25px;
}
#menu_category li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    max-width: 50px;
}
#menu_category li a span {
    display: inline-block;
    vertical-align: middle;
}
#menu_category li i {
	position: absolute;
    right: 0;
    top: 2px;
    width: 20px;
    height: 25px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
    color: #e10531;
}
#menu_category li i:hover {
    color: #006BA0;
}
#menu_category ul {
    background: #FFF;
    list-style: none;
    display: none;
    padding-left: 15px;
    padding-top: 5px;
    border-top: 1px solid #f4f4f4;
}
#menu_category ul a {
    white-space: nowrap;
    padding: 0 5px;
}
.sub-cate-title {font-weight: 600;color: #252525;margin-bottom: 5px;text-align: left;text-transform: uppercase;}
.sub-cate > li {
    line-height: 18px;
    margin-bottom: 8px;
    display: block;
}
.sub-cate > li > a {
    line-height: 18px;
    display: block;
    background: url(../img/icon-arrow-right.png) 0px 5px no-repeat;
    background-size: 5px;
    padding-left: 8px;
}
.sub-brand > li > a{
    text-transform: uppercase;
}
.fs-box {
}
.fs-tit {
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 10px;
    text-align: center;
}
.fs-tit span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: initial;
    margin-top: 5px;
    color: #7b7b7b;
}
.fs-list-fil {
list-style: none;
display: none;
margin-top: 15px;
}
.fs-main.active .fs-list-fil{
    display: block;
}
.fs-main {margin-bottom: 30px;border: 1px solid #eee;padding: 10px;background: #FFFFFF;}
.fs-main-tit {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    background: linear-gradient(140deg, #fdd400 20%, #ffff00 50%, #f9d61f 90%);
    color: #e10531;
}
.fs-main-tras:after {
    position: absolute;
    display: block;
    top: 14px;
    right: 7px;
    font-family: 'FontAwesome';
    font-size: 20px;
    content: '\f103';
    line-height: 1;
    font-weight: bold;
    color: #e10531;
}
.fs-main.active .fs-main-tras:after{
    content: '\f102';
}
.fs-list-fil li {
position: relative;
margin-bottom: 5px;
width: 100%;
padding: 0;
}
.fs-list-fil li a {
    text-align: left;
    display: block;
    line-height: 20px;
    padding: 2px 0;
    padding-left: 22px;
    position: relative;
}
.fs-list-fil li a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    background-color: #fff;
    border: solid 1px silver;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#menu_category.fs-list-fil .lv1 ul li ul li a {
    padding-left: 0;
	text-transform: capitalize;
    font-weight: 100;
	color: #000;
}
#menu_category.fs-list-fil .lv1 ul li a {
    padding-left: 0;
	text-transform: uppercase;
    font-weight: bold;
	color: #000;
}
#menu_category.fs-list-fil li a {
    padding-left: 0;
	text-transform: uppercase;
    font-weight: 800;
	color: #e10531;
}
#menu_category.fs-list-fil li a:before {
    display: none !important;
}
.fs-list-fil li>a.active:before,
.fs-list-fil li:hover > a:before {
    border: solid 1px #4990e2;
    background: #4990e2 url('../img/icon-tick.png') center no-repeat;
    background-size: 12px;
}
.fs-list-fil li a img {
    max-height: 20px;
    display: inline-block;
}
.fs-list-fil.fs-brand li {
}
.fs-list-fil.fs-brand li:nth-of-type(2n+1){
}
.fs-box-view {background: #fdfdfd;margin-bottom: 15px;padding: 0;border-bottom: 1px solid #eeeeee;padding-bottom: 10px;}
.fs-ctf-hrdrop {
    position: relative;
    display: inline-block;
    border: 1px solid #eee;
    padding: 0 10px;
    border-radius: 3px;
}
.fs-ctf-hrdrop button {
    height: 36px;
    font-size: 13px;
    position: relative;
    padding-right: 30px;
    background: transparent;
    color: #009bd6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    cursor: pointer;
    text-transform: capitalize;
}
.fs-ctf-hrdrop button .sortText {
    color: #333;
}
.fs-ctf-hrdrop button:before, .fs-ctf-hrdrop button:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #009bd6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 10px;
    top: 15px;
}
.fs-list-rad {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    background-clip: padding-box;
}
.fs-list-rad:before,
.fs-list-rad:after{
    right: 20px;
    top: -8px;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-bottom: 8px solid #d9d9d9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.fs-list-rad:after {
    border-width: 7px;
    border-bottom-color: #fff;
    margin-right: 1px;
    border-bottom: 8px solid #fff;
}
.fs-list-rad li {
    display: block;
    padding: 0 10px;
}
.fs-list-rad li a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    background-color: #fff;
    border: solid 1px silver;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 100%;
}
.fs-list-rad li a {
    text-align: left;
    display: block;
    line-height: 32px;
    padding: 2px 0;
    padding-left: 22px;
    position: relative;
}
.fs-list-rad li:hover > a:after,
.fs-list-rad li a.active:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #5597e3;
    left: 4px;
    top: 13px;
    border-radius: 100%;
}
.box_viewType {
    text-align: right;
}
.box_viewType .i_gridView {
  background: url(../img/i_icon10.png) center no-repeat;
  height: 36px;
  margin: 2px 0;
  width: 36px;
  border: 1px solid #eee;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
}
.box_viewType .i_gridView.active {
  background: url("../img/i_icon10_ac.png") center no-repeat;
}
.box_viewType .i_listView {
  background: url("../img/i_icon11.png") center no-repeat;
  display: inline-block;
  height: 36px;
  margin-right: 0;
  width: 36px;
  border: 1px solid #eee;
  border-radius: 3px;
  vertical-align: middle;
}
.box_viewType .i_listView.active {
  background: url("../img/i_icon11_ac.png") center no-repeat;
}
#adv_left img,
#adv_right img {
	max-width: 100%;
	display: block;
	padding: 3px;
}
.img_home{
	width: 100%;
    height: 100%;
	overflow: hidden;
}
.img_home:hover img {
    transform: rotate(-10deg) scale(1.3);
    opacity: 0.5;
}
.img_home img {
    width: 100%;
    transition: 0.5s;
}
.page_content{
    padding: 15px;
}
.page_content img {
    max-width: 100%;
}
/*   CART   */
.shopcart {display: inline-block;padding: 0;padding-left: 35px;background: url(../img/icon-cart.png) 5px center no-repeat;background-size: 30px;height: 40px;cursor: pointer;line-height: 40px;}
.shopcart p {margin: 0;color: #ffffff;line-height: 36px;font-size: 14px;}
.cart-total-full {display: block;height: 36px;padding: 0 5px;color: #FFFFFF;}
.shopping_cart {
    position: relative;
}
.cart_panel {
    position: absolute;
    right: 0;
    top: 100%;
    background: #FFFFFF;
    width: 350px;
    box-shadow: 0 3px 3px #ccc;
    z-index: 999;
    color: #333;
    display: none;
}
.cart-panel-pro-item {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 12px 5px;
    border-bottom: 1px dashed #eee;
    flex-direction: row;
    position: relative;
}
.info-product-popup {
    text-align: left;
    padding-right: 23px !important;
    padding-left: 10px;
}
.title-product-popup {
}
.cart-panel-pro-item > div {
}
.popupcart {
    width: 850px;
    background: #FFFFFF;
    padding: 15px 0;
}
.checkout-title {
    display: block;
    margin-bottom: 25px;
}
.checkout-title span {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    position: relative;
}
.checkout-title span:after {
    position: absolute;
    content: '';
    height: 2px;
    background: #fcd501;
    width: 60%;
    top: 100%;
    left: 0;
}
.cart_sidebar_form{
    border-bottom: none;
    margin-bottom: 13px;
    overflow-y: auto;
    overflow-x: hidden;
}
#cart_sidebar_poupup {
    max-height: 290px;
    padding: 0 5px;
}
#cart_sidebar_panel {
    max-height: 200px;
}
.form-cart-aj{
    border: 1px solid #eee;
}
.cart-popup-pro-item {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #eee;
    flex-direction: row;
    position: relative;
}
.cart-popup-title {
    background: #fcd501;
    font-weight: 500;
}
.cart-popup-pro-item > div {
    padding: 8px;
}
.imagepro {
    position: relative;
}
.number-neo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background: #6b6b6b;
    text-align: center;
    color: #ffffff;
    border: 1px solid #fcd501;
    font-weight: 500;
}
.btn-delete-cart-item {
    position: absolute;
    right: 4px;
    top: 5px;
    width: 24px;
    height: 24px;
    border: 1px solid #fcd501;
    border-radius: 30px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    background: #ffffff;
}
.title-product-popup a {
    font-weight: 600;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}
.btn-wrap{display: inline-block;vertical-align: middle;padding-right: 10px;}
.btn-wrap .btn-plus,
.btn-wrap .btn-min {border: 1px solid #fafafa;float: left;width: 30px;height: 36px;box-sizing: border-box;background: #f0f0f0;font-size: 20px;line-height: 34px;text-align: center;display: block;cursor: pointer;outline: 0;}
.btn-wrap input[type="text"] {height: 36px;float:  left;width: 45px;box-sizing: border-box;border-radius: 0;text-align: center;margin: 0;box-shadow: none;border: 1px solid #fafafa;background: #fafafa;}
.box-order{display: flex;vertical-align: middle;padding-right: 20px;margin-bottom: 10px;margin-top: 10px;align-items: center;justify-content: flex-start;align-content: center;flex-wrap: nowrap;flex-direction: row;}
.box-order span{padding-right: 5px;font-size: 14px;font-weight: 500;}
.order_button {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    font-weight: 600;
    background: #fcd501;
    color: #333;
    font-size: 16px;
    text-align: center;
}
.list-attr {
    margin-bottom: 5px;
}
.list-attr p {
    display:inline-block;
    border: 1px solid #fcd501;
    margin-right:2px;
    margin-bottom:2px;
    border-radius:2px;
    position:relative;
    cursor:pointer;
    color: #333333;
    padding:2px 3px;
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -o-transition:all 300ms ease;
  }
  .list-attr p span {
    position:absolute;
    background:#6d6d6d;
    color:#FFF;
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    top:-23px;
    left:0;
    padding:0 5px;
    font-size:11px;
    border-radius:3px;
  }
  .list-attr p span:after {
    position:absolute;
    content:'';
    bottom:-6px;
    left:10px;
    border-top:6px solid #6d6d6d;
    border-bottom:0 solid transparent;
    border-left:3px solid transparent;
    border-right:3px solid transparent;
  }
  .list-attr p:hover span {
    opacity:1;
    visibility:visible;
  }
  .list-attr p:hover {
    color: #333333;
    background: #fcd501;
  }
.search_panel {position: relative;display: inline-block;z-index: 9999999999999999999999;}
.search_panel form{position: relative;}
.search_panel form button{position: absolute;top: 0;right: 0;outline: 0;padding: 0px 14px;height: 40px;font-size: 18px;color: #252525;cursor: pointer;background: #fcd501;border: 1px solid #aaaaaa;}
.search_panel input[type=text] {padding: 3px;height: 40px;box-sizing: border-box;width: 100%;border: 1px solid #aaaaaa;}
.search_panel button[type="button"] {
    top: 0;
    right: 0;
    outline: 0;
    padding: 0px 16px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #252525;
    border: 1px solid #252525;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.search-wrap {
    position: absolute;
    top: 100%;
    z-index: 9999999999;
    width: 300px;
    right: 0;
    background: #fcd501;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.search-wrap.open {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.search_panel button[type="button"]:hover {
    background: #fcd501;
}
#footer {
    overflow: hidden;
}
.box_cent {
	background: #fff;
	padding: 20px 0;
}
#footer {
	background: #eee;
	padding: 0;
	margin-top: 15px;
	overflow: hidden;
	border-top: 1px solid #eee;
	color: #000;
}
#footer p{
    overflow: hidden;
}
#footer a {
}
.footer-widget-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
#license_bottom {   
    padding: 0;
    text-align: center;
    color: #000;
    font-size: 8px;
}
.license {
	background: #eee;
	padding: 15px 0;
	color: #000;
	position: relative;
	margin-top: 10px;
}
.license * {
    color: #000;
}
/*.license:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #000;
}
.box_newsletter:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
	background: #000;
}*/
.box_newsletter {
	background: #eee;
	padding: 25px 10px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 15px;
}
.box_newsletter .left {padding-left: 90px;padding-right: 15px;background: url(../img/i_loa.png) 10px center no-repeat scroll;vertical-align: middle;background-size: 65px;box-sizing: border-box;float: left;height: 50px;}
.box_newsletter .left .newsletter_title {color: #000;float: left;font-size: 25px;margin-top: 0;text-transform: uppercase;width: 100%;line-height: 50px;}
.box_newsletter .left .newsletter_content {
  float: left;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
  width: 100%;
  color: #fff;
}
.box_newsletter .right {
	position: relative;
}
.newsletter {
	float: left;
	position: relative;
	width: 100%;
}
.newsletter > input {
	box-shadow: none;
	font-size: 15px;
	font-weight: 400;
	height: 100%;
	padding: 0 0 0 30px;
	width: 100%;
	outline: 0 !important;
	border-radius: 0;
	min-height: 45px;
	background-color: #fff !important;
	border-color: #1e2e3a;
	color: #fdd400;
	border-radius: 7px 0 0px 7px;
	border: none;
}
.newsletter > a {
	/*background: #fdd400;*/
	background-image: linear-gradient(140deg, #fdd400 20%, #ffff00 50%, #f9d61f 90%);
	font-size: 14px;
	height: 100%;
	border-radius: 0 7px 7px 0;
	line-height: 45px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	padding: 0 20px;
	color: #333333 !important;
}
.popup-box {
    display: none;
}
.product-popup {
    border-top: 40px solid #e10531;
    width: 820px;
    background: #FFFFFF;
}
.pop-success{
    display: none;
}
.popup-left-content {
    background: #3a3c4c;
}
.pop-title {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    line-height: 25px;
    color: #000000;
    text-transform: uppercase;
}
.pop-img img {
    margin: 0 auto;
    height: 200px;
}
.pop-img {
    text-align: center;
}
.pop-info {
    background: #40424b;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
}
.form-group {
    padding: 10px 0;
}
.news-date {
    font-size: 12px;
    color: #9c9c9c;
    font-weight: 400;
}
.news-item {
background: #fbfbfb;
border: 1px solid #eee;
height: 100%;
position: relative;
padding-bottom: 20px;
}
.news-item .news-date {
    position: absolute;
    bottom: 10px;
}
.news-info {
    padding: 10px;
}
.news-title {
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
    min-height: 45px;
}
.news-title:hover{
    color: #bb001c;
}
.news_panel .panel_body ul li>img {
    float: left;
    margin: 0 6px 0 0;
    max-width: 75px;
}
.news_panel .panel_body ul {
    float: left;
    list-style: none outside none;
    width: 100%;
}
.news_panel ul li {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px dotted #fff;
    box-sizing: border-box;
}
.news_panel ul li:last-child{
    border: none;
}
.news_panel ul li a{
}
.title-line {
    border-bottom: 1px solid #eee;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}
.news-n-item .news-n-img{
	width: 33%;
    float: left;
	overflow: hidden;
}
.news-n-item .news-n-info{
	width: 63%;
    float: left;
    margin-left: 10px;
}
.news-n-item{
	overflow: hidden;
    /*border-bottom: 1px solid #eee;*/
	padding: 5px 0;
}
.news-h-img img {
    display: block;
}
.list-news-n-item{
	background: #eee;
	border-bottom: 2px dotted #5f5f5f;
}
.news-h-item {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.news-h-img {
    width: 40%;
    padding-right: 10px;
}
.news-h-info {
    width: 60%;
}
.news-h-item .news-h-title:hover {
    text-decoration: none;
    color: #006BA0;
}
.news-h-title {
    font-weight: 500;
    margin-bottom: 5px;
}
#adv_right {
}
.box-left {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 3px #eee;
    padding: 10px;
}
/* Support online*/
.account {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.account:last-child {
    border: 0;
}
.account .name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 500;
}
.account .phone {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #e10531;
}
#qc{
    list-style: none;
}
#qc li {
    padding: 10px 0;
}
#divAdLeft,
#divAdRight {
    display: block;
    position: absolute;
    z-index: 9999;
}
#divAdLeft img,
#divAdRight img {
    max-width: 100%;
}
.img_captcha{
    display: inline-block;
    vertical-align: middle;
}
.refresh_captcha{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding-left: 10px;
}
#ajax-loading {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  left: 45%;
  padding: 15px 20px;
  position: fixed;
  top: 45%;
  z-index: 99999;
}
#bg_loading {
  display: none;
  background: rgba(0, 0, 0, 1.5) none repeat scroll 0 0;
  float: left;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
/* Compare */
#compare-popup-content{
    width: 500px;
}
.compare_popup_stt {
    border: 1px solid #e10531;
    padding: 10px 10px;
    border-radius: 3px;
    color: #e10531;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product-compare-item {
    background: #ffffff;
    padding: 10px 0;
}
.product-compare-item:nth-of-type(2n+1) {
    background: #f5f5f5;
}
.delete-item-compare {
    color: #e10531;
    font-size: 18px;
    text-align: center;
    display: block;
}
.compare-table-detail td {
    padding: 15px 15px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #eee;
    border-right: 0;
    vertical-align: middle;
}
.compare-table-detail {
    border: 1px solid #eee;
    width: 100%;
    border-left: 0;
}
.compare-table-detail tr:nth-of-type(2n+1) {
    background: #fafafa;
}
.box_newsletter-flex{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.widget-toc{
	display: table;
	border: 1px solid #e9e9e9;
	background-color: #f5f5f5;
	padding: 1rem;
	font-size: 95%;
    width: 100%;margin-bottom: 20px;
}
.widget-toc  ol {
    list-style-type: upper-roman;
}
.widget-toc ol li {
}
.widget-toc  ol li:before {
}
.toc-title{
	text-align: LEFT;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;padding: 0;
color: #e10531;;;;;;;;;}
.widget-toc ol ol {list-style-type: decimald;padding-left: 15px;}
.widget-toc ol ol ol {list-style-type:lower-alpha;padding-left: 30px;}
.widget-toc ol li, .widget-toc ol a {color: #e10531;}
.widget-toc ol ol ol ol {list-style-type: square;}
/* phone ring */
#phonering-alo-phoneIcon,
.messenger-alo,
.zalo-alo {
    position: fixed;
    bottom: 180px;
    left: 0;
    width: 70px;
    height: 70px;
    z-index: 99;
}
.zalo-alo {
    bottom: 110px !important;
}
.messenger-alo {
    bottom: 40px !important;
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}
.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}
.phonering-alo-ph-circle {
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#00aff2;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#00aff2 ;
    border-color:#bfebfc;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}
.phonering-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 5px;
    left: 5px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}
.phonering-alo-ph-img-circle {
    width: 40px;
    height: 40px;
    top: 15px;
    left: 15px;
    position:absolute;
    background-size: 30px;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#00aff2
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#00aff2;
    }
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}
@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}   
.cart_sidebar_form::-webkit-scrollbar {
background: #ffffff;
width: 3px; }
.cart_sidebar_form ::-webkit-scrollbar-button {
background: #fff; }
.cart_sidebar_form::-webkit-scrollbar-track {
background: #ffffff;
width: 3px; }
.cart_sidebar_form::-webkit-scrollbar-track-piece {
background: #ebebeb;
width: 3px; }
.cart_sidebar_form::-webkit-scrollbar-thumb {
background: #ccc;
width: 3px; }
/*sale-pop*/
.jas-sale-pop {
    /*background: #fff;*/
	background-image: linear-gradient(140deg, #fdd400 20%, #ffff00 50%, #f9d61f 90%);
    bottom: -100%;
    left: 20px;
    right: 20px;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    border-radius: 7px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 99999;
    position: fixed;
    right: auto;
}
.sale-pop-box{
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.sale-pop-box img{
  margin-right: 15px;
  border-radius: 50%;
}
.jas-sale-pop.slideUp {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}
.sale-pop-close {
  right: 5px;
  top: 0px;
  cursor: pointer;
  position: absolute;
  font-family: FontAwesome;
}
.sale-pop-close:before {
content: "\f00d";
}
.sale-pop-name{
  color: #222;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 20px;
}
.sale-pop-timeago {
  color: #ff0b0b;
  font-size: 12px;
}
/*sale-pop*/
.notifyjs-corner{
    top: 40px !important;
}
.border_co {
    border-radius: 7px;
	background: #cecece;
}
/*gallery partner*/
.owl-prev, .owl-next {
	top: 30% !important;
}
.gallery-partner-home .list-partner{
	/*border-top: 2px solid #000;*/
    padding: 10px;
    background: #cecece;
	border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.par-item {
    /* border: 1px solid #eeeeee;
	padding: 5px 10px; */
    border-radius: 5px;
    text-align: center;    
    background: #fff;
}
.par-item img {
    margin: 0 auto;
}
.marquee {
    width: 100%;
    overflow: hidden;
    background: transparent;
    padding: 10px 0px;
    font-size: 14px;
}
.title-bg span img{
	border-radius: 50%;
}
.title-bg span{
	justify-content: center;
	display: flex;	
	align-items: center;
}
.par-items,
.cate-banner{
	width: 100%;
    margin: 0px 0px;
    position: relative;
}
.par-items:hover:before,
.cate-banner:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden;
}
.par-items:before,
.cate-banner:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    -o-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    z-index: 1;
    border: 60px double #0000;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    box-sizing: border-box;
}
#backTop {
	position: fixed;
	bottom: 5%;
	right: 1%;
	z-index: 9999;
	width: 45px;
	height: 45px;
	/*text-align: center;
	text-transform: uppercase;
	line-height: 39px;*/
	background: url(../img/ontop.png) top no-repeat;
    /*background-color: red;
	color: #444;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #797979;	*/
	transition: opacity 0.5s ease-out;
	opacity: 0;	
	border-radius: 7px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#backTop span {
	color: #000;
	display: block;
	font-weight: 900;
}
#backTop:hover {
	background: url(../img/ontop.png) bottom no-repeat;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#backTop.show {
	opacity: 1;
} 
@media (max-width: 500px) {
	#backTop.show { 
		display: block; 
	}
}
#marq{
	justify-content: center;
	display: flex;	
	align-items: center;
}
.content_left {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
}
.content_right {
    box-sizing: border-box;
    float: left;
}
#logo:after,#logo:before{
	transform: skewX(-25deg) translateY(-50%);
	content:"";
	position:absolute;
	top:50%;
	width:100%;
    border-radius: 50%;
	height:100%;
	background: linear-gradient(to right, #f10b0b00, #fff 50%, #00000000);
	z-index:0
}
#logo:before{
	left:0%;
	animation:light-left 3s infinite alternate linear
}
#logo:after{
	right:-5%;animation:light-right 5s infinite alternate linear
}
@keyframes light-left{0%{left:0%;opacity:0}50%{left:50%;opacity:1}to{left:100%;opacity:0}}
@keyframes light-right{0%{right:0%;opacity:0}50%{right:50%;opacity:1}to{right:100%;opacity:0}}
/* SUPPORT_ONLINE */
#support_online {
    position: fixed;
    bottom: 0px;
    right: 8px;
    z-index: 999999999999999;
    width: 220px;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
a .fa {
	font-size: 20px;
}
a.chat_fb {
    cursor: pointer;
    float: left;
    text-align: center;
    padding: 0 25px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    font-weight: bold;
    z-index: 9999999;
    font-size: 16px;
    background: #e24b1c;
    color: #FFFFFF;
}
#fchat {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    background-color: #fff;
    padding: 10px;
}
.account {
    border-bottom: 1px solid #e24b1c;
    padding: 5px 10px;
	text-align: center;
}
.account:last-child {
    /*border-bottom: none;*/
}
.account .name {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}
.account img {
    max-width: 35px;
    margin-right: 7px;
}
.account .phone strong {
    color: #FF0000;
    font-size: 14px;
}
.account .phone {}
.account .dt{
	background: url(../img/dt.gif) no-repeat left center;
    padding-left: 25px;
}