@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);
:not(td) {
    padding: 0;
    margin: 0
}

body {
    font: 13px/20px Arial,Helvetica,sans-serif;;
    color: #333
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:hover,
a:focus {
    color: #ed5f5b;
    outline: medium none;
    text-decoration: none;
}

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
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 5px
}

img,
button {
    border: none
}

table {
    margin: 0 auto;
    border-spacing: 0
}
ul, ol{
    list-style: none;
}

input[type="text"], textarea{
    border: 1px solid #eee;
    border-radius: 3px;
    outline: 0;
}

.verdana{
    font-family: 'verdana';
}
.container {
    width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.success,
.notice,
.errors {
    padding: .6em 1em 0.6em 3.4em;
    margin-bottom: 1em;
    font-weight: bold
}

.success {
    border: 1px solid #C6D880;
    color: #264409;
    background: #E6EFC2 url(../img/success.png) no-repeat 10px center
}

.notice {
    border: 1px solid #FFD324;
    color: #514721;
    background: #FFF6BF url(../img/note.png) no-repeat 10px center
}

.errors {
    border: 1px solid #FBC2C4;
    color: #8A1F11;
    background: #FBE3E4 url(../img/error.png) no-repeat 10px center
}

.note {
    color: #FF2222;
    font-size: 11px
}

.error {
    color: #FF2222;
    background-color: #FFFFBB
}

.clear {
    clear: both
}

.panel {
    margin-bottom: 10px;
}

.panel_header {
    overflow: hidden;
    font-weight: bold;
    font-size: 20px;
    line-height: 45px;
    padding-left: 40px;
    text-transform: uppercase;
    color: #e51b13;
    background: url(../img/icon.png) left 10px no-repeat;
    position: relative;
}
.breadcrumb {
    font-size: 12px;
    padding: 5px 0;
}

.content_right .panel .panel_body {
    overflow: hidden;
    background: #f8f8f8;
}

.panel .panel_content {
    overflow: hidden;
    padding: 10px;
}

.panel img{
    max-width: 100%;
}
.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;
}

.transition5 {
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
}
.content_left{
    width: 78%;
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
}

.content_right{
    width: 22%;
    float: right;
    box-sizing: border-box;
}

.list-item{
    margin-left: -10px;
    margin-right: -10px;
}


.wrap-2{
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
}
.wrap-2:nth-of-type(2n+1){
    clear: both;
}

.wrap-3{
    width: 33.33%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
}
.wrap-3:nth-of-type(3n+1){
    clear: both;
}
.wrap-4{
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
}
.wrap-4:nth-of-type(4n+1){
    clear: both;
}
.product_item {
    width: 100%;
    box-sizing: border-box;
    background-color: #dbdbdb;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
}

.product_image {
    box-sizing: border-box;
    overflow: hidden;
}

.product_info {
    padding: 10px 0;
}
.product_name {
    font-size: 16px;
    line-height: 25px;
    padding: 5px;
    color: #000;
    font-weight: 500;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.product_name:hover {
    color: #6a9404;
}
.price-box{
}
.product_price {
    color: #4f4f4f;
    font-size: 14px;
}


.product_old_price {
    color: #9a9a9a;
    text-decoration: line-through;
    font-size: 8pt
}

.product_price,
.product_old_price {
    padding: 0 10px;
    overflow: hidden
}

.widget_item {
    background-color: #FFF;
    margin-bottom: 10px;
    position: relative;
}

.widget-name {
    background: #eb2b03;
    color: #FFF;
    text-align: center;
    font-size: 25px;
    line-height: 55px;
    font-weight: normal;
    margin: 0;
    font-family: 'vongdohl';
}

.widget-des {
    padding: 5px;
}

.cms_button {
    background: #4f4f4f;
    border: none;
    outline: 0;
    display: inline-block;
    height: 30px;
    cursor: pointer;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 3px;
    color: #FFF;
}

.cms_button,
.cms_button * {
    font-size: 13px
}

.cms_button * {
    line-height: 25px
}

.cms_button:hover,
.cms_button:hover * {
    background: #333;
    color: #ffb400;
    text-decoration: none
}

.padding5 {
    padding: 5px
}

.padding10 {
    padding: 10px
}

.center {
    text-align: center
}

.pagination {
    text-align: right;
    list-style: none;
    margin: 0 10px 10px 0
}

.pagination li {
    display: inline-block;
    margin-bottom: 2px;
}

.pagination a {
    background: #ccc none repeat scroll 0 0;
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 21px;
    padding: 5px 12px;
}

.pagination a:hover,
.pagination .active a {
    background: #333;
    color: #fff;
    text-decoration: none
}

.pagination .disabled a {
    display: none
}
.row:before, .row:after{
    display: table;
    content: '';
}
.row:after{
    clear: both;
}

#header{
    background: #fff;
    text-align: right;
}
#logo {
    float: left;
}
#logo img{
    float: left;
}

