/*===== Edit by DTM for Desktop =====*/

/*===== Reset CSS =====*/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}*/
table { 
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: none;
}
.box-news-hot ul.body-news li {
    float: left;
    width: 25%;
    padding: 10px;
}
.box-news-hot ul.body-news li a.link-view {
    float: left;
    width: 100%;
    padding: 10px 0px;
    height: 33px;
    overflow: hidden;
}
.box-news-hot ul.body-news li a.img-view {
    display: block;
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.box-news-hot ul.body-news li a.img-view img {
    width: 100%;
    height: auto;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

caption, th { 
    text-align: left; 
}
fieldset { 
    border: 0; 
}
ol, ul { 
    list-style: none; 
}
textarea {
    resize: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
} 
/*===== End Reset CSS =====*/

a,img,li,span{
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;  
}
a:hover, a:focus{
    color: #2f83ff;
    text-decoration: none;
}

/*===== Fonts =====*/
@font-face {
    font-family:'RobotoRegular';
    src: url('font/font_roboto_regular/RobotoRegular.eot');
    src: url('font/font_roboto_regular/RobotoRegular.eot?#iefix'), /* IE4+ */
         url('font/font_roboto_regular/RobotoRegular.woff') format('woff'),
         url('font/font_roboto_regular/RobotoRegular.ttf') format('truetype'), /* font chuan */
         url('font/font_roboto_regular/RobotoRegular.svg#vni-courinormal') format('svg'); /* iphone, ipad*/
}
body,a,span,h1,h2,h3,h4,h5,h6 {
    font-family:RobotoRegular !important; 
}
/*===== Header =====*/
ul.ul-language li {
    padding: 0px 10px;
    float: left;
    margin-top: -3px;
}
ul.ul-language {
    float: right;
    margin-left: 14px;
}
ul.menu-top li a {
    display: inline-block;
    padding: 0px 15px;
    /* border-right: 1px solid #ccc; */
    position: relative;
    color: black;
}
ul.menu-top li a:after {
    content: "";
    width: 1px;
    height: 11px;
    background: #727ab7;
    position: absolute;
    right: 0px;
    top: 3px;
}
ul.menu-top li {
    padding: 0px;
    float: left;
}
.menu-lang {
    margin-top: 10px;
}
ul.ul-language span {
    display: none;
}
.cs-kh h3 {
    padding-bottom: 3px;
    border-bottom: 1px solid;
}
.cs-kh a {
    display: block;
    padding-top: -4px;
    font-size: 15px;
    color: #d90128;
    text-align: left;
    font-weight: bold;
}
.header_top_right {
    float: right;
    width: 28%;
}
.hotline {
    float: right;
    margin-left: 56px;
    margin-top: 19px;
}

.hot-tim {
    float: right;
    width: 80%;
    margin-top: 0px;
}
.header_top_left {
    width: 50%;
    float: left;
    color: #dadada;
    font-size: 14px;
    padding: 6px 0;
}
.header_top_left span {
    padding-left: 5px;
    vertical-align: middle;
 }
figure img {
    vertical-align: middle;
}
.header_top {
    background: #373435;
    display: none;
}
.header_middle_account {
    float: right;
    width: 37%;
    text-align: right;
    margin: 12px 0 12px;
}
.header-box-cart {
    color: #6e6f71;
    font-size: 14px;
    float: right;
}
.header_middle {
    border-bottom: 2px solid #c7c7c7;
}
.header_middle.shirk {
    position: fixed;    
    z-index: 9999;
    background: #fff;
    transition: all ease .5s;
    box-shadow: 0 4px 4px -2px rgba(0,0,0,.15);
    border-bottom: none;
}
.header_middle.shirk .header_middle_account{
    display: none;
}
.header_middle.shirk .banner img{
    width: 100% !important;
    height: auto !important;
}
.header_middle.shirk .nav-main {
    margin: 20px 0;
    height: 40px;
    line-height: 40px;
}
.box-search{
    margin:0;
    width: 88%;
    position: relative;
    border: 1px solid #ccc;
    margin-top: 24px;
}
.box-search .fa {
    position: absolute;
    right: 0;
    top: 0;
    height: 27px;
    background: transparent;
    width: 34px;
    text-align: center;
    line-height: 30px;
    color: #000;
}
.banner {
    margin: 10px 0;
    transition: all ease .5s;
    width: 20%;
}
.input-text {
    width: 100%;
    background: none;
    border: none;
    border-left: 1px solid #8f8e8e;
    padding: 0 10px;
    height: 34px;
    font-size: 13px;
    color: #fff;
}
.input-text {
    width: 100%;
    background: none;
    border: none;
    border-left: snow;
    padding: 0 10px;
    outline-style: none;
    height: 27px;
}
ul.box-link-acount {
    float: left;
    margin: 5px 12px;
    display: none;
}
ul.box-link-acount li a,ul.box-link-acount li .fa{
    color: #6e6f71;
    font-size: 14px;
}
ul.box-link-acount li a:hover,.view-cart a:hover{
    text-decoration: underline;
}
ul.box-link-acount li {
    border-right: 1px solid #6f7072;
    display: inline;
    padding: 0px 10px;
    float: none;
}
.view-cart a {
    color: #6e6f71;
}
/*===== End Header =====*/

/*===== Menu =====*/
.nav-main {
    width: 100%;
    background: none;
    float: left;
    padding: 0px;
    position: relative;
}
ul.nav-menu {
    float: left;
    width: auto;
    height: auto;
}
ul.nav-menu li{
    /* padding: 8px 13px; */
    position: static;
}
ul.nav-menu > li:first-child{
    padding-left:0px
}
ul.nav-menu li.active a {
    background: none;
    border-top: none;
    color: #37ac39;
    line-height: unset;
    font-weight: bold;
}
ul.nav-menu li a {
    font-weight: normal;
    height: auto;
    line-height: unset;
    color: #1b95e0;
    padding: 0;
    font-size: 14px;
    position: relative;
    padding: 12px 12px;
}
ul.nav-menu li a:before{
    content: "";
    position: absolute;
    bottom:-7px;
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    background:#6e6f71;
    transition: all ease .5s;
}
ul.nav-menu > li > a:hover:before{
    /* transform: scaleX(1); */
}
ul.nav-menu > li > ul > li > a:hover {
    color: #d90128;
}
ul.nav-menu li:hover a {
    background: #ffffff;
    border-top:none;
    color: #37ac39;
    line-height: unset;
    font-weight: bold;
}
ul.nav-menu li:last-child{
    /* padding:0 0 0 13px; */
}
ul.nav-menu>  li:hover > ul.sub-menu {
    background: white;
    opacity: 1;
    visibility: visible;
    top: 41px;
    z-index: 1;
    display: block;
}
ul.nav-menu > li > ul > li{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #ccc;
    padding-right:0px !important;
    padding-left: 5px !important;
}
ul.nav-menu > li > ul > li:last-child{
    border-bottom:0px; 
}
ul.nav-menu > li > ul > li:before {

    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 18px;
    left: 15px;
}
ul.nav-menu li ul.sub-menu {
    display: block;
}
ul.nav-menu li ul.sub-menu{
    opacity: 1;
    visibility: hidden;
    position: absolute;
    transition: all ease .5s;
    top: 34px;
    width: 100%;
    top: 100px;
    border-radius: 5px;
    z-index: 999;
    right: inherit;
    display: none;
    left: 0px;
}
ul.nav-menu> li> ul.sub-menu:before{

}
/*===== End Menu =====*/

/*===== Slogan =====*/
.slogan {
    width: 100%;
    float: left;
    margin: 15px 0px;
    display: none;
}
.slogan .row div:first-child > .slogan_inner {
    background: url("images/icon-vanchuyen.png") left center no-repeat;
}
.slogan .row div:nth-child(2) > .slogan_inner {
    background: url('images/icon-doitra.png') left center no-repeat;
}
.slogan .row div:nth-child(3) > .slogan_inner {
    background: url('images/icon-thanhtoan.png') left center no-repeat;
}
.slogan .row div:nth-child(4) > .slogan_inner {
    background: url('images/icon-tuvan247.png') left center no-repeat;
    border-right: none;
}
.slogan .slogan_inner {
    padding-left: 60px;
    border-right: thin solid rgb(199, 199, 199);
    margin: 20px 0px;
}
.txt_slogan {
    text-transform: uppercase;
    font-size: 14px;
}
.cl_old {
    color: #898989;
    font-size: 13px;
}
.cl_main {
    color: #da1818;
    font-size: 13px;
    font-weight: bold;
}
/*===== End Slogan =====*/

/*===== Slideshow =====*/
.slides .owl-pagination{
    display: none;
}
.slides {
    position: relative;
    overflow: hidden;
    width: 1170px;
    max-width: 100%;
    float: none;
    margin: 0px auto;
    padding: 0px 15px;
}
.content-slider {
    float: left;
    width: 100%;
}
.slides .owl-carousel img {
    max-width: 100%;
    object-fit: cover;
}
.slides .owl-theme .owl-controls .owl-buttons .owl-prev,.slides .owl-theme .owl-controls .owl-buttons .owl-next  {
    top: 50%;
    transform: translateY(-50%);                                                                                                                                                                                                                                                                                                    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transition: all ease .5s;
}
.slides .owl-theme .owl-controls .owl-buttons .owl-prev{
    left:-100px;
}
.slides .owl-theme .owl-controls .owl-buttons .owl-next{
    right:-100px;
}
.slides:hover .owl-theme .owl-controls .owl-buttons .owl-prev{
    left:0px;
}
.slides:hover .owl-theme .owl-controls .owl-buttons .owl-next{
    right:0px;
}
.slides .owl-theme .owl-controls .owl-buttons div {
    background: #6e6f71;
}
/*===== End Slideshow =====*/

/*===== Element None =====*/
.box-marque,ul.product-list li .price,.body-container .col-mid .cate-header .txt-name-sub span,.menu_mobile{
    display: none;
}
/*===== End Element None =====*/

/*===== Content =====*/
.body-container,.box-menu-left{
    margin-top: 0;
    padding-top:0;
}
.container-site{
    width: 100%;
    display: none;
}
.container {
    position: relative !important;
    overflow: unset !important;
    background: none !important;
    margin: auto;
    float: none;
}
/*===== Products News =====*/
.body-container .col-mid .cate-header .txt-name-sub {
    border-bottom: none;
    text-transform:unset;
    width: auto;
    border-bottom: 1px solid #6e6f71;
    display: block;
    width: 100%;
}
.box-product-new {
    margin: 10px 0;
}
.box-pro-sale {
    margin-top: 14px;
}
ul.product-list li:hover {
    box-shadow:none;
    /* border: 1px solid #cfcfd0; */
}
.body-container .col-mid {
    width: 78%;
    padding: 0 0 0 15px;
}
.box-pro-home .sub-top a,.box-news-home .header a,.box-product-new .header a,.box-news-home .header a,.box-news-home .header a,.body-container .col-mid .cate-header .txt-name-sub a{
     color: #2c2c2c;
     font-weight: bold;
}
.body-container .col-mid .cate-header {
    border-bottom: none;
    height: auto;
}
.box-news-home .body-news{
    border:none;
}
.box-news-home .body-news h4 a {
    font-size: 14px;
    font-weight: bold;
    color: #6e6f71;
    text-align: justify;
    margin: 0 0 10px;
}
.box-news-home .body-news h4 a:hover{
    color:#373435;
}
.box-news-home .body-news .item-list {
    margin-bottom: 0;
    width: 100%;
    float: left;
    clear: none;
    /* height: 160px; */
}
.box-news-home .body-news .news-more {
    float: right;
    margin-right: 23px;
    position: relative;
}
.box-news-home .body-news .news-more:before{
    content:"";
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: white;
    border-radius: 100%;
    top: 17px;
    left: 7px;
    z-index: 9999;
}
.box-news-home .body-news .news-more a {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    float: left;
    padding: 1px 11px;
    background: #37ac39;
    color: white !important;
    padding-left: 17px;
    font-size: 11px;
    margin-top: 10px;
    position: relative;
}
.box-news-home .body-news .news-more a:hover{
    color:#373435;
}
ul.product-list li {
    width: auto;
    transition: all ease .5s;
    margin: 10px 0;
}

ul.product-list li .frame-img img{
    width: 100%;
    height: auto;
    object-fit: scale-down;
    transition: all ease .5s;
}
ul.product-list li .frame-img img:hover{
    transform: scale(1.1);
}
ul.product-list li .frame-img{
    padding: 0;
    overflow: hidden;
    height: 170px;
}

ul.product-list li .pro-name span:hover{
    color: #373435;
}
ul.product-list li .price-new {
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    color: #d90128 !important;
    background-position: center 22px;
    padding-bottom: 4px;
    text-align: left;
    margin-bottom: 6px;
    margin-top: 6px;
}
ul.product-list li{
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    border: 1px solid transparent;
}
ul.product-list li .frame-content, ul.product-list li .link-views {
    display: block !important;
}
.itemProContent {
    float: left;
    width: 60%;
    padding-left: 10px;
    text-align: left;
}
ul.product-list li .frame-box {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
ul.product-list li .frame-img {
    overflow: hidden;
    height: 190px;
    display: inline-block;
    padding: 10px;
}
ul.product-list li .frame-img:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.product-list li .pro-name {
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 14px;
    display: block;
    position: relative;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold !important;
}
ul.product-list li .link-view-short{
    display: block;
    position: absolute;
    right: -100px;
    top: 90px;
    transition: all ease .5s;
    font-size: 12px;
    padding: 0px 15px;
    height: 28px;
    line-height: 28px;
    border-radius: 0px;
}
ul.product-list li .pro-name span {
    font-weight: bold;
}
ul.product-list li:hover .link-view-short {
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    top: 90px;
    right: 15px;
    display: block;
    padding: 0px 15px;
    position: absolute;
    background: #d90128;
    cursor: pointer;
    border-radius:0px; 
}
ul.product-list li .link-order{
    display: block;
    position: absolute;
    left: -100px;
    top: 90px;
    transition: all ease .5s;
    height: 28px;
    line-height: 28px;
    padding: 0px 15px;
    font-size: 12px;
    border-radius: 0;
}
ul.product-list li:hover .link-order {
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    top: 90px;
    left: 15px;
    display: block;
    padding: 0px 22px;
    position: absolute;
    background: #d90128 !important;
    cursor: pointer;
    font-size: 12px;
    border-radius: 0;
}
ul.product-list li .link-order:hover,ul.product-list li .link-view-short:hover{
    background: #373435;
}
ul.product-list li:hover .link-order,ul.product-list li:hover .link-view-short{
    background: #d90128;
    display: none;
}
.view-container {
    font-size: 13px;
    margin: 10px;
    display: block;
    overflow: hidden;
    height: 56px;
    text-align: justify;
}

.item-list.clearfix img {
    float: left;
    height: 141px;
    width: 100%;
    height: auto;
    /* max-width: 161px !important; */
    /* object-fit: cover; */
    margin: 0px;
}

.box-news-home .news-more:after {
    position: absolute;
    content: "";
    /* width: 0; */
    /* height: 0; */
    /* border-left: 8px solid transparent; */
    /* border-top: 8px solid #373435; */
    right: -10px;
    /* bottom: 7px; */
    content: "";
    content: "\f0da";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 4px;
    /* left: 0; */
    right: -10px;
    color: #37ac39;
    font-size: 29px;
}

/*===== End Products News =====*/

/*===== News Products =====*/
.body-container .col-left {
    width: 22%;
}
.box-pro-sub .cate-header .drop-fillter {
    margin-right: 10px;
}
.box-menu-left .header{
    background: #39ab39;
    border-left: 2px solid #d90128;
    font-size: 15px;
    text-transform: uppercase;
}
.box-adv-left .header:after{
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #D90128;
    left: 0;
}
.box-fillter-attributes .header:after{
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #37ac39;
    left: 0;
}
ul#list_player {
    float: left;
}
.box-top-video .header:after{
    position: absolute;
    content: "";
    width: 16.3%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #37ac39;
    left: 0;
}
.box-top-video {
    margin-bottom: 10px;
}
ul#list_player li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #f04655;
    border-radius: 100%;
    top: 12px;
    left: 4px;
}
ul#list_player li a {
    font-size: 14px;
    color: #373435;
}
ul#list_player li {
    border-bottom: 1px dotted #ebebeb;
    position: relative;
    padding-left: 16px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
