@font-face {
    font-family:'helveticaneue';
    font-style: normal;
    font-weight: 300;
    url(../fonts/helveticaneue.ttf) format('truetype');
    font-display: block;
}

* {
    margin: 0;
    padding: 0;
    font-family: "helveticaneue",sans-serif;
}
body {
    overflow-x: hidden;
}
.img-category {
    max-height: 145px;
    overflow: hidden;
}
img.lazyload{
    object-fit: scale-down !important;
}
img.lazyloading{
    opacity: 0.001!important;
}
#header {
    padding: 15px 0;
    background: #fff;
    width: 100%;
}
#header.active {
    position: fixed;
    top: -1px;
    z-index: 9;
    box-shadow: 1px 1px 11px 1px rgba(0,0,0,0.4);
}
#header-bt.active {
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    left: 0;
}
#search-site {
    border: 1px solid #eb1c24;
    background: #fff;
    position: relative;
    border-radius: 4px;
}
.topinput {
    border: 0;
    position: relative;
    background: #fff;
    height: 35px;
    text-indent: 10px;
    font-size: 13px;
    padding-right: 40px;
    width: 100%;
    border-radius: 4px;
}
.btntop {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    bottom: 0;
    border: 0;
    background-color: #eb1c24;
    color: #fff;
}
.btntop i{
    vertical-align: middle;
}
input {
    outline: none;
}
.right-header>ul>li:first-child{
    flex: 1;
}
.box-user>div,.box-cart>div{
    margin-right: 7px;
    line-height: initial;
}
.box-cart>div>span{
    top: -3px;
    right: -2px;
    background: orange;
    color: #fff;
    border-radius: 50%;
    min-width: 15px;
    min-height: 15px;
    text-align: center;
    font-size: 12px;
    padding: 2px 5px;
}
.box-user>ul>li,.box-cart>ul>li{
    line-height: initial;
}
.box-user>ul>li>a,.box-cart>ul>li>a{
    font-size: 13px;
}
.right-header>ul>li>div::before{
    font-family: "Font Awesome 5 Free";
    font-size: 27px;
    font-weight: 200;
    color: #eb1c24;
}
.box-user>div::before{
    content: "\f007";
}
.box-cart>div::before{
    content: "\f07a";
}
.box-cart ul li:last-child a{
    color: #999999;
}
#header-bt>div{
    position: relative;
}
.cate-title{
    width: 20%;
    padding-left: 15px;
    background-color: #eb1c24;
    cursor: pointer;
}
.cate-title>p{
    color: #fff;
    font-size: 14px;
}
.menu-custom > ul{
    display: flex;
    margin: 0;
}
.banner-home-right{
    width: 20%;
    border-bottom: 1px solid #eb1c24;
    padding-left: 5px;
}
.banner-cate-child{
    position: absolute;
    left: calc(400% + 7px);
    width: calc(100% + 2px);
    display: none;
    top: 0;
    height: 100%;
}
.banner-home-right>a,.banner-cate-child>a{
    height: calc(50% - 2.5px);
}
.banner-home-right>a:first-child,.banner-cate-child>a:first-child{
    margin-bottom: 5px;
}
.banner-home-right>a>img,.banner-cate-child>a>img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}
.menu-custom ul>li{
    display: inline-block;
    font-size: 15px;
}
.menu-custom ul>li>a{
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0.5rem 15px;
    display: inline-block;
}
.menu a img {
    order: 2;
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}
.menu>li>a{
    font-size: 14px;
}
.menu>li>ul.sub_menu_1 a{
    font-size: 13px;
}
li.item-menu-more {
    align-items: center;
    width: 75px;
    padding: 0 5px 0;
    height: 66px;
}
a, h1, h2, h3, h4, h5, h6 {
    color: #353535;
}
a, p {
    font-size: 14px;
}
a:hover {
    text-decoration: none;
    color: #e41b35;
}
li.item-menu-more {
    font-size: 13px;
    vertical-align: middle;
    line-height: 19px;
    border-left: 1px solid rgba(0,0,0,.1);
}
footer {
    background: #2e2e2e;
    min-height: 300px;
    padding: 50px 0;
}
ul li, li {
    list-style-type: none;
}
img {
    max-width: 100%;
}
.block-footer h4 {
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
}
.block-footer ul li{
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}
footer a {
    color: #fff;
    font-size: 14px;
}
.banner-home {
    position: relative;
}
.owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 48%;
}
.owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 48%;
}
.item-policy>p>img {
    max-width: 50px;
    margin-right: 15px;
    object-fit: scale-down;
}
.item-policy>p {
    align-self: center;
}
.item-policy {
    display: flex;
    position: relative;
}
.item-policy h5 a{
    font-size: 18px;
}
.item-policy:before {
    content: "";
    background: #ccc;
    height: 55px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 15px;
}
.item-policy:first-child:before {
    display: none;
}
.home-policy, .product-hot, .product-new, .share-exp-home, .block-cate-home {
    margin: 40px 0;
}
.title-home {
    position: relative;
    font-size: 1.25rem;
}
.title-home:after {
    content: "";
    background: #e41b35;
    height: 3px;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: -7px;
}
.block-product-home {
    display: inline-table;
    width: 100%;
}
.block-product-home > div {
    height: 290px;
    overflow: hidden;
}
.block-product-home .banner-product-home {
    width: 20%;
    height: 580px;
    border: 1px solid #d6d6d6;
    float: left;
}
.block-product-home.block_home .banner-product-home {
    height: auto;
}
.banner-product-home img {
    width: 100%;
    object-fit: cover;
}
.item-product-home {
    width: 20%;
    border: 1px solid #ededed;
    display: inline-table;
}
.item-product-home, .item-product {
    cursor: pointer;
}
.product-img img{
    height: 200px;
    width: 100%;
    object-fit: scale-down;
}
.box-prices {
    line-height: 20px;
}
.box-prices .pro-price {
    color: #e41b35;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}
.detail-item {
    line-height: 16px;
    padding: 15px 5px 0 10px;
}
.box-prices .pro-price-del {
    font-size: 12px;
    color: #a9a9a9;
}
.detail-item .pro-name {
    line-height: 16px;
    height: 40px;
    overflow: hidden;
}
.detail-item .pro-name a {
    color: #333;
    text-transform: uppercase;
    /*font-weight: 600;*/
    line-height: 12px;
}
.detail-item .pro-name a:hover {
    color: #e41b35;
}
.related-new>ul>li{
    line-height: 35px;
    border-bottom: 1px #ddd dashed;
}
.related-new>ul>li>a{
    color: #555;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 0;
}
.related-new>ul>li>i{
    margin-right: 5px;
    color: #008A7B;
    font-size: 10px;
}
.news-home-item {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.news-home-item:first-child {
    margin-top: 0;
}
.news-home-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.img-news-home {
    width: 21%;
    display: inline-block;
    margin-right: 3%;
    height: 71px;
    overflow: hidden;
}
.title-news-home {
    width: 70%;
    display: inline-block;
    vertical-align:top;
}
.title-home {
    margin-bottom: 30px;
}
.box-news-home {
    box-shadow: 0 0 2px 2px #ccc;
    padding: 15px;
}
.news-home-main img{
    width: 100%;
    min-height: 340px;
    object-fit: scale-down;
}
.news-home-main {
    position: relative;
}
.news-home-main a {
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.news-home-main a:hover {
    color: #ff5f32;
}
.item-product-home:hover .product-img img, .item-product:hover .product-img img {
    transform: scale(1.4);
    transition: all .4s;
}
.item-product-home .product-img, .item-product .product-img {
    overflow: hidden;
}
.breadcrumb {
    background: none;
    padding: 15px 0;
}
.breadcrumb>li+li:before {
    padding: 0 10px;
    color: #ccc;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
}
.breadcrumb>li a {
    color: #4c4c4c;
}
.title-pview h1 {
    font-size: 20px;
    font-weight: 600;
}
.detail-pview .pro-price {
    color: #e41b35;
    font-size: 1.5em;
    font-weight: 600;
}
.detail-pview .pro-price-del {
    font-size: 14px;
    margin-left: 10px;
    color: #ccc;
}
.req a {
    background: #fff;
    border: 1px solid #e41b35;
    padding: 3px 12px;
    border-radius: 5px;
    color: #e41b35;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.req a:hover, .req a.active {
    background: #e41b35;
    color: #fff;
}
.req a.deactive {
    background: #ccc;
    cursor: not-allowed;
    border: #fff;
    color: #fff;
}
.prew-properties .header {
    margin-bottom: 10px;
}
.size.req {
    margin-top: 10px;
    margin-bottom: 15px;
    max-height: 280px;
    overflow-y: auto;
}
.quantity-area input.qty-btn {
    float: left;
    background: #fff;
    border: solid 1px #eee;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;
}
.quantity-area input#quantity {
    background: #fff;
    font-weight: 600;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 50px;
    border: 1px solid #f5f5f5;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
}
.quantity-area input.qty-btn {
    float: left;
    background: #fff;
    border: solid 1px #eee;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.check-int-pvew .fa-check {
    color: #0a8e01;
}
.check-int-pvew .fa-times {
    color: #e41b35;
}
.check-int-pvew i {
    font-size: 14px;
}
.more-news-home a{
    padding: 5px 10px;
    background: #e41b35;
    color: #fff;
}
#addToCart,#btnAddToCart {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background: #b40e10;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#b40e10),to(#ea1932));
    background: -webkit-linear-gradient(top,#ea1932,#b40e10);
    background: -moz-linear-gradient(top,#ea1932,#b40e10);
    background: -ms-linear-gradient(top,#ea1932,#b40e10);
    background: -o-linear-gradient(top,#ea1932,#b40e10);
    text-transform: uppercase;
    border: #b40e10;
    border-radius: 3px;
}

#addToCart.unBuy, #btnAddToCart.unBuy{
    background: -webkit-linear-gradient(top,#e0dddd,#9E9E9E);
}

#btnAddToCart{
    margin-top: 5px;
}
.child-right-prew {
    margin-bottom: 20px;
    border-top: 1px solid #b3b3b4;
    padding: 12px 15px;
    background: #f7f7f7;
}
.child-right-prew p {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.child-right-prew p:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
}
.thumb_product_details {
    width: 90%;
    margin: 15px auto;
}
#gallery_02 .owl-prev {
    left: -20px;
    top: 15px;
    outline: none;
    font-size: 40px;
}
#gallery_02 .owl-next {
    right: -20px;
    top: 15px;
    outline: none;
    font-size: 40px;
}
.owl-next.disabled span, .owl-prev.disabled span{
    color: #ccc;
}
.product-related {
    margin: 20px 0;
}
.title-product-related {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.content-pview {
    border-top: 1px solid #ededed;
    padding-top: 20px;
    margin-bottom: 30px;
}
.content-pview .title-tab-content, .tab-content .title-tab-content{
    font-size: 20px;
}
.block-categories > a {
    width: 10%;
    display: inline-block;
    float: left;
    text-align: center;
    border: 1px solid #ededed;
    padding: 10px 5px 5px;
    height: 113px;
    overflow: hidden;
}
.block-categories > a:hover {
    color: #ec3712;
    border-color: #ec3712;
}
.block-categories > a.active {
   color: #ec3712;
   border-color: #ec3712;
}
.block-categories > a > img{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
    margin-bottom: 5px;
    border: 1px solid #ededed;
}
.clearfix {
    clear: both;
}
.product-category {
    padding: 50px 0 30px;
}
.item-product-cate {
    border: 1px solid #ccc;
    height: 340px;
    overflow: hidden;
}
.item-product-cate img{
    height: 254px;
}
.item-product-cate .pro-name {
    padding-bottom: 15px;
    height: 40px;
    overflow: hidden;
}
.loadMoreProduct a, .loadMoreNews a{
    padding: 7px 50px;
    border: 1px solid #ccc;
    color: #e41b35;
    animation: all 0.5s ease-in-out;
}
.loadMoreProduct, .loadMoreNews {
    margin: 25px auto;
}
.loadMoreProduct a:hover, .loadMoreNews a:hover{
    background: #e41b35;
    color: #fff;
}
.loadMoreProduct i, .loadMoreNews i{
    font-size: 12px;
}
.appendResultProduct {
    margin: 0;
}
.list-product-cate .item-product {
    margin-bottom: 15px;
    padding-right: 7px;
    padding-left: 7px;
}
.check-int-pvew {
    padding: 10px 0;
}
.sort-by {
    border: none;
    outline: none;
}
.btn-menu-bar {
    display: none;
}
.site-overlay {
    background: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
}
.site-overlay.active {
    opacity: 1;
    visibility: visible;
}
.close-menu-bar {
    display: none;
}
.item-news-cate {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin: 15px 0;
}
.item-news-cate:last-child {
    border-bottom: none;
}
.img-news-cate {
    width: 30%;
    margin-right: 3%;
    overflow: hidden;
    display: inline-block;
    height: 60px;
}
.title-news-cate {
    display: inline-block;
    width: 65%;
    vertical-align: top;
}
.tab-most-view > h3, .tab-list-news>h1 {
    font-size: 22px;
    font-weight: 600;
}
.news-content {
    margin: 30px 0;
}
.item-list-cate {
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.item-list-cate:last-child {
    border-bottom: none;
}
.item-list-cate .img-list-cate {
    width: 25%;
    margin-right: 3%;
    overflow: hidden;
    display: inline-block;
}
.item-list-cate .intro-news {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}
.intro-news h2{
    line-height: 22px;
    text-transform: uppercase;
}
.intro-news h3 a {
    font-size: 18px;
}
.cart-desktop i{
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: #e32124;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto;
}
.cart-desktop {
    margin-bottom: 3px;
}
.sort-by {
    background: transparent;
}
.modalPview {
    position: relative;
}
.modalPview .modal{
    height: 100%;
    overflow-y: auto;
}
.modalPview .after-close{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.modalPview .modal::-webkit-scrollbar {
    width: 7px
}

.modalPview .modal::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .05);
    border-radius: 3px
}

.modalPview .modal::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, .2)
}
.modalPview .modal-title{
    font-size: 22px;
    color: #333;
}
.modalPview .modal-content{
    border-radius: 2px;
}
.modal-header .close {
    padding: 0;
    margin: 0;
}
.custom-calculator {
    margin: 30px 0;
}
.knife-style input {
    margin-right: 15px;
    width: 18px;
    height: 16px;
    vertical-align: middle;
}
.custom-calculator > div .row {
    margin: 10px 0;
}
.title-news-view {
    margin-bottom: 20px;
    font-size: 1.5rem;
}
.video-pview {
    border: 1px solid #eee;
    height: 95px;
}
.video-pview img {
    width: 55px !important;
    margin: 27px auto;
    height: 40px;
    object-fit: scale-down;
}
.video-image img{
    margin: 0 !important;
    width: 100% !important;
    height: 100%;
}
.thumbvideo iframe{
    display: none;
}
li.item-menu-more > a {
    height: auto;
}
.sub_menu_1 > li {
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px;
}
.sub_menu_2 li {
    width: unset;
    text-align: left;
    font-weight: 500;
    padding: 10px 15px 0 15px;
    position: relative;
}
.sub_menu_2 li::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 20px;
    width: 4px;
    height: 4px;
    background: #000;
}
.content-header {
    position: relative;
}
.img-category img {
    height: auto !important;
    width: 100%;
}
p.btn-view-more {
    text-align: center;
}
.tab-list-menu {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.tab-content-menu {
    display: inline-block;
}
.tab-list-menu>p{
    margin: 0;
}
.tab-list-menu > li {
    font-weight: 600;
    text-align: left;
}
.imgArea .thumbnail{
    border: 1px solid #d2d2d2;
    padding: 10px;
}
#gallery_02 img {
    padding: 5px;
    border: 1px solid #ededed;
}
.text-view-img {
    margin-top: 10px;
    color: #a0a0a0;
}
.slider-product-related {
    position: relative;
}
.slider-product-related.owl-carousel .owl-nav button.owl-prev {
    font-size: 40px;
    left: -20px;
    top: 35%;
    outline: none;
}
.slider-product-related.owl-carousel .owl-nav button.owl-next {
    font-size: 40px;
    right: -20px;
    top: 35%;
    outline: none;
}
.brandName {
    margin-bottom: 5px;
}
.brandName h6 span a{
    color: #e41b35;
    font-weight: 600
}
.name-brand {
    margin-top: 30px;
}
.brand-content .product-category {
    padding-top: 0;
}
.pview-quantity h6, .prew-properties .header h6{
    margin-top: 15px;
    font-weight: 600;
}
.pview-quantity {
    float: left;
    margin-right: 15px;
}
.slider-product-related .item-product-view .item-product{
    border: 1px solid #ededed;
}
.tab-specifications {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    height: 500px;
}

