@charset "utf-8";


body {
    font-family: 'TTCommons-Regular';

    font-size: 15px;
}


input,
button,
select,
textarea {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    color: #333;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev,
.owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}


/* css main slider */

#slider-home .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#slider-home .owl-next {

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);
}

#slider-home .owl-nav > div {
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.hc-nav-trigger.hc-nav-1 {
    display: none;
}

.second-nav {
    display: none;
}

#header-site .top-header {
    background: #0663a3;
    padding: 10px 0;
}

.bottom-header {
    background: #fff;
}

.search-top form {
    position: relative;
    margin-top: 0;
    margin-left: 10px;
    width: 40%;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.search-top .top-phone a{
    font-size: 16px;
    /* background: #2d83bf; */
    color: #fff;
    /* height: 34px; */
    border-radius: 8px;
    display: flex;
    /* line-height: 34px; */
    width: auto;
    /* font-weight: bold; */
    /* text-align: center; */
    align-items: center;
    display: block;
    line-height: 1.2;
    color: #fff;
    background: url(../../images/call-icon.png) left center no-repeat transparent;
    padding-left: 38px;
}

.search-top .top-phone a p {
    margin: 0;
    /* font-weight: bold; */
}

.search-top .top-phone a span {font-size: 16px;}
.search-top .top-phone a svg{
    margin-right: 15px;
    transform: rotate(90deg);
    width: 35px;
    height: 35px;
    display: none;
}

.search-top form input[type=text] {
    width: 100%;
    height: 42px;
    border: 1px solid #fff;
    padding-left: 10px;
    border-radius: 95px 0 0 99px;
    font-size: 16px;
    border: 1px solid #ac5911;
    /* text-align: right; */
    padding-right: 55px;
}
.search-top .top-logo{
    width: 195px;
    display: inline-block;
    float: left;
}

.search-top .top-phone{
    /* width: 165px; */
    /* display: inline-block; */
    /* float: left; */
    margin-left: 0;
    /* margin-top: 8px; */
    width: auto;
    margin-right: 25px;
}

.search-top .top-phone.time-lv {
    margin-left: 0;
}

.search-top form button {
    /* position: absolute; */
    right: 10px;
    top: 12px;
    background: no-repeat;
    border: 0;
    width: 60px;
    text-align: center;
    background: #ED1B24;
    height: 42px;
    border-radius: 0 99px 99px 0;
    color: #fff;
    line-height: 43px;
    padding: 0;
}

.cart-top a {
    /* float: right; */
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    /* line-height: 56px; */
    /* background: #ac5911; */
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    /* height: 50px; */
    padding: 0 13px;
    text-align: center;
    /* text-transform: uppercase; */
    width: 100%;
}

.cart-top a img {
    width: 27px;
    margin-right: 21px;
    display: inline-flex;
    float: left;
    margin-top: 11px;
}

.logo img {
    width: 262px;
}

.logo {
    display: inline-block;
    /*  padding: 5px 0;*/
}

.search-top {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.container {
    max-width: 1650px;
    width: 100%;
}

.left-sidebar .click-category h3 {

    margin: 0;

    color: #333;
    font-size: 20px;
}


.left-sidebar .nav-category ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.left-sidebar .nav-category ul li a {
    list-style: none;

    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    color: #333;
    text-transform: capitalize;

}

.left-sidebar .nav-category > ul > li > a {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    font-family: Helvetica,Arial,sans-serif;

}
.left-sidebar .nav-category > ul > li > a:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #ac5911;
    border-radius: 50%;
    top: 13px;
    left: 0;
    position: absolute;
}
.left-sidebar .nav-category  ul  li  a {
    position: relative;
    padding-left: 28px;
}

a {}

.left-sidebar .nav-category .item-sub .list-sub-hover {
    display: none;
}

.left-sidebar .nav-category .item-sub a {
    font-size: 15px;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #fff;
    transition: 0.4s;
    margin: 0 0 3px 0;
}

.left-sidebar .nav-category .item-sub a:hover {
    color: red!important;
    border-color: red;
    transition: 0.4s;
}
.left-sidebar .nav-category  ul  li  a  img{
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
}
.left-sidebar .nav-category ul li a:hover {
    color: #000;
}

.left-sidebar .nav-category ul li {
    border-bottom: 1px solid #eee;
    padding: 6px;
    padding-left: 12px;

}

.left-sidebar .nav-category ul li ul a {
    padding: 5px 5px 5px 5px;
    padding-left: 5px;
    padding-left: 12px;
    line-height: 18px;
}
.left-sidebar .nav-category ul li ul a img{
    top:2px;
}
.left-sidebar .nav-category ul li:last-child {
    border-bottom: 0
}
.left-sidebar .nav-category ul li ul li a{
    position: relative;
}
.left-sidebar .nav-category ul li ul li a:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #77766f;
    border-radius: 50%;
    top: 10px;
    left: 0;
    position: absolute;
}

.left-sidebar .nav-category li ul li a:hover
{
    color: #fff;
}


.left-sidebar .click-category {
    padding-bottom: 12px;
}

.left-sidebar .nav-category ul li:last-child {
    border-bottom: 0;
}

.left-sidebar .nav-category .icon {
    float: right;
    font-size: 12px;
    position: absolute;
    right: 0;
    color: #999;
    top: 9px;
}

.left-sidebar .nav-category ul li a .icon.active {
    transform: rotateZ(
            180deg
    );
}

.left-sidebar .nav-category > ul > li > ul {
    display: none;
    padding-left: 10px;

    padding-right: 6px;
}

.left-sidebar .category.item {
    background: #fff;
    border-radius: 10px;
    margin-top: 0px;
    position: relative;
}

.left-sidebar .category.item .click-category {
    padding-bottom: 12px;
    padding: 10px 10px 5px 10px;
    border-radius: 2px;
    border-bottom: 1px solid #f0ece9;
}

.left-sidebar .category.item .click-category h3 {
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}

.left-sidebar .category.item .click-category h3 svg {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}





.left-sidebar{
    transition: all 0.3s;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    transition: all 0.3s;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.box-onlybuycorona {
    background: #fff;
    padding: 10px 15px;
}

.box-onlybuycorona .item a {
    color: #0663a3;
    font-weight: bold;
}

.box-onlybuycorona .item {
    color: #3b854e;
}

.box-onlybuycorona .item a span {
    text-decoration: underline;
}

.main-home {
    padding-top: 10px;
}

#slider-home {
    /* margin-top: 10px; */
}

.groupcate {
    display: block;
    margin: 10px 0;
    background: #fff;
    border-radius: 4px;
}

.namegroup {
    display: block;
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}

.listgroup {
    display: block;
    /* overflow-x: scroll; */
    white-space: nowrap;
}

.listgroup a {
    /* float: unset; */
    overflow: hidden;
    /*margin-bottom: 10px;*/
    /* width: 14%; */
    text-align: center;
    position: relative;
    display: inline-block;
}

.listgroup img {
    display: block;
    width: 45px!important;
    height: 45px;
    margin: 0 auto 5px;
    border-radius: 50px;
}

.listgroup span {
    display: block;
    line-height: 16px;
    font-size: 15px;
    color: #333;
    text-align: center;
    padding: 1px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
    height: 34px;
    font-weight: 500;
    white-space: break-spaces;
}

.item-product .image img {
    width: 100%;
    height: 170px;
    object-fit: contain;
}

.item-product .image {
    overflow: hidden;
}

.item-product .image:hover img {
    webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.item-product .nav-image .title-1 {
    overflow: hidden;
    line-height: 19px;
    font-size: 16px;
    color: #333;
    padding: 0;
    margin-bottom: 7px;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    /* height: 72px; */
    margin-top: 0px;
    font-weight: 500;
    text-align: center;
}

.item-product .nav-image .title-1 a {
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    line-height: 20px;
}

.item-product .price {
    margin: 0;
    height: 30px;
    font-weight: bold;
    text-align: center;
}

.item-product .price strong {
    vertical-align: middle;
    font-size: 18px;
    color: #ec1b1b;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.item-product .unit {
    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #666;
    padding-top: 2px;
}

.groupfeature {
    background: #fff;
    /* border: 2px solid #ffd200; */
}

.groupfeature .nav-groupfeature .row {
    margin-left: -5px;
    margin-right: -5px
}

.groupfeature .nav-groupfeature .row .col-md-3 {
    padding-left: 5px;
    padding-right: 5px
}

.groupfeature .nav-groupfeature .item-product {
    border: 1px solid #e9edf0;
    padding: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.item-product .nav-image {
    padding: 10px 5px;
    background: #fff;
}

.item-product .nav-image .add-to-cart {
    display: block;
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 4px;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 0px;
    background: #0663a3;
}

a {
    /* -webkit-transition: all 0.7s ease; */
    /* transition: all 0.7s ease; */
}

.item-product .nav-image .add-to-cart:hover {
    color: #aa1e1e;

}


.xemthem a {
    display: block;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    text-align: center;
    padding: 10px 0;
    background: #fff;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 0;
    font-size: 18px;
}

.xemthem a svg {
    margin-left: 5px;
}

.groupfeature.groupfeature-2 .title-title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.title-title  .left{
    width: 30%;
}
.title-title  .cate-list{
    width: 70%;
}
.groupfeature.groupfeature-2 .title-title .title-1 {
    background: url('../../../../../../uploads/images/img/bg-title.png');
    font-size: 19px;
    margin: 0;
    background-size: 100% 100%;
    padding: 13px;
    /*text-align: center;*/
    color: #000;
    font-family: 'Roboto-Bold';
}


.groupfeature.groupfeature-2 {
    /* border: 2px solid #0663a3; */
    min-height: 50px;
}

.groupfeature.groupfeature-2 .cate-list {


    text-align: right;

}

.groupfeature.groupfeature-2 .cate-list .cate-item {
    overflow: hidden;
    background: #fff;
    margin: 5px 4px 3px 0;
    display: inline-block;
    width: 112px;
    border-radius: 4px;
    position: relative;
    text-align: center;
    color: #423c3c;
    border-radius: 5px;
    min-height: 33px;
    white-space: normal;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 3px 0;
    transition: 0.4s;
    background: #f3f4f6;
}

.groupfeature.groupfeature-2 .cate-list .cate-item:hover {
    background: #0663a3;
    transition: 0.4s;
    border-color: #0663a3;
    color: #fff;
}

.groupfeature.groupfeature-2 .cate-list .cate-item:hover span {
    color: #fff;
}

.groupfeature.groupfeature-2 .cate-list .cate-item > span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 3px;
    line-height: 16px;
    /* border: 1px solid #ddd; */
    /* border-radius: 5px; */
}

.clearfix {
    clear: both;
}

.groupfeature.groupfeature-2 {
    margin-top: 20px;
}

.groupfeature.groupfeature-2 .item-product {
    margin-bottom: 20px;
}

.title-title .title-primary {
    padding: 7px 10px 12px;
    background: #e9edf0;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.groupfeature-top h2.title-primary:after {
    content: "";
    border-left: 4px solid #ffd200;
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
}

.title-title .title-primary:before {
    content: "";
    border-left: 4px solid #ffd200;
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
}

.groupfeature-3 {
    border: 0
}

.item-product .price strong {
    width: auto;
    padding-right: 10px;
}

.item-product .price del {
    color: #999;
    padding-right: 8px;
    font-weight: 400
}

.item-product .price label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    background: #de2000;
    width: 32px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: right;
    top: 10px;
    right: 25px;
    position: absolute;
}

