@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700&subset=vietnamese');
:not(td) {
    padding: 0;
    margin: 0
}
body {
    font: 14px/20px 'Roboto', Arial, sans-serif;
    color: #333
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover,
a:focus {
    color: #ccc;
    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
}
img,
button {
    border: none
}
textarea{
    padding: 3px;
}
button{
    outline: 0;
}
table {
    margin: 0 auto;
    border-spacing: 0
}
input[type="text"],
input[type="number"],
textarea,
select{
    border: 1px solid #eee;
    outline: 0;
}
.container {
    width: 1200px;
    margin: 0 auto;
    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;
}
.filter-ctrl .top {
    margin: 0;
}
.top {
    margin: 20px 0;
}
.owl-prev, .owl-next {
    top: 35%;
}
.top .panel_header {
    border-bottom: 4px solid #3399cc;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}
.top .left_header {
    line-height: 35px;
    font-weight: 500;
    padding-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    background: #eee;
    position: relative;
    border-bottom: 1px solid #eee;
}
.top .left_header i{
    display: none;
}
.title-line{
    text-align: center;
    border-bottom: 1px solid #eee;
    color: #3399cc;
    font-size: 18px;
    line-height: 45px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.panel .panel_body {
    overflow: hidden;
}
.panel .panel_content {
    overflow: hidden;
    padding: 10px;
}
#content_left .panel{
    border: 1px solid #eee;
}
.panel img{
    max-width: 100%;
}
.transition {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.hover_scale:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.wrap_content{
    padding: 10px 0;
}
.list-item{
    margin-right: -10px;
    margin-left: -10px;
}
.wrap-1{
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.wrap-2{
    width: 50%;
    box-sizing: border-box;
	padding: 0 7px;
    float: left;
}
.wrap-3{
    width: 33.33%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.wrap-3:nth-of-type(3n+1){
    clear: both;
}
.wrap-4{
    width: 25%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.wrap-4:nth-of-type(4n+1){
    clear: both;
}
.wrap-5{
    width: 20%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.wrap-5:nth-of-type(5n+1){
    clear: both;
}
.product_item:hover {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
}
.product_item {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    /*overflow: hidden;*/
    text-align: center;
	background-color: #f2f2f2;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
    border-radius: 0px 0px 7px 7px;
    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;
}
.product_image{
    border: 1px solid #eee;
    overflow: hidden;
}
.product_image img{
    float: left;
}
.product_info{
    padding: 10px;
}
.product_item:hover .product_image{
    /*border: 1px solid #3399cc;*/
}
.product_name {
	color: #333;
    font-weight: normal;
    font-size: 15px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.product_name:hover {
    color: #3399cc;
}
.product_price {
    color: #3399cc;
}
.product_old_price {
    color: #9a9a9a;
    text-decoration: line-through;
    font-size: 8pt
}
.product_name,
.product_price,
.product_old_price {
    overflow: hidden
}
/* product_item_list */
.product_item_list {
    box-sizing: border-box;
}
.product_item_list .des {
    padding: 0;
    margin-bottom: 10px
}
.product_item_list .product_image{
    float: left;
    width: 30%;
    box-sizing: border-box;
}
.product_item_list .product_info {
    padding: 0 10px;
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.product_item_list .product_name,
.product_item_list .product_price {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}    
.product_buy {
    width: 20%;
    text-align: right;
    float: left;
}
.view-more {
    color: #3399cc;
}
.cms_button {
    background: #3399cc;
    border: none;
    color: #fff;
    display: inline-block;
    height: 32px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 15px;
    line-height: 32px;
}
.cms_button:hover,
.cms_button:hover * {
    background: #2593ca;
    text-decoration: none
}
.padding5 {
    padding: 5px
}
.padding10 {
    padding: 10px
}
.center {
    text-align: center
}
.view-mode{
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
}
.view-mode p{
    text-transform: uppercase;
    margin-bottom: 0;
    padding-right: 10px;
    display: inline-block;
}
.view-mode div{
    display: inline-block;
    padding-right: 10px;
}
.pagination {
    text-align: right;
    list-style: none;
    display: inline-block;
    float: right;
}
.pagination li {
    display: inline-block
}
.pagination a {
    background: transparent;
    color: #3399cc;
    display: block;
    font-size: 14px;
    line-height: 21px;
    padding: 5px 12px;
}
.pagination a:hover,
.pagination .active a {
    background: #fff;
    color: #333;
    text-decoration: none;
}
.pagination .disabled a {
    display: none
}
.row:before, .row:after{
    display: table;
    content: '';
}
.row:after{
    clear: both;
}
#header {
    /*padding: 5px 0;*/
    background: #FFF;
    text-align: right;
}
#logo {
    display: inline-block;
    float: left;
}
#logo img {
    float: left;
}
.right-box{
    display: inline-block;
}
.hotline a {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #bb001c;
    line-height: 30px;
}
.hotline{
    /*padding: 8px 0 3px 0;   
    line-height: 30px;
    font-size: 16px;
    text-align: left;*/
	display: inline-block;
    padding: 0;
    padding-left: 75px;
    background: url(../img/support_icon.png) 0px center no-repeat;
    background-size: contain;
    height: 50px;
    cursor: pointer;
}
.hotline img{
    float: right;
    padding-left: 10px;
}
.hotline i {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ff0000;
    color: #ff0000;
    border-radius: 50%;
    font-size: 20px;
    line-height: 35px;
    animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
}
@keyframes h-alo-ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
.page-phone{
    background: url('../img/phone.png') left center no-repeat;
    padding: 10px 0;
    padding-left: 40px;
    line-height: 35px;
    font-size: 25px;
    color: #3399cc;
}
.search_panel form{
    position: relative;
}
.search_panel form button{
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    height: 40px;
    width: 40px;
    background: url('../img/search.png') center no-repeat;
}
.search_panel input[type=text] {
    padding: 3px;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
}
.order-bar {
    background: #eee;
    padding: 5px;
}
#menu_page {
}
#menu_page ul {
    list-style: none;
}
.menu-container{
    border-bottom: 1px solid #eee;
}
.menu-container li{
    position: relative;
}
.menu-container > li {
    float: left;
    text-align: center;
}
.menu-container a {
    display: block;
    padding: 0 15px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
    color: #333;
    font-size: 16px;
}
.menu-container ul li a{
    line-height: 35px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.menu-container ul > li:last-child > a{
    border: 0;
}
.menu-container li:hover > a,
.menu-container li.current > a {
    color: #3399cc;
    text-decoration: none
}
.menu-container ul {
    position: absolute;
    display: none;
    left: 0;
    z-index: 9999;
    background: #f5f5f5;
    min-width: 200px;
    border: 1px solid #eee;
}
.menu-container ul > li{
    padding: 0px 10px;
}
.menu-container ul > li:last-child{
    border-bottom: 0;
}
.menu-container ul a{
    white-space: nowrap;
}
.menu-container ul ul{
    left: 100%;
    top: 0;
}
#content {
    padding-top: 20px;
}
#content_left {
    box-sizing: border-box;
    float: left;
    width: 23%;
    padding-right: 30px;
}
#content_right {
    box-sizing: border-box;
    float: left;
    width: 77%;
}
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999999;
    box-shadow: 0 0 10px #333 !important;
    right: 0;
    padding: 0px !important;
    background: #f0f8ff;
}
.home_fixed{
    display: none !important;    
}
.fixed .home_fixed {
    display: block !important;
	margin: auto;
    font-size: 35px;
}
.cate_top{
	align-items: center;
    justify-content: space-between;
    display: flex;
	line-height: 75px;
    height: 75px;
}
#menu_category {
    list-style: none;
    padding: 0 10px;
}
#menu_category li {
    position: relative;
}
#menu_category li ul{
    display: none;
}
#menu_category li.lv1 a {
}
#menu_category li.lv1 li a {
    padding-left: 15px;
}
#menu_category li.lv1 li li a{
    padding-left: 25px;
}
#menu_category a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px dotted #eee;
    line-height: 25px;
    font-size: 15px;
}
#menu_category a i{
    font-size: 12px;
}
#menu_category li:hover > a {
    color: #3399cc;
}
#menu_category > li:last-child > a{
    border: 0;
}
#menu_category .child {
    background: url(../img/down-icon.png) no-repeat center;
    position: absolute;
    top: 5px;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