.right-info {
    margin-bottom: 10px;
    padding: 5px 0;
    float: right;
}
.right-info .info-item{
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    padding: 5px;
    border-radius: 20px;
    line-height: 30px;
    font-weight: bold;
    background: #e31a13;
    color: #FFF;
}

.right-info .info-phone i {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFF;
    line-height: 30px;
    border-radius: 50%;
}

.right-info .info-email i {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFF;
    line-height: 30px;
    border-radius: 50%;
}
.lang {
    display: inline-block;
}
#menu_page {
    display: inline-block;
}

.menu-box ul {
    list-style: none;
}
.menu-box li{
    position: relative;
}
.menu-box > ul > li {
    float: left;
}
.menu-box li:last-child{
    border: none;
}
.menu-box a {
    display: block;
    line-height: 50px;
    color: #e31a13;
    white-space: nowrap;
    padding: 0 15px;
    font-weight: bold;
    font-size: 14px;
}

.menu-box li:hover > a,
.menu-box>ul>li.current > a {
    text-decoration: none;
}

.menu-box > ul  ul {
    position: absolute;
    left: 0;
    display: none;
    z-index: 999;
    min-width: 200px;
    background: #fff;
    text-align: left;
}
.menu-box > ul ul ul{
    left: 100%;
    top: 0;
    background: #709c00;
}
.menu-fixed {
    position: fixed !important;
    left: 0;
    right: 0;
    top: -3px;
    z-index: 99999;
    background: #FFF;
}
.top-box{
    background: url('../img/bg-top.jpg') left top;
    background-size: cover;
    padding: 40px 0;
    margin-bottom: 20px;
}

#content {
}

#menu_category {
    list-style: none;
}

#menu_category li {
}

#menu_category li a{
    display: block;
    padding: 0px 10px;
    line-height: 25px;
    font-weight: normal;
}
#menu_category li:hover > a{
    color: #6a9404;
}
#menu_category > li > a{
    text-transform: uppercase;
    background: url(../img/bullet.gif) 8px 13px no-repeat;
    padding: 5px 10px;
    padding-left: 20px;
    font-size: 15px;
}
#menu_category li li a {
    padding-left: 30px;
}
/*menu category horizontal*/
.cate-img img {
    border-radius: 50%;
    border: 5px solid #ccc;
}
.menu-cate-hori{
    background: #e31a13;
}
.menu-cate-hori ul{
    list-style: none;
}
.menu-cate-hori li{
    position: relative;
}
.menu-cate-hori > ul{
    justify-content: space-between;
    display: flex;
}
.menu-cate-hori > ul > li{
    float: left;
    text-align: center;
}

.menu-cate-hori li a{
    line-height: 25px;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 15px;
}
.menu-cate-hori li i {
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 12px;
}
.menu-cate-hori > ul ul{
    display: none;
    position: absolute;
    left: 0;
    min-width: 200px;
    background: #e31a13;
    z-index: 999;
}
.menu-cate-hori > ul ul a {
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
}
.menu-cate-hori > ul ul ul{
    left: 100%;
    top: 0;
    border-top: 0;
    background: #e31a13;
}
#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%
}

#html_page_content img {
    max-width: 710px
}

#cart_total_price {
    color: #ff0000
}

#cart_total_price .small_price {
    font-size: 10px
}

#search_panel input[type=text] {
    padding: 3px;
    width: 220px;
    margin-bottom: 10px
}

#footer {
    background: #d9d9d9;
    padding: 10px;
    padding-top: 30px;
    color: #e51a13;
    position: relative;
}
#footer *{
    color: #e51a13;
}
.top-arrow {
    position: absolute;
    left: 45%;
    top: -10px;
    width: 10%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    color: #FFF !important;
}
.top-arrow img{
    display: block;
    margin: 0 auto;
}
.top-arrow:hover img{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(180deg);
}
#license {
    background-color: #222222;
    font-size: 10px;
    padding: 0 10px 0 0;
    text-align: center;
}