.groupfeature-3 .item-product2 .image img {
    height: 360px;
    object-fit: cover;
}

.groupfeature-3 .item-product2 {
    border: 0
}

.groupfeature .cate-prom {
    padding: 10px 20px;
    overflow: hidden;
    background: #fff;
}

.groupfeature .cate-prom a {
    display: inline-block;
    width: 25%;
    float: left;
    line-height: 25px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0663a3;
    font-weight: bold;
}

.groupfeature-3 {
    margin-top: 9px;
}

.video-new .video-left iframe {
    width: 100%;
    height: 400px;
}

.video-new {
    background: #fff;
    padding: 10px;
    margin-top: 30px;
}

.video-new .new-right .item .image {
    width: 100px;
    display: inline-block;
    float: left;
}

.video-new .new-right .item .image img {
    width: 100%;
    height: 75px;
    object-fit: cover;
}

.video-new .new-right .item .nav-image {
    width: calc(100% - 100px);
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.video-new .new-right .item .nav-image .title-1 {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: bold;
}

.video-new .new-right .item .nav-image .date {
    margin: 0;
    color: #666;
}

.video-new .new-right .item .nav-image .date svg {
    margin-right: 5px;
}

.video-new .row {
    margin-left: -5px;
    margin-right: -5px;
}

.video-new .row .col-md-7 {
    padding-left: 5px;
    padding-right: 5px;
}

.video-new .row .col-md-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.video-new .new-right .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.view-other a {
    color: #333;
}

.video-new .title-pr {
    font-size: 20px;
    color: #333;
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
    padding-top: 16px;
    font-weight: bold;
}

.boxfooter {
    margin: 0 10px;
    padding: 15px 0px;
    background: #fff;
    margin-top: 15px;
}

.benefits {
    display: flex;
    background-color: #fff;
    width: 100%;
    padding: 16px 0;
    box-sizing: border-box;
    font-size: 17px;
    border-bottom: 1px solid #f0f0f0;
}

.benefits > div, .benefits > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 24px;
    vertical-align: middle;
}

.benefits > div i, .benefits > a i {
    min-width: 27px;
    width: 27px;
    height: 30px;
    margin-right: 15px;
}

.benefits > div p, .benefits > a p {
    display: inline-block;
    width: 65%;
    margin-bottom: 0;
}

.detail {
    display: flex;
}

.boxfooter aside {
    box-sizing: border-box;
    float: left;
    /* width: 50%;*/
    overflow: hidden;
    background-color: #fff;
}

.detail .left {
    width: 60%;
}

.callcenter {
    display: block;
    overflow: hidden;
    padding: 10px 10px 5px;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.detail .callcenter {
    font-size: 20px;
    font-weight: 700;
}

.detail .callcenter a {
    display: inline-block;
    vertical-align: initial;
    color: #ffd200;
}

.linkstatic {
    float: left;
    overflow: hidden;
    width: 100%;
    padding: 3px 10px 5px;
}

.detail .linkstatic a {
    float: left;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: left;
    padding: 0;
    width: 33%;
}

.webmember {
    display: block;
    padding: 10px;
}
a:hover {
    color: #f1c40f !important;
}

.detail .webmember div {
    display: inline-block;
    padding-left: 9px;
}

.webmember span {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
    color: #4a4a4a;
    margin-right: 10px;
}

.detail .webmember div {
    display: inline-block;
}

.webmember a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.detail .webmember a {
    margin-right: 10px;
}

.detail .stores {
    box-sizing: border-box;
    font-size: 12px;
    display: block;
    overflow: hidden;
    background: #fff;
    color: #4a4a4a;
    width: 100%;
    padding-left: 95px;
    float: right;
    padding-left: 65px;
}
.benefits .left:nth-child(1) {
    width: 60%;
    text-align: left !important;
    justify-content: left;
    padding: 0 20px;
}

.left:nth-child(2) {
    width: 40%;
    text-align: left;
}




.detail .stores > div:first-child, .detail .stores > div:nth-child(2) {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 5px 0 5px;
}

.detail .stores > div:first-child a, .detail .stores > div:nth-child(2) a {
    vertical-align: middle;
}

.socail {
    float: right;
    overflow: hidden;
    line-height: 30px;
    display: flex;
    margin-right: 10px;
}

.social-left, .social-right {
    display: flex;
}

.social-left, .social-right {
    display: flex;
}

.socail a {
    font-size: 13px;
    font-weight: 600;
    color: #4a4a4a;
    display: block;
    margin: 5px;
}

.copyright {
    display: block;
    margin: auto;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #055992;
    padding: 10px 0;
}

.copyright p {
    margin: 0;
}

.detail .stores > div span {
    font-weight: 700;
    color: #a30a1d;
}

.linkstatic a:before {
    content: '•';
    display: inline-block;
    font-size: 8px;
    color: #288ad6;
    vertical-align: middle;
    margin-right: 5px;
}

.link-member img {
    width: 140px;
    height: 50px;
    object-fit: contain;
}

.stores i {
    padding-right: 5px;
}

#header-site {
    z-index: 9999 !important;
    box-shadow: 0 0 15px -3px rgb(0 0 0 / 50%);
    /* padding: 10px 0; */

}

#header-site-sticky-wrapper.is-sticky header#header-site {
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes widthClose {
    from {
        transform: scalex(100%);
        transform-origin: top left;
        opacity: 1;
    }
    to {
        transform: scalex(0);
        transform-origin: top left;
        opacity: 1;
    }
}

@keyframes widthOpen {
    from {
        transform: scalex(0);
        transform-origin: top left;
        position: relative;
        opacity: 1;
    }
    to {
        transform: scalex(100%);
        transform-origin: top left;
        opacity: 1;
    }
}

@keyframes widthLogoClose {
    from {
        transform: scalex(100%);
        transform-origin: top right;
    }
    to {
        transform: scalex(0);
        transform-origin: top right;
    }
}

@keyframes widthLogoOpen {
    from {
        transform: scalex(0);
        transform-origin: top right;
        position: relative;
    }
    to {
        transform: scalex(100%);
        transform-origin: top right;
    }
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


#scrollUp {
    background: #0663a3;
    color: #fff;
    bottom: 40px;
    right: 40px;
    border-radius: 100px;
    height: 47px;
    width: 47px;
    font-size: 25px;
    text-align: center;
    line-height: 55px;
    box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 18px;
    cursor: pointer;
    z-index: 9999;
}

#scrollUp:hover {
    background: #fff;
    color: #ffd200;
}

.fix-phone .phone {
    margin-bottom: 10px;
}

.fix-phone {
    position: fixed;
    bottom: 115px;
    top: inherit !important;
    z-index: 999;
    right: 10px;
}

.phone-box img {
    max-width: 25px;
    animation: play0 1.5s ease infinite;
}

