/*
Template Name: Newserific
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(global.css);
@import url(grid_system.css);
@import url(button.css);
@import url(forms.css);
@import url(tables.css);
@import url(box.css);

body{
    margin:0;
    padding:0;
    font-size:14px;
/*    font-family: 'RobotoCondensed';*/
    font-family: arial;
    color:#666666;
}

#tth-loading{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    z-index:1500;
    background:#fff url(../images/loading.gif) no-repeat center center;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

#tth-wrapper{
    position:absolute;
    width:100%;
    min-height:100%;
    overflow: hidden;
}

.detail-content table{
    background:#01c2c6;
    border-spacing:1px;
}
.detail-content table tr{
    background:#fff;
}
.detail-content table th,
.detail-content table td{
    padding:10px;
}

/* --------------------------------Wrapper-------------------------------------*/
div.wrapper{
    display:block;
    width:100%;
    max-width:1100px;
    margin:0 auto;
    text-align:left;
}

/* -------------------------------------Header-------------------------------------*/
header{
    background-size: 100% 100%;
    min-height: 116px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    position: relative;
    z-index: 100;
}
header .info{
    background: #00a9eb;
}
header .wrapper{
    position: relative;
}
header .wrapper:after{
    content: '';
    display: block;
    clear: both;
}

header .logo a,
header .logo img{
    display:block;
}
header .logo img{
    transition: all 0.5s;
    padding: 10px 0px;
}
header .header-tool .header_cart,
header .header-tool .header_user{
    float: left;
}
header .header-tool .header_cart > ul > li,
header .header-tool .header_user > ul > li{
    float: left;
}
header .header-tool .header_cart > ul > li > a,
header .header-tool .header_user > ul > li > a{
    display: block;
    color: #ffffff;
    margin: 0px 18px;
    padding: 5px 0px;
    position: relative;
    font-size: 20px;
    font-family: bira;
}
header .header-tool .header_user > ul > li:last-child > a{
    /*margin-right: 0px;*/
}
header .header-tool .header_cart > ul > li:last-child > a{
    margin-right: 0px;
}
header .header-tool .header_user > ul > li >a:after{
    content: '|';
    display: block;
    position: absolute;
    right: -20px;
    top: 4px;
    font-family:  initial;
    font-size: 30px;
}
header .header-tool .header_user > ul > li:last-child > a:after{
   
}
header .header-tool .header_user > ul > li > a > i{
    display: none;
}
header .header-tool .header_cart > ul > li > a{
    position: relative;
    /*padding-left: 28px;*/
}
header .header-tool .header_cart > ul > li > a > i{
    margin-top: 0px;
    background: url('../images/icon-cart.png') no-repeat;
    height: 35px;
    width: 35px;
    display: inline-block;
}
header .header-tool .header_cart .num_cart{
    position: absolute;
    right: -5px;
    bottom: 3px;
    background: #555555;
    color: #fff;
    font-weight: normal;
    padding: 2px 0px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    text-align: center;
    font-family: OpenSans-Regular;
    line-height: 19px;
    font-size: 15px; 
}


#header_account {
    position: relative;
}
#header_account > ul {
    display: none;
    position: absolute;
    border: 1px solid rgb(255, 255, 255);
    background: rgb(173, 66, 66);
    top: 100%;
    right: 0px;
    text-align: right;
    padding: 5px 0px;
    z-index: 3;
    background: #fff;
    position: absolute;
    right: 15px;
    z-index: 100;
    min-width: 135px;
    display: none;
    margin-left: 10px;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
#header_account:hover > ul {
    display: block;
}
#header_account > ul:before {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    right: 5px;
    border: 5px solid transparent;
    border-left-color: #fff;
    border-top-color:#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(45deg);
}
#header_account > ul > li {
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.8);
}
#header_account > ul > li:first-child {
    border-top: none;
}
#header_account > ul > li:last-child {
    border-bottom: none;
}
#header_account > ul a {
    color: #333;
    font-family: tahoma;
    font-size: 14px;
    padding: 2px 10px 2px 10px;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
}
#header_account > ul a:hover{
    color: #ed3237;
    text-decoration:none;
    background: rgba(255,255,255,1);;
}
header .box_search input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 20px;
}
header .box_search input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 20px;
}
header .box_search input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 20px;
}
header .box_search input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 20px;
}
/* start box search mobile*/
header #tth-main-menu .box_search{
    position:absolute;
    right: 0px;
    margin:0px;
    top: 16px;


}
header #tth-main-menu .box_search form{
    margin: 0px;

}
header #tth-main-menu .box_search .text_search{
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    padding-left: 25px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background: #00a9eb;
    background: url(../images/icon_search.png) no-repeat #00a9eb;
    background-position: 7px 8px;
    z-index: 9999;
    color: #fff;
}
header #tth-main-menu .box_search .text_search:focus{
    width: 150px;
    z-index: -100 !important;
    border-radius: 0px !important;
}
header #tth-main-menu .box_search .btn_search{
    position: absolute;
    /* color: #134a99; */
    border: none;
    border-left: 0px;
    background: url(../images/icon_search.png) no-repeat;
    font-size: 18px;
    right: 5px !important;
    top: 4px;
    height: 100%;
    width: 23px;
    padding: 0px;
    cursor: pointer;
    border-right: none;

    z-index: -99;

}
/* end box search mobile*/

/* ------------------------------------tth-menu-main-------------------------------*/
#tth-main-menu{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#tth-main-menu > .menu-wrapper{      
    width:100%;
    position: relative;
    max-width:1100px;
    height: 67px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

#tth-main-menu > .menu-wrapper .logo{
    position: absolute;
    top: -55px;
    left: 0px;
}
#tth-main-menu > .menu-wrapper:after{
    content: '';
    display: block;
    clear: both;
}
#tth-main-menu > .menu-wrapper > ul{  
    display:inline-block;
    padding-left: 150px;
    float: left;
}
#tth-main-menu > .menu-wrapper > ul > li{
    display:table-cell;
    float:none;
    height:100%;
    vertical-align:middle;
    padding: 12px 0px;
}
#tth-main-menu > .menu-wrapper > ul a{
    color: #444444;
    padding: 9px 10px 9px 15px;
    display: block;
        -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}
#tth-main-menu > .menu-wrapper > ul > li ul > li{
    border-bottom: solid 1px #ccc;
}
#tth-main-menu > .menu-wrapper > ul > li ul > li:last-child{
    border-bottom: none;
}
#tth-main-menu > .menu-wrapper > ul > li > a{
    font-size: 14px;
    padding: 7px 15px !important;
    margin: 0px 10px;
    padding: 0px;
    position: static;
    border-radius: 3px;
    text-align: center;
    white-space: normal;
    font-weight: normal;
    color: #444444;
    text-transform: uppercase;

}

#tth-main-menu > .menu-wrapper > ul > li:first-child > a:before{
    display:none;
}
#tth-main-menu > .menu-wrapper > ul > li:last-child a{
    margin-right: 0px;
}
#tth-main-menu > .menu-wrapper > ul > li > a > .sub-arrow{
    display:none;
}
#tth-main-menu > .menu-wrapper > ul a:hover, 
#tth-main-menu > .menu-wrapper > ul a:focus, 
#tth-main-menu > .menu-wrapper > ul a:active, 
#tth-main-menu > .menu-wrapper > ul a.highlighted, 
#tth-main-menu > .menu-wrapper > ul a.current {
    color: #fff;
    background: #00a8ea;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}
#tth-main-menu > .menu-wrapper > ul ul a:hover, 
#tth-main-menu > .menu-wrapper > ul ul a:focus, 
#tth-main-menu > .menu-wrapper > ul ul a:active, 
#tth-main-menu > .menu-wrapper > ul ul a.highlighted, 
#tth-main-menu > .menu-wrapper > ul ul a.current {
    color: #fff;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