.col-left .box-online-visit .header:after {
    position: absolute;
    content: "";
    width: 51%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #37ac39;
    left: 0;
}
.box-news-hot .header:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #D90128;
    left: 0;   
}
.col-left .box-support .header:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #37ac39;
    left: 0;
}
.box-support .box-body .list-cate-online .list-online .header-support {
    font-style:normal;
}
.box-pro-home .sub-top:after {
    position: absolute;
    content: "";
    width: 13%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #D90128;
    left: 0;  
}
.box-product-new .header:after {
    position: absolute;
    content: "";
    width: 12%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #37ac39;
    left: 0;
}
.box-news-home .header:after{
    width: 20% !important
}
.box-product-motion .header:after{
    width: 18.3% !important;
}
.col-left .box-pro-sale .header:after {
    position: absolute;
    content: "";
    width: 57%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #37ac39;
    left: 0;
}
.box-product-new .header,.box-news-home .header,.box-news-home .header,.box-pro-home .sub-top,.box-support .header, .box-news-hot .header, .box-pro-sale .header, .box-adv-left .header, .box-online-visit .header, .box-top-video .header, .box-fillter-attributes .header{
    background: none;
    border-left: 0;
    color: #2c2c2c;
    padding-left: 0;
    border-bottom: 1px solid #6e6f71;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.box-support .box-body .list-cate-online .header-cate{
    background: none;
    color: #6e6f71;
    border-bottom: 1px solid #6e6f71;
    margin: 10px 0 0;
    font-size: 13px;
    display: none;
}
.box-news-hot ul.body-news li, .box-pro-sale ul.body-pro li, .box-adv-left ul.body-adv li {
    margin: 10px 0;
}
.box-body img {
    width: auto;
    width: 100%;
    height: auto;
    margin: 10px 0;
    float: left;
}
.box-pro-sale .body-pro li a {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
.box-pro-sale .body-pro li a img {
    width: 100%;
    height: auto;
}
.box-pro-sale .body-pro li h6 {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding-left: 10px;
}
.box-pro-sale .body-pro li h6 a {
    text-transform: uppercase;
    color: #39ab39;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
}
ul.product-list {
    margin-top: 10px;
}
ul.body-news h5 {
    height: 35px;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-right: 30px;
}
}
ul.menu-left-view {
    background: #f7f8fa;
}
.link-view,.box-support .box-body .list-cate-online .list-online{
    font-size: 14px;
    transition: all ease .5s;
    background: none;
}
a.link-view {
    color: #6e6f71;
}
a.link-view:hover {
    color: #373435;
}
.menu-left-view li {
    position: relative;
    padding: 11.1px 0;
    cursor: pointer;
    border-bottom: rgba(199, 199, 199, 0.34) thin solid;
    background: #f7f8fa;
}
.menu-left-view li a {
    color: #2c2c2c;
    font-size: 12px;
    padding: 0 31px;
    position: relative;
}
.menu-left-view li a:before{
    content: "\f0da";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top:0;
    left: 15px;
}
ul.sub-menu li a{
    padding-left:30px;
    height: auto;
    line-height: unset;
    float: none;
}
ul.sub-menu li a:hover {
    background: none !important;
    border: none;
    line-height:unset;
}
ul.sub-menu {
    opacity:0;
    visibility:hidden;
    position:absolute;
    transition:all ease .5s;
    top: 0;
    width: 100%;
    right: -361px;
    z-index:999;
}
ul.sub-menu:before{

}
.menu-left-view li:hover ul.sub-menu{
    opacity:1;
    right:-260px;
    visibility:visible;
    z-index:999;
}
.menu-left-view li a:hover {
    color: #373435;
    padding-left:40px;
}
/*===== End News Products =====*/
/*===== Product Sale =====*/
.box-product-motion ul.body-pro li {
    width: 25%;
    transition: all ease .5s;
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid transparent;
}
.box-product-motion ul.body-pro li .frame-img {
    overflow: hidden;
    height: 190px;
    display: inline-block;
    padding: 10px;
} 
.box-product-motion ul.body-pro li .frame-img img {
    overflow: hidden;
    height: 170px
} 
.box-product-motion ul.body-pro li .frame-img img:hover {
    transform: scale(1.1);
}
.box-product-motion ul.body-pro li .frame-img img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
    transition: all ease .5s;
}
.box-product-motion ul.body-pro .pro-name {
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 14px;
    display: table;
    position: relative;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
    color: #d90128;
    font-weight: bold !important;
}
.box-product-motion ul.body-pro .price-new {
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    color: #373435 !important;
    background-position: center 22px;
    padding-bottom: 4px;
    font-weight: bold;
}
.price-new span {
    font-weight: bold;
}
.box-product-motion ul.body-pro .link-order {
    display: block;
    position: absolute;
    left: -100px;
    top: 90px;
    transition: all ease .5s;
    height: 28px;
    line-height: 28px;
    padding: 0px 15px;
    font-size: 12px;
}
.box-product-motion ul.body-pro li .link-view-short {
    display: block;
    position: absolute;
    right: -100px;
    top: 90px;
    transition: all ease .5s;
    font-size: 12px;
    padding: 0px 15px;
    height: 28px;
    line-height: 28px;
}
.box-product-motion ul.body-pro li .frame-box  {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
}
.box-product-motion ul.body-pro li:hover {
    border: 1px solid #cfcfd0;
}