.phone-box {
    background: linear-gradient(90deg, #ac5911 0%, #ffd200 50%, #ac5911 100%);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.zalo-box, .fb-box {
    background: linear-gradient(90deg, #ac5911 0%, #ffd200 50%, #ac5911 100%);
    width: 48px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.zalo-box img, .fb-box img {
    max-width: 33px;
    filter: hue-rotate(
            65deg
    );
}
.content-product-detial {
    background: #fff;
}
.groupcate {
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.groupcate-inline {
    padding: 0px 0;
    padding-right: 0px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.groupcate-inline .sub {
    padding: 7px 0;
    text-transform: capitalize;
    overflow: hidden;
    font-size: 18px;
}
.meta_description{
    font-size: 18px;
}
.groupcate-inline a {
    margin-right: 10px;
    padding: 0;
    border-radius: 0;
    float: left;
    font-size: 16px;
}

.groupcate-inline a.title-cate {
    position: relative;
    color: #288ad6;
    margin-right: 20px!important;
}

.groupcate-inline a.title-cate.nolink {
    color: #515151;
}

.groupcate-inline a.title-cate:before, .groupcate-inline a.title-cate:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #979797;
    border-right: unset;
}

.groupcate-inline a.title-cate:after {
    border-left-width: 5px;
    border-left-color: #e9edf0;
    right: -14px;
}

.groupcate-inline a.active, .groupcate-inline a.active .title-cate-active, .groupcate-inline a.active h1 {
    background: #0663a3;
    color: #fff!important;
    font-weight: bold;
    font-size: 14px;
    padding: 4px;
    margin: 0;
}

.groupcate a.more {
    color: #288ad6;
    position: absolute;
    width: 40px;
    height: 58px;
    top: -4px;
    right: 0;
    background: #e9edf0;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    display: none;
}

.groupcate a.more:before {
    content: '';
    position: absolute;
    top: 17px;
    right: 8px;
    width: 22px;
    height: 24px;
    border: 1px solid #288ad6;
    border-radius: 4px;
}

.groupcate a.more:after {
    content: '';
    border-top: 5px solid #0064c2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: block;
    position: absolute;
    top: 28px;
    width: 0;
    right: 15px;
}

.listgroup {
    display: none;
    /*padding: 10px 5px;
    background: #fff;
    /*position: absolute;
    z-index: 3;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 21%);
    box-shadow: 4px 3px 10px rgb(0 0 0 / 21%);
    border-radius: 0 0 3px 3px;
    top: 59px;
    left: 0;*/
    width: 100%;
}

.main-category-product .groupcate.top {
    background: none;
}

.main-category-product .listgroup .name-category {
    font-size: 14px;
    color: #656565;
    text-align: left;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
    display: block;
}

.main-category-product .flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-category-product .listgroup ul {
    display: flex;
    /* overflow: hidden; */
    padding: 0;
    margin-bottom: 0;
}

.main-category-product .listgroup li {
    float: left;
    /* overflow: hidden; */
    position: relative;
    vertical-align: top;
    width: calc(100% / 8);
    min-height: 34px;
    /*margin-bottom: 10px;*/
    padding: 5px 5px;
    box-sizing: border-box;
}

.main-category-product .listgroup li:nth-child(9n+1) {
    clear: both;
}

.main-category-product .listgroup a {
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.main-category-product .listgroup img {
    display: block;
    width: 45px;

    height: 45px;
    margin: 0 auto 5px;
    border-radius: 0
}

.main-category-product .listgroup p {
    display: block;
    line-height: 1.3em;
    font-size: 13px;
    color: #288ad6;
    color: #333;
    text-align: center;
    margin-bottom: 0;
}

/*.main-category-product .listgroup{*/
/*    display: none;*/
/*}*/
.manufacture.top {
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e9edf0;
    margin-top: 5px;
    background: #fff;
    position: relative;
    /* padding: 10px; */
    /* display: inline-block; */
}

.manufacture .catesearch {
    float: left;
    position: relative;
    width: 196px;
    margin: 9px 4px 5px 10px;
    margin-top: 0;
    margin-left: 0;
}

.manufacture ul {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.manufacture li {
    float: left;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    padding: 5px 3px;
    width: 92px;
    height: 40px;
}

.manufacture a {
    display: block;
    overflow: hidden;
    color: #0064c2;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
}

.manufacture a img {
    display: block;
    width: 65px;
    height: auto;
    max-height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.manufacture .moremanu {
    font-size: 13px;
    color: #288ad6;
    padding: 11px 0 0;
    /* position: absolute; */
    top: 11px;
    right: 10px;
    cursor: pointer;
    width: 82px;
    text-align: center;
    box-sizing: border-box;
    float: right;
    /* margin-top: 5px; */
    height: 40px;
    line-height: 30px;
}

.manufacture ul.morebrand-2 {
    clear: both;
    display: none;
    /* padding-top: 15px; */
    padding-bottom: 10px;
}

.manufacture ul.morebrand-2 li {
    margin-bottom: 10px;
}

.catesearch input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ddd;
}

.main-category-product .groupfeature .nav-groupfeature .item-product {
    margin-bottom: 10px;
}

.main-new .nav-main-new .item-new .image {
    width: 30%;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden
}

.main-new .nav-main-new .item-new .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.main-new .nav-main-new .item-new .nav-img {
    width: 70%;
    display: inline-block;
    float: right;
    padding: 10px 10px 10px 20px;
}

.main-new .nav-main-new .item-new .image img {
    display: inline-block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.main-new .nav-main-new .item-new .nav-img .title1 {
    font-family: 'Roboto-Bold';
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.main-new .nav-main-new .item-new .nav-img .title1 a:hover {
    color: #e10000;
}

.main-new .nav-main-new .item-new .nav-img .date {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-top: 3px;
    margin-bottom: 0px;
}

.main-new .nav-main-new .item-new .nav-img .desc {
    margin: 0;
    line-height: 23px;
    font-size: 14px;
    height: 72px;
    overflow: hidden
}

.main-new .nav-main-new .item-new {
    margin-bottom: 15px;
    background: #fff
}

.nav-main-new .item-new .readmore a {
    font-size: 14px;
    border: 1px solid #ffd200;
    background: #ffd200;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    margin-top: 10px;
}

.nav-main-new .item-new .readmore a:hover {
    background: #fff;
    color: #c80909;
}

.main-new-pr .top-content-left .list-category li a {
    font-size: 13px;
}

.main-new .nav-main-new {

    margin-top: 15px;

}

.main-new .title-pri {

    margin-top: 0;
    font-size: 26px;
    font-family: 'Roboto-Bold';
}

.main-new .new-home {
    margin-top: 0
}

.main-new .new-home .title-primary {
    text-align: left;
}

.main-new .new-home .item {
    margin-bottom: 30px;
}

.post-other {
    margin-top: 30px;
}

.post-other h3 {

    margin-top: 0;
    font-size: 25px;
    color: #ffd200;
    margin-top: 0
}

.post-other ul {
    padding-left: 0;
}

.post-other ul li {
    list-style: none;
    border-bottom: 1px dotted #c8c8c8;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
}
.post-other ul li {
    font-size: 17px;
}
.post-other ul li a {
    font-size: 17px;
    position: relative;
    padding-left: 17px;
}
.post-other ul li a:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #ffd200;
    border-radius: 50%;
    top: 3px;
    left: 0;
    position: absolute;
}
.second-nav .nav-parent a{
    position: relative;
}
.second-nav .nav-parent a:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #0663a3;
    border-radius: 50%;
    top: 14px;
    left: 15px;
    position: absolute;
}
.second-nav  .nav-back a:before{
    display: none;
}
.hc-offcanvas-nav a {
    padding: 8px 17px;
    padding-left: 34px;
}
.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next {
    border-left:0;
}
.second-nav>li>a{
    font-weight: bold;
}
.post-other ul li img {
    padding-right: 10px;
}

.post-other ul li span {
    color: #9d9c9c;
    padding-left: 9px;
}

.post-other ul li:last-child {
    border-bottom: 0;
}

.content-new-detail .title-pr {
    font-size: 25px;
    margin-top: 0
}

.content-new-detail .date {
    font-size: 18px;
    color: #999;
}

/*css contact*/
p.thank-you {
    font-size: 18px;
    color: #747474;
    font-style: italic;
}

h1.title-contact {
    color: #ffd200;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
}

.adress-contact li {
    font-size: 18px;
    list-style: none;
    padding-bottom: 7px;
}

.adress-contact li span {
    font-family: 'GoogleSans-Bold';
}

.adress-contact {
    padding-left: 0;
}

.map-contact iframe {
    width: 100%;
    height: 369px;
}

.map-contact {
    border: 1px solid #ddd;
    padding: 2px;
}

.form-contat p.desc {
    font-size: 18px;
    line-height: 23px;
}

.form-contat input[type=text] {
    border: 1px solid #d5d5d5;
    background: #fafafa;
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 16px;
}

.form-contat textarea {
    width: 100%;
    height: 237px;
    background: #fafafa;
    border: 1px solid #ddd;
    padding-left: 10px;
    border-radius: 3px;
}



.send-contact .item:nth-child(4) {
    margin-right: 0;
}

.send-contact .item input[type=submit] {
    width: 100%;
    height: 35px;
    background: #ffd200;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    border-radius: 3px;
    line-height: 35px;
    padding:0 20px;
}

.send-contact .item img {
    padding-top: 4px;
}

#main-contact {
    /* margin-top: 13px; */
    margin-bottom: 30px;
}

#main-contact {
    background: #fff;
    padding: 15px;
}

.img-sp-1 {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.wp-sp .img-sp-1 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.img-sp-1 a {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0px;
    color: #fff;
    transition: all 0.6s;
    opacity: 0;
}

.img-sp-1 a span {
    padding: 10px 25px;
    background-color: transparent;
    border: 1px solid #fff;
}

.text-sp-1 {
    padding-top: 15px;
}

.text-sp-1 h4 {
    margin-bottom: 10px;
    min-height: 45px;
    text-align: center;
    font-family: 'GoogleSans-Bold';
}

.text-sp-1 h4 a {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}

.text-sp-1 .mota-sp {
    font-size: 14px;
    color: #666;
    text-align: justify;
    min-height: 40px;
}

.img-sp-1:hover::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.img-sp-1:hover a {
    opacity: 1;
    bottom: 35%;
    transform: translateY(-50%);
    z-index: 1;
}

.main-category-architecture .wp-sp {
    margin-bottom: 30px;
}

.other-new {
    margin-top: 35px;
}

.pagenavi {

    text-align: center;
    /*margin-bottom: 30px;*/
}

.pagenavi ul {
    padding-left: 0;
}

.pagenavi ul li {
    display: inline-block;
}

.pagenavi ul a {
    height: 30px;
    display: inline-block;

    text-align: center;
    line-height: 30px;
    width: 30px;


    border-radius: 50%;
    border: 1px solid #fff
}

.pagenavi ul a.active {


    border: 1px solid #ffd200
}

.main-new-detail {
    background: #fff;
    padding: 15px;
}

.main-new-page .content-new-page .item .image img {
    width: 100%;
    height: 222px;
    object-fit: cover;
}

.main-new-page .content-new-page .item .title {
    font-family: 'Roboto-Bold';
    font-size: 18px;


    line-height: 22px;
    margin-top: 16px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 3px;
}

.main-new-page .content-new-page .item .time {
    margin-bottom: 5px;
    font-size: 18px;
}

.main-new-page .content-new-page .item .desc {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.main-new-page .content-new-page .item {
    margin-bottom: 30px;
    background: #fff;
    padding: 10px;
}

.main-new-page .content-new-page .item .readmore {
    display: inline-block;
    margin-top: 5px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 5px;
    background: #ffd200;
    color: #fff;
    font-size: 18px;
}
.view-other a{
    font-size: 18px;
}

/* css detail product*/

.content-detail-product .name-product {
    font-size: 24px;
    color: #2f383d;
    margin-top: 0;

}

.content-detail-product #ProductPrice {
    display: inline-block;
    padding-top: 0;
    font-weight: bold;
    color: #ff0000;
    margin: 0;
    display: inline-block;
    float: left;

    font-size: 24px;
    color: #d9262c;

}

.content-detail-product .price-container-right {
    display: inline-block;
    float: right;
}

.content-detail-product .price-container-right a {
    display: inline-block;
    height: 30px;
    border: 1px solid #d9262c;
    line-height: 30px;
    color: #d9262c;
    padding: 0 17px;
    border-radius: 5px;
    text-transform: uppercase;
}

.content-detail-product .price-container-right a.conhang {
    color: #fff;
    background: #3b854e;
    border: 1px solid #3b854e;
}

.content-detail-product .pro-brand {
    padding-bottom: 8px;
    font-size: 15px;
}

.content-detail-product .pro-type {
    padding-bottom: 8px;
    font-size: 15px;
}

.p-short-description ul {
    padding-left: 22px;
}

.p-short-description ul li {
    padding-bottom: 3px;
}

.slider-small1 a {
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.slider-small1 a img {
    height: 82px;
}

.slider-large1 .item img {
    height: 370px;
}

.slider-small1 {
    margin-top: 10px;
}

.price-container {
    font-size: 15px;


    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}

.price-container .ComparePrice {
    color: #666;
    padding-left: 10px;
}

.nav-img-detail .js-qty {
    display: inline-block;
    margin-right: 10px;
}


.product-tabs ul li a {
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    background: #f0efec;
    color: #333;
}
.content-content{
    font-size: 17px;
}

.product-tabs ul li.active a {
    background: #0663a3;
    position: relative;
    color: #fff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    background: #0663a3;
}
.nav>li>a:hover{
    background: #0663a3;
    color: #fff!important;
}
.nav>li>a:focus{
    background:#d9b203;
}


.product-tabs .tab-pane {
    padding: 15px 0;
}

.product-tabs {
    margin-top: 30px;
    font-size: 17px;
}

.main-product-detail .slider-small {
    margin-top: 10px;
}

.content-detail-product .title-category {
    margin-top: 0;
    font-size: 14px;
    color: #999999;
}

.field1 {

    margin-top: 21px;
}

.field1 input[type=number] {
    width: 100%;
    display: inline-block;
    float: left;
    height: 30px;
    text-align: center;
    border: 0;
    border: 1px solid #ddd;
}


.add-shop a {
    height: 30px;
    line-height: 35px;
    width: 100%;
    color: #333 aliceblue !important;
    text-transform: uppercase;
    background: #0663a3;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin-top: 26px;
    cursor: pointer;
    color: #fff!important;
}

.add-shop .row {
    margin-left: -5px;
    margin-right: -5px;
}

.add-shop .row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.add-shop a.muahang {
    background: rgb(231, 76, 60);
    border: 1px solid rgb(231, 76, 60);
}

.add-shop .field1 {
    margin-top: 6px;
    display: flex;
}

.add-shop .field1 input {
    width: 60%;
    border-color: #ddd !important;
    outline: unset !important;
    border: 1px solid;
    padding-left: 5px;
}


.add-shop .muahang {
    background: #e67817;
    border: 1px solid #e67817;

}

.slider-large .item img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.content-product .slider-large .item img {
    width: 100%;
    height: 410px;
    /*object-fit: contain;*/
    object-fit: cover;
}

.slider-small img {
    width: 100%;
    height: 95px;
    object-fit: cover;
}

.slider-large .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.slider-large .owl-next {

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);
}

.slider-large .owl-nav > div {
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.slider-other .owl-prev {
    position: absolute;
    top: 36%;
    left: 0;
    transform: translateY(-36%);
}

.slider-other .owl-next {

    position: absolute;

    top: 36%;

    right: 0;

    transform: translateY(-36%);
}

.slider-other .owl-nav > div {
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.slider-other {
    margin-top: 20px;
}

.main-product-detail {
    background: #fff;
    padding: 10px;
}

.other-product .title-title .title-primary {
    background: none;
}

.slider-other .item-product {
    border: 1px solid #ddd;
}

.content-category article {
    padding: 20px;
    margin: 0 auto 0 auto;
}

.content-category .more-content {
    display: none;
}

.content-category .cg-visible {
    display: block;
}

.content-category {
    border: 1px solid #ffd200;
    margin-top: 15px;
    border-radius: 5px;
}

.content-category .readmore {
    background: #ffd200;
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
}

.groupfeature-top .title-title .title-primary:before {
    display: none;
}

.groupfeature-top {
    margin-top: 18px;
}

.result_cat {
    padding: 10px;
}

.tab-pane.active {
    display: block !important;
}

.tab-pane {
    display: none !important;
}

/*li.fillter-label.tpInputLabel.fill-line-4.checked {*/
/*    border: 1px solid #ffd200;*/
/*}*/
li.fillter-label.tpInputLabel.fill-line-1.checked a p {
    color: #ffd200;
}

li.fillter-label.tpInputLabel.fill-line-0.checked p {
    color: #ffd200;
}

.buynow-2 .heading {
    position: relative;
    cursor: pointer;
    padding-left: 40px;
    line-height: 0;
}

.buynow-2 .list-cart-heading .prices, .buynow-2 .list-order .prices {
    width: 110px !important;
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    background: #fff;
    transition: all .2s ease;
}
@media (max-width: 767px) {
    #modal-cart .modal-body {
        position: relative;
        padding: 20px 0px;
    }

    .contact-info b,
    .contact-info span{
        display: none!important;
    }

    .contact-box-wrapper {
        display: block!important;
        padding: 0!important;
        border-radius: 50%!important;
    }
    .hide-mobile {
        display: none;
    }

    .for-mobile {
        display: block!important;
    }

    .logo img {
        width: 165px;
        height: auto!important;
    }

    .same-promotion-item img {
        height: 65px!important;
        width: 65px !important;
    }

    .same-promotion-item .box-content {
        width: calc( 100% - 65px )!important;
    }
    .same-promotion-list {
        padding: 0 10px!important;
        display: inherit!Important;
        white-space: unset!important;
        overflow-x: unset!Important;
        flex-wrap: unset!important;
    }
    .main-home > .container > .row > .col-md-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .nav-groupfeature > .row > div:nth-child(even) {
        padding-left: 7.5px;
        padding-right: 7.6px;
    }

    .nav-groupfeature > .row > div:nth-child(odd) {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    .sw_product_box_wrapper img {
        object-fit: cover;
        height: 100%;
    }
    #header-site {
        padding: 0;
    }
    .show-name{
        display: none;
    }
    #scrollUp {
        right: 10px!important;
    }
    .view-more-promo {
        text-align: center;
        padding: 20px 10px 5px 10px;
        color: #bf1f2e;
        text-transform: uppercase;
        /* color: #f1c40f; */
        font-size: 18px!important;
        background: #fff!important;
        margin-bottom: 0!important;
        margin-top: 20px;
    }
    .same-promotion-item {
        background: #fff;
        display: inline-block!important;
        width: 100%!important;
        position: relative;
        color: #000;
        /*height: 60px;*/
        box-sizing: border-box;
        vertical-align: text-bottom;
        border: 1px solid #037841;
        border-radius: 4px;
        padding-top: 15px!important;
        padding-left: 8px;
        padding-right: 7px;
        height: auto!important;
        float: unset!Important;
        margin-right: 0px!important;
    }

    .same-promotion-item {}
    footer .socail {
        padding-left: 0px!important;
    }
    .cate-prom{
        display: none;
    }
    .buynow-2 .list-cart-heading .product, .buynow-2 .list-order .product {
        width: 45% !important;
    }
    .buynow-2 .list-cart-heading .prices, .buynow-2 .list-order .prices, .buynow-2 .list-cart-heading .count, .buynow-2 .list-order .count {
        width: 27%;
    }
    .item.method__ .item_col:nth-child(1) {
        /*padding-left: 0;*/
        padding-right: 15px!important;
    }
    div#chuyenkhoan-css {
        margin-top: 105px!important;
    }
    form.uk-form {
        padding: 0 15px;
    }
    .groupfeature.groupfeature-3.wow.fadeInUp .col-md-3.col-sm-6.col-xs-6:nth-child(4) {
        display: block!important;
    }

    section.paymentsuccess-2.mtb20.conbtent-main {
        background: #fff;
    }
    .tab-pane iframe,
    .content-new-detail iframe{
        width: 100%;
        height: auto;
    }

    .tab-pane img,
    .content-new-detail img{
        height: auto!important;
    }
    button.close {
        padding-right: 5px;
    }
    .item-product .image {
        overflow: hidden;
        height: 145px;
        object-fit: cover;
    }

    .item.method__ .item_col:nth-child(2) {
        padding-left: 15px!important;
        /*padding-right: 0;*/
    }

    .buynow-2 .list-cart-heading .prices, .buynow-2 .list-order .prices {
        width: 90px !important;
    }

    #modal-cart .modal-dialog {
        width: 95% !important;
    }

    .num_cart {
        top: 7px !important;
        left: 20px !important;
    }

    .cart-top a {
        width: 40px;
        font-size: 0;
        padding: 0;
        background: none;
        text-align: center;
        display: inline-block;
    }
    .content-content p {
        word-break: break-word;
    }
    .boxfooter {
        margin: 0 auto !important;
    }

    .benefits img {
        height: 40px !important;
        padding-left: 10px;
    }

    .item-product {
        position: relative;
    }

    p.price label {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .item-product .price {
        margin: 0;
        height: 37px;
    }

    .groupfeature.groupfeature-2 .cate-list {
        white-space: nowrap;
    }
    .product-tabs .tab-pane h1,
    .content-new-detail h1 {
        font-size: 1.7em;
        line-height: 1.3
    }

    .product-tabs .tab-pane h2,
    .content-new-detail h2{
        font-size: 1.6em;
        line-height: 1.3
    }

    .product-tabs .tab-pane h3,
    .content-new-detail h3 {
        font-size: 1.25em
    }

    .product-tabs .tab-pane h4,
    .content-new-detail h4 {
        font-size: 1.125em
    }

    .product-tabs .tab-pane h5,
    .content-new-detail h5 {
        font-size: 1em
    }

    .product-tabs .tab-pane h6,
    .content-new-detail h6 {
        font-size: .85em;
    }
    .product-tabs ul li a {
        font-size: 16px;
        padding: 9px;
    }
    .cart-top {
        position: absolute;
        top: -48px!important;
        right: 5px;
    }
}

li.has-child span.icon:nth-child(2) {
    display: block;
}

/*li.has-child span.icon:nth-child(1) {*/
/*    display: none;*/
/*}*/

ul.submenu {
    display: none;
}

/*div#slider-home .owl-nav {*/
/*    display: none;*/
/*}*/
div#ajax-product-list .item-product {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.mtb10.col-md-12.text-center {
    color: #333;
}

div#total_total {
    display: none;
}

.num_cart {
    position: absolute;
    top: 0;
    right: 0;
    background: #ED1B24;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
}

.cart-top a {
    position: relative;
}

a.logo img {
    height: 50px;
    object-fit: contain;
}

.item.method__ {
    background: #fff;
    /*padding: 20px;*/
}

.item.method__ .item1 {
    padding-bottom: 10px;
}

.item.method__ h4 {
    font-size: 16px;
    text-align: left;
    padding-bottom: 10px;
}

.method__ .item-box {
    background: #f7f7f7;
    padding: 10px;
}

.item.method__ input {
    display: inline-block;
    float: left;
    margin-right: 4px;
    margin-top: 3px;
}
.item.method__ .item_col:nth-child(1) {
    /*padding-left: 0;*/
    padding-right: 5px;
}

.item.method__ .item_col:nth-child(2) {
    padding-left: 5px;
    /*padding-right: 0;*/
}
.cate-prom{
    /* display: none; */
}

.item.method__ .fade {
    display: none;
}

.item.method__ .fade.in {
    display: block;
}
div#chuyenkhoan-css {
    margin-top: 20px;
}

div#chuyenkhoan-css p {margin-bottom: 5px;}
.groupfeature.groupfeature-3.wow.fadeInUp .col-md-3.col-sm-6.col-xs-6:nth-child(4) {
    display: none;
}
.same-promotion-list {
    display: block;
    overflow: auto;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    background: #fff;
    padding: 6px;
    margin-bottom: 5px;
    overflow: hidden;
}

.same-promotion-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 60%);
    background-color: #F5F5F5;
}