#searchFolding {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 200;
    max-height: 400px;
    overflow-y: auto;
}
#searchFolding a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px;
    color: #7e7e7e;
    font-size: 13px;
}

#searchFolding a i {
    color: #333;
    font-size: 11px;
}
#searchFolding a:nth-of-type(odd) {
    background: #F6F6F6;
}
#searchFolding a:hover {
    background: #333;
    color: #fff;
}
#searchFolding a:hover i{
    color: #fff;
}
#searchFolding a span {
    float: right;
    color: #7e7e7e;
}
.content-product{
    overflow: hidden;
}
.content-product img,.news-detail img{
    height: auto !important;
}
.content-product iframe,.news-detail iframe{
    max-width: 100%;
}
.tab-content-pview .content-product .showmore{
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,rgba(255,255,255,1) 55%);
    padding-top: 35px;
}
.showmoreContent,.collapseContent{
    color: red;
}
.collapseContent{
    display: none;
}
.maxheight-Showmore{
    max-height: 450px;
}
.CateName{
    font-size: 1.5rem;
    margin-top: 20px;
}
.tag-product {
    margin-top: 18px;
}
.tags-block a{
    padding: 3px 5px;
    background: #ccc;
    border-radius: 3px;
    margin-right: 5px;
}
.search-tag-custom{
    min-height: 120px;
    padding: 20px;
}
#popupHome{
    text-align: center;
    padding: 0 !important;
}
#popupHome img{
    max-width: 500px;
    width: 100%;
}
#popupHome .modal-content{
    background-color: transparent;
    border: none;
}
#popupHome .modal-content>button{
    position: absolute;
    right: 2px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    top: 2px;
    height: 30px;
    opacity: 1;
    z-index: 1;
    border: 1px solid #615d5d;
}
#popupHome .modal-dialog{
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.block_home{
    display: block;
}
.slide_home_product{
    width: 80%;
}
.slide_home_product .item-product-home{
    width: 100%;
}
.slide_home_product.owl-carousel .owl-nav button.owl-prev{
    font-size: 40px;
    left: 0;
    top: 35%;
    outline: none;
}
.slide_home_product.owl-carousel .owl-nav button.owl-next{
    font-size: 40px;
    right: 0;
    top: 35%;
    outline: none;
}
.owl_brand_list .item_product:first-child{
    border-left: 1px solid #eaeaea;
}
.owl_brand_list .item_product{
    border: 1px solid #eaeaea;
    border-left: 0;
    background: #fff;
    position: relative;
}
.owl_brand_list .item_product .loop_item{
    padding: 10px;
}
.owl_brand_list.owl-carousel .owl-nav button.owl-next{
    font-size: 40px;
    right: -14px;
    top: 35%;
    outline: none;
    margin: 0;
}
.owl_brand_list.owl-carousel .owl-nav button.owl-prev{
    font-size: 40px;
    left: -14px;
    top: 35%;
    outline: none;
    margin: 0;
}
.owl_brand_list{
    margin: 0;
}
.owl_brand_list .owl-nav{
    margin: 0;
}
.section-brand{
    margin-bottom: 40px;
}
@media (min-width: 769px){
    .left-header>.col-lg-9{
        padding-left: 30px;
    }
    .menu > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 10px;
        border-bottom: 1px solid #d5d5d5;
    }
    .top-home .menu-data{
        width: 20%;
    }
    .top-home .menu-data{
        position: relative;
    }
    .sub_menu_1>li{
        margin: 0;
        width: 25%;
    }
}
@media (max-width: 767px) {
    #search-site {
        width: calc(100% - 55px);
    }
    .item-product-cate{
        height: auto;
    }
}
@media (max-width: 991px){
    .content-product  div{
        width: 100% !important;
    }
    .banner-pc{
        display: none;
    }
    .slider-product-related.owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }
    .slider-product-related.owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }
    .tab-content-menu {
        display: none;
    }
    .tab-list-menu {
        width: 100%;
    }
    .menu ul li {
        font-weight: 500;
    }
    .menu li {
        position: relative;
    }
    .menu li ul {
        overflow: hidden;
        height: 0;
    }
    .sub_menu_2 li:before {
        top: 13px;
    }
    .sub_menu_1 > span, .sub_menu_2 > span {
        position: absolute;
        right: 5px;
        top: 0;
        padding: 5px 10px;
    }
    .sub_menu_1.active, .sub_menu_2.active {
        height: 100%;
    }
    .block-categories>a {
        width: 20%;
    }
    .item-product-cate img {
        height: 175px;
    }
    .banner-product-home {
        display: none;
    }
    .slide_home_product{
        width: 100%;
    }
    .item-product-home {
        width: 50%;
    }
    .news-list-home {
        margin-top: 15px;
    }
    .call-hotline-pview {
        margin-top: 20px;
    }
    .btn-menu-bar {
        display: block;
        position: absolute;
        right: 0;
        font-size: 30px;
        color: #e41b35;
        top: 50%;
        transform: translateY(-50%);
    }
    .tab-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 250px;
        background: #fff;
        z-index: 99;
        height: 100vh;
        transform: translateX(100%);
        transition: transform .5s cubic-bezier(.25,.46,.45,.94);
        overflow-x: auto;
    }
    .tab-menu.active {
        transform: translateX(0%);
    }
    .menu li {
        text-align: left;
        display: block;
        margin: 15px 0;
        font-size: 12px;
        padding: 5px 10px 0 20px;
        width: 100%;
        height: auto;
    }
    .menu a img {
        display: none;
    }
    .menu a.cart-desktop {
        display: none;
    }
    .knife-style input {
        margin-right: 20px;
    }
    li.item-menu-more {
        border: none;
    }
    .close-menu-bar {
        display: block;
        float: right;
        font-size: 18px;
        padding: 5px 5px;
    }
    .tab-menu .menu {
        clear: both;
    }
    .video-pview {
        height: auto;
    }
    .video-pview img {
        margin: 15px auto;
    }
}

