@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);
:not(td) {
    padding: 0;
    margin: 0
}
.btn-detail {
    cursor: pointer;
    color: red;
}
body {
    /*  background: #e7e7e7 url(../img/bg.jpg) repeat-x;
    color: #fff;*/
    font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
    ;
}
.slides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.hidden {
    display: none !important;
}
.slides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.slides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.slides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
a {
    text-decoration: none;
    color: inherit;
    /* font-weight: bold;*/
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
a:hover,
a:focus {
    outline: medium none;
    text-decoration: none;
}
h1 {
    font-size: 20px;
    line-height: 32px
}
h2 {
    font-size: 16px;
    line-height: 28px;
	font-weight: normal;
}
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
}
.hide {
    display: none;
}
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;
}
.home_page_content {
    border: 1px solid #d7d7d7;
    position: relative;
    border-top: 5px solid #4891e2;
    box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
    background: #fff;
    margin: 15px 0;
    border-radius: 0px 0px 10px 10px;
}
.header-cate-nb {
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    line-height: 50px;
    height: 50px;
    margin: 0;
    background: linear-gradient(359deg, #4A90E2 18.76%, #18b5f3 96.9%);
    float: left;
    padding: 0 15px 0 10px;
    color: #FFF;
    margin-left: -10px;
    background-size: 30px;
    font-weight: 600;
}
.header-cate-nb .panel_header {
    padding-left: 35px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.header-cate-nb:before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0;
    border-top: 10px solid #4A90E2;
    border-left: 10px solid transparent;
}
.header-cate-nb:after {
    right: -45px;
    top: 0;
    content: url(../img/aff.png);
    position: absolute;
}
.widget-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
}
.widget-item img {
    width: 100%;
    float: left;
}
.widget-item .widget-info {
    position: absolute;
    top: 35%;
    left: 0;
    bottom: 0;
    right: 0;
    /*padding-top: 30%;
    padding-left: 10px;
    padding-right: 10px;*/
    text-align: center;
    z-index: 99;
}
.hover-scale {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.widget-item a:hover .hover-scale {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.widget-item .widget-info h2.widget-name {
    transition: 0.3s;
    color: #000;
    /*line-height: 40px;*/
    border-radius: 0px 20px 0px 20px;
    font-size: 18px;
    text-transform: capitalize;
    background: #ffffff9e;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    justify-content: center;
    display: flex;
    align-items: center;
}
.widget-item .widget-info h2.widget-name:hover {
    color: #024985;
    background: #faebd7;
    border-radius: 20px 0px 20px 0px;
}
.widget-item .widget-info .widget-description {
    text-align: center;
    font-size: 12px;
    color: #f71605;
    background: #ffeb3bd4;
    padding: 3%;
    margin-left: 30%;
    transition: all 0.35s ease;
    margin-right: 30%;
    border-radius: 10px 0px 10px 0px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    justify-content: center;
    display: flex;
    align-items: center;
}
.widget-item .widget-info .widget-description:hover {
    border: 1px solid #6C3483;
    background-color: white;
    color: #6C3483;
    border-radius: 0px 10px 0px 10px;
}
.container {
    width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}
.cart-panel {
    float: right;
}
.cart-panel .cart {
    position: relative;
    font-size: 20px;
}
.cart-panel .total-product {
    position: absolute;
    color: red;
    font-weight: bold;
    top: 0px;
    right: 10px;
    font-size: 12px;
    height: 15px;
    width: 15px;
    padding: 0;
    line-height: 15px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-align: center;
}
.cart-panel a.view-cart {
    font-size: 12px;
    padding: 0;
}
.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;
}
.top {}
.top_header {
    /*background: linear-gradient(to right, #03468f, #4593e3 30%, transparent);
    margin-left: -10px;*/
	border-bottom: 5px solid #3e99e7;
}
.list-widget {
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.list-col {
    padding: 10px !important;
    border: 1px solid #d7d7d7;
    position: relative;
    border-top: 5px solid #4891e2;
    box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
    background: #9d9d9d85;
    border-radius: 0 0 10px 10px;
}
.top .panel_header {
    box-sizing: border-box;
    overflow: hidden;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0;
    width: 100%;
    /*background: url(../img/bg-dm.png) repeat-x;*/
    float: left;
    padding: 0 10px;
    color: #FFF;
}
.breadcrumb {
    font-size: 12px;
    padding: 5px 0;
}
.box-lef {
    background: #7c7c7c;
    order: 1px solid #7c7c7c;
    border-radius: 7px;
    box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
}
.panel_headers {
    background: url(../img/bg-dm.png) repeat-x;
    height: 40px;
    text-align: center;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 10px;
    color: #FFF;
    line-height: 40px;
}
.box-lef .panel_header {
    /*background: url(../img/bg-dm.png) repeat-x;
    background: linear-gradient(#02478d 0%, #007fff 115.72%);*/
	background: linear-gradient(359deg, #4A90E2 18.76%, #18b5f3 96.9%);
    height: 50px;
    text-align: center;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 10px;
    color: #FFF;
    line-height: 50px;
	margin: 0;
}
.item-time {
    color: #e21919;
    font: 12px arial;
}
.item-date {
    color: #848484;
    font: 12px arial;
}
.content_right .panel .panel_body {
    /*overflow: hidden;*/
}
.panel .panel_content {
	overflow: hidden;
    padding: 0 10px 10px 10px;
}
.panel img {
    max-width: 100%;
    /* float: left; */
}
.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;
}
.list-item {
    /*margin-left: -5px;
    margin-right: -5px;*/
    padding-right: 25px;
}
.news_main {
    background: #fff;
    border-radius: 7px;
    padding: 0 !important;
    width: 50%;
}
.news_right,
.news_main {
    /*float:left;
	width: 50%;*/
}
.news_item .news_img {
    float: left;
    margin-right: 10px;
    max-width: 25%;
    /*border: 1px solid #eee;*/
}
.news_img {
    overflow: hidden;
    border-radius: 7px
}
.news_img img {
    max-width: 100%;
    float: left;
    border-radius: 7px
}
.news_right .news_item {
    background: #fff;
    border-radius: 7px;
    margin: 0 0 14px 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.top-news .news_item:first-child {
    /*margin-top: -10px;*/
}
.top-news .news_item:last-child {
    border: none;
}
.news_item {
    overflow: hidden;
    /*padding: 10px 0 0 0px;*/
    border-bottom: 1px solid #eee;
}
.wrap-1 {
    width: 100%;
    box-sizing: border-box;
    float: left;
}
.wrap-2 {
    width: 50%;
    box-sizing: border-box;
    padding: 0 7px;
    float: left;
}
.wrap-2:nth-of-type(2n+1) {
    clear: both;
}
.wrap-3 {
    width: 33.33%;
    box-sizing: border-box;
    padding: 5px;
    float: left;
}
#information {
    text-align: right;
    color: #111;
    font-weight: bold;
    padding-right: 15px;
}
.wrap-4 {
    width: 25%;
    box-sizing: border-box;
    padding: 5px;
    float: left;
}
.wrap-4:nth-of-type(4n+1) {
    clear: both;
}
.product_item:hover {
    background: none;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}
.product_item {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    margin: 20px 10px;
    border: 1px solid #cecece;
    border-radius: 7px;
    box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
    background: #dfdfdf;
}
.product_image {
    box-sizing: border-box;
    overflow: hidden;
}
.product_info {
    padding: 10px 0;
}
.product_name {
   /* font-size: 16px;
    line-height: 25px;
    padding: 5px;
    color: #fff;
    font-weight: 500;
    height: 50px;
    overflow: hidden;*/
    letter-spacing: .05em;
    color: #000000;
    margin-bottom: 2px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product_name:hover {
    color: #0080FF;
}
.price-box {}
.product_price {
    color: red;
    font-weight: bold;
    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
}
.pad-top-10 {
    padding-top: 10px;
}
.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;
}
.box-search {
    padding-top: 23px;
}
.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;
}
.news_panel table td {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
    vertical-align: top
}
#header {}
#header img {
    float: left;
}
#menu_page {
    height: 55px;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    /* background: #dfdfdf;*/
    background: linear-gradient(#02478d 0%, #007fff 115.72%);
}
.menu-box ul {
    list-style: none;
}
.menu-box li {
    position: relative;
}
.menu-box ul li {
    display: block;
    float: left;
    height: 55px;
    margin-left: 20px;
}
.menu-box li:last-child {
    border: none;
}
.menu-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 55px;
    position: relative;
    font-family: Times New Roman;
    float: right;
}
.menu-box a {
    display: block;
    float: left;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}