.same-promotion-list::-webkit-scrollbar {
    width: 2px;
    background-color: #999;
    height: 3px;
}

.same-promotion-list::-webkit-scrollbar-thumb {
    background-color: #e9edf0;
    border: 2px solid #555555;
}
.same-promotion-list .hidden {
    display: none;
}
.same-promotion-list .hidden {
    display: none;
}
.same-promotion-item .bhx-check {
    width: 16px;
    height: 18px;
    background-position: -150px -87px;
    text-align: center;
    position: absolute;
    right: 22px;
    top: 6px;
}
.bhx-check {
    background-position: -316px -52px;
    width: 12px;
    height: 10px;
    margin: 0 5px;
}
.same-promotion-item .use {
    position: absolute;
    width: 40px;
    height: 15px;
    right: 17px;
    top: 8px;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #007bd3;
}
.same-promotion-item .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 16px;
    white-space: normal;
    color: #0663a3;
}
.same-promotion-item .content {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    white-space: normal;
    color: #222b45;
    padding-top: 5px;
    padding-bottom: 8px;
    min-height: 72px;
}
.same-promotion-item {
    background: #fff;
    display: inline-block;
    width: calc(100%/4 - 8px);
    position: relative;
    color: #000;
    /*height: 64px;*/
    box-sizing: border-box;
    vertical-align: text-bottom;
    border: 1px solid #0663a3;
    border-radius: 4px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 7px;
    cursor: pointer;
    margin-right: 6px;
    /* height: 87px; */
    overflow: hidden;
    /* text-align: center; */
    float: left;
}