#tth-main-menu > .menu-wrapper > ul >li > ul {
    left: 0px !important;
}
/*
#tth-main-menu > .menu-wrapper > ul >li > ul:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 20px;
    border: 8px solid transparent;
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(45deg);
} */
#tth-main-menu > .menu-wrapper > ul ul {
    background: #ffffff;
    display: none;
    border: none;
    border-radius: 0 0 5px 5px ;
}
#tth-main-menu > .menu-wrapper ul ul li a{
    font-size: 14px;
    font-family: Arial;
    color: #444444;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    -webkit-transition: all 0ms ease-out 0s;
    -moz-transition: all 0ms ease-out 0s;
    -o-transition: all 0ms ease-out 0s;
    transition: all 0ms ease-out 0s;
    
}
#tth-main-menu > .menu-wrapper > ul ul li:hover{
    color: #fff;
}



/******************************************* start menu left ****************/
.menu_left {
    margin-bottom: 35px;
    border-top: none;
}
.menu_left .title{
    background: #28a7d7;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 12px;
    font-weight: bold;
}
.menu_left .title p:before{
    padding-right: 8px;
}
.menu_left ul{
    background: #fff;
    border: solid 1px #ddd;
}
.menu_left ul a{
    font-size: 14px;
    display: block;
    padding: 9px 20px;
    color: #333333;
    margin: 0px 7px;
    border-bottom: dotted 1px #333 !important;
}
.menu_left > ul > li{
        -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    border-top: none !important;
}
.menu_left ul li a:hover{
    color: #28a7d7;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}
.menu_left ul li.last a{
    border-bottom: none !important;
}
.menu_left ul .sub-arrow{
    background-image: url('../images/icon_sub_arrow.png') !important;
    background-repeat: no-repeat !important;
    display: none;
}
.menu_left ul .has-submenu:before{
    content: url('../images/icon_sub_arrow.png');
    position: absolute;
    left: 0;
    top: 13px;
}
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active{
    padding-right: 20px;
}

/******************************************* end menu left ****************/

/****************************menu_header_top*******************/
header .menu_header_top{
    text-align: center;
    background-color: #00a9eb;
}
header .menu_header_top ul:before{
    content: 'Hotline';
    color: #00a9eb;
    background: #fff;
    font-family: Salzburg-Medium;
    text-transform: uppercase;
    padding: 0px 6px 2px 6px;
    margin-right: 10px;
    font-size: 13px;
}
header .menu_header_top #box_lang ul:before{
    display: none;
}
header .menu_header_top ul li{
    display: inline-block;
}
header .menu_header_top ul li a{
    color: #fff;
    font-family: Salzburg-Medium;
}
.flag_vi {
    width: 26px;
    height: 17px;
    display: inline-block;
    background: yellow url('../../images/flag_vi.png') no-repeat;
    background-size: cover; 
    margin-left: 10px;
}
.flag_en {
    width: 26px;
    height: 17px;
    display: inline-block;
    background: red url('../../images/flag_us.png') no-repeat;
    background-size: cover;
}
#box_lang ul li{
    list-style: none;
    margin-left: 6px;
    display: table-cell;
}
#box_lang {
    display: table;
    padding-left: 22px;
}
#box_lang ul {
    padding: 0px;
    margin: 0px;
}
/* -----------------------------Content---------------------------------*/
.slider{
    position: relative;
    z-index: 0;
}
.slider .tth_navigation{
    position: absolute;
    top: 48%;
}
.slider .tth_navigation ul{
    position: relative;
}
.slider .meta_title{
    position: absolute;
    color: #00a9eb;
    font-size: 30px;
    font-weight: bold;
    top: 30%;
    text-transform: uppercase;
}
.product .meta_title{
    top: 20%;
}
.product .tth_navigation{
    top: 53%;
}
.slider .tth_navigation li a{
    text-transform: uppercase;
    font-size: 13px;
    color: #333 !important;
}
#main_slide .owl-stage-outer{
    height: auto !important;
}

/* -----------------------------Content---------------------------------*/

#container{
    padding:25px 0px 20px;
    margin:0px -17px;
    position:relative;
    min-height: 460px;
}
#tth-content{
    display:block;
    float:left;
    width:78.5%;
    min-height:1px;
    /*padding-left:17px;*/
    padding-right:0px;
}
#tth-content .box_mid{
    padding-left: 27px;
}
#tth-content img{
    max-width:100%;
    height:auto !important;
}
/* -----------------------------Column------------------------------*/
#tth-column_left{
    display:block;
    float:left;
    width:21.5%;
    min-height:1px;
    padding-left:17px;
    padding-right: 0px;
}

#tth-column{
    display:block;
    float:left;
    width:25%;
    min-height:1px;
    padding-left:17px;
    padding-right:17px;
    position:relative;
}
#tth-column .banner_item,
#tth-column .fb_iframe_widget{
    margin-bottom:8px;
    position:relative;
}
#tth-column .banner_item > a{
    display:block;
}
#tth-column .banner_item > a > img{
    max-width:100%;
}
#tth-column .banner_item object{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:0;
}
#tth-column #column-right-bottom-ft{
    position:relative;
}
#tth-column #column-right-bottom{
    position:absolute;
    left:0px;
    width:100%;
    padding-left:4px;
    padding-right:4px;
}

/*--------------------fanpage_facebook---------------------*/	
#fanpage_facebook{
    background:#ffffff;
    -webkit-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    -1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         -1px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

/*---------------paginate---------------*/
.paginate{
    margin-top: 45px;
    text-align: right;
}
.paginate a:hover{
    border-color: #28abd9;
    color: #28abd9;
}
.paginate .pagetotal{
    background:#000000;
    display:none;
    padding:0px 2px;
    color:#ffffff;
}
.paginate .pagelink,
.paginate .pagecur,
.paginate .btnPage{
    display: inline-block;
    height: 28px;
    width: auto;
    line-height: 26px;
    min-width: 25px;
    text-align: center;
    padding: 0px 3px;
    margin: 0px 4px;
    border: 1px solid #ebebeb;
    vertical-align: top;
    border: solid 1px #ccc;
    color: #001f47 ;
    font-size: 15px;
}

.paginate .btnPage i{
    display: inline-block;
        margin-top: 2px;
    font-size: 25px;
}
.paginate .pagecur{
    color: #fff;
    background: #28abd9;
    border-color: #28abd9;
}
.paginate .btnPage{
}

/* ------------------------------------footer---------------------------------*/
ul.list_brand li{
    display: inline-block;
    width: 50%;
}
ul.list_brand li a{
    cursor: pointer;
}

footer {
    background:#f7f7f7;
}
footer .footer-content{
    padding-top: 0px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; /* Safari 6.1+ */
    display: -webkit-flex: 1; /* Safari 6.1+ */
    display::-ms-flex: 1; /* IE 10 */ 
    display:flex: 1;
    
}

footer .footer-content .footer-col {

}
footer .footer-content .footer-col .banner_item p{
    line-height: 24px;
    padding: 0px;
}
footer .footer-col{
    float: left;
}
footer .footer-col h2{
    font-size: 14px;
    font-weight: bold;
    color: #444444;
    margin-bottom: 14px;
}
footer .footer-col li{
    padding: 4px 0px;
}
footer .footer-col li:before{
    color: #00a8ea;
    font-size: 17px;
    margin-right: 15px;
}
.brand_scroll_ft .title{
    display: inline-block;
}
footer .footer-col ul{
    clear: both;
}
footer .footer-col ul li a{
    font-size: 12px;
}
footer .info h2{
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0px;
}
footer .footer-1{
    width: 38%;
    position: relative;
}
footer .footer-1 img{
    top: -21px;
    max-width: 100%;
    position: absolute;
}
footer .footer-1 h2{
    padding-left: 80px;
}
footer .footer-4{
  width: 26%;  
}
footer .footer-3,footer .footer-2{
    width: 18%;
}
footer .footer-3 .skype{
    padding-bottom: 5px;
}
footer .footer-3 .skype .title{
    float: left;
    width: 50%;
}