#support_online .account {
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #ccc
}
#support_online .name {
    font-size: 15px;
    font-weight: bold
}
#support_online .phone {
    color: #a90000;
    font-weight: bold;
    font-size: 14px
}
#adv_left img,
#adv_right img {
    margin-bottom: 5px;
    max-width: 100%
}
#html_page_content img {
    max-width: 710px
}
.cart_panel{
    margin-bottom: 10px;
    display: inline-block;
}
.lang {
    display: inline-block;
    padding-right: 15px;
}
.cart-item{
    background: url('../img/cart-icon.png') left center no-repeat;
    padding-left: 35px;
    background-size: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}
#cart_total_price {
    color: #ff0000
}
#cart_total_price .small_price {
    font-size: 10px
}
#footer {
    background: #3399cc;
    padding: 10px 0;
    color: #FFF;
}
#license {
    background-color: #3399cc;
    font-size: 10px;
    padding: 0 10px 0 0;
    text-align: center;
}
#license,
#license a {
    color: #fff;
}
#divAdLeft,
#divAdRight {
    display: block;
    position: absolute;
    z-index: 9999;
}
#divAdLeft img,
#divAdRight img {
    max-width: 100%;
}
.tree {
    list-style: none;
    padding: 5px 10px;
}
.tree li {
    line-height: 30px;
    font-size: 14px;
}
.tree li a {
    color: #6d6d6d;
    display: block;
    padding: 0 5px;
}
.tree li:hover a{
    color: #3399cc;
}
.filter-box, .mft-box {
    list-style: none;
}
.filter-box li, .mft-box li {
    line-height: 30px;
}
.filter-box li a, .mft-box li a{
    background: url(../img/pa-checkbox.png)no-repeat scroll 0px -40px transparent;
    padding-left: 25px;
    display: block;
}
.filter-box li a:hover, 
.filter-box li a.active,
.mft-box li a:hover,
.mft-box li a.active{
    background-position: 0px 4px;
    color: #3399cc;
}
/*tags*/
.search-result {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 2px;
    box-sizing: border-box;
}
.search-result:last-child{
    border-bottom: 0;
}
.search-result img {
    float: left;
    width: 50px;
}
.search-result:hover p{
    color: #3399cc;
}
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 2px;
    font-size: 13px;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {}
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #3399cc;
    border-radius: 3px;
    box-sizing: border-box;
    z-index: 999;
    max-width: 250px !important;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}
.ui-helper-hidden-accessible {
    display: none;
}
.nav_up,.nav_down{
	color:#bb8d2e;
	display:none;
	position:fixed;
	bottom:100px;
	right:5px;
	cursor:pointer;
	z-index:99999
}
.nav_down{
	bottom:50px
}
.nav_up:focus,.nav_up:hover,.nav_down:focus,.nav_down:hover{
	color:#FF9800
}
.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-bottom: 1px dotted #0240732b;
    margin: 0 0 10px 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;
}
.name_news_home{
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 13px !important;
    line-height: 30px;
}
des_news_home{
    line-height: 21px;
    font-size: 12px;
    color: #525252;
    height: 44px;
}
.news_main {
    padding: 0 7px;
	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;
}
.new_home img{
	max-width: 100%;
	height: auto;
}
.new_home {
	width: 49%;
	float: left;
}
.news_main:hover,
.news_item:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}
.news_title{
	font-weight: 600;
    color: #000;
    text-transform: unset;
    font-size: 14px;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_des{
    padding: 0 10px;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-style: italic;
}