.same-promotion-item .item {
    display: flex;
}

.same-promotion-item img {
    height: 55px;
    object-fit: contain;
    display: inline-block;
    margin: 0 0 15px 0;
    width: 55px;
}

.same-promotion-item .box-content {
    width: calc( 100% - 55px );
    display: inline-block;
    padding-left: 10px;
}
.view-more-promo {
    margin-bottom: 10px;
    font-size: 20px;
}
.acc__title {

    position: relative;
    cursor: pointer;

}
.acc__title:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 10px;
    content: " ";
    top: 7px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
    transform: rotate(-135deg);
    transition: all 0.2s ease-in-out;
}

#ajax-product-list .col-md-3.col-sm-6.col-xs-6:nth-child(4) {
    display: block;
}

@media only screen and (max-width: 736px){
    .item-product .nav-image .title-1 {
        overflow: hidden;
        line-height: 21px;
        font-size: 16px;
        color: #333;
        padding: 0;
        margin-bottom: 7px;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        /* height: 63px; */
        margin-top: 0px;
        font-weight: bold;
    }

}

@media only screen and (max-width: 1366px) and (min-width: 1200px){
    .main-home > .container > .row > .col-md-10 {
        width: calc(100% - 230px);
        width: 80%;
    }
}

@media only screen and (min-width: 1366px){
    .search-top {
        padding: 0 0 0 25px;
    }
    .header-catalogues {
        width: 96% !important;
    }
    div#header-site-sticky-wrapper.is-sticky .top-header a.custom-btn.menu-trangdanhmuc.click-category-child {
        /* padding: 0 35px!important; */
        width: 225px;
        padding-left: 20px;
    }
    .top-logo > a {
        position: absolute !important;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1366px){
    .search-top form {
        width: 27% !important;
    }
    .main-home .row-slide>.col-md-2 {
        width: 20%;
        max-width: 20%;
    }

    .main-home .row-slide>.col-md-10 {
        width: 80%;
        max-width: 80%;
    }
    .main-home .row-slide>.col-md-8 {
        width: 80%;
        max-width: 80%;
    }
    .header-catalogues {
        width: 110% !important;
    }
}

@media only screen and (max-width: 1366px){
    .listgroup {
        white-space: nowrap;
        overflow-x: scroll!important;
    }
    .listgroup a {
        float: unset!important;
        display: inline-block;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 992px){
    .main-home > .container > .row > .col-md-2 {
        width: 20%;
        padding-left: 5px;
        padding-right: 5px;
        width: 245px;
        position: fixed;
        max-width: 250px;
    }
    .logo img {
        width: 225px !important;
    }
}

@media only screen and (max-width: 1024px){
    .cart-top a {
        float: unset!important;
        text-align: right!important;
        display: inline-block;
        position: relative;
        right: 0;
        width: auto;
        overflow: unset;
    }

    .header-catalogues {
        width: 100% !important;
    }

    .logo img {
        /*width: 135px!important;*/
    }

    .row-slide .box-center {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }

    .cart-top {
        text-align: right;
    }

    .cart-top a img {
        margin: 0;
        float: unset;
    }

}
.view-more-promo {
    text-align: center;
    padding: 15px 10px 5px 10px;
    color: #bf1f2e;
    text-transform: uppercase;
    /* color: #f1c40f; */
    background: #fff;
    margin-bottom: 0;
}

.listgroup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 60%);
    background-color: #F5F5F5;
}

.listgroup::-webkit-scrollbar {
    width: 2px;
    background-color: #999;
    height: 3px;
}

.listgroup::-webkit-scrollbar-thumb {
    background-color: #e9edf0;
    border: 2px solid #555555;
}
.groupcate .owl-nav,.groupcate .owl-dots {
    display: none;
}
.show-name {
    margin-top: 5px;
    text-align: center;
    margin-bottom: 12px;
}

.phone {
    text-align: center;
}
.bct img {
    height: 90px;
    object-fit: contain;
}
.fb_fanpage iframe {
    height: 200px;
    width: 100%;
}
.item_tm {
    text-align: center;
}
.resultsearch ul li {
    margin: 5px 0;
    padding-left: 10px!important;
    font-size: 16px;
}
.attribute-group .fillter-label label{
    margin-bottom: 0;
}

/*bo sung*/
.menunews {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;
    clear: both;
    margin-bottom: 20px;
}
.menunews ul {
    display: flex;
    justify-content: space-between;
    padding:0;
    margin:0;
}
.menunews li {
    overflow: visible;
    position: relative;
}
.menunews li h2 {
    font-size: 16px;
}
.menunews li a {
    display: block;
    background: #fff;
    font-size: 14px;
    color: #0663a3;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
}
.menunews li a.currentpage {
    background: #fff;
    color: #0663a3;
}


.mattroi {
    background-image: url('../images/sun.gif');
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
    vertical-align: middle;
    background-size: 21px;
    margin-bottom: 5px;
    -webkit-animation: rotation 3s infinite linear;
}
.main-home.main-category-new-2 .content-white{
    padding:15px;
    background: #fff;
    margin-top: 10px;
}
.main-home.main-category-new-2{
    padding-top: 0
}
.menunews li {
    list-style: none;
}
.menunews li h2{
    margin:0;
}

.menunews li h1{
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    margin-top:6px;
}
.main-category-new-2 .content-category-new-2 .item-new-2 .image{
    width: 250px;
    display: inline-block;
    float: left;
}
.main-category-new-2 .content-category-new-2 .item-new-2 .image img{
    width: 100%;
    height: 145px;
    object-fit: cover;
}
.main-category-new-2 .content-category-new-2 .item-new-2 .nav-image{
    width: calc(100% - 250px);
    display: inline-block;
    float: right;
    padding-left: 15px;
}
.main-category-new-2 .content-category-new-2 .item-new-2 .nav-image .title-4{
    display: block;
    margin: 0;
    overflow: hidden;
    line-height: 20px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}