.box-product-motion ul.body-pro li .frame-content, .box-product-motion ul.body-pro li .link-views {
    display: none;
}
.box-product-motion ul.body-pro .link-order:hover, .box-product-motion ul.body-pro li .link-view-short:hover {
    background: #373435;
}
.box-product-motion ul.body-pro li:hover .link-view-short {
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    top: 90px;
    right: 15px;
    display: block;
    padding: 0px 15px;
    position: absolute;
    background: #d90128;
    cursor: pointer;
}
.box-product-motion ul.body-pro li {
    overflow: hidden;
}
.box-product-motion ul.body-pro li:hover .link-order {
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    top: 90px;
    left: 15px;
    display: block;
    padding: 0px 22px;
    position: absolute;
    background: #f74d88;
    cursor: pointer;
    font-size: 12px;
}
.box-product-motion ul.body-pro li:hover .link-order, .box-product-motion ul.body-pro li:hover .link-view-short {
    background: #d90128 !important;
}
.box-product-motion ul.body-pro .link-order:hover, .box-product-motion ul.body-pro .link-view-short:hover {
    background: #373435;
}
.price {
    clear: left;
    text-align: center;
}
ul.product-list-promo {
    margin-top: 10px;
    float: left;
}
 .box-product-motion ul.body-pro li img {
    margin-right: 0px;
}
.frame-percent {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 66px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    background: transparent;
    color: #d90128;
    z-index: 999;
    border: 1px solid #d90128;
}
.box-product-motion ul.body-pro li .frame-img:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.box-product-motion ul.body-pro .pro-name span  {
    font-weight: bold;
}
.price span {
    font-size: 14px;
    text-decoration: line-through;
    color: #6e6f71;
}
/*===== End Product Sale =====*/
/*===== Slide Center =====*/
.box-adv-center {
    clear: left;
}
.box-adv-center .header {
    display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
    display: block;
}
/*===== Slide Center =====*/
/*===== Products Details =====*/
.col-mid-pro .box-pro-sub {
    width: 100%;
    position: static;
}
.col-mid-pro .box-pro-sub .cate-header.sub-top:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.col-mid-pro .box-pro-sub .cate-header.sub-top {
    border-bottom: 1px solid #6e6f71;
    height: 35px
}
.col-mid-pro .box-pro-sub .cate-header .txt-name-sub {
    border-bottom: none;
    background: transparent;
    border-left: 0px;
    border-bottom: 3px solid #37ac39;
    color: #2c2c2c;
    padding: 0px 10px;
    padding-left: 0px;
    font-size: 14px;
    padding-right: 0px;
}
.col-right-sub .box-pro-sale .header:after {
    position: absolute;
    content: "";
    width: 51%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #3ddb40;
    left: 0;
}
.col-right-sub .box-support .header:after {
    position: absolute;
    content: "";
    width: 43%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #37ac39;
    left: 0;
}
.col-right-sub .box-online-visit .header:after {
    position: absolute;
    content: "";
    width: 45%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #37ac39;
    left: 0;
}
.col-right-sub .box-menu-left {
    display: none;
}
.body-container .col-mid-pro{
    width: 75%;
}
.body-container .col-right-sub {
    width: 25%;
}
.pro-detail {
    margin-top: 14px;
}
.tab_content img {
    max-width: 100% !important;
    margin: 10px 0;
}
.tab_content p {
    font-size: 14px;
    line-height: 25px;
}
.pro-detail .form-right h1 {
    width: 100%;
    height: auto;
    font-size: 23px;
    color: #484848;
    border-bottom: 1px dotted #d90128;
    padding-bottom: 7px;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #d90128;
}
.col-right-sub .box-pro-sale {
    margin-top: 0px;
}
a#ctl16_ucLoadControl_ctl00_btnAdd {
    display: none;
}
.pro-detail .form-right .text-line {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-weight: bold;
    float: left;
    font-size: 14px;
}
.pro-detail .form-right .text-price {
    width: 100%;
    height: auto;
    margin-top: 7px;
    font-weight: bold;
    float: left;
    font-size: 14px;
}
.pro-detail .form-right .text-line {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-weight: bold;
    float: left;
    font-size: 14px;
}
.pro-detail .form-right .text-line .col-lg-6 {
    font-weight: bold;
    font-size: 14px;
}
.btn-add-card {
    width: 65%;
    height: 32px;
    line-height: 32px;
    background: #d90128;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    float: left;
}
.color-text-second {
    color: #d90128 !important;
    font-weight: bold;
    font-size: 20px !important;
}
span#total {
    color: #d90128 !important;
    font-weight: bold;
    font-size: 20px !important;  
}
.pro-detail .form-right .info-sort {
    width: 100%;
    height: auto;
    margin-top: 10px;
    float: left;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 10px;
}
ul.tabs-pro li.active {
    color: #36ab38;
    border-bottom: 3px solid #36ab38;
}
ul.tabs-pro li {
    display: block;
    float: left;
    font-weight: 400;
    margin-right: 5px;
    padding: 7px 0px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: -2px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
}
ul.tabs-pro {
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    width: 100%;
    /* border-bottom: 1px solid #6e6f71; */
    float: left;
}
.col-mid-pro .box-pro-sub 