.menu-box li:hover>a,
.menu-box>ul>li.current>a {
    text-decoration: none;
    color: #00fff1;
}
.menu-box>ul ul {
    position: absolute;
    left: 0;
    top: 53px;
    display: none;
    z-index: 999;
    min-width: 200px;
    background: #648c01;
}
.menu-box>ul ul ul {
    left: 100%;
    top: 0;
    background: #709c00;
}
#content {
    /*background: #000;*/
}
.content_left {
    box-sizing: border-box;
    float: left;
    width: 24%;
	margin-top: 10px;
}
.content_right {
    box-sizing: border-box;
    float: left;
    width: 76%;
    padding-left: 1%;
	margin-top: 10px;
}
#menu_category {
    list-style: none;
    padding: 0;
}
#menu_category li {
    text-transform: uppercase;
}
#menu_category li a {
    display: block;
    /*padding: 0px 10px;
    line-height: 25px;*/
    font-weight: normal;
    color: #fff;
}
#menu_category .lv1 ul li a {
    border-bottom: 1px dotted #000;
    margin: 0 0 0 20px;
    color: #000;
}
#menu_category .lv1 ul {
    background: #d1d0d0;
}
#menu_category .lv1 {
    /*border-top: 1px solid #fff;*/
}
#menu_category .lv1 a{
    border-bottom: 1px solid #fff;
}
#menu_category .lv1:hover>a {
    background: #383838 url(../img/r.png) 0px 7px no-repeat;
}
#menu_category .lv1 ul li:hover>a {
    color: #0080FF;
    /*background: #383838;*/
}
#menu_category>li>a {
    text-transform: uppercase;
    background: url(../img/r.png) 0px 7px no-repeat;
    /*padding: 5px 10px;*/
    padding-left: 20px;
    font-size: 12px;
    line-height: 40px;
    font-weight: bold;
    color: white;
}
#menu_category li li a {
    /*padding-left: 30px;*/
    line-height: 40px;
}
#menu_category ul li ul li {
    line-height: 40px;
    text-transform: uppercase;
}
/*nemu category horizontal*/
.menu-cate-hori {
    background: #ffb400;
    margin-bottom: 10px;
}
.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;
    width: 100%;
    text-align: center;
    border-right: 1px solid #b3b3b3;
}
.menu-cate-hori>ul>li:last-child {
    border: none;
}
.menu-cate-hori li a {
    line-height: 40px;
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 10px;
}
.menu-cate-hori li a i {
    color: #333;
    font-size: 12px;
}
.menu-cate-hori>ul ul {
    display: none;
    position: absolute;
    left: 0;
    min-width: 200px;
    background: #ffb400;
    z-index: 999;
    border-top: 1px solid #b3b3b3;
}
.menu-cate-hori>ul ul a {
    text-align: left;
    font-weight: normal;
}
#support_online {}
#support_online .account {
    text-align: center;
    padding: 10px;
    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: #fff;
}
#support_online .phone {
    color: #ffcd00;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}