#bottom{
    position: relative;
    padding: 11px 0px;
}
#bottom .copyright{
    text-align: center;
    color: #fff;
}
#bottom .copyright a{
    color:#ffffff;
}
#bottom .copyright a:hover{
    text-decoration: underline;
}
#bottom .follow{
    position: absolute;
    top: -10px;
    width: 100%;
}
#bottom .follow i{
    border: solid 2px #00a9eb;
    border-radius: 50%;
    width: 30px;
    padding: 5px;
    background: #fff;
    z-index: 10;
}
#bottom .follow i.ficon-facebook{
    color: #265bb2;
}
#bottom .follow i.ficon-gplus{
    color: #f53f55;
}
#bottom .follow i.ficon-twitter{
    color: #00deff;
}
#bottom .follow i.ficon-youtube{
    color: #bf1a1a;
}
#tth-scrollup{
    background:#3994b9;
    color:#fff;
    position:fixed;
    right:10px;
    bottom:50px;
    padding:10px;
    font-size:30px;
}

/* ------------------------------------scroll---------------------------------*/
#tth-scroll_left {
    position: absolute;
    width: 154px;
    z-index: 100;
    top: 120px;
    left: 12px;
    overflow: hidden;
}
#tth-scroll_right{
    position:absolute;
    width:154px;
    z-index:100;
    top: 120px;
    right:0px;
    overflow:hidden;
}
.class_top{
    top: 536px !important;
}


.fr{
    padding-bottom: 30px;
}
header .menu_header_top .wrapper{
    text-align: right;
    min-height: 50px;
        display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-end;
      -webkit-justify-content:flex-end;
      align-items: center;
}
header .menu_header_top .wrapper ul{
    display: table-cell;
    vertical-align: middle;
}
header .menu_header_top .wrapper .logo_mobile{
    display: none;
}


/*product_item ===============================================================*/
.product_item .image{
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    height: 0px;    
}
.product_item .image img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product_item{
   /*border: 1px solid #e7e7e7;*/
   /*background: #fff;*/
   position: relative;
}
/*.product_item:after{
   content: '';
   position: absolute;
   left: -1px;
   right: -1px;
   bottom: -3px;
   height: 3px;
   background: #d2d2d2;
}*/
.product_item .img{
   text-align:center;
   position: relative;
   overflow: hidden;
}
.product_item .img a:first-child,
.product_item .img img{
   display: block;
   width: 100%;
}   

.product_item .info{
   padding: 0px 10px 8px;
   text-align: center;
}
.product_item .info .rate span{
    color: red;
    float: left;
    margin-top: -1px;
    margin-left: 4px;
}
.product_item .info .info-title{
   display: block;
   height: 40px;
   overflow: hidden;
   margin: 5px 0px;
   text-align: left;
}
.product_item .info h3{
    display: inline-block;
    height: 100%;
    width: 100%;
    font-weight: normal;
    font-family: 'tahoma';
    font-size: 14px;
}
.product_item .info h3 a{   
   line-height: 20px;
   display: table-cell;
   height: 100%;
   width: 100%;
   vertical-align: middle;
}
.product_item .info .price {
    text-align: left;
    font-size: 14px;
    color: #525252;
    text-decoration: line-through;
}
.product_item .info .price_buy{
    font-size: 15px;
    font-weight: bold;
    color: #dd2222;
    text-align: left;
}
/********************************************************/

.product_item .img{
   text-align:center;
   position: relative;
   overflow: hidden;
   padding-bottom: 20px;
}
.product_item p.price{
    color: #00a9eb;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.product_item p.made_in{
    text-align: center;
    font-size: 13px;
    color: #888888;
}
.product_item .img a:first-child,
.product_item .img img{
   display: block;
   width: 100%;
} 
.product_item:before{
   content: '';
   position: absolute;
   top: 50%;
   display: none;
   left: 50%;
   bottom: 50%;
   right: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.5);
   -webkit-transition: all 500ms ease-out 0s;
   -moz-transition: all 500ms ease-out 0s;
   -o-transition: all 500ms ease-out 0s;
   transition: all 300ms ease-out 0s;
   z-index: 1;
}
.product_item:hover:before{
   top: 0%;
   left: 0%;
   bottom: 0%;
   right: 0%;
}
.product_item .ficon-eye-1,
.product_item .icon_detail,
.product_item .icon_add_cart,
.product_item .ficon-cart-plus{
   position: absolute;
   top: 55%;
   display: none;
    height: 35px;
    line-height: 35px;
    width: 87%;
   color: #fff;
   background: #00a9eb;
   border: solid 1px #00a9eb;
   font-size: 13px;
   cursor: pointer;
   -webkit-transition: all 500ms ease-out 0s;
   -moz-transition: all 500ms ease-out 0s;
   -o-transition: all 500ms ease-out 0s;
   transition: all 300ms ease-out 0s;
   z-index: 2;
   text-transform: uppercase;
   text-align: center;
   display: block;
}
.product_item .icon_add_cart{
    top: 30% !important;
}
.product_item .icon_detail:hover,
.product_item .ficon-cart-plus:hover{
   background: none;
   color: #fff;
   color: #00a9eb;

}
.product_item .icon_detail{
   right: 100%;
   background: #00a9eb;
   display: none;
}
.product_item .icon_add_cart{
   left: 100%;
   background: #fff;
   color: #00a9eb;
   border-color: #fff;
   display: none;
   
}
.product_item .ficon-cart-plus{
   left: 100%;
   margin-left: 6px;
}
.product_item:hover .icon_detail{
   right: 8%;
}
.product_item:hover .icon_add_cart{
   left: 5%;
}
.product_item:hover .ficon-cart-plus{
   left: 50%;
}
.product_item .info{
   padding: 0px;
   text-align: center;
}
.list_item_product .product_item .rate {
    display: block;
    width: 100%;
    display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content:center;
}
.rate i{
    color: #ffd322;
    margin:-3px;
}
.rate .empty{
    color: #cccccc !important;
}
.rate i:hover{
    color: #00a9eb
}
#item_detail .info_right .rate i{
    color: #fe9e0d;
}
.list_item_product .product_item .rate img{
    display: inline !important;
    width: auto;
    padding: 0px 1px;
}
.list_item_product .title_product {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 9px;
    
}
.list_item_product .title_product  a{
    color: #444 !important;
    text-transform: capitalize;
}
.list_item_product .fix_bottom{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    
}

.responsiveGallery-btn{
    display: none;
}

.resp-content__active .is_focus .responsiveGallery-btn_prev1,.resp-content__active .is_focus .responsiveGallery-btn_next1{
    display: block !important;
}

.resp-content__active .rating .responsiveGallery-btn_prev,.resp-content__active .rating .responsiveGallery-btn_next{
    display: block !important;
}

.resp-content__active .new .responsiveGallery-btn_prev2,.resp-content__active .new .responsiveGallery-btn_next2{
    display: block !important;
}


.list_item_product .title_product_new{
    padding-bottom: 30px;
    position: relative;
    
}
.list_item_product .title_product_new .customNavigation{
    display: block;
    
}
.list_item_product .title_product_new .customNavigation a{
    color: #444444;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #ccc;
    margin-right: 1px;
    padding: 8px 30px;
    text-transform: uppercase; 
}
.list_item_product .title_product_new .customNavigation a:hover{
    border-color: #00a9eb;
    color: #00a9eb;
}

.list_item_product .title_product_new .customNavigation .prev{
    float: left;
}
.list_item_product .title_product_new .customNavigation .next{
    float: right;
    position: absolute;
    right: 0px;
}

.list_item_product .title_product_new h3{
    color: #00a9eb;
    font-size: 36px;
    padding: 10px 0px;
    border-bottom: solid 1px #000;
    font-weight: normal;
}

.list_item_product .col_item{
   float:left;
   width: 100%;
   position: relative;
   padding: 0px;
   padding-bottom: 16px!important;
}
.list_item_product .col_item p.icon_new{
    text-align: center;
}
.list_item_product .col_item p.icon_new span{
    text-align: center;
    padding: 2px 15px;
    margin-bottom: 2px;
    background: #7ec891;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    outline: solid 1px #7ec891;
    border: solid 1px #fff;
}
.list_item_product .row_empty{
   text-align:center;
}