/*===== End Products Details =====*/

/*===== News Details =====*/
.body-detailt img {
    max-width: 100% !important;
    margin: auto;
    text-align: center;
    float: none;
    width: 100% !important;
    margin: 10px 0;
}
.box-news-detailt .txt-name-sub {
    font-size: 19px !important;
    background: none !important;
    padding-bottom: 0 !important;
    text-align: left !important;
}

ul.ul-orther-news li {
    list-style: circle;
    list-style-position: inside;
    transition: all ease .5s;
}
ul.ul-orther-news li:hover{
    padding-left:10px;
}
ul.ul-orther-news li a {
    font-size: 14px;
    color: #986f36;
    transition: all ease .5s;
}
ul.ul-orther-news li a:hover {
    color: #d90128;
}
.news-detailt p {
    text-align: justify;
}
table.tplCaption {
    width: 100% !important;
}
/*===== End News Details =====*/

/*===== Form Contact =====*/
.info {
    margin: 0 15px;
    text-align: center;
}
.info .box-text-footer div {
    width: 100%;
    float: none;
}
.info p,.info div,.info strong,label.control-label.col-md-3{
    font-weight: bold;
}
.info .box-text-footer {
    width: 100%;
    text-align: left;
}
.imgCaptcha img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: scale-down;
}
.form-control,label.control-label.col-md-3{
    margin: 10px 0;
    border-radius: 0;
}
a#ctl16_ucLoadControl_ctl00_btnSend {
    padding: 10px;
    background: #016d84;
    color: #fff;
}
a#ctl16_ucLoadControl_ctl00_btnReset {
    padding: 10px;
    background: #986f36;
    color: #fff;
}
a#ctl16_ucLoadControl_ctl00_btnSend:hover,a#ctl16_ucLoadControl_ctl00_btnReset:hover{
    opacity: 0.9;
}
/*===== End Form Contact =====*/

/*===== End Content =====*/

/*===== Footer =====*/
.fa-angle-style {
    color: #fff;
    background:#6e6f71;
    padding: 10px;
    transition: all ease .5s;
    border: 1px solid #6e6f71;
}
.fa-angle-style:hover {
    color: #6e6f71;
    background: #fff;
    border: 1px solid #6e6f71;
}
.footer-col h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 0;
    color: #373435;
}
.f-low-1 h5 {
    color: #da1818;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    line-height: 25px;
}
.f-low-1 {
    padding: 20px 30px;
}
.f-low-2 {
    margin-top: 35px;
}
.footer-col li {
    padding: 5px 0;
}
.footer-col .fa {
    font-size: 30px;
}
.footer-bottom {
    background: #373435;
    color: #fff;
    height: 38px;
    line-height: 38px;
}
footer a, footer p {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}
footer p{
    color: white;
}
footer a {
    color: #373435;
}
footer a:hover{
    color: #373435;
}
.coppyright {
    font-size: 14px;
}
div#topcontrol {
    bottom: 47px !important;
}
.box-footer {
    background: #1b9b1c;
    padding: 0;
    color: #000 !important;
    border-top: none;
    padding-bottom: 10px;
}
.footer-address {
    width: 1170px;
    max-width: 100%;
    margin: 0px auto;
}
.box-footer .footer-address h5  {
    font-size: 14px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 0;
    color: #373435;
    font-weight: bold;
}
.box-social-network .header {
    display: block;
    width: 68%;
    float: right;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.box-social-network {
    width: 42%;
    height: auto;
    z-index: 999;
    position: absolute;
    float: none;
    top: 6px;
    right: -91px;
}
.box-social-network ul.body-social {
    float: right;
}
ul.links li{
    transition: all ease .5s;
}
ul.links li:hover{
    padding-left: 10px;
}
footer.footer_main {
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #ccc;
    padding-top: 21px;
    margin-top: 30px;
} 
ul.menu-footer {
    width: 1170px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px 20px 15px;
}
ul.menu-footer > li {
    float: left;
    width: 28%;
}
ul.menu-footer > li > h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 0;
    color: #373435;
}
ul.menu-footer > li > ul > li {
    padding: 5px 0;
}
ul.menu-footer > li > ul > li {
    transition: all ease .5s;
}
ul.menu-footer > li > ul > li:hover {
    padding-left: 10px;
}
.design {
    clear: both;
    width: 100%;
    background: red;
}
.box-news-home .body-news .item-list:after, .design:after{
   visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;   
}
.design {
    clear: both;
    width: 100%;
    background: #1b9b1c;
    color: white;
    font-size: 12px;
    padding: 10px 0px;
}
.design-ctent {
    width: 1170px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
}
ul.menu-footer:after{
    visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
a.facebook,a.tweet,a.youtube,a.zing, a.googleplus, a.rss {
    background: url('images/social.png') no-repeat;
    width: 20px;
}
ul.body-social li a {
    padding: 0px !important;
}
a.facebook{
    background-position-y: -2px
}
a.tweet {
    background-position-y: -91px;
}
a.youtube{
    background-position-y: -48px;
}
a.zing{
    background-position-y: -26px;
}
a.googleplus{
    background-position-y: -72px;
}
a.rss{
    background-position-y: -113px;
}
ul.body-social li a span {
    padding-left: 32px;
}
ul.body-social li:nth-child(1)  {
    float: left;
    width: 50%;
    text-align: right;
}
ul.body-social li:nth-child(2)  {
    float: left;
    width: 50%;
}
ul.body-social li:nth-child(3)  {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 14px;
}
ul.body-social li:nth-child(4)  {
    float: left;
    width: 50%;
}
ul.body-social li:nth-child(5)  {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 14px;
}
ul.body-social li:nth-child(6)  {
    float: left;
    width: 50%;
}
/*===== End Footer =====*/
/*===== dang ky website=====*/
.dang-ky-web-site {
    display:none;
    position: fixed;
    top: 0px;
    left: 0px;
    float: left;
    width: 100%;
    z-index: 999999;
    background: #18a4dd;
}
.dang-ky-web-site-content {
    width: 1170px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
    font-size: 16px;
}
.dang-ky-left {
    float: left;
    padding: 9px;
    padding-left: 20px;
    position: relative;
}
.dang-ky-left:before {
    content: "";
    background: url("/theme/default/img/icon-back.png") no-repeat;
    width: 20px;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 15px;
}
.popup-dang-ky {
    background: url("images/Poppup.png") no-repeat top center;
}
.dang-ky-web-site-content a {
    color: white;
    display: inline-block;
    padding-right: 20px;
}
.dang-ky-web-site-content span {
    color: white;
}
.dang-ky-right {
    float: right;
    padding: 5px;
    padding-right: 0px;
}
a#IconSkype {
    position: relative;
    padding-right: 40px;
}
a#IconSkype:after {
    content: "\f17e";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 0px;
    right: 9px;
    font-size: 25px;
    color: #ffffff;
}
.btn {
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    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: 1px solid transparent;
    border-radius: 74px;
}
/*===== dang ky website=====*/
/*===== Reponsive Mobile By DTM =====*/