#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_mobile input[type=text] {
    line-height: 20px;
    padding: 3px;
}
#search_panel_mobile form {
    background: #ccc;
    padding: 5px;
    border-radius: 5px;
}
#search_panel input[type=text] {
    padding: 3px;
    width: 220px;
    line-height: 20px;
    margin-bottom: 10px
}
#footer {
    background: #02478d;
    padding: 10px;
    color: #FFF;
    margin-top: 20px;
    overflow: hidden;
}
#footer table {
    max-width: 100%;
}
#footer * {
    color: #FFF;
}
#license {
    background-color: #222222;
    font-size: 10px;
    padding: 0 10px 0 0;
    text-align: center;
}
#license,
#license a {
    color: #fff;
}
#list_news {
    list-style: none;
}
#news-home .news_infor {}
.fotorama__thumb,
.fotorama__thumb-border {
    border-radius: 7px;
}
.fotorama__thumb-border {
    border-width: unset !important;
}
.fotorama__nav__shaft {
    margin: 7px;
}
.news_right .news_item:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}
.news_right .news_item:hover,
.news_main .news_item:hover {
    box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
}
#news-home .news_main .news_title {
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    font-size: 16px;
    margin: 10px;
}
#news-home .news_title {
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    font-weight: bold;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    margin: 10px;
}
#news-home .news_right .news_des {
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    font-size: 12px;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    font-style: italic;
    margin: 10px;
}
#news-home .news_main .news_des {
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    font-size: 12px;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 80px;
    font-style: italic;
    margin: 10px;
}
.img_new_panel {
    float: left;
    width: 20%;
}
.infor_new_panel {
    float: left;
    width: 80%;
}
.news_panel .panel_body ul li>img {
    float: left;
    margin: 0 6px 0 0;
}
.news_panel .panel_body ul {
    float: left;
    list-style: none outside none;
    width: 100%;
}
.news_panel ul li {
    border-bottom: 1px dotted #fff;
    box-sizing: border-box;
    padding: 1%;
}
.news_panel img {
    /*width: 30%;*/
}
.news_panel ul li:last-child {
    border: none;
}
.news_panel ul li a {
    /*color: #fff;
    padding-top: 5%;*/
}
.black {
    background: #000;
}
#divAdLeft,
#divAdRight {
    display: block;
    position: absolute;
    z-index: 9999;
}
#divAdLeft img,
#divAdRight img {
    max-width: 100%;
}