.star_img{
    max-width: 16px;
    float: left;
    width: auto !important;
    
}
#item_detail .rate .star_img{

}
.list_item_product .col_item .on-ribbon{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 59px;
    height: 59px;
    text-align: center;
    display: none;
}   
.col_item .on-ribbon span
{
    display: inline-block;
    width: auto;
    color: #fff;
    -webkit-transform: rotate(317deg);
    -moz-transform: rotate(317deg);
    -o-transform: rotate(317deg);
    writing-mode: lr-tb;
    font-weight: bold;
    font-size: 13px;
    margin-top: 8px;
    margin-left: -19px;
}
.product_scroll .col_item .on-ribbon span
{
    display: inline-block;
    width: auto;
    color: #fff;
    -webkit-transform: rotate(314deg);
    -moz-transform: rotate(314deg);
    -o-transform: rotate(314deg);
    writing-mode: lr-tb;
    font-weight: bold;
    font-size: 13px;
    margin-top: 11px;
    margin-left: -25px;
}
.on-ribbon.sale{
    display: block !important;
    background: url('../../images/sale.png');
}

.news_focus .row_first{
    display: inline-block;
    width: 38%;
    vertical-align: top;
}
.news_focus .row_first .img{}
.news_focus-row .info h3{
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px #ececec solid;
    padding: 5px 0px;
}
.news_focus-row:last-child .info h3{
    border-bottom: 0px;
}
.news_focus-row .info h3 a{
    color: #666;
}
.news_focus-row .info h3 a:hover{
    color: #ed3237;
}
.news_focus-row.row_first .info h3{
    border: 0px;
}
.news_focus .row_first h3 a {
    font-weight: normal;
    font-size: 20px;
    color: #ed3237;
    line-height: 25px;
}
.news_focus .row_first h3 {
    margin: 5px 0px 5px 0px;
    height: 55px;
    overflow: hidden;
}
.news_focus .row_first .short {
    font-family: tahoma;
    font-size: 13px;   
}
.news_right{
    display: inline-block;
    width: 23%;
    border: 1px #e1e1e1 solid;
    padding: 15px;   
}
.news_focus {
    margin-left: 17px;
    margin-right: 17px;
}
.title_new_focus{
    position: relative;
    text-align: left;
    overflow: hidden;
    font-weight: normal;
    border-bottom: 2px #ececec solid;
    max-height: 40px;
    margin-bottom: 20px; 
}
.title_new_focus span {
    font-size: 22px;
    line-height: 40px;
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
    position: relative;
    background: #888888;
    padding: 0px 10px;
}


.resgister_email p{
    font-size: 12px;
    padding-bottom: 10px;
}
.title_register{
    font-weight: bold;
    font-size: 22px;
    color: #00b050;
    padding-top: 15px;
    display: inline-block;
    font-family: VLBoosterNextFY;
}
.title_register span{
    display: block;
    font-weight: normal;
    font-size: 15px;
    padding: 7px 0px 15px 0px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
}
#form_res_email{
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;

}
#form_res_email .email{
    height: 40px;
    padding: 0px 10px;
    outline: none;
    width: 100%
}
#form_res_email .btn_search{
    width: 100%;
    background: #de0024;
    border: solid 1px #de0024;
    color: #fff;
    height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 0px;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}
.owl-product{
    margin-right: 17px;
    margin-left: 17px;
    margin-bottom: 40px;
}
#form_res_email .btn_search:hover{
    background: none;
    color: #f00;
    border-color: #f00;
    box-sizing: border-box;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}