.main-category-new-2 .content-category-new-2 .item-new-2 .nav-image .desc{
    font-size: 17px;
    color: #333;
    margin-top: 6px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.main-category-new-2 .content-category-new-2 .item-new-2 .nav-image .view{
    margin: 0;
    color: #999;
}
.main-category-new-2 .content-category-new-2 .item-new-2 .nav-image .view svg{
    margin-right: 5px;
}
.main-category-new-2 .content-category-new-2 .item-new-2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.main-category-new-2 .content-category-new-2 .item-new-2:last-child{
    border-bottom: 0
}
.main-category-new-2 .video-new-page{
    background: #000;
    padding: 10px;
}
.main-category-new-2 .video-new-page .title-1{
    margin: 0;
    color: #fff;
    font-size: 20px;
}
.main-category-new-2 .video-new-page  .title-2{
    margin: 0;
    font-size: 15px;
    line-height: 23px;
}
.main-category-new-2 .video-new-page  .title-2 a{
    color: #fff;
}
.slider-video-new .owl-prev{
    position: absolute;
    top: 40%;
    left: 0;
    color: #fff;
}
.slider-video-new .owl-next{
    position: absolute;
    top: 40%;
    right: 0;
    color: #fff;
}
.slider-video-new{
    padding-left: 15px;
    padding-right: 15px;
}
.main-category-new-2 .content-2{
    margin-top: 20px;
}
.main-category-new-2 .xemthem a{
    display: inline-block;
    border: 1px solid;
    line-height: inherit;
    padding: 7px 13px;
    border-radius: 5px;
    color: #333;
}
.main-category-new-2 .xemthem a svg{
    float: right;
}
.main-category-new-2  .xemthem{
    text-align: center;
}
.category-new-2-right .item .title-2{
    line-height: 26px;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    padding: 0 0 0px;
    font-weight: 600;
    margin: 0;
    color: #0663a3;
    border-bottom: 3px solid #0663a3;
    margin: 0 0 15px 0;
}
.category-new-2-right .item .title-2 .readmore{
    COLOR: #0064c2;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    padding-left: 6px;
}
.category-new-2-right .item ul{
    padding:0;
    margin:0;
    list-style: none;
}
.category-new-2-right .item ul li{
    position: relative;
    padding-left: 17px;
    font-size: 17px;
    /* font-weight: bold; */
    line-height: 20px;
}
.category-new-2-right .item ul li:before{
    content: '';
    position: absolute;
    top:5px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #0663a3;
    border-radius: 50%;
}
.category-new-2-right .item ul li .view{
    margin: 0;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}
.category-new-2-right .item ul li .view svg{
    margin-right: 5px;
}
.category-new-2-right .item ul li{
    padding-bottom: 10px;
}

.home .category-new-2-right .item ul li {
    padding-bottom: 13px;
    font-size: 16px;
}

.home .category-new-2-right .item ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.category-new-2-right .item-new-2 .image{
    /* width: 90px; */
    /* display: inline-block; */
    /* float: left; */
}
.category-new-2-right .item-new-2 .image img{
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.category-new-2-right .item-new-2 .nav-image{
    /* width: calc(100% - 90px); */
    /* display: inline-block; */
    /* float: right; */
    /* padding-left: 15px; */
    margin: 15px 0px 0 0;
}
.category-new-2-right  .item-new-2 .nav-image .title-4{
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    /* height: 38px; */
    overflow: hidden;
    margin-bottom: 10px;
}
.main-category-new-2 .content-category-new-2 .item-new-2 .nav-image .desc{
    font-size: 17px;
    color: #333;
    margin-top: 6px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.main-category-new-2 .content-category-new-2 .item-new-2 .nav-image .view{
    margin: 0;
    color: #999;
}
.main-category-new-2 .content-category-new-2 .item-new-2 .nav-image .view svg{
    margin-right: 5px;
}
.category-new-2-right .item-new-2 .nav-image .desc{
    font-size: 16px;
    /* height: 54px; */
    overflow: hidden;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 0;
}
.category-new-2-right .item-new-2 .nav-image  .view{
    margin:0;
    color: #999;
    display: none;
}
.category-new-2-right .item-new-2 .nav-image  .view svg{
    margin-right: 5px;
}
.category-new-2-right .item-new-2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.category-new-2-right .item-new-2:last-child{
    border-bottom: 0
}
.category-new-2-right .item{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.category-new-2-right .item:last-child{
    border-bottom: 0;

}
.main-category-new-2-detail .groupcate-inline .sub{
    padding:0;
}
.main-category-new-2-detail  .groupcate{
    padding:0;
    margin:0;
}
.main-category-new-2-detail  .groupcate-inline{
    padding:0;
}
.main-category-new-2-detail  .title-pr{
    margin-top: 8px;
    font-size: 24px;
}
.new-other .title-2{
    font-size: 18px;
    font-weight: bold;
}
.new-other  .row{
    margin-left: -10px;
    margin-right: -10px;
}
.new-other  .row .col-md-3{
    padding-left: 10px;
    padding-right: 10px;
}
.new-other  .item .image img{
    width: 100%;
    height: 105px;
    object-fit: cover;
}
.new-other  .item .ttle-4{
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
    font-weight: bold;
}
.new-other  .item{
    padding-bottom: 20px;
}
.main-category-new-2 .content-category-new-2 .content-1-top .item-new-2 .image img{
    height: auto;
}
.main-category-new-2 .content-category-new-2 .content-1-top .item-new-2 .image{
    width: 100%
}
.main-category-new-2 .content-category-new-2 .content-1-top  .item-new-2 .nav-image{
    width: 100%;
    padding-left: 0;
    padding-top: 15px
}
.main-category-new-2 .content-category-new-2 .content-1-top  .nav-item-new  ul{
    padding:0;
    margin:0;
    list-style: none;
}
.main-category-new-2 .content-category-new-2 .content-1-top  .nav-item-new ul li{
    position: relative;
    padding-left: 17px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    line-height: 20px;
}
.main-category-new-2 .content-category-new-2 .content-1-top  .nav-item-new ul li:before{
    content: '';
    position: absolute;
    top:5px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #0663a3;
    border-radius: 50%;
}
.main-category-new-2 .content-category-new-2 .content-1-top  .nav-item-new ul li .view{
    margin: 0;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}
.main-category-new-2 .content-category-new-2 .content-1-top  .nav-item-new ul li .view svg{
    margin-right: 5px;
}
.main-category-new-2 .content-category-new-2 .content-1-top  .nav-item-new  ul li{
    padding-bottom: 10px;
}

@media only screen and (max-width: 736px) {
    .main-category-new-2 .content-category-new-2 .item-new-2 .image {
        width: 150px;

    }
    .main-category-new-2 .content-category-new-2 .item-new-2 .nav-image {
        width: calc(100% - 150px);
    }
    .main-category-new-2 .content-category-new-2 .item-new-2 .image img{
        height: 130px;
    }
    .main-category-new-2 .content-category-new-2 .item-new-2 .nav-image .title-4{
        font-size: 15px;
        line-height: 20px;
        height: 40px;
    }
    .main-category-new-2 .content-category-new-2 .item-new-2 .nav-image .desc{
        font-size: 14px;
        margin-top: 0
    }
    .main-category-new-2 .content-category-new-2 .item-new-2 .nav-image .desc{
        margin-bottom: 5px;
    }
}
.socail {
    float: right;
    overflow: hidden;
    line-height: 30px;
    display: flex;
    margin-right: 10px;
}
.social-left, .social-right {
    display: flex;
}
.socail a {
    font-size: 13px;
    font-weight: 600;
    color: #4a4a4a;
    display: block;
    margin: 5px;
}
.dmca-badge {
    /* opacity: .4; */
}
.social-left a:last-child img {
    vertical-align: middle;
    object-fit: contain;
}
.lazy.loaded, .vlazy.loaded, .owl-lazy.loaded {
    opacity: 1;
}
.social-left, .social-right {
    display: flex;
}
.socail .fb_iframe_widget {
    margin-bottom: 5px;
    display: block;
    width: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
}
.social-left a.bhx-bct img {
    width: 92px;
    object-fit: contain;
}
footer .socail {
    float: unset;
    width: 100%;
    padding-left: 60px;
}

.clear-fix {
    clear: both;
}
.subscribe_yt {
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.social-left {
    margin-right: 5px;
}

.yt_iframe_widget {
    display: flex;
    align-items: center;
}
.show_top_brands li.fillter-label {
    display: none;
}

.show_top_brands li.fillter-label:nth-child(1), .show_top_brands li.fillter-label:nth-child(2), .show_top_brands li.fillter-label:nth-child(3), .show_top_brands li.fillter-label:nth-child(4), .show_top_brands li.fillter-label:nth-child(5), .show_top_brands li.fillter-label:nth-child(6), .show_top_brands li.fillter-label:nth-child(7) {
    display: block;
}
ul.show_top_brands {
    display: inline-block!important;
}

.manufacture .catesearch {
    float: left;
    position: relative;
    width: 181px;
    margin: 9px 4px 5px 10px;
}

li.search_filter {
    width: 190px !important;
}

.manufacture .catesearch .searchcate {
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 10px;
    padding-right: 32px;
    font-size: 14px;
    width: calc(100% - 47px);
    width: 100%;
}
ul.show_top_brands {
    margin-top: 6px;
}
.manufacture .catesearch .butcatesearch {
    position: absolute;
    top: 5px;
    right: 0px;
    background: none;
    border: 0;
    width: 20px;
    height: 100%;
    border-radius: 4px;
    cursor: pointer;
}

.butcatesearch svg {
    font-size: 12px;
}

.manufacture .catesearch .resultsearch {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    z-index: 2;
    top: 39px;
    overflow: inherit;
    position: absolute;
    width: 98%;
}

.catesearch .resultsearch ul {
    max-height: 200px;
    overflow-y: scroll;
}

.manufacture ul {
    display: block;
    overflow: hidden;
    padding: 0;
}

.resultsearch ul li {
    width: 100%;
    color: #515151;
    height: auto;
    margin: 5px 0;
    padding-left: 10px;
}

.manufacture li {
    float: left;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    padding: 5px 3px;
    width: 92px;
    height: 40px;
}

.manufacture .catesearch .resultsearch {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    z-index: 2;
    top: 39px;
    overflow: inherit;
    position: absolute;
    width: 98%;
}

.manufacture .catesearch .reset {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    right: 7px;
    background: #fff;
    cursor: pointer;
}

.manufacture .catesearch .reset svg {
    font-size: 12px;
}

.reset {
    display: none;
    position: absolute;
    width: 20px !important;
    height: 20px;
    top: 7px;
    right: 50px;
    background: #dbdbdb;
    font-size: 15px;
    color: #999;
    text-align: center;
    font-family: monospace;
    line-height: 17px;
    border-radius: 20px;
}

.manufacture .catesearch .resultsearch:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 45%;
    top: -7px;
    right: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.manufacture .catesearch .resultsearch:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 45%;
    top: -8px;
    right: 0;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.catesearch .resultsearch ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 10px;
}

.manufacture li {
    float: left;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    padding: 5px 3px;
    width: 92px;
    height: 40px;
}

.invisible {
    display: none !important;
}

.resultsearch ul li:hover {
    background: #dddfe2;
    cursor: pointer;
}
.attribute-group input[type="checkbox"] {
    display: none;
}

.aside-fillter {
    margin-top: 15px;
}

.manufacture .catesearch .resultsearch li {
    width: 100%;
}

.manufacture .catesearch .resultsearch ul {
    display: block;
    position: relative;
}
ul#morebrand-2 li:nth-child(1), ul#morebrand-2 li:nth-child(2), ul#morebrand-2 li:nth-child(3), ul#morebrand-2 li:nth-child(4), ul#morebrand-2 li:nth-child(5), ul#morebrand-2 li:nth-child(6), ul#morebrand-2 li:nth-child(7) {
    display: none;
}
ul.show_top_brands .filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
}
.top-header .row {
    margin-left: -5px;
    margin-right: -5px;
}
.top-header .row .col-md-3{
    /*width: 20%;*/
    flex: inherit;
    max-width: inherit;
    padding-left: 5px;
    padding-right: 5px;
}
.top-header .row .col-md-9{
    padding-left: 5px;
    padding-right: 5px;
}
.top-header .row .col-md-7{
    width: 66%;
    max-width: inherit;
    flex: inherit;
    padding-left: 5px;
    padding-right: 5px;
}
.top-header .row .col-md-2{
    /*width: 14%;*/
    /*flex: inherit;*/
    /*max-width: inherit;*/
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
    text-align: right;
}
.left-sidebar-child{
    /* display: none; */
}
.left-sidebar-child{
    position: relative;
}
.left-sidebar-child .click-category{
    /* margin-top: 7px; */
    border-radius: 10px;
    cursor: pointer;
    /* margin-top: 12px; */
    border-radius: 10px;
    cursor: pointer;
}

.left-sidebar-child  .scrollbar{
    display: inline-block;
    width: 100%;
    position: static;
    top:inherit;
}
.left-sidebar-child.left-sidebar .category.item .click-category{
    border-bottom: 0
}

.left-sidebar>.category>.nav-category >.scrollbar>.force-overflow>  ul > li > ul{
    padding-left: 10px;
    padding-right: 6px;
}
.left-sidebar>.category>.scrollbar>.force-overflow  ul  li  a {
    position: relative;
    padding-left: 18px;
}
.left-sidebar-child .category.item .click-category{
    padding: 11px 10px 11px 12px;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
}

/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 5px;
    background-color: #000;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #999;
    border: 1px solid #555555;
}


#style-4::-webkit-scrollbar {
    background: #686464;
}
#style-4::-webkit-scrollbar-thumb:hover {
    background: #686464;
}
#style-4::-webkit-scrollbar {
    background: #999;
}