@media only screen and (max-width:1199px){  
    .header_middle_account {
        width: 46%;
    }
    nav-menu li {
        padding: 0 9px;
    }
    .txt_slogan{
        font-size: 13px;
    }   
}
@media only screen and (max-width:992px){ 
    .hidden-sm,.hidden-xs{
        display: block !important;
    }
    .header_middle_account {
        width: 59%;
    }
    .header_middle.shirk .menu_mobile {
        margin: 30px 0 20px;
    }
    .header_middle.shirk .nav-main {
        margin: 0;
        height: auto;
        line-height: unset;
    }  
    .form-control, label.control-label.col-md-3 {
        margin: 5px 0;
    }
    .body-container .col-mid-pro,.body-container .col-mid{
        width: 100%;
        padding:0;
    }
    .body-container .col-left{
        display: none;
    }
    .box-text-footer,.box-news-home .body-news .item-list{
        width: 100%;
    }
    .body-container .col-right-sub{
        display: none;
    }
    .menu_mobile {
        display: block;
        color: #6e6f71;
        text-transform: uppercase;
        font-size: 16px;
        float: right;
        margin: 0 auto;
        font-family: arial;
        width: 75%;
        text-align: right;
    }
    .menu_mobile .fa,.menu_mobile .text_menu{
        font-size: 16px;
    }
    .menu_mobile .text_menu{
        font-family: arial;
    } 
    .nav-main {
        width: 100%;
        height: auto;
    }
    ul.nav-menu {
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
        border-top: 1px solid #fff;
        height: 245px;
        overflow-y: auto;
        display: none;
        width: 100%;
    }
    ul.nav-menu li {
        display: block;
        float: none;
        padding:0;
    }
    ul.nav-menu li a,ul.nav-menu li:last-child{
        float: none;
        padding:0;
    }
    ul.nav-menu li.active a,ul.nav-menu li  a{
        line-height: 40px;
    }
    ul.product-list li,.box-text-footer div{
        width: 50%;
    }
    #sync2 .item img {
        height: 43px;
    }
    .slogan .row div:nth-child(2) > .slogan_inner{
        border:none;
    }
    .tab_content img {
        width: 100% !important;
        height: auto !important;
    }
}

@media only screen and (max-width:767px){
    .col-mid .box-pro-sub .box-body h3 img {
        width: 100% !important;
        height: auto !important;
    }
    .box-footer {
        padding: 0px 10px;
    }
    .box-social-network {
        width: 100%;
        height: auto;
        z-index: 999;
        position: absolute;
        float: none;
        top: 182px;
        right: -8px;
    }
    .box-social-network .body-network {
        position: absolute;
        top: 30px;
        right: -83px;
    }
    .box-social-network .header {
        display: block;
        width: 58%;
        float: right;
        text-align: left;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
    }
    ul.menu-footer > li {
        float: left;
        width: 50%;
    }
    ul.box-link-acount {
        float: right;
        margin: 5px 12px;
        display: none;
    }
    .box-product-motion ul.body-pro li {
        width: 50%;
        transition: all ease .5s;
        margin: 10px 0;
        overflow: hidden;
        border: 1px solid transparent;
    }
    .banner {
        margin-top: 15px;
        margin-bottom: 0px;
        transition: all ease .5s;
        width: 31%;
    }
    .banner a.link-logo img.img-logo {
        width: 100%;
        height: auto;
    }
    .menu_mobile {
        display: block;
        color: #6e6f71;
        text-transform: uppercase;
        font-size: 16px;
        float: right;
        margin: 0 auto;
        font-family: arial;
        width: 69%;
        margin-bottom: 10px;
        text-align: right;
    }
    div#loadFillter .cate-header.sub-top .txt-name-sub a {
        border: none !important ;
    }
    .news-detailt p img {
        width: 100% !important;
        height: auto !important;
    }
    .box-news-home .body-news .item-list{
        width: 100%;
        height:auto;
        margin:5px 0;
    }
    header.header_main.container {
        padding: 0;
        margin: 0;
    }
    .box-text-footer div{
        padding:10px 15px;
    }
}

@media only screen and (max-width:667px) {
    .box-social-network .header {
        width: 54% !important;
    }
    .box-social-network .body-network {
        position: absolute !important;
        top: 30px !important;
        right: -36px !important;
    }
}
@media only screen and (max-width:736px) {
    .box-social-network .header {
        width: 52%;
    } 
    .box-social-network .body-network {
        position: absolute;
        top: 30px;
        right: -3px;
    }
}
@media only screen and (max-width:640px){
    .menu_mobile {
        margin: 19px 0;
        width: auto;
    }
    .header_middle_account,.header_top_left{
        display: none;
    }
    .box-search {
        width: 100%;
    }
    .slogan .slogan_inner {
        padding-left: 51px;
    }
}
@media only screen and (max-width:568px){
    .box-social-network .header {
        width: 59% !important   ;
    }
    .box-social-network .body-network {
        position: absolute !important;
        top: 30px !important;
        right: -89px !important;
    }
}