@media (min-width: 576px){
    #popupHome .modal-dialog {
        max-width: none;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    #search-site {
        width: 75%;
    }
}
@media (min-width: 992px) {
    #header-bt>.container>.row{
        border: 1px solid #eb1c24;
    }
    #header-content {
        margin: 0 -15px;
    }
    #header-content .content-premium{
        border: 1px solid #eb1c24;
        border-top: none;
        border-bottom: none;
    }
    .menu > li{
        transition: 0.3s;
    }
    .menu > li:hover {
        background: rgb(179, 179, 179);
        padding-left: 5px;
    }
    .menu > li:hover>a{
        color: #fff;
    }
    .menu > li:hover > ul.sub_menu_1>li {
        float: left;
    }
    .menu > li:hover > .banner-cate-child{
        display: block;
    }
    .menu>li>ul.sub_menu_1 a:hover{
        color: #0388cd;
    }
    .menu-custom ul>li:hover{
        background-color: #eb1c24;
    }
    .sub_menu_1 {
        position: absolute;
        text-align: left;
        left: calc(100% + 1px );
        /*width: calc(300% + 6px);*/
        top: 0;
        background: #fff;
        z-index: 99;
        border: solid 1px #eee;
        border-top: none;
        display: none;
    }
    .sub_menu_1>li:nth-child(4n+1){
        clear: left;
    }
    .sub_menu_1>li>a{
        font-weight: bold;
        color: #333;
    }
    .content-premium{
        display: flex;
    }
    .menu>li>ul.sub_menu_1{
        height: 100%;
        overflow: auto;
    }
    .slimScrollDiv {
        position: unset !important;
        overflow: visible !important;
    }
    .top-home .banner-home{
        width: 60%;
    }
    .border-red{
        border: 1px solid #eb1c24;
    }
    .height-premium{
        transition: all .3s !important;
        height: 388px !important;
    }
    .content-premium{
        background: #fff;
        width: 100%;
        z-index: 2;
        height: 0;
        overflow: hidden;
        transition: all 0.3s;
    }
    .tab-menu{
        background-color: #fff;
        z-index: 2;
        width: 20%;
        position: relative;
        border-right: 1px solid #eb1c24;
        border-bottom: 1px solid #eb1c24;
    }
    .content-premium .banner-pc{
        overflow: hidden;
        width: 80%;
        border-bottom: 1px solid #eb1c24;
    }
    li.item-menu-more{
        display: none;
    }
    nav.menu li ul a{
        display: block;
        padding: 6px;
    }
    .tab-list-menu li{
        border-bottom: 1px solid #d5d5d5;
    }
    .sub_menu_2 {
        text-align: left;
        background: #fff;
        z-index: 99;
        overflow: hidden;
        list-style-type: disc;
        padding-left: 22px;
    }
    .sub_menu_2 li{
        padding: 0;
        list-style-type: disc;
    }
    .sub_menu_2 li a{
        padding-left: 0 !important;
        padding-bottom: 3px !important;
        padding-top: 3px !important;
    }
    .sub_menu_2 li::before{
        display: none;
    }
    nav.menu  li:hover > ul {
        display: block;
        margin: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .cate-title {
         padding-left: 0;
    }
    .sub_menu_1 {
        width: calc(400% + 4px);
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
    .content-premium .banner-pc{
        width: calc(60% + 2px);
    }
    .sub_menu_1 {
        width: calc(300% + 6px);
    }
}


/*   phone animation */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 95px;
    height: 95px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 65px;
    height: 65px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 43px;
    height: 43px;
    top: 36px;
    left: 36px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 26px;
    height: 26px;
}
/*.hotline-bar {*/
/*    position: absolute;*/
/*    background: rgba(230, 8, 8, 0.75);*/
/*    height: 40px;*/
/*    width: 180px;*/
/*    line-height: 40px;*/
/*    border-radius: 3px;*/
/*    padding: 0 10px;*/
/*    background-size: 100%;*/
/*    cursor: pointer;*/
/*    transition: all 0.8s;*/
/*    -webkit-transition: all 0.8s;*/
/*    z-index: 9;*/
/*    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);*/
/*    border-radius: 50px !important;*/
/*    !* width: 175px !important; *!*/
/*    left: 33px;*/
/*    bottom: 37px;*/
/*}*/
/*.hotline-bar > a {*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    font-size: 15px;*/
/*    font-weight: bold;*/
/*    text-indent: 50px;*/
/*    display: block;*/
/*    letter-spacing: 1px;*/
/*    line-height: 40px;*/
/*    font-family: Arial;*/
/*}*/
/*.hotline-bar > a:hover,*/
/*.hotline-bar > a:active {*/
/*    color: #fff;*/
/*}*/
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.wrapbox-content-page-contact {
    padding: 50px;
}
.header-page-contact h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.header-page-contact:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin-top: 30px;
    background: #252a2b;
    margin-bottom: 50px;
}
.box-send-contact h2 {
    font-weight: 700;
    font-size: 25px;
    margin: 40px 0 35px;
}
.box-send-contact h2:after {
    content: "";
    display: block;
    margin-top: 25px;
    width: 30px;
    height: 3px;
    background: #252a2b;
}
.contact-form .input-group {
    width: 100%;
    margin-bottom: 20px;
}
.contact-form .input-group input, .contact-form .input-group textarea {
    border: 1px solid #e7e7e7;
    box-shadow: none;
    height: 45px;
    font-weight: 500;
    padding: 0 20px;
    background: #fbfbfb;
    color: #252a2b;
    width: 100%;
}
.contact-form .input-group textarea {
    width: 100%;
    height: 130px;
    padding: 20px;
}
.box-send-contact button {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border: 1px solid #fff;
    margin-left: 15px;
    font-size: 12px;
}
@media (max-width: 767px) {
    .wrapbox-content-page-contact {
        padding: 40px 15px;
    }
    .contact-form .input-group{
        margin: 10px 0;
    }
}
@media (min-width: 992px) {
    .layout-pageContact .container-fluid{
        padding: 0 40px;
    }
    .box-heading-contact {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        border-right: 1px solid #ededed;
        height: 100vh;
        padding: 0;
    }
    .box-map iframe {
        width: 100% !important;
        height: 100vh !important;
    }
}
.prod-hl-discount{
    display: none;
}
.btn-zalo-fixed {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 99;
    overflow: hidden;
    border-radius: 50%;
}
.btn-zalo-fixed img {
    width: 60px;
}
.btn-mess-fixed {
    position: fixed;
    right: 20px;
    bottom: 176px;
    z-index: 99;
    overflow: hidden;
    border-radius: 50%;
}
.btn-mess-fixed img {
    width: 63px;
}
.short-description{
    margin-top: 15px;
}
#select-language .btn-secondary{
    background: transparent;
    color: #000;
    padding: 5px 10px;
    border-radius: unset;
}
#select-language,.google_translate_block{
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    background: #fff;
    z-index: 9;
}
#select-language:focus-visible{
    outline: none;
}
#select-language.show>.btn-secondary.dropdown-toggle:focus{
    box-shadow: unset;
}
#select-language .dropdown-menu.show {
    min-width: 130px;
}
.menu-custom {
    flex: 1;
    background-color: #fff;
    position: relative;
}
.menu-custom > div > ul{
    margin: 0;
}
.menu-custom p{
    display: inline-block;
    list-style: none !important;
    margin: 10px !important;
}