.scrollbar {
    /* height: calc(100vh - 70px); */
    overflow-y: scroll;
    border-radius: 5px 5px 0 0;
}

.force-overflow {
    /* min-height: 450px; */
}




#style-4 {
    /*height: 641px;*/
    overflow: auto;

}
#style-4::-webkit-scrollbar-thumb {
    background: #686464;
    width: 3px;
}

#style-4::-webkit-scrollbar-track {
    background: #999;
}
#style-4 when (@width = thin)::-webkit-scrollbar {
    width: 5px;
}
#style-4 when (@width = auto)::-webkit-scrollbar {
    width: 5px;
}
#style-4 when (@width = none)::-webkit-scrollbar {
    width: 0px;
}
.cart-top a:hover{
    color: #fff!important;
}
.left-sidebar-child  #style-4{
    width: 100%;
}
.left-sidebar-main{
    margin-top: 0;
}
.gr_catalo .sub.show-gr a {
    height: 28px!important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-right: 5px;
    /* color: #b76b29; */
    /* font-weight: bold; */
    padding: 0 5px;
    margin-bottom: 5px;
}

.gr_catalo .sub.show-gr a:hover {
    background: #b76b29;
    color: #fff!important;
}
.gr_catalo .groupcate-inline a.title-cate.nolink {
    color: #515151;
    font-weight: 800;
}
.gr_catalo .fillter-label.tpInputLabel label::before{
    content: unset!important;
}
.gr_catalo .attribute-group .fillter-label label {
    padding-left: 0px!important;
    font-weight: 400;
    cursor: pointer;
    /*font-family: 'TPBaoMoi', sans-serif;*/
}
.gr_catalo .sub.show-gr a:nth-child(2) {
    margin-left: 5px;
}
.gr_catalo .groupcate-inline a.title-cate:before, .gr_catalo .groupcate-inline a.title-cate:after {
    top: 8px;
}
.gr_catalo a.active.catebreadcrumb:hover {
    color: #fff!important;
}
a.read-more-product {
    cursor: pointer;
}

/*hotline*/
.hotline-fixed.fixed {
    display: block;
    position: fixed;
    top: initial;
    bottom: 60px;
    left: 20px;
    z-index: 999999;
}
.hotline-fixed.fixed.botom_fixed{bottom: 50px;}
.hotline-fixed>a {
    display: block;
    position: relative;
    padding: 10px 10px 10px 45px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #b76b29;
}
/*.hotline-fixed>a:before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    top: 2px;*/
/*    left: 2px;*/
/*    !*background: #fff url('../../images/icon_hotline_red.png') center no-repeat;*!*/
/*    background: #fff url('../../images/phone-13.svg') center no-repeat;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    -ms-border-radius: 50%;*/
/*    -o-border-radius: 50%;*/
/*    border-radius: 50%;*/
/*    z-index: 5;*/
/*    animation-name: tada;*/
/*    animation-duration: 0.1s;*/
/*    animation-iteration-count: infinite;*/
/*    animation-direction: alternate;*/
/*}*/

.hotline-fixed>a .img-hotline {
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 2px;
    left: 2px;
    /*background: #fff url('../../images/icon_hotline_red.png') center no-repeat;*/
    background: #fff url('../../images/phone-13.svg') center no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 5;
    animation-name: tada;
    animation-duration: 0.1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    text-align: center;
}

.hotline-fixed>a .img-hotline path {
    fill: #b76b29!important;
}
.hotline-fixed>a:hover {
    color: #fff!important;
}
span.img-hotline svg {
    height: 25px;
    width: 25px;
    position: relative;
    top: 5px;
}

@keyframes tada {
    from {
        transform: rotate(-25deg);
    }
    to {
        transform: rotate(25deg);
    }
}
footer {
    background: #0663a3;
}
.footer-1 .wp-ft .title-footer{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    /* font-family: 'Oswald-SemiBold'; */
    line-height: 30px;
    padding-bottom: 6px;
}

.footer-1 {padding-top: 36px;padding-bottom: 45px;/* margin: 20px 0 0 0; */}

.h3-title-ft {padding-bottom: 10px;margin-bottom: 15px;position: relative;font-size: 20px;color: #fff;text-transform: uppercase;/* font-family: 'Oswald-SemiBold'; */line-height: 30px;}

.h3-title-ft:after{

    content: '';

    position: absolute;

    width: 60px;

    height: 2px;

    background: #83b1d1;

    bottom: 0;

    left: 0

}

.wp-ft a {

    color: #ffffff;

    transition: all 0.3s ease-in-out;

}

.footer-2>.container {

    margin-top: 35px;

    padding-top: 35px;

    border-top: 1px solid #595959;

    padding-bottom: 45px;

}

.copy-right {

    background: #0093c9;

    padding: 15px 0px;

}

.div-list-ft p {/* padding-left: 23px; */position: relative;color: #fff;font-size: 16px;}

.div-list-ft p svg {
    margin: 0 4px 0 0;
    font-size: 14px;
}

.div-list-ft p svg path {
    fill: #fff;
}



.list-ft li {padding-bottom: 5px;margin-bottom: 5px;}

.list-ft li:last-child{

    border-bottom: 0

}

.list-ft li a {position: relative;padding-left: 15px;font-size: 16px;}

.list-ft li a::after {

    content: "\f054";

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 0px;

    color: #fff;

    font-family: "FontAwesome";

    font-size: 8px;

    transition: all 0.6s ease-in-out;

}

.list-ft li a:hover {

    color: #e67817;

}

.list-ft li a:hover::after {

    color: #e67817;

    left: 5px;

}

.copy-right a:hover {

    color: #d93438 !important;

}

#support {
    padding: 30px 0;
    background: #fff;
    margin: 30px 0 0px 0;
}

.title-primary {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.sw_product_box_wrapper {
    float: unset;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    /* box-shadow: 0 1px 10px rgba(0, 0, 0, .06); */
    position: relative;
    margin: 1px 0;
    text-align: center;
}
.sw_product_indx_img_wrapper {
    width: 100%;
    position: relative;
    width: 160px;
    height: 160px;
    /* border: 5px solid #1c7abb; */
    border-radius: 50%;
    display: inline-block;
}
.sw_product_box_wrapper .sp_img_box_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 600px;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.sw_product_box_wrapper img {
    width: 100%;
}
.sw_product_indx_img_cont_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding-bottom: 27px;
    padding-bottom: 13px;
    padding-top: 10px;
}
.icon-support-css ul {
    list-style: none;
    padding: 0px;
    margin: 15px auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
}
.icon-support-css li {
    display: inline-block;
}
.icon-support-css li a {
    padding: 12px;
    background: #fff;
    color: #1c7abb;
    box-shadow: 2px 2px 2px #ccc;
}
.sw_product_indx_img_cont_wrapper h5 {
    font-size: 14px;
    color: #fff;
    background: #1c7abb;
    padding: 3px 17px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    margin: 0px 0 5px;
    font-family: Roboto, sans-serif;
    height: 30px;
    line-height: 24px;
}
.title-primary1 span {
    color: #d30000;
}
.sw_product_box_wrapper:hover .sp_img_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 1%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 1%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 1%, rgba(255, 255, 255, .3) 100%);
    opacity: 1;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}
.zalo-btn {
    position: relative;
    margin: 0;
    padding: 0;
    /* bottom: 0; */
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 75px;
    height: 75px;
    z-index: 1000;
    left: 1px
}

.zalo-btn .pulse {
    width: 60px;
    height: 60px;
    background: #0789cd;
    opacity: .75;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out
}

.zalo-btn .tada {
    background: #0789cd;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.zalo-btn a {
    display: block;
    width: 40px;
    position: relative;
    height: 40px
}
.zalo-btn img {
    width: 40px;
    height: 40px;
}
.zalo-btn img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.support .owl-nav {
    display: none;
}
.fixed_bg {
    margin-top: 0px!important;
}
.vistor-count {
    color: #fff;
    font-size: 16px;
}

.vistor-count p {
    margin-bottom: 5px;
}

.footer-1 iframe {
    max-width: 100%;
}

.sw_product_box_wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* fixed contact footer */
.bottom-contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* height: 40px; */
    box-sizing: border-box;
    background: #fff no-repeat left 0px;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    padding: 7px 0px 5px 0;
    font-size: 16px;
    z-index: 999;
    display: flex;
    justify-content: center;
}
.bottom-contact .bt-ct {
    float: left;
    margin-left: 38px;
}
.bottom-contact .col1-bt-ct {
    color: #333;
    text-transform: uppercase;
    margin-right: 6px;
}
.bottom-contact .col2-bt-ct a {
    color: red;
    font-weight: 700;
}
/* fixed contact footer */

/* Header */
.search-top .top-phone.time-lv a {
    background: url(../../images/location-icon.png) left center no-repeat transparent;
}
.slide-home .item img {
    height: 432px;
    object-fit: cover;
    border-radius: 10px;
}
.content-home-right {
    margin: 15px 0 0 0;
}
.row-slide .box-center {
    padding-left: 0;
    padding-right: 7.5px;
}

.row-slide .right-center {
    padding-left: 5px;
}
.row-slide .right-center .image img {
    height: 126px;
    margin-bottom: 10px;
    object-fit: cover;
    width: 100%;
}
.menu-list {
    padding-left: 7.5px;
}

.menu-list .menu li {
    display: inline-block;
}

.menu-list .menu ul {
    align-items: center;
    height: 100%;
    margin: 0;
}

.menu-list .menu ul li a {
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
}

.menu-list .menu ul li:not(:last-child) a:after {
    content: "";
    height: 12px;
    width: 1px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 13px;
}
/* Header */