#license,
#license a {
    color: #fff;
}
.news-item {
    padding: 5px;
    box-sizing: border-box;
    background: #f8f8f8;
}
.news-img{
    margin-bottom: 10px;
}
.news-img img {
    float: left;
}
.news-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    height: 45px;
    overflow: hidden;
}
.description {
    height: 60px;
    overflow: hidden;
}
.video_image{position: relative;}
.video_image a:before{
    content: '';
    position: absolute;
    width: 54px;
    height: 54px;
    cursor: pointer;
    top: 40%;
    left: 43%;
    background: url('../img/play.png') no-repeat;
}
.video_title{
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #000;
}

#divAdLeft,
#divAdRight {
    display: block;
    position: absolute;
    z-index: 9999;
}

#divAdLeft img,
#divAdRight img {
    max-width: 100%;
}

.comment-item {
    background: #eee;
    padding: 20px;
    box-sizing: border-box;
}
.comment-item .info{
    margin-bottom: 5px;
}
.cmt-img {
    float: left;
    margin-left: -25px;
    margin-top: -25px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.cmt-wrap{
    background: #FFF;
    padding: 10px;
}
.cmt-content {
    height: 120px;
    overflow: hidden;
}
.view-more {
    color: #e51b13;
    float: right;
    line-height: 30px;
}
.user-name {
    font-size: 15px;
    color: #000;
}

.user-info {
    font-size: 13px;
}

.theme-default #cate_slide{
    margin-bottom: 0;
}
/* NivoSlider 3.2 */

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden
}

.nivo-box img {
    display: block
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: .8;
    overflow: hidden;
    display: none;
    -moz-opacity: .8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-caption p {
    padding: 5px;
    margin: 0
}

.nivo-caption a {
    display: inline !important
}

.nivo-html-caption {
    display: none
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer
}

.nivo-prevNav {
    left: 0
}

.nivo-nextNav {
    right: 0
}

.nivo-controlNav {
    text-align: center;
    padding: 15px 0
}

.nivo-controlNav a {
    cursor: pointer
}

.nivo-controlNav a.active {
    font-weight: bold
}


/* Nivoslider Theme Default */

.theme-default .nivoSlider {
    width: 100%;
    height: 30%;
    position: relative;
    box-sizing: border-box;
    background: #fff url(../img/nivoslider/loading.gif) no-repeat 50% 50%;
    margin-bottom: 30px
}

.theme-default .nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.theme-default .nivoSlider a {
    border: 0;
    display: block
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 10px 0
}

.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/nivoslider/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px
}

.theme-default .nivo-controlNav a.active {
    background-position: 0 -22px
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/nivoslider/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1
}

.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px
}

.theme-default a.nivo-prevNav {
    left: 15px
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif
}

.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff
}

.theme-default .nivo-caption a:hover {
    color: #fff
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: 0;
    margin-bottom: 5px
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
/*  left: 15px; */
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #ff0000;
  -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%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: #ff0000;
  border-radius: 100%;
  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%;
}
.hotline-phone-ring-img-circle {
	background-color: #ff0000;
	width: 40px;
  height: 40px;
  top: 33px;
  left: 33px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  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%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 30px;
	height: 30px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 160px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-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);
  }
}
/* @media (max-width: 768px) {
  .hotline-bar {
    display: none;
  } */
}

.thumb {
    width: 100%;
    height: auto;
    background-color: #3e3e3e;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
} 

.support-zalo{
    position: fixed;
    left: 100px;
    bottom: 19px;
    z-index: 9999999;		    
}

	.blink_me {
    /* -webkit-animation-name: blinker; */
    /* -webkit-animation-duration: 1s; */
    /* -webkit-animation-timing-function: linear; */
    /* -webkit-animation-iteration-count: infinite; */
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    /* animation-name: blinker; */
    /* animation-duration: 1s; */
    /* animation-timing-function: linear; */
    /* animation-iteration-count: infinite; */
}


@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.page-phone{
	margin-right: 5px;
}
.page-email{
	margin-right: 5px;
}