@media only screen and (max-width: 480px){
    .header_top_right {
        float: right !important;
        width: 86% !important;
        margin-right: 21px !important;
    }
    .hot-tim {
        float: right;
        width: 100%;
        margin-top: 0px;
    }
    .hotline {
        float: right !important;
        margin-left: 19px !important;
        margin-top: 19px !important;
        margin-right: 22px !important;
    }
    .box-product-new .product-list,#loadFillter .product-list{
        display: block !important;
    }
    .box-product-new ul li.item-list,.box-news-priority ul li,.div#loadFillter li.item-list{
        width: 100% !important;
    }
    .menu-top{
        display: none;
    }
    .box-social-network {
        width: 100%;
        height: auto;
        z-index: 999;
        position: absolute;
        float: none;
        top: 546px;
        display: none;
        left: -198px;
    }
    .body-container .col-mid-pro ul li.item-list{
        width: 100% !important;
    }
    .footer-address {
        width: 1170px;
        max-width: 100%;
        margin: 0px auto;
    }
    .box-social-network .header {
        width: 53%;
    }
    .box-social-network .header {
        display: none;
    }
    ul.body-social li {
        width: 15% !important;
    }
    ul.menu-footer > li {
        float: left;
        width: 100%;
    }
    ul.body-social li a span {
        display: none;
    }
    ul.body-social li a {
    display: block;
    width: 20px;
    height: 20px;
    }
    .box-news-detailt .cate-header.sub-top .txt-name-sub {
        font-size: 14px !important;
    }
    .col-mid .box-news-sub .box-body.homepage.clearfix h4 {
        float: left;
        width: 100% !important;
        text-align: justify;
        padding: 10px;
    }
    .col-mid .box-news-sub .box-body.homepage.clearfix .cat-news.clearfix > a {
        display: inline-block;
        width: 100% !important;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-mid .box-news-sub .box-body.homepage.clearfix .clearfix {
        width: 100% !important;
        float: left;
        clear: none;
        font-size: 15px;
        line-height: 20px;
        text-align: justify;
        padding: 10px;
    }
    .col-mid .box-news-sub .box-body.homepage.clearfix .news-more {
        float: none;
        margin-right: 0px;
        text-align: center;
    }
    .pro-detail .form-left{
        width: 100% !important;
    }
    .box-body-sub .row:last-child {
        width: 100% !important;
        float: left !important;
        margin-top: 30px !important;
    }
    .pro-detail .form-right {
        width: 100% !important;
        height: auto;
        padding-left: 15px;
        float: left;
        margin-top: 10px;
    }
    .news-detailt p img {
        width: 100% !important;
        height: auto !important;
    }
    .lien-he {
        display: none;
    }
    .header_middle.shirk .banner img {
    width: 100% !important;
    height: auto !important;
    }
    .banner {
    margin: 10px 0;
    transition: all ease .5s;
    width: 50%;
    }
    .menu_mobile .fa, .menu_mobile .text_menu {
    font-size: 20px;
    }
    .menu_mobile {
    margin: 33px 0;
    width: auto;
    }
    ul.product-list li,.box-text-footer div{
        width: 100% !important;
    }
    ul.product-list li .frame-img img,.box-news-home .body-news{
        padding:10px 0;
    }
    .box-pro-home .sub-top a,.box-product-new .header, .box-news-home .header, .box-news-home .header,.body-container .col-mid .cate-header .txt-name-sub a, .header a{
        font-size: 20px;
        background-position: center bottom;
    }
    ul.product-list li .frame-img{
        height: auto;
    }
    .box-product-motion ul.body-pro li {
        width: 100%;
    }
}

@media only screen and (max-width: 414px) {
    .box-social-network .body-network {
        position: absolute !important;
        top: 30px !important;
        right: 8px !important;
    }
}
@media only screen and (max-width: 375px) {
    .box-social-network {
        width: 100%;
        height: auto;
        z-index: 999;
        position: absolute;
        float: none;
        top: 546px;
        left: -252px;
    }
    .box-social-network .body-network {
        position: absolute !important;
        top: 30px !important;
        right: -83px !important;
    }
}

@media only screen and (max-width: 420px) and (min-width: 320px){ 

    .box-news-detailt .cate-header.sub-top .txt-name-sub {
        font-size: 12px !important;
    }
    .header_middle.shirk .banner img {
        width: 100% !important;
        height: auto !important;
    }
    .banner {
        margin: 10px 0;
        transition: all ease .5s;
        width: 64%;
    }
    .menu_mobile {
        margin: 19px 0;
        width: auto;
    }

    img.img-logo {
        width: 100%;
        height: auto;
    }
    .header_middle.shirk .menu_mobile {
        margin: 20px 0 20px;
    }
    .item-list.clearfix img {
        float: left;
        height: auto;
        width: 100%;
        max-width: 100% !important;
        object-fit: cover;
        margin:10px 0;
    }
    .view-container {
        margin: 10px 0;
    }
    .col-lg-3.col-md-3.col-sm-6.col-xs-6 {
        width: 100%;
    }
    .slogan .row div:first-child > .slogan_inner,.slogan .row div:nth-child(3) > .slogan_inner{
        border:none;
    }
    .footer-inner {
        text-align: center;
    }
}
@media only screen and (max-width: 320px) {
    .box-news-detailt .cate-header.sub-top .txt-name-sub {
        font-size: 12px !important;
    }
    .box-social-network {
        width: 100%;
        height: auto;
        z-index: 999;
        position: absolute;
        float: none;
        top: 546px;
        left: -198px;
    }
    .box-social-network .body-network {
        position: absolute !important;
        top: 30px !important;
        right: -81px !important;
    }
}
/*===== End Reponsive Mobile By DTM =====*/
/*===== Product-page=====*/
div#loadFillter> .cate-header.sub-top:first-child {
/*    display: none;*/
}
div#loadFillter .cate-header.sub-top .txt-name-sub a {
    border-bottom: 3px solid #39ab39;
    padding: 6px 0px;
}
div#loadFillter .cate-header.sub-top {
    margin-top: 0px !important;
}
/*===== Product-page=====*/
/*===== Facebook-comment=====*/

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    width: 100%;
}
._2pi8 {
    padding-left: 8px;
     padding-right: 0px !important; 
}
.fb-comments.fb_iframe_widget span {
   width: 100% !important;
    max-width: 100% !important;
}
._42ef {
    overflow: hidden;
    width: 100% !important;
}
.fb_ltr {
    width: 100% !important;
}

/*===== End-Facebook-comment=====*/