.content-content table[border="1"] th, .content-content table[border="1"] td {
    border: 1px solid #ddd;
    padding: 10px;
}
.nav-item-new {
    padding: 15px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.nav-item-item {
    padding: 15px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.search-top .top-phone a:hover {
    color: #fff !important;
}
.home.nav-item-new {
    background: #fff;
    height: 400px;
}
.right-banner .item-img{
    margin-bottom: 10px;
}
.right-banner .item-img img{
    width: 100%;
    border-radius: 10px;
    height: 210px;
    object-fit: cover;
}
.banner-bottm .row{
    margin-left: -5px;
    margin-right: -5px;
}
.banner-bottm .row .col-md-6{
    padding-left: 5px;
    padding-right: 5px;
}
.bottom-header{
    /*text-align: center;*/
}
.main-home .row-slide{
    margin-left: -5px;
    margin-right: -5px;
}
.main-home .row-slide>.col-md-2{
    padding-left: 5px;
    padding-right: 5px;
}
.main-home .row-slide>.col-md-10{
    padding-left: 5px;
    padding-right: 5px;
}
.main-home .row-slide .right-banner>.row{
    margin-left: -5px;
    margin-right: -5px;
}
.main-home .row-slide .right-banner>.row>.col-md-8{
    padding-left: 5px;
    padding-right: 5px;
}
.main-home .row-slide .right-banner>.row>.col-md-4{
    padding-left: 5px;
    padding-right: 5px;
}
.content-home-right .listgroup .item_tm{
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 10px;
}
.groupfeature .nav-groupfeature .row{
    margin-left: -5px;
    margin-right: -5px;
}
.groupfeature .nav-groupfeature .row .col-md-2{
    padding-left: 5px;
    padding-right: 5px;
}
.groupfeature.groupfeature-top{
    padding-bottom: 30px;
}
.groupfeature.groupfeature-2.other-product .title-title .title-1{
    padding: 0;
}
.build-pc .icon {
    width: 45px;
    height: 45px;
    display: inline-block;
    border: 1px solid #aaa;
    background: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin: 0 5px 0 0px;
}

.build-pc .title {
    color: #fff;
    font-size: 16px;
}

.build-pc > a {
    display: flex;
    align-items: center;
}
span.header-cart-icon {
    display: inline-block;
    position: relative;
}
.cart-top > a {
    display: flex;
    align-items: center;
}

span.cart-text {
    font-size: 16px;
}
.listgroup .owl-item {
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-mobile {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.bottom-mobile {
    position: relative;
}

.bottom-mobile form {
    position: relative;
    width: calc(100% - 40px);
    margin-left: 11px;
}

.bottom-mobile > a {
    width: 33px;
    height: 33px;
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
}

.bottom-mobile > a svg {
    font-size: 25px;
}

.bottom-mobile > a svg path {
    fill: #fff;
}

.bottom-mobile input {
    height: 33px;
    padding: 0 13px 0 35px;
    width: calc(100% - 40px);
    border: 0;
    margin: 0;
    outline: none !important;
    border-radius: 5px;
}

.bottom-mobile button {
    position: absolute;
    left: 0;
    height: 34px;
    width: 35px;
    border: unset;
    background: transparent;
    top: 0;
    line-height: 40px;
}
.bottom-mobile {
    display: flex;
    align-items: center;
}

.header-catalogues {
    display: none;
    position: absolute;
    z-index: 99;
    width: 65%;
    top: 70px;
    z-index: 999;
}
a.custom-btn.menu-trangdanhmuc {
    background: #f5f5f5;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 35px;
    cursor: pointer;
    border-radius: 3px;
    /* width: 110px; */
}

a.custom-btn.menu-trangdanhmuc svg {
    position: relative;
    top: 1px;
    margin: 0 3px 0 0;
}
.has-child .sub-nav {
    display: none;
    position: absolute;
    left: calc(100% - 6px);
    background: #fff;
    top: -1px;
    height: 649px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-y: scroll;
    z-index: 999;
}
.has-child .sub-nav::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.has-child .sub-nav::-webkit-scrollbar-thumb {
    background-color: #0663a3;
    border: 2px solid #0663a3;
}
.has-child .sub-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.has-child:hover .sub-nav {
    display: block;
}
.overLayer {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: 9;
    transition: opacity .5s cubic-bezier(.6,0,.41,1);
}

.overLayer.active {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .5s cubic-bezier(.6,0,.41,1);
}
.sub-menu .wrap-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.box-cate {
    padding: 10px;
    -ms-flex: 0 0 20%;
    flex: 0 0 25%;
    max-width: 25%;
}

.box-product {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
}

.box-product .item {
    margin: 0 0 10px 0;
    position: relative;
}

.box-product .product {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.box-product .product:hover .cat-image img {
    transform: scale(1.1);
    transition: 0.4s;
}

.box-product .product .cat-image {
    width: 50%;
}

.box-product .product .cat-content {
    width: 45%;
}

.box-cate .item:hover .cat-image img {
}

.box-cate a {
    padding-left: 0!Important;
}
.sub-menu .cat2 {
    color: #e00;
    font-weight: 800;
    font-size: 17px;
    position: relative;
    margin: 0 0 5px 0!important;
    display: inline-block;
}

.sub-menu .cat2 a {
    color: #e00!important;
}
.item-brand img {
    display: block;
    max-width: 70px;
    max-height: 40px;
    margin: auto;
}
div#header-site-sticky-wrapper .top-header a.custom-btn.menu-trangdanhmuc.click-category-child {
    /* display: inline-block!important; */
    /* margin: 0 20px 0 0; */
    /* transition: all; */
    position: relative;
    top: 8px;
    font-weight: unset;
    font-size: 17px;
}
div#header-site-sticky-wrapper.is-sticky .bottom-header {
    display: none;
    transition: all;
}
.item-brand {
    background: rgba(0, 0, 0, .04);
    float: left;
    display: flex;
    align-items: center;
    width: calc(50% - 5px);
    height: 49.2px;
    margin-right: 5px;
    margin-top: 5px;
    align-items: center;
}

.item-brand a {
    height: 100%!important;
    /* line-height: 45px; */
    display: flex!important;
}

.item-brand a img {
    height: auto!important;
    width: 100%!important;
    position: unset!important;
}

.box-product .cat-image img {
    position: unset!important;
    width: 100%!important;
    object-fit: contain;
    height: auto!important;
    transition: 0.4s;
}

.cat-content-info .cat-content-name a {
    font-weight: bold;
}

.box-product .cat-content-info .cat-content-name a, .box-product .cat-content-info a {
    padding-left: 0!important;
}

.cat-content-info .cat-content-name {
    margin: 0;
}

.cat-content-info {
    position: relative;
    left: 10px;
}

a.cat-content-btn-buy-now {
    font-size: 13px!important;
}

a.cat-content-btn-buy-now svg {
    width: 15px!important;
    height: 15px!important;
    background: red;
    border-radius: 50%;
}

a.cat-content-btn-buy-now svg path {
    fill: #fff;
}
.cat-content {
    /* position: absolute; */
    /* top: 10px; */
    /* left: 5px; */
}

.wrap-col-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 0 0 80%;
    max-width: 80%;
}

.wrap-col-right {
    flex: 0 0 20%;
    max-width: 20%;
}

.wrap-col-right .box-cate {
    max-width: 100%;
    flex: 100%;
}
.build-pc {
    margin-right: 15px;
}


.sticky-wrapper.is-sticky .logo {
    transition: all 0.4s!important;
    left: 0;
    position: relative;
    /* display: none; */
}
.bottom-header a.custom-btn.menu-trangdanhmuc {
    border: unset;
    background: transparent;
    font-size: 18px;
    position: relative;
    top: 5px;
    font-weight: normal;
}
.vistor-count p:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px 0 0px;
    position: relative;
    top: -1px;
}

.button--disapear {
    display: none;
}
.button--disapear.active {
    /* animation: scale-display .3s; */
    animation: widthOpen 0.35s ease-out;
    display: inline-flex;
    /*transform: scalex(100%);*/
    /*transform-origin: top left;*/
}

.button--disapear.out {
    animation: widthClose 0.35s ease-out;
    /* animation: scale-display--reversed .3s; */
    animation-fill-mode:forwards;
    display: inline-flex;
}

.top-logo .logo.active {
    animation: widthLogoOpen 0.35s ease-out;
    animation-fill-mode:forwards;
    display: inline-flex;
}
.top-logo .logo.out {
    animation: widthLogoClose 0.35s ease-out;
    animation-fill-mode:forwards;
    display: inline-flex;
}

.contact-icon-box {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
}
.acc__title:after {
    opacity: 0;
}
.contact-box-bottom {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 10000;
}
.contact-box-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact-icon-box {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
}
.contact-info, .he_thong_showroom-row .showroom-container:first-child {
    padding-left: 10px;
}
.contact-info b {
    display: block;
}
.contact-info span {
    color: #868686;
    font-size: 12px;
    display: none!important;
}
@keyframes scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes scale-display--reversed {
    0% {
        display: inline-flex;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    99% {
        display: inline-flex;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        display: none;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .logo img {
        width: 185px!important;
    }
}

@media (min-width: 1366px) {
    .footer-1 > .container > .row > div {
        width: 20%;
    }
    .sticky-wrapper:not(.is-sticky) .logo {
        /* position: relative; */
        /* left: -100px; */
        /* transition: 0.8s!important; */
        /* position: absolute; */
        /* left: 0; */
    }

    .top-logo .logo {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    a.custom-btn.menu-trangdanhmuc {
        padding: 0 5px!important;
    }
    .logo img {
        width: 135px!important;
    }
}

@media( max-width: 1024px ) {
    .bottom-mobile input {
        width: 100% !important;
    }
    .header-top-right {
        display: flex;
        align-items: center;
        margin: 0 0 0 20px;
        width: calc(100% - 165px);
        justify-content: end;
    }

    .header-top-right > .item {
        display: flex;
        align-items: center;
    }

    .header-top-right > .item .icon {
        width: 33px!important;
        height: 33px;
        line-height: 37px;
        margin-right: 7px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.35);
        display: inline-block;
    }

    .header-top-right > .item .title {
        font-size: 13px;
        color: #fff;
    }

    .header-top-right > .item .title > span:nth-child(1) {
        position: relative;
        top: 3px;
    }

    .header-top-right > .item .title > span:nth-child(2) {
        position: relative;
        top: 2px;
    }

    .header-top-right > .item .title > span {
        display: block;
    }

    .header-top-right .header-cart > span {
        display: block;
        text-align: center;
        font-size: 13px;
    }

    .header-top-right .header-cart > span.icon-cart {position: relative;top: 5px;}

    .header-top-right .header-cart > span:nth-child(2) {
        position: relative;
        top: 4px;
    }

    .header-top-right .header-cart {
        margin: 0px 0 0 9px;
        background: rgba(255,255,255,0.35);
        border-radius: 5px;
        padding: 0 6px 3px 7px;
        color: #fff;
    }
}