@import url('http://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:not(td) {
    padding: 0;
    margin: 0
}
body {
    font: 14px/20px 'Roboto', Arial,Helvetica,sans-serif;;
    color: #333
}
a {
    text-decoration: none;
    color: #333;
    outline: 0;
}
a:hover {
    text-decoration: none;
    color: #006BA0;
}
h1 {
    font-size: 20px;
    line-height: 32px;
}
h2 {
    font-size: 18px;
    line-height: 30px
}
h3 {
    font-size: 16px;
    line-height: 28px;
}
h4 {
    font-size: 15px;
    line-height: 28px;
}
h5 {
    font-size: 14px;
    line-height: 27px;
}
h6 {
    font-size: 13px;
    line-height: 26px;
}
p{
    margin-bottom: 5px;
}
img,
button {
    border: none;
}
button {
    outline: 0;
}
ul {
    list-style-position: 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: #909090;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    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: #909090;
    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;
}
.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: #ccc;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}
.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;
    overflow: hidden;
}
.padding10{
	padding: 10px;
}
.html_page{
}
#page_loading{padding:10px;font-size:20px;font-weight:bold}
#page_loading img{margin-right:5px}
div#wrapper {
    overflow: hidden;
}
#main{
    max-width: 100%;
    margin: 0 auto;
}
.container{
    width: 1300px;
    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 {
    flex-direction: row;
    display: flex;
    align-items: center;
}
.list-edge{
    position: relative;
    border-top: 3px solid #4891e2;
    box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
    background: #c2c2c285;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.list-col{
  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;
}
.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: 0 10px;
}
.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: 10px;
  padding-bottom: 10px;
}
.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%;
}
.col-lg-20{
    width: 20%;
}
.ver-middle{
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.col-lg-12 {
  width: 100%;
}
.header-bar {
    text-align: center;
    padding: 0;
    position: relative;
}
.header-space{
    margin-bottom: 15px;
}
.header-cate {
    font-weight: bold;
    font-size: 22px;
    color: #333;
    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-color {
    font-weight: bold;
    font-size: 20px;
    color: #f583b4;
    line-height: 40px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
    background: url(../img/bg_h2.png) bottom center no-repeat;
    min-width: 20%;
}
.header-line {
    text-align: left;
    border-bottom: 3px solid #00aff2;
    background: #ffff00;
    font-size: 16px;
    line-height: 40px;
}
.header-line span {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
.header-line a {
    display: inline-block;
}
.header-line .header-viewmore {
    display: inline-block;
    float: right;
    text-transform: initial;
    color: #c70404;!;!i;!;
    padding-right: 15px;
}
.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: #ff4000;
}
.block-heading {
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
}
.header-bg {
    background: #FFF;
    padding: 15px;
    margin-bottom: 10px;
}
.page_head {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
}
/* header */
.header-bottom,
.header-top {
    background: #fbfbfb;
    padding: 5px 0;
}
.header-center {
    padding: 5px 0;
}
.header-bottom.fixed .btn-search-neo {
	    background: url(../img/icon-searcht.png) center no-repeat;
}
.header-bottom.fixed #menu_page > ul > li > a {
	color: #FFF;
}
.header-bottom.fixed .slogan_top {
	color: #FFF;
}
.header-bottom.fixed {
    /*background: #4f474e ;*/
    background: #2980b9 ;
    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-wrap{
    background: url('../img/hll.png') 5px center no-repeat  #ffff00;
    padding: 10px;
    padding-left: 45px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    !i;!;
}
.info-item a {
    font-size: 14px;
    color: #ff0000;
}
.info-item {
    margin: 0;
}
.working-time {
    text-align: right;
    float: right;
    background: url('../img/clock.png') left center no-repeat;
    padding-left: 25px;
}
.follow-list{
    display: inline-block;
    list-style: none;
}
.follow-list li{float: left;display: inline-block;}
.follow-fb{
    background: url('../img/icon-fb.png') center center no-repeat;
}
.follow-yt{
    background: url('../img/icon-yt.png') center center no-repeat;
}
.follow-ins{
    background: url('../img/icon-ins.png') center center no-repeat;
}
.follow-tw{
    background: url('../img/icon-tw.png') center center no-repeat;
}
.follow span{
	display: inline-block;
	margin-right: 10px;
}
.follow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    float: right;
}
.follow-list li a {
    display: block;
    width: 26px;
    height: 26px;
    padding: 0 5px;
}
.link-btn {
    text-align: center;
    padding: 10px;
    background: #a52900;
    display: inline-block;
    color: #FFF !important;!i;!;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    width: 125px;
    margin-left: 10px;
}
.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_name {
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
    height: 40px;
	font-size: 16px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.list-product-scroll{
	padding: 10px;
    position: relative;
    border-top: 3px solid #4891e2;
    box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
    background: #c2c2c285;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.product_name:hover {
    color: #d60000;
}
.price-box p {
    margin: 0;
}
.price-old {
    text-decoration: line-through;
    color: #8c8c8c;
    font-weight: normal;
    padding: 0 2px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
.price-new {
    font-weight: normal;
    color: #c70404;
    padding: 0 2px;
    font-size: 15px;
    line-height: 22px;
    vertical-align: middle;
}
.product-info {
    padding: 10px;
}
.product_item {
	margin: 10px 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    padding: 0;
    background: #e8e0d2;
    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;
    /*position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    padding: 0;
	border-radius: 7px;
    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_item: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);
	transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.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;
}
a.quickview {
    background: #ff4000;
    color: #FFF;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 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;
}
a.quickview:hover {
    background: #fff;
    color: #ff4000;
    box-shadow: 0 0 5px #147296;
}
.add_cart {
    padding: 0 10px;
}
.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;
}
.product_image img {
    float: left;
}
.label-sale {
  background-color: #ff3945;
  background: url('../img/discount_prodetail.png') center no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  margin-bottom: 0;
  right: 10px;
  text-align: center;
  padding: 0;
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  z-index: 999;
}
.label-sale:before {
}
.effect-img{
    position: relative;
    overflow: hidden;
}
.effect-img:after{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.effect-img:hover::after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
    animation: 1s ease 0s normal none 1 running fixedAnim;
    -webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
    -moz-animation: 1s ease 0s normal none 1 running fixedAnim;
}
@-webkit-keyframes fixedAnim {
0% { right: 125%; }
125% { right: 0; }
}
@-moz-keyframes fixedAnim {
0% { right: 125%; }
125% { right: 0; }
}
@keyframes fixedAnim {
0% { right: 125% }
125% { right: 0; }
}
.cms_button {
    padding: 10px 15px;
    background: #eee;
    color: #333;
    border: 0;
    line-height: 20px;
    cursor: pointer;
    outline: 0;
}
.input-group-btn button {
    height: 30px;
    width: 30px;
}
.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{padding: 10px 0;margin: 0;font-size:11px;width:100%;background: #efefef;}
.breadcrumbs ul{list-style:none}
.breadcrumbs ul li{display:inline-block}
.breadcrumbs a{color: #333;font-size: 14px;}
.breadcrumbs span{display:inline-block;
margin:0 5px;
color:#378ab0;
font-size:13px}
.breadcrumbs i {
    padding: 0 2px;
}
.breadcrumbs a:hover {
    color: #006BA0;
}
/* pagination */
.pagination{font-size:12px;margin:10px 0 20px;position:relative;list-style:none;text-align: right;}
.pagination li{display: inline-block;}
.pagination li a.prev{position:inherit}
.pagination .disabled{display:none}
.pagination span,.pagination a{float:left;color:#656565;font-size:12px;border-radius: 0;height:27px;border: 1px solid #ccc;line-height:27px;text-align:center;padding:0 10px;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{border: 1px solid #e80000;color: #e80000;}
.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: #fff;
}
.header-center-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.logo_header {
    width: 150px;
	max-width: 100%;
	height: auto;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.header-center-banner img{
    max-width: 700px;
    height: auto;
}
.header-center-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}
#menu_page {
    width: 100%;
	text-align: right;
}
.header-bottom.fixed #menu_page{
}
#menu_page ul {
    list-style: none;
}
#menu_page > ul {
    position: relative;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    width: 100%;
    margin: auto;
}
#menu_page li{
    position: relative;
    text-align: left;
}
#menu_page > ul > li {
    text-align: center;
    white-space: nowrap;
}
#menu_page li:last-child{
    border: none;
}
#menu_page a {
    display: block;
    line-height: 55px;
    white-space: nowrap;
    font-size: 15px;
    color: #000;
    padding: 0 10px;
    font-weight: bold;
}
#menu_page > ul > li > a{
    text-transform: uppercase;
    font-size: 15px;
    color: #000000;
}
#menu_page > ul > li > a > i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: unset;
    top: unset;
    padding-left: 3px;
    line-height: 40px;
}
#menu_page > ul > li > a > span {
    display: inline-block;
    vertical-align: middle;
}
#menu_page li > a{
	border-bottom: 4px solid #ffffff00;
}
#menu_page li:hover > a,
#menu_page>ul>li.current > a {
	border-bottom: 4px solid #e10531;
}
/*#menu_page>ul>li.current > a {
    border-bottom: 4px solid #e10531;
}*/
#menu_page > ul  ul {
    position: absolute;
    left: 0;
    display: none;
    z-index: 999;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    border-bottom: 3px solid #ff4000;
}
#menu_page > ul ul:after {content: '';position: absolute;top: -10px;left: 46%;border-bottom: 10px solid #fff;border-right: 5px solid transparent;border-left: 5px solid transparent;display: none;}
#menu_page > ul ul ul{
    left: 100%;
    top: 0;
    background: #fff;
}
#menu_page > ul ul a{
    display: block;
    border-bottom: 4px solid #efefef;
	text-transform: uppercase;
}
#menu_page li i{
    position: absolute;
    right: 15px;
    top: 13px;
}
.menu-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-cate-hori {
    width: 100%;
    max-width: 270px;
    margin-right: 15px;
}
.menu-page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999999;
    box-shadow: 0 0 10px #333 !important;
    right: 0;
    padding: 0px !important;
}
.fixed #menu_page a{
}
.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 {
    vertical-align: middle;
    margin: 0 auto;
}
.header-bottom.fixed .header-wrap-right {
    float: right;
    width: 10%;
    text-align: right;
}
.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;
}
.slogan_top_rs {
	text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    padding-left: 20px;
}
.slogan_top{
	text-transform: capitalize;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: unset;
	width: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;*/
	font-size: 16px;
}
#menu_page01{
  color: #fff;
  display: inline-block;
  /*padding: 10px 0px;*/
  position: relative;
}
#menu_page01 > a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  background: #d73444;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#menu_page01:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  background: #d73444;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#menu_page01:hover:after { 
  width: 100%; 
  left: 0; 
}
.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: #ff4000;
    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: #ffffff;*/
    display: none;
    /*border: 1px solid #ff4000;*/
	top: -12px;
}
.search-neo form:after {
    /*position: absolute;
    content: '';
    border-bottom: 10px solid #ff4000;
    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: 450px;
    position: relative;
}
.search-neo .search-box input[type="text"] {
    padding: 3px;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eee;
}
.search-neo form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    line-height: 50px;
    color: #000;
}
#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: #ffff00;
    font-size: 16px;
    cursor: pointer;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #000000;
}
.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: #000000;
}
.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: #000000;
}
.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;}
#slider1_container{position:relative;width:960px;top:0;left:0;height:442px;margin-left:20%;overflow:hidden;border-left: 3px solid #FFF;}
.box-slide{cursor:move;
width:100%;
height:455px;
position:absolute;
left:0;
top:0;
overflow:hidden}
#bg-cate-hori:hover #cate_hori,
#cate_hori li:hover>ul
{visibility:visible;
opacity:1}
#cate_hori{
    border-top:0;
    position: absolute;
    width:100%;
    visibility:hidden;
    opacity:0;
    transition:all 300ms ease-in-out;
    box-sizing:border-box;
    z-index: 1;
    background:#FFF;
    /*max-height: 365px;overflow: hidden;overflow-y: scroll;*/
    border: 1px solid #eee;
    border-top:none;
    overflow: hidden;
    overflow-y: scroll;
    height: 430px;
    }