/********vote rate*******/
.vote .si.voteHover, .vote .si.active {
    background-position: 3px -249px;
}
.si {
    background: transparent url("../img/spriteIcon.png") no-repeat scroll 0 0;
}
.vote .si {
    float: left;
    width: 20px;
    height: 15px;
    background-position: 3px -329px;
    cursor: pointer;
}
.product-price-star .star {
    margin-top: 15px;
}
.pro-price {
    display: flex;
}
.product-price-star span, .box-pro-prices span {
    display: inline-block;
}
.rate-box {
    margin-top: 20px;
    margin-bottom: 20px;
}
.comment-info {
    margin-top: 10px;
}
.wrap_tab ul {
    justify-content: center;
    border-bottom: 1px solid #ededed;
}
.wrap_tab .nav-pills .nav-link.active {
    background-color: #eb1c24;
}
.wrap_tab .nav-pills .nav-link {
    font-size: 20px;
    text-transform: uppercase;
}
.flash-sale .slide_home_product{
    width: 100%;
}
.box-link {
    text-align: center;
    margin: 15px 0;
}
.box-link a {
    background: #fff;
    font-size: 14px;
    box-shadow: none;
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
    line-height: 16px;
    margin: 15px auto 0;
    padding: 12px 15px;
    text-align: center;
    text-transform: none;
    color: #333;
    border: 1px solid #ededed;
}
.box-link .button{
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    color: #000;
    padding: 12px 28px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    outline: none;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.box-link a:before {
    background-color:  #eb1c24;
}
.box-link .button:before {
    content: '';
    display: block;
    background-color: #eb1c24;
    position: absolute;
    left: -10%;
    top: -10%;
    bottom: -10%;
    width: 0;
    z-index: -1;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.box-link svg {
    width: 16px;
    height: 16px;
    stroke: #000;
    fill: none;
    margin-bottom: 1px;
    margin-left: 3px;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.slide_home_product.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
    color: #000;
}
.box-link a:hover, .box-link a:hover svg {
    color: #fff;
    stroke: #fff;
}
@media (min-width: 992px) {
    .box-link .button:hover:before, .box-link .button:focus:before {
        width: 120%;
    }
}

.countdown>span{
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 25px;
    border-radius: 5px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
}
.countdown>span>span{
    display: block;
    font-size: 15px;
}
.flash-sale{
    border: 4px solid #ff4e0a;
}
.top-fs{
    background: #ff4e0a;
}
.label-fs h3{
    color: #fff;
    font-weight: 700;
    font-size: 70px;
    padding: 10px 0;
}
.time-promotion-title {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-right: 10px;
}

.promotion-title h3{
    color: #dadada;
    margin-right: 20px;
    margin-bottom: 0;
    font-weight: 600;
}
.banner-promotion img{
    width: 100%;
}
.promotion-title{
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}
.social-platform{
    display: flex;
    align-items: center;
}
.icon-facebook {
    background: #0165E1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}
.infoContent a.icon-laz img {
    width: 40px;
}
.social-platform a.icon-tiktok img{
    width: 55px;
}
.infoContent img {
    width: 45px;
    border-radius: 50%;
}
.infoContent a {
    margin-right: 10px;
}
.item-policy.policy-group p i {
    font-size: 30px;
    font-weight: 300;
    padding-right: 7px;
}
.brand_img h3 {
    font-size: 16px;
    margin-top: 10px;
}
@media (max-width: 769px){
    .top-fs{
        display: block !important;
    }
    .label-fs h3{
        font-size: 36px;
        text-align: center;
    }
    .promotion-title{
        display: block !important;
    }
    .countdown>span{
        font-size: 20px;
    }
    .time-promotion-title{
        font-size: 16px;
    }
    .flash-sale{
        border: 1px solid #e66b22;
    }
    .orderView {
        max-width: 100%;
    }
    .orderView .picsuccess .notistatus ,.orderView .picsuccess,
    .orderView .thank,
    .orderView .listorder,
    .orderView,.listorder,.picsuccess,.thank{
        width: 100%;
    }
}
.default5_top-items.row.brand_item .items.col-12 ul {
    display: flex;
    flex-wrap: wrap;
}

.default5_top-items.row.brand_item .items.col-12 ul li {
    margin-top: 10px;
}

.loadProductHot .view__more, .tp_product_new .view__more, .loadProductCategoryHome .view__more {
    float: right;
    color: #e41b35;
    padding: 10px 0;
}
.detail-pview .pro-price .oldPrice,.detail-pview .pro-price .discountPercent {
    display: none;
}
.thumb_product_details>div {
    height: 100% !important;
}
.btn-tiktok-fixed,.btn-youtube-fixed {
    position: fixed;
    z-index: 9;
}
.btn-tiktok-fixed {
    right: 35px;
    bottom: 260px;
}
.btn-tiktok-fixed img {
    width: 55px;
    height: 55px;
}
.btn-youtube-fixed {
    right: 40px;
    bottom: 320px;
}
.btn-youtube-fixed img {
    width: 45px;
}
@media (max-width: 767px) {
    .content-product table {
        width: 100%;
        display: block;
        overflow-x: auto;
    }
    .btn-tiktok-fixed {
        bottom: 330px;
        right: 30px;
    }
    .btn-youtube-fixed {
        bottom: 390px;
        right: 35px;
    }
}
.form-newsletter .form-group{
    position: relative;
}
#contactFormEmail::placeholder{
    font-size: 12px;
}
#contactFormSubmit{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    font-size: 12px;
    padding: 0 10px;
}
.btn-map-link {
    bottom: 250px;
    right: 25px;
    background: #333;
    color: #fff;
    position: fixed;
    border-radius: 50%;
}
.btn-map-link i {
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}
.selector-actions #btnAddToCart {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    font-weight: 600;
    cursor: pointer;
}