.col-mid .box-pro-sub .cate-header.sub-top {
    margin-top: 0px !important;
    border-bottom: 1px solid #6e6f71;
    height: 35px; 
}
.col-mid .box-pro-sub .cate-header.sub-top .txt-name-sub {
    border-bottom: 3px solid #39ab39;
    float: left;
    width: auto;
    padding: 0px 0px;
    color: #2c2c2c;
}
.col-mid .box-pro-sub .box-body {
    float: left;
    margin-top: 10px;
}
.col-mid .box-pro-sub .box-body p {
    font-size: 14px;
    line-height: 20px;
}
.col-mid .box-pro-sub .box-body h3 {
    text-align: justify;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.UFIImageBlockContent._42ef {
    width: 100%;
} 


.col-mid .box-news-sub .cate-header.sub-top {
    margin-top: 0px !important;
    border-bottom: 1px solid #6e6f71;
    height: 37px;
}
.col-mid .box-news-sub .cate-header.sub-top .txt-name-sub {
     color: #2c2c2c;
     border-bottom: 3px solid #39ab39;
     padding: 0px 0px;
     height: 38px;
     width: auto;
     font-size: 15px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix .cat-news.clearfix > a {
    display: inline-block;
    width: 30%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix .cat-news.clearfix {
    border: 1px solid #ccc;
    margin: 10px 0px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix .cat-news.clearfix {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix .clearfix {
    width: 70%;
    float: left;
    clear: none;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding-right: 10px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix {
    margin-top: 10px;
    float: left;
}
.col-mid .box-news-sub .box-body.homepage.clearfix  .news-more {
    float: right;
    margin-right: 20px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix  .news-more a {
    display: inline-block;
    padding: 5px 20px;
    background: #39ab39;
    color: white;
    font-size: 12px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix h4 {
    float: left;
    width: 70%;
}
.col-mid .box-news-sub .box-body.homepage.clearfix a img {
    margin:0px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix h4 a {
    font-size: 15px;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 10px;
    float: left;
}



.box-news-detailt .cate-header.sub-top {
    margin-top: 0px !important;
    border-bottom: 1px solid #6e6f71;
    height: 37px;
}
.box-news-detailt .cate-header.sub-top  .txt-name-sub {
    width: auto;
    padding: 0px;
    height: 38px;
    border-bottom: 3px solid #39ab39;
    font-size: 16px !important;
    color: #2c2c2c;
}
.box-news-detailt .body-detailt {
    font-size: 14px;
    line-height: 20px; 
}
ul.ul-orther-news {
    float: left;
    margin: 10px 0px;
}
ul.ul-orther-news li a {
    font-size: 14px;
    color: #2c2c2c;
}
/*===== Contact=====*/
.box-sub-contact .cate-header {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 37px !important;
    border-bottom: 1px solid #6e6f71 !important;
}
.box-sub-contact .cate-header  .txt-name-sub {
    height: 38px !important;
    border-bottom: 3px solid #d90128 !important;
    width: auto !important;
    color: #2c2c2c !important;
    padding-right: 0px !important;
}
.box-sub-contact .box-body-sub {
    margin-top: 20px;
}
.box-sub-contact .box-body-sub {
    width: 100%;
    height: auto;
    float: left;
}
.box-body-sub .row:first-child {
    position: relative;
    padding: 15px;
    border: 1px solid #ccc;
}
.box-body-sub .row {
    margin-left: 0px;
    margin-right: 0px;
}
.lien-he {
    position: absolute;
    bottom: -184px;
    right: 0px;
    width: 47%;
}
.lien-he h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    border-left: 3px solid #d90128;
    padding-left: 10px;
    text-align: left;
}
p.ct-lh {
    font-weight: bold;
    color: #353535;
    margin-bottom: 14px;
    text-align: left;
    padding-left: 20px;
}
.lien-he ul li {
    line-height: 30px;
    padding-left: 15px;
    text-align: left;
}
li.li1 {
    background: url('images/a1.png') no-repeat left 4px;
}
li.li2 {
    background: url('images/a2.png') no-repeat left 7px;
    display: none;
}
li.li3 {
    background: url('images/a3.png') no-repeat left 9px;
}
li.li4 {
    background: url('images/a4.png') no-repeat left 9px;
}
span.n {
    color: #353535;
    font-weight: bold;
}
.lien-he ul li span {
    color: #353535;
}
.box-body-sub .row:last-child {
    width: 60%;
    float: left;
    margin-top: 30px;
}
p.ph-tt {
    padding-left: 10px;
    font-size: 14px;
    color: #353535;
    font-weight: bold;
    border-left: 3px solid #d90128;
}
.form-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
a#ctl14_ucLoadControl_ctl00_btnReset {
    display: none;
}
a#ctl14_ucLoadControl_ctl00_btnSend {
    font-size: 14px;
    color: white;
    display: inline-block;
    padding-left: 54px;
    padding-right: 55px;
    background: #a31624;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: bold;
}
a#ctl16_ucLoadControl_ctl00_btnSend{
    font-size: 14px;
    color: white;
    display: inline-block;
    padding-left: 54px;
    padding-right: 55px;
    background: #d90128;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: bold;
}
a#ctl16_ucLoadControl_ctl00_btnReset {
    display: none;
}
.lien-he ul li span {
    font-size: 14px;
}
.form-group {
    margin-bottom: 0px;
    font-size: 14px;
}
.body-detailt p img {
    width: 100% !important; 
    height: auto !important;

}

/*===== End - Contact=====*/

.table-cart-list {
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
}
.box-cart-sub .cate-header.sub-top {
    margin-top: 0px !important;
    border-bottom: 1px solid;
    height: 37px;
}
.box-cart-sub .cate-header.sub-top .txt-name-sub {
    border-bottom: 3px solid #d90128;
    float: left;
    width: auto;
    padding: 0px;
    height: 38px;
    color: #373435;
}

caption, th {
    text-align: left;
    padding: 10px 10px;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
}
.table-cart-list thead {
    width: 100%;
    height: 35px;
    padding: 3px;
    background: #d90128;
    color: white;
    padding: 0px 10px;
    border-left: 1px solid #d90128;
    border-right: 1px solid #d90128;
}
table.table-cart-list   tr td {
    border: 1px solid #c1c1c1;
    font-size: 13px;
    padding: 10px;
    color: #d90128;
    font-weight: 600;
}
table.table-cart-list   tr td a {
    font-size: 13px;
    padding: 10px;
    color: #d90128;
    font-weight: 600;
}
table.table-cart-list   tr td a span {
    font-weight: 600 !important;
}
table.table-cart-list   tr td  span {
   font-weight: 600    
}
td.view-price span {
    font-weight: bold;
    font-size: 18px;
    color: #373435;
}
.cartlist_button {
    float: left;
    margin-top: 10px;
} 
.cartlist_button  a span {
    color: white;
    font-size: 12px;
}
.button-order {
    float: left;
    padding: 5px 10px;
    background: #d90128;
}
.next-buy {
    float: left;
    padding: 5px 10px;
    background: #d90128;
    margin-left: 10px;
}
.body-cart {
    float: left;
    overflow: scroll !Important;
    width: 100%;
}
.body-cart:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.box-cart-sub {
    margin-bottom: 20px;
}

.box-cart-sub:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.list-online {
    position: relative;
}
.nickTell {
    position: absolute;
    right: 0;
    text-align: right;
    color: #d90128;
    font-weight: bold;
    font-size: 15px;
}

.box-support .box-body .list-cate-online .list-online .list-item:last-child .nickTell{

top: 43px;
}
.box-support .box-body .list-cate-online .list-online .list-item:nth-child(2) .nickTell{
    top: 17px;
}
.skype-style {
    width: 50px;
    float: right;
    position: absolute;
    bottom: -12px;
    right: 16px;
}
.nickEmail {
    position: absolute;
    font-weight: bold;
    padding-left: 5px;
    display: none;
}
.box-support .box-body .list-cate-online .list-online {
    padding: 10px 0px;
}
.nickYahoo {
    float: left;
    text-align: center;
    width: 50%;
    margin-top: -7px;
    padding-left: 15px;
}
.nickEmail a {
    font-weight: bold;
    color: #d90128;
    padding-left: 5px;
}

/*===== face=====*/
.face {
    float: left;
}
.face  .header {
    background: none;
    border-left: 0;
    color: #2c2c2c;
    padding-left: 0;
    border-bottom: 1px solid #6e6f71;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 0px;
    width: 100%;
    font-weight: bold;
}
.face  .header:after {
    position: absolute;
    content: "";
    width: 32%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #37ac39;
    left: 0;
}
iframe div#u_0_0 ._2p3a {
    min-width: 180px !important;
    width: 100% !important;
}
.box-top-video  iframe {
    width: 100% !important;
    border: none !important;
    height: 213px !important;
    overflow: hidden;
}
.box-face {
    margin-top: 0px;
}


.dangky {
    position:fixed; width:100%;  top: 0;  left: 0;  z-index: 100000; 
}

.header_main {
    
}

/*=====End  face=====*/
.cs-kh {
    position: relative;
}
.cs-kh:after {
    content: "";
    content: "\f098";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 31px;
    top: 2px;
    position: absolute;
    left: -34px;
    color: #d90128;
}
.trang-chu {
    float: left;
    width: 100%;
}

.content-trangchu {
    width: 1170px;
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 100%;
}
ul.product-list li .frame-img {
    width: 40%;
    height: 180px;
    text-align: center;
    padding: 5px;
    float: left;
}
.itemProContent h3 {
    font-size: 16px;
    color: black;
    font-weight: bold;
}
.txt-code {
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    text-align: left;
    color: #37ac39;
    font-size: 16px;
}
.frame-content {
    float: left;
    width: 100%;
    padding-left: 15px;
}
ul.product-list li .link-views {
    float: left;
    padding: 1px 11px;
    background: #37ac39;
    color: white;
    padding-left: 17px;
    font-size: 11px;
    margin-top: 10px;
    position: relative;
}
ul.product-list li .link-views:after{
    content: "";
    content: "\f0da";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: -6px;
    /* left: 0; */
    right: -10px;
    color: #37ac39;
    font-size: 29px;
}
ul.product-list li .link-views:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: white;
    border-radius: 100%;
    top: 7px;
    left: 7px;
}
.box-product-new .header {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 40px;
    margin-top: 26px;
}
.box-news-priority {
    float: left;
}
.box-news-priority ul li {
    float: left;
    width: 33.33%;
}
.box-news-priority ul li a.img-view {
    float: left;
    width: 100%;
    padding: 20px;
}
.box-news-priority ul li a.img-view img {
    width: 100%;
    height: auto;
}
.div-news-container {
    display: block !important;
    float: left;
    width: 100%;
    padding-right: 0px;
    font-size: 7px;
    /* height: 152px; */
    overflow: hidden;
}
.box-news-priority a.link-view {
    font-size: 18px;
    color: #000000;
    /* text-transform: none; */
    text-transform: uppercase;
}
.box-news-priority .header {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 40px;
    margin-top: 26px;
    border-bottom: 1px solid #6e6f71;
    padding: 9px 10px;
    padding-left: 0px;
    position:relative;
}
.box-news-priority .header:after {
    position: absolute;
    content: "";
    width: 12%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #37ac39;
    left: 0;
}
ul.nav-menu > li > ul > li {
    width: 16%;
    float: left;
    border-right: 1px solid #ccc;
    padding-bottom: 13px !important;
    /* border-bottom: 1px solid #ccc; */
}
ul.nav-menu > li > ul > li>ul {
    position: static !important;
}
ul.nav-menu > li > ul > li>img {
    width: 100%;
    height: auto;
}
ul.nav-menu > li > ul > li>ul {
    position: static !important;
    float: left;
    width: 100% !important;
    text-align: left;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
ul.nav-menu > li > ul > li>ul > li {
    width:100%;
    float: left;
    padding: 5px 12px;
}
ul.nav-menu > li > ul > li>ul > li >a {
    padding-left: 0px;
}
ul.nav-menu > li > ul > li>ul > li >img {
    display: none;
}
ul.nav-menu > li > ul > li >a {
    padding-left: 0px;
    float: left;
    padding: 10px 6px;
    font-weight: bold;
    height: 43px;
    overflow: hidden;
}
ul.nav-menu > li > ul > li:first-child {
    /* padding-bottom: 157px !important; */
    /* border-bottom: 0px; */
    /* border-right: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
}
ul.nav-menu > li > ul > li:nth-child(2){
    /* padding-bottom: 157px !important; */
    /* border-bottom: 0px; */
}
ul.nav-menu > li > ul.sub-menu {
    background: white;
    border: 1px solid #ccc;
    box-shadow: 1px 3px 8px 1px #000000;
    padding: 0px;
    border-radius: 0 0 5px 5px;
    z-index: -1;
    position: absolute;
}
ul.nav-menu > li > ul > li:nth-child(2) {
    /* padding-bottom: 157px !important; */
    /* border-bottom: 1px solid #ccc; */
    /* border-right: 1px solid #ccc; */
}
a.btnNewDetail {
    float: left;
    padding: 1px 11px;
    background: #c1c1c1;
    color: white;
    padding-left: 17px;
    font-size: 11px;
    margin-top: 10px;
    position: relative;
    float: right;
    margin-right: 46px;
    margin-top: 20px;
}
a.btnNewDetail:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: white;
    border-radius: 100%;
    top: 7px;
    left: 7px;
}
a.btnNewDetail:before {
    content: "";
    content: "\f0da";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: -6px;
    /* left: 0; */
    right: -10px;
    color: #c1c1c1;
    font-size: 29px;
}
.box-news-priority {
    float: left;
    width: 100%;
    margin-top: 87px;
}
.box-pro-sale .owl-theme .owl-controls .owl-buttons .owl-prev {
    background-position: center center;
    left: 0;
    position: absolute;
    top: 22px;
    display: block;
    background: url(images/pic.png) top left;
    font-size: 16px;
    width: 20px;
    height: 20px;
    background-position: -109px -72px;
    height: 33px;
    width: 21px;
    /* margin-top: 70px; */
    /* position: absolute; */
    z-index: 9999;
    background-position: -74px -72px;
    height: 33px;
    width: 21px;
    margin-top: 70px;
    position: absolute;
    z-index: 9999;
    left: 0px;
    margin-left: 40px;
    left: -65px;
}
.box-pro-sale .owl-theme .owl-controls .owl-buttons .owl-next {
    background-position: center center;
    right: -2px;
    top: 22px;
    display: block;
    font-size: 16px;
    background: url(images/pic.png) top left;
    font-size: 16px;
    /* background: transparent; */
    /* background-position: -74px -72px; */
    height: 33px;
    width: 21px;
    margin-top: 70px;
    background-position: -109px -72px;
    height: 33px;
    width: 21px;
    margin-top: 70px;
    /* position: absolute; */
    z-index: 9999;
    right: -30px;
}
.box-news-priority .owl-theme .owl-controls .owl-buttons .owl-prev {
    background-position: center center;
    left: 0;
    position: absolute;
    top: 23%;
    display: block;
    background: url(images/pic.png) top left;
    font-size: 16px;
    width: 20px;
    height: 20px;
    background-position: -109px -72px;
    height: 33px;
    width: 21px;
    /* margin-top: 70px; */
    /* position: absolute; */
    z-index: 9999;
    background-position: -74px -72px;
    height: 33px;
    width: 21px;
    margin-top: 70px;
    position: absolute;
    z-index: 9999;
    left: 0px;
    margin-left: 40px;
    left: -65px;
}
.box-news-priority .owl-theme .owl-controls .owl-buttons .owl-next {
    background-position: center center;
    right: -2px;
    top: 23%;
    display: block;
    font-size: 16px;
    background: url(images/pic.png) top left;
    font-size: 16px;
    /* background: transparent; */
    /* background-position: -74px -72px; */
    height: 33px;
    width: 21px;
    margin-top: 70px;
    background-position: -109px -72px;
    height: 33px;
    width: 21px;
    margin-top: 70px;
    /* position: absolute; */
    z-index: 9999;
    right: -30px;
}
.box-news-home .box-news-list {
    width: 33.3333%;
    float: left;
    padding: 20px;
}
.box-news-home .body-news > .item-list > a {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.box-news-home .body-news .item-list .clearfix {
    float: left;
    width: 100%;
    text-align: justify;
}
.box-news-home .body-news .item-list:last-child {
    padding-left: 11px;
    text-transform: none;
}
.box-news-home .body-news .item-list:last-child ul li {
    padding: 7px 0px;
    border-bottom: 1px dotted #ccc;
    padding-left: 14px;
    position: relative;
}
.box-news-home .body-news .item-list:last-child ul  li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #f04655;
    border-radius: 100%;
    top: 12px;
    left: 3px;
}
.box-news-home .body-news .item-list:last-child ul li a {
    color: #333;
}
div#loadFillter li.item-list {
   
    padding: 10px;
}
div#loadFillter li.item-list span h3 {
    font-size: 13px;
    height: 13px;
    overflow: hidden;
}
div#loadFillter li.item-list .txt-code {
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    text-align: left;
    color: #37ac39;
    font-size: 13px;
}
div#loadFillter li.item-list .price-new {
    font-weight: bold;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
    color: #d90128 !important;
    background-position: center 22px;
    padding-bottom: 4px;
    text-align: left;
    margin-bottom: 6px;
    margin-top: 6px;
}
div#loadFillter li.item-list .frame-box {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
}
.body-container {
    margin-top: 30px;
}
.box-text-footer p:first-child strong {
    font-size: 18px !important;
}
.box-text-footer strong {
    font-size: 16px;
}
.box-footer font {
    color: white!important;
}
.div-news-container span strong span {
    /* float: left; */
    /* width: 100%; */
    /* padding: 10px 0px; */
}
.div-news-container span strong {
    /* float:left; */
    /* width:100%; */
    /* padding: 0px; */
}
.box-news-thematic ul .frame-top {
    float: left;
    width: 25%;
    padding: 20px;
}
.box-news-thematic ul .frame-top a.view-img {
    width: 100%;
    float: left;
    height: auto;
}
.box-news-thematic ul .frame-top a.view-img img {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.box-news-thematic ul .frame-top a.view-link {
    padding: 10px;
    float: left;
    color: red;
}
.box-product-new ul li.item-list {
    padding: 10px;
}
.box-product-new .product-list{
    display: grid;
    grid-template-columns: auto auto auto;
}
.box-pro-sale .header {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 40px;
    margin-top: 26px;
    position:relative;
}
.box-pro-sale .header:after {
    position: absolute;
    content: "";
    width: 17%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #37ac39;
    left: 0;
}
.box-news-priority {
    margin-bottom: 50px;
}
.body-container .col-mid-pro ul li.item-list {
    width: 50%;
    border: none;
    padding: 10px;
    margin-bottom: 0px;
}

#loadFillter .product-list {
    display: grid;
    /* grid-auto-columns: auto auto auto; */
    width: 100%;
    grid-template-columns: auto auto;
}
.box-body.homepage.clearfix{
    display: grid;
    width: 100%;
    grid-template-columns: auto auto;
    grid-gap: 0px 22px;
}