#cate_hori a{display: flex;line-height: 22px;color:#000;font-weight:400;padding: 10px 0px;border-bottom: 1px solid #f2f2f2;align-items: center;justify-content: flex-start;}
#cate_hori ul a {
    white-space: nowrap;
}
#cate_hori .category-gallery a{padding:0 5px;
line-height:initial}
#cate_hori li {
    text-align: left;
    width: 100%;
    display: block;
    position: relative;
    padding: 0 15px;
}
#cate_hori li i {
    position: absolute;
    color: #333;
    right: 20px;
    top: 15px;
}
#cate_hori>li:last-child > a, #cate_hori ul>li:last-child > a {
    border: 0;
}
#cate_hori>li> a> img {
    max-height: 32px;
    max-width: 20px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
#cate_hori>li>a span {
    display: inline;
    line-height: 16px;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
    color: #3a3a3a;
    vertical-align: middle;
}
#cate_hori>li:hover > a > span,
#cate_hori a:hover {
    color: #f44a0c;
}
#cate_hori li>ul{position:absolute;left:100%;min-width: 200px;overflow:hidden;transition:all 300ms ease-in-out;box-sizing:border-box;top:0;background:#FFF;opacity:0;visibility:hidden;box-shadow: 0 0 3px #ccc;border-left:0;border-top:#FFF;margin-left: 0;padding: 0 14px;}
#cate_hori::-webkit-scrollbar {
    width:6px;
    height:6px;
}
#cate_hori::-webkit-scrollbar-track {
    background:#f1f1f1;
    border-radius:0px;
}
#cate_hori::-webkit-scrollbar-thumb {
    background:#4c97f2;
    border-radius:0px;
}
#cate_hori::-webkit-scrollbar-thumb:hover {
    background:#0073ff;
}
#support_online{
}
#support_online .account {
    text-align: center;
    padding: 3px 5px;
    font-weight: normal;
    border-bottom: 1px solid #eee;
}
#support_online .account:last-child{
    border: none;
}
.account p {
    margin-bottom: 0;
    padding: 0 2px;
}
.account p img{
    max-height: 30px;
    float: none;
}
#support_online .name {
    font-size: 15px;
    font-weight: bold;
    color: #6a9404;
}
#support_online .phone {
    color: #a90000;
    font-size: 14px
}
#adv_left img,
#adv_right img {
    margin-bottom: 5px;
    max-width: 100%;
    float: left;
}
#adv_left li:last-child img, #adv_right li:last-child img {
    margin-bottom: 0;
}
#html_page_content img {
    max-width: 710px
}
/*   CART   */
.shopcart {
    display: inline-block;
    padding: 0;
    padding-left: 35px;
    background: url(../img/bag-icon.png) 5px center no-repeat;
    background-size: 25px;
    height: 40px;
    cursor: pointer;
    background-color: #ff4000;
}
.shopcart p {
    margin: 0;
    color: #000;
    line-height: 20px;
}
.cart-total-full {
    display: block;
    background: #FFF;
    height: 40px;
    padding: 0 5px;
}
.search_panel {
    width: 236px;
}
.search_panel form{
    position: relative;
}
.search_panel form button{
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    padding: 0 12px;
    height: 40px;
    background: transparent;
    color: #ff4000;
    cursor: pointer;
    font-size: 18px;
}
.search_panel input[type=text] {
    padding: 3px;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eee;
}
.full_footer_bg{
	background: url(../img/footer.png) round;
}
#footer {
    overflow: hidden;
}
footer {
    background: #fbfbfb;
    padding: 0;
    margin-top: 0;
    overflow: hidden;
    border-top: 1px solid #eee;
}
footer p{
    overflow: hidden;
}
.footer-widget-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.license {
    background: #f5f5f5;
    border-top: 1px solid #eee;
    padding: 5px 0;
}
.box_newsletter {border-bottom: 2px solid #f583b4;background: #ff92a5;padding: 8px 10px;margin: 0 auto;}
.box_newsletter .left {padding-left: 80px;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;}
.box_newsletter .left .newsletter_title {
  color: #fff;
  float: left;
  font-size: 20px;
  margin-top: 0;
  text-transform: uppercase;
  width: 100%;
}
.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 {border: 1px solid #fff;height: 35px;float: left;position: relative;width: 100%;margin-top: 15px;}
.newsletter > input {background: #fff url(../img/i_mail.png) no-repeat scroll 5px center;border: medium none;color: #333;border: 1px solid #eee;box-shadow: none;float: left;font-size: 15px;font-style: italic;font-weight: 400;height: 100%;padding: 0 0 0 30px;width: 100%;outline: 0;border-radius: 0;}
.newsletter > a {background: #f1f1f1 none repeat scroll 0 0;color: #333;float: left;font-size: 14px;font-weight: 700;height: 100%;line-height: 33px;position: absolute;right: 0;text-align: center;text-transform: uppercase;top: 0;padding: 0 8px;}
.popup-box {
    display: none;
}
.news-item {
    background: #fbfbfb;
    border: 1px solid #eee;
    height: 100%;
}
.news-info {
    padding: 10px;
}
.news-title {
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
    min-height: 45px;
}
.news-title:hover{
    color: #24a21d;
}
.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: 6px 0;
    border-bottom: 1px dotted #fff;
    box-sizing: border-box;
}
.news_panel ul li:last-child{
    border: none;
}
.news_panel ul li a{
}
.box-left {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 3px #eee;
}
#qc{
    list-style: none;
}
#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;
}
/* phone ring */
#phonering-alo-phoneIcon {
    position: fixed;
    bottom: 10%;
    right: 12px;
    width: 70px;
    height: 70px;
    z-index: 99;
}
.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: 75px;
    height: 75px;
    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: 70px;
    height: 70px;
    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: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
    z-index: 3;
    position:absolute;
    background:rgba(30,30,30,0.1) url('../img/icon_phone_ring.png') no-repeat center center;
    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;
    background-color:#00aff2 9
}
.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)
    }
}   
.utilities {
    position: fixed;
    right: 9px;
    bottom: 17%;
    list-style: none;
    z-index: 99;
}
.utilities li:hover .label-item{
    opacity: 1;
    visibility: visible;
}
.label-item {
    right: 110%;
    background: #ccc;
    background-image: linear-gradient(180deg, #4fc3f7 0%, #0277bd 100%);
    color: #fff;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px 10px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
    display: none !important;!i;!;
}
.utilities li a {
    display: block;
    width: 60px!important;
    height: 60px!important;
    margin: 8px 4px!important;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%!important;
    position: relative;
}
.utilities li a.zalo-item {
    background-image: url(../img/icon_zalo.png);
}
.utilities li a.facebook-item {
    background-image: url(../img/icon_messenger.png);
}
.utilities li a.email-item {
    background-image: url(../img/widget_icon_contact_form.svg);
}
.label-phone {
    position: absolute;
    height: 40px;
    top: 15px;
    right: 50%;
    line-height: 40px;
    background: #00aff2;
    padding-right: 45%;
    padding-left: 15px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 1;
    font-size: 14px;
    color: #FFF;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    transition: all 500ms ease;
    display: none;
}
a.pps-btn-img {
    position: relative;
    display: block;
}
.phonering-alo-phone:hover .label-phone {
    opacity: 1;
    visibility: visible;
}
.back-top{
    position: fixed;
    right: 15px;
    bottom: 20px;
}
.back-top a{
    background: url(../img/icon_arrow_up.png) center no-repeat;
    background-size: 70%;
    width: 50px;
    height: 50px;
    display: block;
    border: 2px solid #00aff2;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 70%);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}