.owl-product .box_item{
    display: inline-block;
    width: 31%;
    vertical-align: top;
}
.owl-product .box_item .product_item .image{
    margin: 15px 50px;
    padding: 100px;
}
.owl-product .box_item:nth-child(2) {
    margin: 0px 30px;
}
.owl-product .box_item .product_item .name{
    text-transform: uppercase;
    font-size: 17px;
    color: #444444;
    font-weight: bold;
    margin: 15px 0px 0px;
    max-height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.owl-product .box_item .product_item .buy{
    color: #e22525;
    font-weight: bold;
    font-size: 15px;
}
.owl-product .box_item .product_item .buy:hover{
    color: red;
}
.owl-product .box_item .product_item .short{
    font-family: tahoma;
    font-size: 14px;
    color: #777777;
}
.owl-product .box_item .title{
    background: #888;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
    height: auto !important;
    padding: 1px 10px;
}
.owl-product .box_item .title .bg_sale{
    font-size: 13px;
    margin: 5px 0px;
    padding-left: 5px;
    margin-left: -10px;
    padding-top: 4px;
    width: 47px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/bg_sale.png');
}

.float-divider
{
    clear: both;
    display: block;
    height: 5px;
    font-size: 1px;
    line-height: 1px;
}
.menu
{
    float: left;
    padding: 50px 0 0 50px;
}
.menuTitle
{
    float: left;
    border: solid 1px #C9D0D8;
    background-color: #F1F5F8;
    padding: 3px;
    cursor: pointer;
    width: 150px;
}
.menuImgClose
{
    float: left;
    background: url('../Images/close_bt.png') right no-repeat;
    cursor: pointer;
    width: 30px;
    height: 25px;
}
.menuIconOpen
{
    background: url('../Images/open_bt.png') right no-repeat;
}
.menuContent
{
    float: left;
    padding: 3px;
    display: none;
}
.arrow-r {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #444;
    margin-bottom: 1%;
    margin-right: 7px;
    margin-left: 3px;
    display: inline-block;
}

.arrow-d {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #444;
    margin-bottom: 6px;
    margin-right: 5px;
    display: inline-block;
}

.collapse-container>:nth-child(odd) {
    padding: 5px;
    background-color: gray;
    background-image: linear-gradient(bottom, gray 14%, #969696 70%);
    background-image: -o-linear-gradient(bottom, gray 14%, #969696 70%);
    background-image: -moz-linear-gradient(bottom, gray 14%, #969696 70%);
    background-image: -webkit-linear-gradient(bottom, gray 14%, #969696 70%);
    background-image: -ms-linear-gradient(bottom, gray 14%, #969696 70%);
    border: 1px solid black;
    margin: auto;
}
.collapse-container>:nth-child(even) {
    background-color: white;
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
}
.collapse-container>:nth-child(even) p {
    padding: 0px 5px;
}

.collapse-container>:nth-child(odd):hover {
    cursor: pointer;
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit browsers */
}
.form_add_cart{
    height: 0px;
    display: inline;   
}
.btn_custom{
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #cd1233;
    outline-color: #ccc;
    background: #e54d42;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#e54d42),to(#e54d42));
    background: -webkit-linear-gradient(#e54d42,#d72041);
    background: -moz-linear-gradient(#e54d42,#d72041);
    background: -ms-linear-gradient(#e54d42,#d72041);
    background: -o-linear-gradient(#e54d42,#d72041);
    background: linear-gradient(#e54d42,#d72041);
    -webkit-transistion: all .5s linear;
    -moz-transistion: all .5s linear;
    -ms-transistion: all .5s linear;
    -o-transistion: all .5s linear;
    transistion: all .5s linear;
    margin-right: 5px;
    outline: none;
}
.btn_custom_1{
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #cd1233;
    outline-color: #ccc;
    background: #ed3237;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#ed3237),to(#ed3237));
    background: -webkit-linear-gradient(#ed3237,#b3161a);
    background: -moz-linear-gradient(#ed3237,#b3161a);
    background: -ms-linear-gradient(#ed3237,#b3161a);
    background: -o-linear-gradient(#ed3237,#b3161a);
    background: linear-gradient(#ed3237,#b3161a);
    -webkit-transistion: all .5s linear;
    -moz-transistion: all .5s linear;
    -ms-transistion: all .5s linear;
    -o-transistion: all .5s linear;
    transistion: all .5s linear;
    margin-right: 5px;
}
.btn_custom:hover {
    background: #e54d42;
    color: #fff;
}
.btn_custom_1:hover {
    background: #e54d42;
    color: #fff;
}

#form_signin .row_btn{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.waring_panel{
    margin-bottom: 10px;
    border: 1px #ef5e09 solid;
    padding: 4px 9px;
    border-radius: 2px;
}
.skip_login_btn{
    margin-top: 10px;
    border-radius: 2px;
    border: 1px #d6d6d6 solid;
    padding: 3px 10px;
    cursor: pointer;
    outline: none;
    background: #dddddd;   
}
.skip_login_btn:hover{
    background: #ecebeb;
}
.icon-cancel{
    background: url(../images/close-x.png);
    height: 15px;
    width: 15px;
    display: inline-block;    
}

/*NEWS*/
.full.news #tth-content{
    width: 72%;
}
.full.news #tth-column{
    width: 28%; 
}
#group-detail{
    padding: 0px 17px;
    margin-bottom: 28px;
}
.news_content .box_menu_product ul li {
    float: left;
    width: auto;
}
.news_content .box_menu_product ul li a > div:before{
    content: '';
}
.news_content .box_menu{
    font-size: 14px;
    background: #f1f2f2;
    line-height: 25px;
    position: relative;    
}
.news_content .box_menu_product ul li a{
    font-weight: bold;
    color: #404041;
    text-transform: inherit;
}

.news_content .box_menu_product li a > div{
    padding-left: 0;
}
.news_content .box_menu li a:hover,.news_content .box_menu li a.current {
    color: #ed3237 !important;
}
.news_content .box_menu li a:before {
    background: none;
}
#user_forgot_pass .row_btn{
    margin-top: 10px;
}
#form_change_pass{
    margin-top: 10px;
}
#BactoTop {
    text-indent: -99999px;
    cursor: pointer;
    background: url(../../images/backtotop.png) no-repeat scroll 11px 12px #00a9eb;
    bottom: 40px;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    width: 41px;
    z-index: 9999;
    -moz-border-radius: 50%;
    border: 3px #fff double;
    color: #fff;
}
.box_check{
    display: inline-block;
    float: left; 
    position: relative;
}
.check_order{
    display: inline-block;
    float: left;
    margin-left: 42px;
    background-color: #f7f7f7;
    padding: 2px 8px;
    font-size: 12px;
    cursor: pointer;
    outline: none;
}
.panel_check{
    display: inline-block;
    position: absolute;
    width: 200px;
    background: #fff;
    z-index: 99;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    padding: 10px 15px;
    top: 25px;
    left: 42px;
    border-radius: 2px;
    display: none;   
}
#check_order .text_input{
    border: 1px #ccc solid;
    margin: 5px 0px;
    padding: 4px 5px;
    font-size: 13px;
    border-radius: 2px;
    width: 100%;
    outline: none;
}
#check_order_xs .text_input{
    border: 1px #ccc solid;
    margin: 5px 0px;
    padding: 4px 5px;
    font-size: 13px;
    border-radius: 2px;
    width: 100%;
    outline: none;
}
.btn-check{
    width: 100%;
    padding: 3px 10px;
    margin-top: 5px;
    background: #ed3237;
    border: 1px #ed3237 solid;
    color: #fff;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}
.btn-check:hover{
    background: #ec1319;
}


.danhgia-sp {
    height: 30px;
    line-height: 30px
}
.danhgia-sp .raty {
    display: inline-block;
    vertical-align: 2%
}
.captcha {
    line-height: 30px
}
.captcha input {
    max-width: 150px;
    display: inline-block;
    margin-left: 10px;
    color: #404041
}
.captcha span {
    display: inline-block;
    background-color: #6d6e71;
    background-image: -webkit-linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), -webkit-linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
    background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
    padding: 0 15px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #969696;
    position: relative;
    top: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.comments-filter {
    margin: 30px 0 20px;
    border-bottom: 1px solid #e2e3e4
}
.comments-filter button {
    background: none;
    box-shadow: none;
    border: none
}
.comment {
    min-height: 20px;
    padding-right: 50px
}
.rating-scores {
    position: absolute;
    top: 0;
    right: 0px
}
.rating-scores i {
    margin-right: 15px;
    float: left
}
#tab-comment_rate .media-body {
    position: relative
}
#tab-comment_rate .admin-name {
    font-weight: bold;
    color: #e81c24
}
#tab-comment_rate .media {
    border-bottom: 1px solid #e2e3e4;
    padding-bottom: 25px;
    margin-bottom: 5px
}
#tab-comment_rate .media .media {
    background: #f9f9f9;
    padding: 10px 5px;
    border-radius: 5px;
    position: relative;
    overflow: visible
}
#tab-comment_rate .media .media:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    right: auto;
    top: -14px;
    border: 7px solid;
    border-color: transparent #f6f7f7 #f9f9f9 transparent
}
.small-star img {
    margin-top: 2px;
    display: block;
    float: left
}
.comment-meta>div {
    padding-right: 15px
}
.comment-meta>div a {
    font-size: 12px;
    color: #1f5ecc
}
.comment-meta>div a:hover {
    color: #184aa0
}
.comment-meta>div .alert {
    color: #e81c24;
    display: none
}
.comment-meta>div .alert:hover {
    color: #be131a
}
.comment-meta:hover .alert {
    display: block
}
.sub-comment-input {
    border: 1px solid #e2e3e4;
    padding: 5px 10px;
    margin-top: 15px;
    max-width: 700px;
    display: none
}
.comments-loadmore {
    text-align: center;
    margin: 20px 0
}
.comments-sub-loadmore {
    background: #f1f2f2;
    padding: 5px 5px;
    border-radius: 5px;
    border-bottom: 1px solid #e2e3e4;
    margin-bottom: 5px
}
.comments-sub-loadmore a {
    display: block
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
#tab-comment_rate .media .input {
    padding: 5px 12px;
    height: 32px;
    font-size: 12px;
    border-radius: 3px;
    display: block;
    border: 1px solid #e2e3e4;
    width: 100%;
    outline: none;
}


#tab-comment_rate .media input.input:-moz-read-only { /* For Firefox */
    background-color: #e1e6e9;
}

#tab-comment_rate .media input.input:read-only { 
    background-color: #e1e6e9;
}


.media-body {
    width: 10000px;
}
#tab-comment_rate .media textarea.input {
    height: 120px;
    max-height: 250px;
    resize: vertical;
    font-family: arial;
    outline: none;
    border-color: #00a9eb;
}
.tg-line-form{
    margin-bottom: 25px;
}
.button{
    display: inline-block;
    padding: 5px 14px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    background: #f1f2f2;
    color: #404041;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
}
.button-blue {
    background: #ed3237;
     color: #fff; 
}
.button-blue:hover {
    background: red;
    color: #fff;
}
#rate_select{
    height: 30px;
    border-radius: 3px;
    padding: 0px 5px;
    border: 1px #e2e3e4 solid;
}
.captcha .captcha-group{
    display: inline-block;
    vertical-align: bottom;
}

.btn_loadmore {
    color: #ed3237;
    cursor: pointer;
    outline: none;
    display: inline-block;
}
.btn_loadmore:hover {
    text-decoration: underline;
}
.list_comment img.star_img{
    width: 12px;
    height: 12px;
}
.list_comment .comment{
    padding-right: 0px;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fb_gg .btn-social {
    padding-left: 5px;
    border-bottom: 2px rgba(0, 0, 0, 0.18) solid;
    border-radius: 1px;
}
.fb_gg .btn_c{
    padding: 6px 10px 5px 10px;
    margin: 8px 0px;
    font-size: 12px;
    border-radius: 34px;
    color: white;
    display: block;
}
.fb_gg .btn-social span{
  padding: 0px;
}
.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0,0,0,0.2);
}
.fb_gg{
    display: inline-block;
    margin-top: 5px;
}
.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}
.btn-block + .btn-block {
    margin-top: 10px;
}
.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0,0,0,0.2);
}
.btn-social span {
   padding-right: 5px;
}
.none{
    display: none;
}
.slogan_xs{
    display: none;
}
.view_no_product .image img{
    max-width: 100%;
}
.check_btn_xs
{
    display: none;
}
.full.signin,
.full.signup{
    background: #e9ebee;
}
#form_signin .row_btn {
    width: 100%;
}
.fixed {
    position: fixed !important;
    top: 75px !important;
    z-index: 999 !important;
}
.near_footer{
    position: absolute !important; 
}

.method_shipping{
    display: inline-block;
    float: left;
    width: 65%;
}
#main_slide .owl-nav .owl-next .angle-right{
    right: 20px;
    position: absolute;
    top: 40%;
    width: 30px;
    height: 58px;
    background: url('../../images/right_main.png') no-repeat;
}
#main_slide .owl-nav .owl-prev .angle-left{
    left: 30px;
    position: absolute;
    top: 40%;
    width: 30px;
    height: 58px;
    background: url('../../images/left_main.png')  no-repeat;
}
footer {
    border-top: none;
    background: #ffffff;
}
.ads-home{
    display: block;
}
.ads-home .banner_item{
    margin-bottom: 15px;
}
.ads-home .banner_item img{
    max-width: 100%;
    width: 100%;
}
/*----------------------------------------fixed_menu*/
.fixed_menu{
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 999;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 -5px 10px #333;
    -moz-box-shadow: 0 -5px 10px #333;
    box-shadow: 0 -5px 10px #333;
    min-height: auto;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
header.fixed_menu .logo img {
    max-width: 115px;
}
.fixed_menu .slogan{
    display: none;
}
header .fixed_menu .header-tool{
    display: none;
    
}
header .fixed_menu .logo{

    position: static !important;
    float: left;
}
header .fixed_menu .logo img{
        width: 66px ;
        padding: 5px 0px;
        -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}
header .fixed_menu .menu-wrapper > ul{
    padding-left: 25px !important;
}
header .fixed_menu > .menu-wrapper > ul > li{
    padding: 9px 0px;
}
.header-menu-big {
    height: 34px;
    display: block;
    line-height: 34px;
    width: 100%;
    border: 1px #fff solid;
    cursor: pointer;
    background: #ed3237;
    border-radius: 2px;
    left: 0px;
    top: 0px;
}
.header-menu-big:before,  .header-menu-big:after {
    content: '';
    display: none;
}
.header-menu-big:before, 
.header-menu-big:after, 
.header-menu-big > span {
    position: absolute;
    display: block;
    height: 2px;
    width: 23px;
    left: 7px;
    background: #fff;
    margin-top: -1px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}
.header-menu-big:after {
    top: 75%;
}
.header-menu-big > span {
    top: 50%;
}
.header-menu-big:before {
    top: 25%;
}
header.fixed_menu #tth-main-menu > .menu-wrapper > ul > li > a:before{
    border: 0px;
}

header.fixed_menu #tth-main-menu > .menu-wrapper > ul > li.last{
    display: none;
}
header.fixed_menu .box_search{
    margin-top: -2px;
}
header.fixed_menu .header-tool .header_cart {
    margin-top: 3px;
}
header.fixed_menu .box_check.none{
    display: block;
    margin-top: 4px;
    float: right;
    margin-right: 30px;
    width: auto;
    background: none;
    padding: 0px;
}
header.fixed_menu #tth-main-menu > .menu-wrapper > ul >li > ul {
    left: 30px !important;
}
header.fixed_menu #tth-main-menu > .menu-wrapper > ul >li > ul:before {
    left: 10px;
    right: auto !important;
}
header.fixed_menu #tth-main-menu > .menu-wrapper > ul a,
header.fixed_menu #tth-main-menu > .menu-wrapper > ul a:focus,
header.fixed_menu #tth-main-menu > .menu-wrapper > ul a:active,
header.fixed_menu #tth-main-menu > .menu-wrapper > ul a.highlighted, 
header.fixed_menu #tth-main-menu > .menu-wrapper > ul a.current {
    border-bottom: 0px;
}
header.fixed_menu #tth-main-menu > .menu-wrapper > ul > li.first > a
{
    width: 40px;
    margin-left: 30px;
    margin-top: -4px;
    margin-top: -4px;
}
header.fixed_menu #tth-main-menu{
    margin-left: -45px;
    padding: 0px;
}
header .fixed_menu ul > li > a{
    padding: 10px 12px !important;
}
.news_scroll{
    display: inline-block;
    width: 69%;
    background: #888888;
    padding: 25px;
    position: relative;
    margin-top: 7px;
    min-height: 253px;
    max-height: 253px;
}
.news_scroll_content
{

}
.news_scroll > .title
{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px #fff solid;
    display: inline-block;
    position: absolute;
    width: 47%;
    height: 44px;
    padding-left: 88px;
    top: 8px;
    padding-top: 10px;
    background: url('../../images/hotdeal.png') no-repeat 0px 0px;
}
.ads-home-right .banner_item{
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    text-align: right;
    max-height: 267px;
    float: right;
    overflow: hidden;
}
.news_scroll .info{
    padding-top: 45px;
    display: inline-block;
    float: left;
    width: 55%;
    padding-right: 30px;
}
.news_scroll .image{
    display: inline-block;
    float: left;
    width: 45%;
}
.news_scroll .image img{
    max-width: 100%;
    border-radius: 2px;
}
.news_scroll .info .title{
    font-weight: bold;
    font-size: 17px;
    color: #f9f9f9;
}
.news_scroll .info .short{
    color: #f9f9f9;
    margin-top: 10px;
}
.view_now{
    background: #ed3237;
    display: inline-block;
    padding: 6px 14px;
    margin-top: 15px;
}
.view_now a{
    font-weight: bold;
    color: #fff;
}
.view_now:hover{
    background: red;
}
#tabs img{
    max-width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}
#tth-main-menu #box_lang{
    display: none;
}
.banner_footer{
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0px;
    z-index: 999;
}
.banner_footer .banner_item a{
    background: #fff;
}
.close_banner{
    float: right;
    background: #ed3237;
    color: #fff;
    padding: 2px;
    opacity: 0.8;
    cursor: pointer;
    margin-bottom: -25px;
    display: inline-block;
    position: relative;
    z-index: 99;
}
.close_banner:hover{
    opacity: 1;
}
.owl-theme .owl-dots{
    margin-top: -30px;
    position: relative;
    z-index: 99;
    padding: 4px 0px;
}
.guide_btn{
    cursor: pointer;
    margin-top: -10px;
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #1f5eb9;
    text-decoration: underline;
}
/*list other
*/
.list_other .list_other-title{
    background: url(../images/bg_title_box_mid.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 14px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding: 4px 15px;
    max-height: 40px;
    text-transform: uppercase;
    position: relative;
}
.list_other .list_other-title span{
    display: block;
    margin-bottom: 14px;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    line-height: 36px;
    max-height: 40px;
    text-transform: uppercase;
}
.list_other .list_other-title span:before{
    content: url(../images/icon_title_box.png);
    left: 9px;
    top: 7px;
    padding-right: 14px;
    position: absolute;
}






@media (max-width: 1330px) {
    #tth-scroll_right,
    #tth-scroll_left{
        display: none;
    } 
}

@media (max-width: 1169px) {  
    #tth-scroll_right,
    #tth-scroll_left{
        display: none;
    } 
    header .slogan {
       
    }
    #tth-main-menu > .menu-wrapper {
        position: relative;
        padding-left: 0px;
    }
    #tth-main-menu > .menu-wrapper > ul{
    }
    header .box_search {
     
    }
}

@media (max-width: 1079px) {   
    .ordering_method_method, .ordering_method_shipping, .ordering_method{
    }
    .owl-product .box_item:nth-child(2) {
        margin: 0px 20px;
    }
    div.wrapper,
    #tth-main-menu > .menu-wrapper{
        margin-left: 20px;
        margin-right: 15px;
        width: auto;
    }
    #tth-main-menu > .menu-wrapper > ul > li > a{
        margin: 5px 7px;
    }
    #tth-main-menu{
        margin-top: 0px;
    }
    header .logo img{
        width: 140px;
    }
    header{
        min-height: 95px;
    }
}

@media (max-width: 999px) {
    header .box_search .text_search {
        width: 170px;
    }
    .menu-header-top .menu_li.first{
        display: none;
    }
    #tth-column_left{
        width: 30%;
    }
    #tth-content{
        width: 67%;
    }
    .owl-product .box_item:nth-child(2) {
        margin: 0px 20px;
    }
    .news_focus .row_first {
        width: 32%;
    }
    .news_right {
        width: 34%;
    }
    .product_item .image img {
        max-width: 100%;
    }
}

@media (max-width: 979px) {
    .news_scroll {
        width: 63%;
    }
    .ads-home-right .banner_item{
       /* max-height: 215px;
        max-width: 32%;*/
    }
    #tth-main-menu{
        margin-top: 0px;
    }
    #tth-main-menu > .menu-wrapper > ul > li > a {
        margin: 5px 5px;
    }
    footer .footer-content{
        flex-wrap: wrap;
    }
    footer .footer-col{
        width: 50%;
        margin-bottom: 20px;
    }
}
@media (max-width: 879px) {
    header .box_search .text_search {
        width: 145px;
    }
}
@media (max-width: 849px) {
    header .box_search .text_search {
        width: 145px;
    }
    #tth-column_left{
        width: 100%;
        padding-right: 17px;
    }
    #tth-content{
        width: 100%;
    }
    .bs-wizard>.bs-wizard-step {
        width: 32% !important;
    }
    .bs-wizard-last {
        text-align: right;
    }
}

@media (max-width: 850px) {
    .owl-product .box_item .product_item .image {
        margin: 0px 20px;
        padding: 0px;
        /* margin: 0px; */
        padding-top: 100%;
    }
    .banner_footer{
        display: none;
    }
    header.fixed_menu #tth-main-menu > .menu-wrapper > ul > li.first > a{
        display: none;
    }
    header .menu_header_top .wrapper .logo_mobile{
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .fixed_menu{
        background: #ed3237;
    }

    .user_signin,
    .user_signup  {
        padding: 35px 15px !important;
    }
    .method_shipping {
        width: 100%;
        max-width: 100%;
    }
    .box_menu_product{
        margin-top: 10px !important;
    }
    .media-left, .media > .pull-left{
        display: none;
    }
    .rating-scores {
        position: relative;
        top: 0;
        right: 0px;
    }
    .danhgia-sp {
        margin-bottom: 10px;
    }
    .menu-header-top .menu_li.first{
        display: block;
    }
    #form_cart_left {
        width: 100% !important;
    }
    .right_cart{
        margin: 0px !important;
        margin-top: 15px;
        width: 100% !important;
    }
    .right_cart .box{
        margin-top: 15px;
    }
    .ordering_address_right {
        width: 32.5% !important;
    }
    .cart_content, .ordering_method_shipping, .ordering_address_right, .ordering_method, .ordering_method_method{
        width: 100% !important;
        margin-bottom: 15px;
    }
    .ordering_address label.title{
        width: 100% !important;
    }
    .ordering_address h3 {
        height: 50px;
    }
    .ordering_user .ordering_signin, .panel-cart {
        width: 100% !important;
        margin-left: 0px !important;
        padding: 20px 20px 20px 20px !important;
        margin-bottom: 15px;
    }
    .bs-wizard>.bs-wizard-step {
        width: 32%;
    }
    .full.news #tth-content {
        width: 100%;
    }
    #tth-content .box_mid{
        padding-left: 17px;
    }
    .full.news #tth-column{
        display: none;
    }
    .slider .meta_title{
        top: 16%;
        font-size: 20px;
    }
    header .header-tool .header_cart .num_cart {
        background: rgba(0, 0, 0, 0.14);
    }
    div.wrapper, #tth-main-menu > .menu-wrapper {
        margin-left: 20px;
        margin-right: 15px;
        width: auto;
        height: auto;
    }
    #tth-main-menu > .menu-wrapper .logo{
        display: none;
    }
    .title_register {
        
    }
    .menu-header-top ul li {
        width: 100%;
        border: 1px #c2c2c2 solid;
        margin: 5px 0px;
        padding: 2px 5px;
    }
    .check_order {
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .footer .footer-content{
        padding-top: 0px;
    }

    .share_link .link {
        padding: 20px 10px !important;
    }
    #bottom{
        margin-top: 0px;
    }
    .news_right{
        width: 100%;
        margin-top: 20px;
    }
    .news_focus .row_first{
        width: 48%;
        margin-right: 1%;
    }
    .owl-product .box_item:nth-child(2) {
        margin: 0px 15px;
    }
    .product_item .image img{
        max-width: 100%;
    }
    header .header-tool .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a{
        color: #fff;
    }
    header .header-tool .header_cart > ul > li > a > i {
        background: url('../images/icon-cart-white.png') no-repeat;
    }
    #main_slide{
        
    }
    #header_cart{
        margin-right: 8px;
    }
    #tth-wrapper{
        padding-top:50px;
    }
    header{
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        background: #fff;
        z-index: 500;
        min-height: auto;
    }
    header .wrapper{
        padding-left: 0px;
    }
    header .logo{
        float: left;
        max-width: 40%;
        margin: 0px;
        background: none;
        padding: 6px;
        border-radius: 2px;
        margin-top: -4px;
        position: relative;
        top: 0px !important;
        left: 0px !important;
    }
    header .logo a,
    header .logo img{
        width:auto;
        max-width:100%;
        max-height:40px;
    }
    header .slogan span,
    header .slogan .menu-header-top
    {
        display: none;
    }
    header .slogan{
        padding: 0px;
    }
    .check_order {
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 15px;
        position: absolute;
        left: 180px;
        top: 7px;
        text-indent: -9999px;
        background: none;
    }
    .panel_check {
        top: 50px;
    }
    .check_order span{
        display: none;
    }
    .check_btn_xs
    {
        display: block !important;
        background: url('../images/check-order.png') no-repeat;
        height: 31px;
        width: 31px;
    }

    header .header-tool{
        max-width:80%;
        padding: 0px;
        margin: 0px 0px;
    }  
    header .header-tool .header_user{
        margin-right: 5px;
    }
    header .header-tool .header_cart > ul > li, 
    header .header-tool .header_user > ul > li {
    }

    #tth-wrapper.mmenu-opening{
        overflow:hidden;
        height:100%;
    }
    header .header-menu-btn{
        float: left;
        display: block;
        margin-left: 7px;
        height: 32px;
        line-height: 32px;
        width: 36px;
        border: 1px #fff  solid;
        position: relative;
        cursor: pointer;

    }
    header .header-menu-btn:before,
    header .header-menu-btn:after,
    header .header-menu-btn > span{
        position: absolute;
        display: block;
        height: 2px;
        width: 21px;
        left: 7px;
        background: #fff ;
        margin-top: -1px;
        -webkit-transition: all 500ms ease-out 0s;
        -moz-transition: all 500ms ease-out 0s;
        -o-transition: all 500ms ease-out 0s;
        transition: all 500ms ease-out 0s;
    }
    header .header-menu-btn:before,
    header .header-menu-btn:after{
        content:'';
    }
    header .header-menu-btn:before{
        top: 25%;
    }
    header .header-menu-btn:after{
        top: 75%;
    }
    header .header-menu-btn > span{
        top:50%;
    }
    #tth-wrapper.mmenu-opening header .header-menu-btn:before{
        left: 7px;
        top: 15px;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
    }
    #tth-wrapper.mmenu-opening header .header-menu-btn:after{
        left: 7px;
        top: 15px;
        -ms-transform: rotate(-45deg); /* IE 9 */
        -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
        transform: rotate(-45deg);
    }
    #tth-wrapper.mmenu-opening header .header-menu-btn > span{
        left: 150%;
    }
    #tth-wrapper.mmenu-opening .slogan_xs{
        display: block;
        padding: 0px 10px;
    }
    #tth-main-menu {
        position:fixed;
        top:50px;
        bottom:0px;
        right:-100%;
        width:300px;
        overflow:auto;
        z-index:100;
        background:rgba(255,255,255,0.95);
        -webkit-transition: all 500ms ease-out 0s;
        -moz-transition: all 500ms ease-out 0s;
        -o-transition: all 500ms ease-out 0s;
        transition: all 500ms ease-out 0s;
    }
    #tth-wrapper.mmenu-opening #tth-main-menu{
        right:0px;
        padding: 10px;
    }
    #tth-main-menu > .menu-wrapper{
        padding: 0 0 50px;
        margin: 0px;
        display: block;
    }
    #tth-main-menu > .menu-wrapper > ul {
        display:block;
        float: none;
        padding-left: 0px;
    }
    #tth-main-menu > .menu-wrapper > ul > li > a{
        color:#666666;
        border-radius: 0px;
        text-align:left;
    }
    #tth-main-menu > .menu-wrapper > ul > li > a:hover, 
    #tth-main-menu > .menu-wrapper > ul > li > a:focus, 
    #tth-main-menu > .menu-wrapper > ul > li > a:active, 
    #tth-main-menu > .menu-wrapper > ul > li > a.highlighted, 
    #tth-main-menu > .menu-wrapper > ul > li > a.current{
    }
    #tth-main-menu > .menu-wrapper > ul > li {
        display:block;
        padding: 9px 0px;
    }
    #tth-main-menu > .menu-wrapper > ul > li > a::before{
        top: 0;
        bottom: auto;
        height: 1px;
        width: 100%;
        background:rgba(255, 255, 255, 0.5);
    }
    #tth-main-menu > .menu-wrapper ul ul li a{
        text-align: left;
    }
    #tth-main-menu > .menu-wrapper > ul >li > ul{
        width: 100%;
        background: none;
    }

    header .box_search{
        bottom: 10px;
        float: none;
        left: 15px;
        margin: 0;
        position: absolute;
        right: 15px;
        top: auto;
        -webkit-transform: skewX(0deg);
        -moz-transform:    skewX(0deg);
        -ms-transform:     skewX(0deg);
        -o-transform:      skewX(0deg);
        transform: skewX(0deg);
    }
    header .box_search .text_search{
        background: rgba(255,255,255,0.9);
        width: 100%;
        display: none;
    }
    header .box_search .btn_search{
        display: none;
    }
    header .logo img{
        padding: 0px;
    }
    header .logo{
        padding-top: 0px !important;
    }
    header .menu_header_top{
    }
    #tth-column_left{
        display: none;
    }
    header .menu_header_top{
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    }
    footer .footer-content{
        padding-bottom: 0px;
    }

}

@media (max-width: 767px) {

    header .header-tool .header_cart > ul > li > a{
        margin-top: 5px;
    }
    .news_focus_main .focus_item,
    .news_focus_main .focus_list{
        width:100%;
    }
    .news_focus_main .focus_list-content, .news_focus_main .focus_item-content{
        height:auto !important;
    }
    .news_focus_main .focus_item h3 a{
        max-height:none;
    }
}

@media (max-width: 729px) {
    footer .footer-col:nth-of-type(n){
        width: 100%;
    }
}

@media  (max-width:  690px) {
    .resgister_email_follow .follow{
        padding-top: 0px;
        text-align: left;
    }
    .resgister_email_follow{
        height: auto;
    }
    .resgister_email_follow .wrapper{
        padding-bottom: 20px;
    }
}
@media (max-width: 599px) {
    .owl-product .box_item .product_item .image {
        margin: 0px;
        padding: 0px;
        padding-top: 210px;
    }
    .header-tool #box_lang{
        display: none;
    }
    #tth-main-menu #box_lang{
        display: block;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        z-index: 999;
    }
    .bs-wizard{
        display: none;
    }
    .rating-scores {
        position: relative;
        top: 0;
        right: 0;
    }
    .danhgia-sp {
        margin-bottom: 10px;
    }
    header .header-tool {
        max-width: 100%;
    }
    header .logo {
        position: static;
        float: left;
        max-width: 40%;
        margin: 0px;
        background: none;
        padding: 6px;
        border-radius: 2px;
        top: 0px;
        margin-top: -2px;
    }
    .owl-product .product_item .image{
        text-align: center;
    }
    .owl-product .box_item:nth-child(2) {
        margin: 10px 0px;
    }
    .owl-product .box_item{
        width: 100%;
        margin: 10px 0px;
    }
    .title_register{
        font-size: 16px;
        
    }
    .resgister_email .fr{
        width: 100%;
    }
    footer .footer-col{
        width: 100%;
    }
    header .header-tool .header_user > ul > li > a > i {
        display: inline-block;
        font-size: 25px;
        margin-top: -6px;
    }
    header .header-tool .header_user {
        margin-right: 0px;
        margin-top: 6px;
    }
    
    header .header-tool .header_user > ul > li > a {
        margin: 0px 3px;
    }
    header .header-tool .header_user > ul > li > a .text{
        display: none;
    }
    header .header-tool .header_user > ul > li > a:after {
        content: '';
    }
    header .header-tool .header_cart > ul > li > a > i {
        margin-top: 0px;
    }
    header .header-tool .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a {
        margin: 0px 5px;
    }
    .list_item_product .title_product_new .customNavigation a{
        padding: 5px 0px;
        width: 62px;
    }
    .list_item_product .title_product_new{
        padding-bottom: 48px;
    }
    .slider .meta_title{
        top: 16%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 15px;
    }
}

@media (max-width: 499px) {
    .brand_scroll_ft {
        width: 100%;
        margin-bottom: 15px;
    }
    .brand_scroll_footer .dkbct {
        margin-left: 0px;
    }
    .brand_scroll_footer .dkbct img{
        max-width: 100px;
    }
    #form_signin .row_btn .btn_custom{
        width: 100%;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    .btn_payment{
        margin-top: 10px !important;
    }
    .btn_pay {
        width: 100% !important;
        margin: 15px 0px !important;
    }
    .ordering_address_l, .ordering_address_r{
        width: 100% !important;
        margin-bottom: 15px;
    }
    .full.promotion .list_item_product .col_item {
        width: 50% !important;
    }
    .media-left, .media > .pull-left{
        display: none;
    }
    .danhgia-sp b {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }
    .box_mid-content .wrapper{
        margin: 0px;
    }
    header .box_search{
        left: 0px;
        right: 0px;
    }
    .slogan_xs span{
        margin-top: 6px;
        display: inline-block;
        margin-bottom: 10px;
    }
    .owl-product .box_item .title {
        height: 35px;
        overflow: hidden;
    }
    div.wrapper, #tth-main-menu > .menu-wrapper {
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
    }
    .news_focus .row_first {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }
    
    #tth-content{
        width:100%
    }
    #tth-column{
        display:none;
    }
    #tth-main-menu{
        width:100%;
    }
    header .menu_header_top .wrapper .hotline{
        display: none;
    }

    #menu_footer .menu_footer-col{
        width:50%;
    }	
    .fb_gg{
        padding-left: 0px;
    }
    #tth-main-menu > .menu-wrapper > ul > li > a {
        margin: 5px 0px;
    }
    .check_order {
        left: 165px;
    }
    .product_item:before{
      display: none;
    }
    .product_item .ficon-eye-1,
    .product_item .icon_detail,
    .product_item .icon_add_cart,
    .product_item .ficon-cart-plus{
        display: none;
    }
    .list_item_product .col_item{
        padding: 5px;
    }
    .product_item .img{
        padding: 10px !important;
    }
    .list_item_product .col_item p.icon_new span{
        font-size: 10px;
        padding: 0 9px;
    }
    .slider .meta_title{
        top: 19%;
        font-size: 16px;
        display: none;
    }
    .slider .tth_navigation{
        top: 14%;
    }
    .slider .tth_navigation li a{
        text-transform: capitalize;
    }

@media (max-width: 400px) {
    .check_order {
        left: 150px;
    }
    .list_item_product .title_product_new{
        padding-bottom: 45px;
    }
}
@media (max-width: 361px)
{
    .captcha input{
        margin-left: 0px;
        margin-top: 10px;
    }
    header .header-tool .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a {
        margin: 0px 3px;
    }
    header .header-tool .header_cart > ul > li > a > i {
        margin-top: 0px;
    }
    header .header-tool .header_cart .num_cart {
        right: -8px;
        top: -5px;
    }
    header .logo{
        margin-top: 1px;
    }
    .check_order {
        left: 130px;
    }
    .full.promotion .list_item_product .col_item {
        width: 100% !important;
    }
}
@media (max-width: 320px) {
    header .wrapper {
        padding-left: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .check_order {
        left: 125px;
    }
    .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a {
        margin: 3px 3px;
    }
    .slider .meta_title{
        top: 16%;
        font-size: 14px;
    }


}
