@font-face {
    font-family: SVN-Futura;
    src: url(../fonts/SVN-Futura_Book.ttf);
    /*src: url(../fonts/SVN-Futura_Demi.ttf);*/
    font-weight: 400;
    font-style: normal;
}
body {
    margin: 0;
    font-family: SVN-Futura;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff
}
#google_translate_element{
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 18px
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

ul {
    padding: 0;
    list-style-type: none;
}
dl, ol, ul{
    margin-bottom: 0;
}
a,a:hover {
    color: #000;
    text-decoration: none;
}
a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, button, button:focus {
    outline: 0
}
img {
    border-style: none;
    max-width: 100%;
    object-fit: scale-down;
}

img,svg {
    vertical-align: middle
}
input, button, i{
    outline: none;
}
body.tp_background, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, span, a, p, sub, blockquote, th, td {
    font-family: SVN-Futura;
}
@media (min-width: 1366px) {
    .container {
        max-width: 1250px;
    }
}

/*header*/
.page_header-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page_header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
}
.page_header-logo img{
    max-height: 40px;
}
.page_header-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page_header-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.topinput:focus{
    width: 200px;
}
.topinput{
    width: 170px;
    height: 30px;
    padding-right: 10px;
    padding-left: 35px;
    border: 1px solid #ccc;
    border-radius: 50px;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    caret-color: #06f;
    font-size: 13px;
}
.btntop{
    border: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ccc;
    background: transparent;
}
.page_header-search{
    position: relative;
    margin-right: 4px;
    margin-bottom: -3px;
}
.hotline-header{
    padding-right: 6px;
    margin-right: 6px;
    border-right: 1px solid #ccc;
}

/*search*/
#searchFolding a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px;
    color: #7e7e7e;
    font-size: 13px;
    z-index: 999;
}
#searchFolding a:nth-of-type(odd) {
    background: #f6f6f6;
}
#searchFolding::before {
    content: "";
    position: absolute;
    z-index: 101;
    width: 0;
    height: 0;
    border-style: solid;
    top: -10px;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff;
}
#searchFolding a span {
    float: right;
    color: #7e7e7e;
}
#searchFolding {
    right: 0;
    left: 0;
    display: none;
    position: absolute;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    overflow: visible;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.25);
    box-shadow: 0 0 2px rgba(0,0,0,.25);
}

/*menu*/
header{
    -webkit-box-shadow: rgba(0,0,0,.1) 0 3px 3px 0;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
    position: relative;
    background: #fff;
    z-index: 16;
    padding: 10px 0 0 0;
}
header.affix-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    background: #fff;
}
#nav .main-nav * {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

#nav nav.main-nav ul li a {
    color: #252a2b;
    position: relative
}

#nav nav.main-nav>ul>li:hover>a:after,#nav .main-nav>ul>li.active>a:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #000;
    width: 100%;
    left: 0;
    bottom: 0
}

#nav nav.main-nav ul li a:hover {
    color: #252a2b
}

#nav .main-nav>ul>li {
    float: left;
    z-index: 10
}

#nav .main-nav>ul>li>a {
    display: block;
    font-size: 15px;
    padding: 9px 0;
    margin: 0 11px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700
}

#nav .main-nav>ul>li.boldSale a {
    color: #f40000
}

#nav .main-nav ul {
    padding-left: 0;
    margin: 0;
    min-width: 370px
}

#nav .main-nav ul>li a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
    margin-left: 4px;
    margin-bottom: 2px
}

#nav .main-nav .sub_menu {
    background: #fff;
    position: absolute;
    z-index: 999;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-transform: rotate3d(1,0,0,-90deg);
    -moz-transform: rotate3d(1,0,0,-90deg);
    -o-transform: rotate3d(1,0,0,-90deg);
    -ms-transform: rotate3d(1,0,0,-90deg);
    transform: rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    min-width: 100%;
    opacity: 0;
    visibility: hidden
}

#nav .main-nav ul>li>ul {
    top: 100%;
    margin-top: -2px;
    border-top: 2px solid #5c5c5c
}

#nav .main-nav li:hover>.sub_menu {
    -webkit-transform: rotate3d(0,0,0,0deg);
    -moz-transform: rotate3d(0,0,0,0deg);
    -o-transform: rotate3d(0,0,0,0deg);
    -ms-transform: rotate3d(0,0,0,0deg);
    transform: rotate3d(0,0,0,0deg);
    opacity: 1;
    visibility: visible
}

#nav .main-nav .sub_menu a {
    padding: 9px 10px;
    white-space: nowrap;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden
}

.boxNameMega a {
    font-weight: 400 !important
}

#nav .main-nav .sub_menu .sub_menu {
    left: 100%;
    top: 0;
    margin-top: 0;
    -webkit-transform: rotate3d(0,1,0,90deg);
    -moz-transform: rotate3d(0,1,0,90deg);
    -o-transform: rotate3d(0,1,0,90deg);
    -ms-transform: rotate3d(0,1,0,90deg);
    transform: rotate3d(0,1,0,90deg)
}

#nav .main-nav .sub_menu li:not(:first-child) {
    border-top: 1px solid #ecf0f1
}

#nav .main-nav ul>li i {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

#nav .main-nav ul>li:hover>a i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 0
}
#nav .main-nav .sub_menu.megaMenu {
    display: flex;
    left: 0;
    border-top: 2px solid #fff;
    top: 100%;
    padding: 15px 0;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 3px 4px 0 rgba(0,0,0,.05);
    -ms-box-shadow: 0 3px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.05)
}

#nav .main-nav .sub_menu.megaMenu>.col-xs-12 {
    padding: 0 5px
}

#nav .main-nav .sub_menu.megaMenu li:not(:first-child) {
    border-top: none
}

#nav .main-nav .boxImgMega a {
    padding: 0;
    margin: 0
}

#nav .main-nav .boxNameMega a {
    padding: 0;
    margin: 10px 0 0
}
#nav .main-nav .sub_menu.megaMenu a {
    color: #666
}

#nav .main-nav .sub_menu.megaMenu a:hover {
    color: #000
}
.main-nav {
    /*position: relative;*/
}
#boxMenu, #boxMenuRight{
    display: none;
}

/*end header*/

/*banner trang chủ*/

#bnHome {
    overflow: hidden;
    width: 100%;
    min-height: 284px;
    margin: 50px 0 20px;
    position: relative;
}
#bnHome img{
    border-radius: 20px;
    width: 100%;
}
.btslide {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.btslide .selected {
    background: #333;
}
#bnHome .owl-dots button span {
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: #9fca95;
    display: inline-block;
    padding: 5px;
    margin: 0 3px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #d3c9c9;
}
#bnHome .owl-dots button.active span{
    background: #333;
}
/*end banner trang chủ*/

/*product*/
h2.tp_title {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    padding: 15px 0;
    clear: both;
    margin: 30px 0 0;
    text-align: center;
}
h2.tp_title span {
    font-size: 25px;
    padding-right: 40px;
    background: #fff;
    padding-left: 10px;
}
.itemProduct{
    position: relative;
    padding: 1px 10px;
}
.itemProduct>p {
    display: block;
    position: relative;
}
.itemProduct>p>a {
    display: block;
    height: 415px;
    overflow: hidden;
}
.itemProduct>p>a>img {
    width: 100%;
    display: block;
    object-fit: scale-down;
}
.qiv {
    width: 100%;
    padding: 10px 0;
    z-index: 99;
    text-align: center;
    transition: all .2s;
}
.qiv i {
    border: 1px solid #333;
    padding: 7px 17px;
    background: #f4f4f4;
    color: #848484;
    cursor: pointer;
}
.itemProduct .tp_product_price{
    color: #ED1B24;
    font-size:  16px;
    font-weight: 700;
}
.itemProduct .tp_product_price s{
    font-weight: 400;
}

.itemProduct .item_content_product {
    display: block;
    min-height: 90px;
    margin-top: 15px;
    text-align: center;
    position: relative;
}
.itemProduct>div>i {
    position: absolute;
    top: -1px;
    left: 35%;
    width: 30%;
    height: 1px;
    background: #fff;
}
.itemProduct .name_product {
    margin-top: 5px;
    padding-top: 2px;
    padding-bottom: 1px;
}
.itemProduct .name_product a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-cla: 2;
    -webkit-box-orient: vertical;
}
.itemProduct>div>span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}
.itemProduct span.percent{
    padding: 4px 13px;
    position: absolute;
    top: 10px;
    text-transform: uppercase;
    font-size: 12px;
    background: #d00;
    color: #fff;
    border-color: #d00;
    left: inherit;
    right: 10px;
}
.itemProduct span.new{
    padding: 4px 13px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    border: 1px solid #333;
    text-transform: uppercase;
    font-size: 12px;
}
.variantColor li a {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
}
.variantColor li {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #e4e4e463;
}
.variantColor li:hover{
    border: 1px solid #000;
}
.variantColor li {
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #ccc;
    width: 26px !important;
    height: 26px;
    margin: 0 5px;
    padding: 2px;
    text-align: center;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.variantColor li.active {
    border: 2px solid #000;
    padding: 1px;
}
.variantColor {
    text-align: center;
    min-height: 41px;
    margin: 10px 0 0;
}
.content-hover .variantColor {
    margin: 0;
}
.variantColor ul {
    margin: 0;
}
.itemProduct .content-hover{
    position: unset;
    top: unset;
    right: 9px;
    left: 9px;
    z-index: 3;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    visibility: visible;
}
.itemProduct .content .tp_product_price{
    display: none;
}
.itemProduct .content-hover .qiv{
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
}
.itemProduct .item_content_product{
    border: 1px solid transparent;
    transition:  all .2s;
}
.itemProduct .item_content_product:hover{
    border: 1px solid #000;
}
.itemProduct:hover .content-hover .qiv{
    opacity: 1;
    visibility: visible;
}
.itemProduct .content{
    padding: .375rem 0;
    text-align: center;
}
.blockProductNew {
    margin-bottom: 58px;
}

/*banner promotion*/
#bannerPromotion {
    margin: 30px 0;
    overflow: hidden;
}
#bannerHome a, #bannerPromotion a {
    max-height: 380px;
    overflow: hidden;
    width: 100%;
}
#bannerHome a img, #bannerPromotion a img {
    width: 100%;
}

/*news home*/
#albumHome {
    margin: 35px 0;
}

#albumHome div>a {
    display: block;
    overflow: hidden;
    max-height: 340px;
}
#albumHome div a img {
    display: block;
    max-width: 100%;
}
#albumHome div h5, #albumHome div p a {
    font-weight: 700;
}
#albumHome div h5, #albumHome div p a {
    display: block;
    width: 100%;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
span.description_news {
    display: inline-block;
    height: 40px;
    overflow: hidden;
}

/*footer*/
.loadings {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.8);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
#sectionInfoFooter .wrapper-new {
    padding: 40px;
    border-top: 1px solid #d0d0d0;
}
#sectionInfoFooter h4 {
    font-size: 14px;
}
.innerInfoFooter h4 {
    text-transform: uppercase;
}
.iconFooter {
    float: left;
    width: 25px;
    height: 25px;
    background: #e52c25;
    text-align: center;
    color: #fff;
    line-height: 25px;
    border-radius: 100%;
}
.titleHotline a {
    font-size: 27px;
    padding: 0 0 0 15px;
}
.moreInfoFooter {
    float: left;
    width: 100%;
    font-size: 11px;
    margin: 5px 0 0;
}
.newsletter-form {
    position: relative;
}
.newsletter-form input[type=email] {
    background-color: #fff;
    height: 36px;
    font-size: 15px;
    color: #333;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #d0d0d0;
}
.btn-newsletter {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    border: none;
    color: #fff;
    padding: 5px 10px;
    height: 36px;
}
.btn-newsletter span{
    color: #fff;
}
.navbar-social .fab.fa-youtube:hover {
    background: red;
}
.navbar-social .fab.fa-twitter:hover {
    background: #5ca1ff;
}
.navbar-social .fab.fa-google-plus:hover {
    background: #ea0000;
}
.navbar-social a {
    display: inline-block;
    color: #fff;
    background: #d5d5d5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.navbar-social a:hover {
    background: #1c5eb9;
}
.navbar-social .fab.fa-instagram:hover {
    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
}
footer {
    background: #f1f1f1;
}
#footerBottom h4 {
    padding: 20px 0;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
}
#footerBottom .innerInfoFooter>div>div {
    display: block;
}
#footerBottom .innerInfoFooter li {
    float: left;
    width: 100%;
    margin: 0 0 5px;
}
.footer-content ul li {
    display: block;
    line-height: 28px;
    position: relative;
    padding-left: 0;
}
#footerBottom .innerInfoFooter li a {
    font-size: 13px;
}
.footer-content ul li a {
    position: relative;
    overflow: hidden;
}

/*-------------------------------------------category-----*/

#catSideBar>p{
    display: block;
}
#catSideBar>p img{
    display: block; width: 100%;
}
#catSideBar h3{
    padding: 10px 0; border-bottom: 2px solid #000;margin-bottom: 15px;
}
#catSideBar h3 .fa{
    font-size: 17px; font-weight: 300; float: right; line-height: 20px; cursor: pointer;
}
#catSideBar>a,
.tp_product_category_filter_category>a{
    display: block; padding: 10px 0; text-transform: uppercase;
    font-size: 14px;
}

#catSideBar div.wrpAttr>a{
    display: block;
    font-size: 14px;
}

#catSideBar>a.visible,
.tp_product_category_filter_category>a.visible{
    text-decoration: underline;
}
#catSideBar>a.active,
.tp_product_category_filter_category>a.active{
    box-shadow: 0 0 1px 1px #FF7A00!important;;
}

#catContent .banner>p{
    display: inline-block; margin-bottom: 30px; max-height: 350px; overflow: hidden;
    width: 50%;
}
#catContent .banner>a{
    display: inline-block; width: 30%; margin: 0 4.6% 30px 0; position: relative;
}
#catContent .banner>a>p{
    position: absolute; bottom: 35px; left: 0; width: 100%; height: 90px;
    background: #fff; opacity: 0.9;
    text-align: center;
}
#catContent .banner>a>p>span{
    font-size: 25px; display: block; margin-top: 20px;
}
#catContent .banner>a>p>button{
    border: none; background: #5e5e5e; color: #fff; font-size: 10px; text-transform: uppercase;
    padding: 2px 5px; cursor: pointer;
}
#catContent .banner>a:nth-of-type(3n){
    margin-right: 0;
}
#catContent .banner a img{
    display: block; width: 100%;
}
.showPs{
    margin-bottom: 30px; text-align: right; position: relative;
}
.showPs>span{
    float: left; text-align: left; text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    width: 73%; padding: 2px;
}
.showPs>p{
    display: inline-block; border: 1px solid #999; padding: 0 10px;
    cursor: pointer;
}
.showPs>div{
    display: none; position: absolute; right: 0; top: 23px; border: 1px solid #999;
    background: #fff; z-index: 10; padding: 5px; transition: all 0.15s;
}
.showPs>div>a{
    display: block; padding: 2px 0;
}
.showPs>div>a:hover{
    text-decoration: underline;
}
.list_product_category .itemProduct .item_content_product{
    position: relative;
}
.list_product_category .itemProduct .item_content_product.active .content{
    display: none;
}
.list_product_category .itemProduct .item_content_product.active .content-hover{
    height: auto;
    padding: 10px 0 20px;
    visibility: visible;
    top:unset;
    right: -1px;
    left: -1px;
}
.breadcrumb_view {
    padding: 10px 0;
}
.breadcrumbs {
    display: flex;

}
.breadcrumbs>li:last-child  {
    font-weight: bold;
}
.breadcrumbs>li:last-child :after {
    content: none;
}
.breadcrumbs>li :after {
    content: "|";
    display: inline-block;
    padding-right: 6px;
    padding-left: 4px;
    color: #ccc;
}
.refinement-item a{
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding: 5px 0 5px 27px;
}
.refinement-item a.active:before{
    border-color: #333;
    background-color: #333;
}
.refinement-item a:before,.refinement-item a.active:after {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    border: 1px solid #999;
    border-radius: 3px;
}
.refinement-item a.active:after {
    background-image: url(/tp/T0410/img/check.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
}
#catSideBar .color-attribute.refinement-item a {
    display: flex;
}
.color-attribute.refinement-item a span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
}
.wrpAttr>a.active {
    /*background: #e9e8e8;*/
}
.price-title a:before{
    content: "\f00d";
    border: none;
}
.refinement-card{
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}
.refinement-item{
    max-height: 212px;
    overflow-x: hidden;
    overflow-y: auto;
}

/*view product*/
#zoomSlide{
    padding-left: 5px;
}
#listImgZoom li{
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    position: relative;
    float: left;
    width: 100%;
}

#quick-view-modal h1.tp_product_name{
    font-size: 20px;
}
#quick-view-modal {
    background: rgba(0,0,0,.31);
    z-index: 9999;
}

#quick-view-modal .modal-footer {
    border-top: 1px solid #ccc
}

#quick-view-modal .selector-wrapper label {
    width: 25%
}

#quick-view-modal .selector-wrapper {
    width: 100%;
    float: left;
    display: none
}

#quick-view-modal .btn-detail {
    float: left
}

#quick-view-modal .form-input {
    float: left;
    width: 100%;
    max-width: 100%;
    padding: 10px 0
}

#quick-view-modal .modal-body {
    padding: 10px 15px
}

#quick-view-modal .form-input input[type=number] {
    max-width: 60px;
    text-align: center;
    padding: 6px;

}

button.btn-addcart,#quick-view-modal .btn-soldout {
    float: left;
    height: 40px;
    border: none;
    padding: 10px 30px;
    background: #00a651;
    color: #fff;
    font-size: 15px;
    transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s,background-position .3s ease-in-out 0s;
    border: 1px solid #fff;
    outline: none;
    line-height: 1
}

button.btn-addcart:hover {
    background: #fff;
    border-color: #00a651;
    color: #00a651
}

#quick-view-modal .modal-header h2 {
    padding: 10px 0;
    background: #53a1cc;
    color: #fff;
    line-height: 29px;
    text-align: center
}

#quick-view-modal .qv-readmore a {
    color: #b00000 !important;
    font-weight: 700;
    font-size: 15px !important
}

#quick-view-modal .qv-readmore {
    float: left;
    padding: 12px 10px
}

#quick-view-modal .p-price {
    font-size: 20px;
    margin-right: 10px
}

#quick-view-modal i.fa.fa-plus,#quick-view-modal i.fa.fa-times {
    margin-right: 8px
}

#quick-view-modal .modal-content {
    border: none
}

#quick-view-modal .modal-content,#quick-view-modal .btn {
    border-radius: 2px
}

#quick-view-modal del {
    font-size: 14px;
    display: inline-block;
    margin-top: 5px
}

#quick-view-modal .item img {
    max-width: 100%;
    max-height: calc(100% - 2px);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0
}

#quick-view-modal .item {
    height: 50px;
    position: relative;
    margin: 7px 0
}

#quick-view-modal .item a {
    float: left;
    width: 100%;
    height: 100%
}

#quick-view-modal .zoom>img {
    max-width: 100%;
    max-height: 300px
}

#quick-view-modal div#p-sliderproduct {
    width: 300px;
    margin: auto
}

#quick-view-modal .zoom {
    text-align: center;
    width: 100%;
    height: 230px;
    padding: 10px
}

#quick-view-modal .thumb .item:hover a,#quick-view-modal .thumb .item.active a {
    border: 1px solid #e05544 !important
}

#quick-view-modal .product-thumb:hover a:after,#quick-view-modal .product-thumb.active a:after {
    border-top: 5px solid rgba(224,85,68,0) !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid red;
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px
}

.product-preview-box #p-sliderproduct {
    display: inline-block;
    width: 100%;
    margin: 5px 0
}

#quick-view-modal li.product-thumb,.product-preview-box #p-sliderproduct li.product-thumb {
    border: 1px solid #ccc
}

#quick-view-modal li.product-thumb img,.product-preview-box #p-sliderproduct li.product-thumb img {
    max-width: 100%
}

#quick-view-modal .image-zoom.row {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#quick-view-modal .image-zoom>img {
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 5px
}

#quick-view-modal .btn-soldout {

}

div#quick-view-modal .modal-header {
    background: #00a651;
    padding: 10px
}

#quick-view-modal .modal-title.p-title {
    font-weight: 700;
    text-align: left;
    padding-left: 20px;
    color: #fff
}

#quick-view-modal .modal-header .close {
    position: absolute;
    margin-top: 0;
    background: 0 0;
    top: 5px;
    outline: none;
    padding: 0;
    height: auto;
    width: auto;
    right: 20px
}
#quick-view-modal li.product-thumb {
    float: left;
    display: block !important;
    padding: 5px;
    width: 65px;
    margin-right: 5px
}
#p-sliderproduct .owl-controls .owl-nav div {
    width: 30px;
    height: 50px;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    background: rgba(255,255,255,.8);
    border: 1px solid #00a651;
    color: #00a651;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    font-family: -webkit-body;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    cursor: pointer
}

#p-sliderproduct .owl-controls .owl-nav div.owl-prev {
    left: -30px
}

#p-sliderproduct .owl-controls .owl-nav div.owl-next {
    right: -30px
}

#p-sliderproduct .owl-controls .owl-nav div:hover,#p-sliderproduct .owl-controls .owl-nav div:hover {
    background: #00a651;
    color: #fff
}

#p-sliderproduct {
    position: relative
}

#p-sliderproduct:hover .owl-controls .owl-nav div.owl-next {
    right: 25px !important;
    visibility: visible;
    opacity: 1
}

.product-preview-box #p-sliderproduct:hover .owl-controls .owl-nav div.owl-next {
    right: 0 !important
}

#p-sliderproduct:hover .owl-controls .owl-nav div.owl-prev {
    left: 0 !important;
    visibility: visible;
    opacity: 1
}

#p-sliderproduct .owl-controls {
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 0;
    right: 0
}
#quick-view-modal li.product-thumb a{
    cursor: pointer;
    display: block;
}
#p-sliderproduct .caroufredsel_wrapper{
    margin: auto!important;
}
.attr .req a:hover, .attr .req a.active {
    box-shadow: 0 0 1px 2px #000;
}

.attr .req a {
    border-radius: 50%;
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    line-height: 20px;
    border: 1px solid #fff;
    margin-right: 15px;
    transition: all .2s;
    box-shadow: 0 0 0 1px #b8b8b8;
    text-align: center;
    margin-bottom: 5px;
}


#productInfo .pscode{
    padding-top: 6px;
    color: #999;
    font-size: 9px;
}
#productInfo h1.tp_product_detail_name{
    margin: 0 0 3px;
    font-size: .875rem;
    font-weight: 700;
    text-transform: none;
    text-align: left;
}
#productInfo .price p{
    color: #c00;
}
#productInfo .price p s{
    text-decoration: line-through;
    color: #000;
    margin-right: 2px;
}
.discount_percentage {
    color: #c00;
    font-weight: 400;
}
#productDetail .attr .req a{
    min-width: 20px;
    height: auto;
    border-radius: 50%;
}
.attribute-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}
#productInfo .req{
    margin: 10px 0;
}

.attribute-text_value{
    font-weight: bold;
    margin-left: 5px;
}
.attr .qty b {
    display: inline-block;
    border: 1px solid #ccc;
    border-right: none
}

.attr .qty b i {
    display: inline-block;
    border-right: 1px solid #ccc;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-style: normal;
    cursor: pointer;
    background: #f2f2f2
}
#addToCart:hover{
    border-color: #fd030e;
    background-color: #fd030e;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}
.tab-content {
    z-index: 2;
}
#addToCart{
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 18px;
    padding: 2px;
    background: #ED1B24;
}

 .contentTab.active {
    height: auto;
    overflow: hidden;
    display: inline-block;
}
 .contentTab {
    display: none;
    line-height: 1.6em;
    width: 100%;
}
 .title_view {
    height: 35px;
}
 .title_view>span {
     width: 50%;
     line-height: 34px;
     font-size: 14px;
     display: inline-block;
     border-bottom: 1px solid #000;
     cursor: pointer;
     text-transform: uppercase;
}
 .title_view>span:hover, .title_view>span.active {
     background: #fff;
     border-bottom: 3px solid #000;
     font-weight: 700;
}
.contentTab {
    display: none;
    line-height: 1.6em;
    width: 100%;
}
.contentTab {
    overflow: hidden;
}
 .contentTab.active {
    height: auto;
    overflow: hidden;
    display: inline-block;
}
 .stocking span.label-sold{
     font-size: 12px;
     text-transform: uppercase;
     line-height: 21px;
     background: #E5F3E5;
     color: #3BAE43;
     padding: 2px 6px;
     border-radius: 3px;
     margin-left: 10px;
 }
.view_product_cart span.btn_stock{
    margin-bottom: 5px;
    display: inline-block;
}
span.btn_stock{
     font-size: 12px;
     color: #333333;
     background: #fff;
     border: 1px solid #707070;
     line-height: 20px;
     padding: 1px 12px;
     text-transform: uppercase;
     border-radius: 3px;
 }
 .stocking{
     margin-top: 19px;
     margin-bottom: 15px;
 }
.title_view{
    display: flex;
    margin-top: 40px;
}
#filter .listProduct{
    border-top: 1px solid;
    margin-top: 20px;
}
.attr .req a.deactive {
    cursor: not-allowed;
    position: relative;
}
.attr .size.req a.deactive:before {
    content: '';
    width: 85px;
    height: 0;
    position: absolute;
    top: 17px;
    left: -20px;
    background: 0 0;
    border-left: 1px solid #656464;
    border-bottom: 1px solid #656464;
    -webkit-transform: rotate(-28deg);
    -khtml-transform: rotate(-28deg);
    transform: rotate(-28deg);
    z-index: 3;
}
.attr .size.req a{
    min-width: 55px;
    height: 30px;
    margin-bottom: 15px;
    padding: .5em;
    border-radius: 5px;
    line-height: 1;
}
#productDetail .attr .size.req a{
    margin-bottom: 15px;
    padding: .5em;
    border-radius: 5px;
    line-height: 1;
}
 /*end view*/


/*reponsive*/
@media (min-width: 1024px) {
    #productInfo>h1{
        font-size: 18px;
    }
    .page_header-block {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 10px 0;
    }
    .itemProduct .item_content_product .img_product{
        min-height: 237px;
    }
    .product_list .itemProduct .item_content_product.active .content{
        display: none;
    }
    .itemProduct .item_content_product.active {
        outline: 1px solid #000;
    }
    .product_list .itemProduct .item_content_product.active .content-hover{
        height: 150px;
        padding: 10px 0 20px;
        visibility: visible;
        position: static;
        padding-top: 7px;
        border: 0;
    }
    .blockProductNew, .listProduct, .tp_product_detail_related{
        margin-bottom: 78px;
    }
    .product_list{
        height: 450px;
    }
    .product_list .owl-nav {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 3;
        margin-top: 0!important;
    }
    .product_list .owl-nav button.owl-prev{
        left: -50px;
    }
    .product_list .owl-nav button.owl-next{
        right: -50px;
    }
    .product_list .owl-nav button.disabled {
        opacity: 1!important;
        color: #f0f0f0!important;
        pointer-events: none;
    }
    .product_list .owl-nav button i{
        font-size: 30px;
    }
    .product_list .owl-nav button {
        position: absolute;
        width: 50px;
        min-height: 273px;
        margin: 0!important;
        background: #fff!important;
        color: #000!important;
        cursor: pointer;
    }
    .product_list .owl-dots {
        position: absolute;
        right: 0;
        bottom: -58px;
        left: 0;
        z-index: -1;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
    }
    .main-list-product{
        padding: 0 50px;
    }

    /*view product*/
    #listImgZoom li:nth-child(n+5) {
        max-width: 25%;
    }
    #listImgZoom li{
        display: block;
        max-width: 50%;
        margin-right: 0;
        padding: 10px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #listImgZoom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .itemProduct .item_content_product .img_product a img{
        max-height: 100%;
    }
    .itemProduct .item_content_product .img_product a{
        max-height: 100%;
        display: block;
    }
    .itemProduct .item_content_product .img_product{
        max-height: 300px;
        overflow: hidden;
    }
}
.spriteIcon {
    background: url(/tp/T0410/img/spriteIconMobile.png) no-repeat transparent;
}
.ui-dialog-titlebar-close{
    position: relative;
    outline: none;
    border-radius: 2px;
    border: none;
}
.ui-dialog-titlebar-close:after{
    content: "\f00d";
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 18px;
    font-family: Font Awesome\ 5 Free;
}
/*mobile*/
#headerLogo a {
    display: block;
    text-align: center;
}
#headerContent {
    background: #000;
}
#headerContent {
    position: relative;
    height: 50px;
}
#searchHeader {
    padding: 7px 10px 7px 60px;
}
#searchHeader input {
    background-color: #fff;
    border-radius: 20px;
    border: none;
    height: 35px;
    width: 85%;
    background-position: 2px -364px;
    padding: 0 20px 0 40px;
}
#searchHeader a.cancel {
    position: absolute;
    top: 13px;
    right: 4px;
    background-color: #ccc;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    background-position: 2px -285px;
    display: none;
}
.si {
    background: url(/tp/T0410/img/spriteIcon.png) no-repeat transparent;
}

#menu .start {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #292526cf;
    background-position: 5px 2px !important;
}

/*-------------------------------------------------------------cart-------------*/
#cart>h1{
    font-size: 20px; font-weight: lighter; text-transform: uppercase;
    padding: 20px 0;
}
.btnPay{
    text-align: right;
    padding: 10px 0;margin: 5px 0;
}
.btnPay>a{
    padding: 7px 20px;
    font-family: Arial; font-weight: bold; text-transform: uppercase; font-size: 14px;
}
.btnPay>a.more{
    background: #9e9e9e;
    color: #f6f6f6;
    margin: 0 5px 0 0;
}
.btnPay>div>a{
    background: #bebebe;
    padding: 2px 10px; margin: 5px 0 0 0;
    display: inline-block;
}
.btnPay>div>p{
    font-size: 11px; color: #747474;
    display: inline-block;
    margin: 0 0 0 20px; padding-left: 35px;
    background-position: -255px -115px;
    height: 25px;

}
.btnPay>div>p>span{
    font-size: 13px; font-weight: bold;
    color: #000;
}


#cartContent table{
    border: 1px solid #a2a2a2;
    margin: 0 0 10px 0;
}
#cartContent table .title{
    height: 40px; border-bottom: 1px solid #a2a2a2;
    background: #e0e0e0; text-align: center;
}
#cartContent table .cartItem{
    min-height: 120px;
    border-bottom: 1px solid #a2a2a2;
}
#cartContent table tr td{
    text-align: center; padding: 0 10px;
}
.cartItemProd{
    min-width: 310px; min-height: 120px;
}
.cartItemProd.borderBt{
    border-bottom: 1px solid #000;
}
.cartItemProd>a{
    float: left; width: 75px; height: 105px;
    overflow: hidden;
    margin-top: 5px;
}
.cartItemProd>a>img{
    width: 100%;
}
.cartItemProdInfo{
    float: left; width: 225px; height: 100%;
    padding: 3px 0 0 10px;
}
.cartItemProdInfo>p{
    display: block;/* max-height: 50px;*/ line-height: 1.3em;
    overflow: hidden; text-align: left;
}
.cartItemProdInfo>p.price s{
    color: #000;
}
.cartItemProdInfo>p.price{
    font-weight: bold; font-size: 16px;
    color: #ED1B24;
}
.cartItem select{
    font-size: 13px; width: 50px;
}
.cartItemProdInfo>p>a{
    display: inline-block; font-size: 14px;
}
.removeCartItem>span.spriteIcon{
    background-position: -120px -63px;
    display: inline-block; width: 20px; height: 14px;
}
.removeAll{
    float: left; line-height: 25px;
    background: #9e9e9e; color: #f5f5f5;
    padding: 0 10px;
}
.infoCart>td>span{
    display: block; text-align: right;
    padding: 3px 0;
}

#askCkout{
    width: 925px;
}
#askCkout>h2{
    height: 75px; line-height: 75px;
    text-transform: uppercase; text-align: center; font-weight: lighter; font-size: 25px;
    border-bottom: 1px solid #c7c7c7;
}
.cAskCk{
    width: 49.5%; height: 220px; border-left: 1px solid #c7c7c7;
    padding: 35px 0; float: left; position: relative;
}
.cAskCk>span{
    text-transform: uppercase; font-size: 25px; float: left;
    width: 100%; padding: 5px 0; text-align: center;
}
.cAskCk>p{
    float: left; line-height: 1.6em;
    width: 100%; padding: 15px 0; text-align: center;
}
.cAskCk>a.btn{
    position: absolute; bottom: 50px; left: 170px;
    text-transform: uppercase;
    padding: 5px 25px;
}
.cAskCk>a.forgotP{
    position: absolute; bottom: 30px; left: 0; text-align: center; width: 100%;
    text-decoration: underline;
    font-size: 13px;
}
#fAskCk{
    background: #c7c7c7; height: 100px; float: left;
    width: 100%; padding: 30px 0;
}
#fAskCk>p{
    font-weight: bold; font-family: Arial;
    text-align: center; line-height: 1.6em;
}
#fAskCk>p>b{
    font-size: 25px; font-weight: bold;
}
#fAskCk>a{
    width: 100%; display: inline-block;
    padding: 5px 0; text-align: center;
}
#myModal .modal-header{
    padding: 7px 20px;
}
#myModal .modal-title{
    text-transform: uppercase;
    font-size: 15px;
}
.check-store.in-stock{
    font-size: 15px;
    text-transform: uppercase;
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    margin-bottom: 35px;
    cursor: pointer;
}
#lablestoreinstock_2{
    display: none;
}
#myModal .modal-dialog, #myModalButtonCart .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
#myModal.modal.show .modal-dialog, #myModalButtonCart.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.list_service .img_service img{
    height: 100%;
}
.list_service .img_service{
    height: 54px;
}
.list_service .title_service{
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 21px;
}
.list_service .img_tick{
    position: absolute;
    right: 2px;
    top: 36px;
}
.service-box .col-md-4:nth-child(2) .img_tick{
    right: -20px;
}
.list_service{
    text-align: center;
    position: relative;
}
.title>span{
    width: 50%;
    margin-right: 0;
    text-align: center;
}


.content_hotline_p a{
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.content_hotline_p span{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 15px;
}
.content_hotline_p {
    margin-top: 5px;
}
.content_hotline_p img{
    width: 25px;
}
.hotline_product h3{
    border-bottom: 1px solid;
    padding-bottom: 5px;
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    line-height: 27px;
}

#cart h1{
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
}
/*-------------------------------------------------------------end cart-------------*/

/*----------------------------------------------------------------pay---------------*/
#formCheckOut{
    padding-top: 10px;
}
.checkoutStep{
    float: left; width: 25%; position: relative;
    padding: 0 0 30px 0;
}
#verification{
    width: 50%;
}
.cartTitle{
    border-bottom: 1px solid #000000;
    height: 50px;
}
.cartTitle span{
    box-shadow: 0 0 1px 2px #333;
    float: left; width: 30px; height: 30px; border-radius: 15px; margin: 10px 15px 10px 0;
    text-align: center; font-size: 18px;
    line-height: 30px;
}
.cartTitle h1{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
}
.purchaseInfo .f{
    margin-top: 5px;
}
.purchaseInfo .f label{
    display: block; padding: 3px 0; font-size: 14px;
}
.purchaseInfo .f input[type='text']{
    display: block; width: 80%; font-size: 14px;
}
.purchaseInfo .f select{
    display: block; width: 80%; font-size: 14px; height: 26px;
}
#cartReview{
    float: left; width: 55%; max-height: 360px; margin: 20px 0 0 0; border-bottom: 2px solid #333;
    overflow-y: auto; overflow-x: hidden;
}
#priceReview{
    float: left; width: 41%; margin-top: 20px; padding: 2%;
    background-color: rgb(247,247,247);
}
#priceReview>div p{
    display: block; padding: 5px 0;
    margin-bottom: .5rem;
}
#priceReview>div p b{
    float: right; font-size: 18px;
}
#priceReview input#coupon{
    border: 1px solid #000;
}
#priceReview>div:first-of-type{
    border-bottom: 1px solid #333; margin-bottom: 10px;
}
#priceReview>div:first-of-type h4{
    text-transform: uppercase; font-size: 16px;
}
#priceReview input{
    width: 58%; height: 30px; margin-right: 2%;
}
#priceReview textarea{
    width: 94.5%; height: 50px; resize: none;
}
#priceReview p button{
    padding: 8px 5%; cursor: pointer;
}
#priceReview>button{
    border: none;
    cursor: pointer;
    background: #000;
    color: #fff;
    text-align: center;
    width: 100%; padding: 10px 0; margin: 10px 0;
    font-weight: bold; text-transform: uppercase;
}
#paymentMethod{
    padding: 10px 20px 0 0;
}
#paymentMethod>div{
    position: relative; margin: 5px 0;
}
#paymentMethod label{
    display: block; font-size: 14px;
}
#paymentMethod label>i, #paymentMethod label>span {
    display: block; padding-left: 15px; font-weight: lighter; font-size: 14px;
    color: #888;
}.address{
     margin: 10px 0; padding: 5px 0;
     border-top: 1px solid #333;
 }
.address>label{
    display: block; padding: 5px 0;
}
#addressBook{ display: none; }
#addressBook label{
    display: block; padding: 5px 0; border-bottom: 1px solid #e5e5e5;
}
#addressBook label span{
    display: block; margin-left: 75px; padding: 2px 0;
}

.listBank{
    display: none;
    padding: 5px 0 0 15px;
    border-bottom: 1px solid #b5b5b5;
}
.listBank>span{
    float: left; width: 50px; height: 34px; overflow: hidden;
    margin: 2px; cursor: pointer;
}
.listBank>span>img{
    display: block; width: 100%;
}
.listBank>span:hover,.listBank>span.active{
    background: #999;
    transition: all 200ms ease;
}
#orderV{
    width: 960px; margin: 20px auto;
}
#orderVTT{
    position: relative;
}
#orderVTT>div{
    background: url("../img/orderBg.png") repeat-x;
    width: 100%; height: 290px;
}
#orderVTT>span{
    position: absolute; top: 100px; left: 25%;
    background: white; border-radius: 20px; padding: 40px 100px;
    text-transform: uppercase; font-size: 30px; font-weight: bold;
}
#orderVct{
    width: 650px; margin: 0 auto;
}
#orderVct>h3{
    color: #ed1c24; font-size: 16px; font-family: Arial; text-align: center; padding: 10px 0;
}
#orderVct>p{
    font-family: Arial; text-align: center; line-height: 1.3em; margin: 10px 5px; color: #666666;
}
#orderVct>p:last-child>a{
    display: inline-block;
    color: #000000; font-family: Arial; font-weight: bold;
    background: #cec9bb; border-radius: 25px; padding: 5px 25px;
}
#progressbar_checkout{
    display: block;
    height: 120px;
}
/*-------------------------------------------------------------end pay-------------*/

/*-------------------------------------------------------------pagination-------------*/
.paginator{
    text-align: right; color: #b0b0b0;
    padding: 20px 0;
}
.paginator span, .paginator a{
    color: #b0b0b0;
    text-align: center;
}
.paginator span.currentPage{
    border: 1px solid #ddd; position: relative;
    padding: 0 5px; margin: 0 10px; display: inline-block;
}
.paginator>a{
    display: inline-block; position: relative;
    padding: 0 5px; margin: 0 10px;
    border: 1px solid transparent;
}
.paginator>a:after, .paginator span.currentPage:after{
    position: absolute; top: 0; right: -13px;
    content: "|";
}
.paginator>a:hover{
    border: 1px solid #ddd;
}
.btn.cart-p,.btnPay a{
    background: #000;
    color: #fff;
}
/*-------------------------------------------------------------end pagination-------------*/

/* signin, signup */
#signU h1{
    margin: 20px 0;
    font-weight: 500;
    font-size: 23px;
}
#signU{
    text-align: center;
}
#sign .f ul li{
    margin: 10px 0;
}
#sign .f .errors li{
    color: red;
    width: 210px;
    text-align: left;
    display: inline-block;
    margin-top: 0;
}
#sign .f label{
    width: 170px;
    text-align: left;
    display: inline-block;
}
#sign .f input{
    padding: 5px;
    width: 200px;
}
#sign .f select{
    padding: 5px;
    width: 212px;
}
#sign .f input#btnSubmit{
    border: 1px solid #fff;
    width: 208px;
    font-weight: bold;
    cursor: pointer;
    background: #000;
    color: #fff;
    box-shadow: 0 0 0 2px #000;
    margin-top: 10px;
}
/*-------------------------------------------------account--*/
#account{
    position: absolute; top: 10px; right: 0; min-width: 350px; text-align: right;
}
#account>a{
    border-right: 1px solid #adadad;
    font-size: 13px; padding: 0 10px; color: #666;
}
#account>a:hover,#account>p:hover{
    text-decoration: underline;
}
#account .cartIcon{
    padding: 0 15px; border: none;
    background-position: -22px -4px;
}
#account .cartIcon>span{
    position: absolute; right: -12px; top: -2px;
    padding:0 5px 2px 5px; background: #444; color: #fff;
    font-size: 10px; text-align: center; height: 12px;
}
#account>div{
    position: absolute; right: -15px; top: 30px; width: 380px; text-align: left; display: none;
    background: #fff; border: 1px solid #ddd;
    border-radius: 4px; z-index: 100;
    box-shadow: 0 0 2px #e5e5e5; padding-bottom: 10px;
}
#account>div:before{
    content: ""; border: solid #ddd; border-width: 1px 0 0 1px; background: #fff;
    position: absolute; right: 17px; top: -6px; width: 10px; height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#account>div>h3{
    padding: 10px; border-bottom: 1px solid #ddd; font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}
#account>div>.header-cart-item{
    padding: 10px; border-bottom: 1px dotted #ddd;
    display: flex;
}
.header-cart-item .header-cart-img {
    width: 85px;
}
#account>div>div>p>span{
    font-size: 13px;
}
#account>div>div>p>a{
    float: right; color: #c9cacf; font-size: 18px;
}
.header-cart-bottom {
    border: none; text-align: right;
    padding: 5px 10px 0;
}
#qBtnCart{
    border: 1px solid #999; width: inherit!important;
    padding: 5px 10px; margin-top: 10px; float: none!important;
    display: inline-block;
}
#qBtnPay{
    width: inherit!important; border: 1px solid #fff;
    box-shadow: 0 0 0 1px #333; background: #0c0c0c;
    color: #fff; padding: 4px 10px;
    display: inline-block; float: none!important; margin-top: 10px;
}

#account>p{
    display: inline-block; border-right: 1px solid #adadad; position: relative; padding: 0 10px; font-size: 13px;
    color: #666;
}
#account>p:hover span{
    visibility: visible; opacity: 1;
}
#account>p>span{
    position: absolute; top: 20px; left: 10px; transition: all 0.15s; visibility: hidden; opacity: 0;
    border: 1px solid #adadad; box-shadow: 0 0 10px #e5e5e5; padding: 5px 10px; background: #fff; z-index: 100;
    text-align: left;
}
#account>p>span>a{
    display: block; padding: 2px 0; border-bottom: 1px solid #adadad; font-size: 13px; color: #666;
}
#account>p>span>a:hover{
    text-decoration: underline;
}

/*----------------------------------------------------------------------------------
PAGE STORE
----------------------------------------------------------------------------------*/
.storeslist .header-page h1 {margin: 30px 0 0;}
.stores {margin-top:30px; display: -webkit-flex; display: flex; margin-bottom: 40px;}
.center-store{ width: 60%; }
.center-store .owl-item{ overflow: hidden; }
.gallery-store {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-store button{ display: none; }
.btn-custom-left { margin-right: 15px; font-size: 50px; }
[class*="btn-custom-"] button { border: none; background: transparent; }
.btn-custom-right { margin-left: 15px; font-size: 50px; }
select.change-tinh {
    display: inline-block;
    min-width: 60px;
    max-width: 100%;
    height: auto;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 0 0 0 transparent inset;
    padding: .6em .8em;
    color: rgba(0,0,0,0.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNjE2MTYxIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzAgMjQiIHdpZHRoPSIzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy40MSA3Ljg0TDEyIDEyLjQybDQuNTktNC41OEwxOCA5LjI1bC02IDYtNi02eiIvPjxwYXRoIGQ9Ik0wLS43NWgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==') no-repeat right center;
}
.address-map h3 {
    font-size: 19px;
    font-weight: 400;
}
.address-map .address-cont {margin-bottom: 30px;}
.address-map .address-cont .address-detail {
    overflow: auto;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right:4px;
}
.address-map .address-cont .address-detail::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: #aaa;
}
.address-map .address-cont .address-detail::-webkit-scrollbar-thumb {
    background: #000;
}
.address-map .address-cont .address-detail ul li {
    padding-left: 14px;
    border: 1px solid #f5f5f5;
    border-top: 0;
    background: #fff;
}
.address-map .address-cont .address-detail ul li.active {
    background: #dfdfdf;
}
.address-map .address-cont .address-detail ul li a {
    color: #444;
    display: block;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
}
.address-map .address-cont .address-detail ul li a:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #000;
    margin-right: 10px;
    border-radius: 50%;
}
.address-map .address-cont .address-detail ul li p.storePhone {
    color: #444;
    font-size: 14px;
}
.address-map .address-cont .address-detail ul li p.storePhone i {
    font-size: 14px;
    margin-right: 5px;
}
.address-map .change-tinh {
    width: 100%;
    border: 1px solid #d7d7d7;
    color: #333;
    text-indent: 5px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#address-link { border-top: 1px solid #f5f5f5;margin-bottom:0px;}
#map-store{
    height: 500px;
    margin-bottom:30px;
}
#map-store iframe {
    width: 100%;
    height: 500px;
}
.detail-address > strong {font-size: 17px;margin-bottom: 10px;display: block;}
.detail-address.open {margin-bottom: 23px;}
.gm-style-iw strong {color: #444;font-weight: 600;text-shadow: none;}

.slide-store img { width: auto !important;  margin: 0 auto; }

.stores-comingsooon {margin-top: 30px;}
.stores-comingsooon .store-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;

    text-align: center;
}
.stores-comingsooon .store-content .content {
    margin: auto;
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stores-comingsooon .store-content h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    white-space: normal;
    vertical-align: middle;
    margin: 0;
    text-align: left;
    color:#000000;
    white-space: nowrap;
}
.list-store-csoon ul {margin-left: 20px;margin-bottom:0;}
.list-store-csoon ul li{
    padding-left: 20px;
    border-left: 2px solid #000000;
}
.list-store-csoon li {margin-bottom: 20px;text-align:left;}
.list-store-csoon li:last-child {margin-bottom: 0;}
.list-store-csoon li span{
    display: block;
    margin-bottom: 8px;
    color: #000000;
}
.list-store-csoon li span:last-child{margin-bottom: 0;}
.list-store-csoon li span.name{font-weight: bold;font-size: 18px;}
.text-js {color:white}
.cursor {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: -5px;
    width: 2px;
    /* Change colour of Cursor Here */
    background-color: #000000;
    z-index: 1;
    -webkit-animation: flash 0.5s none infinite alternate;
    animation: flash 0.5s none infinite alternate;
}
@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes flash {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#progressbar{
    display: none;
}
@media(max-width:767px) {
    .stores-comingsooon .store-content {background-attachment:initial;background-size: cover;}
    .stores-comingsooon .store-content .content {display: block;}
    .stores-comingsooon .store-content .content h2 {margin-bottom: 20px;}
}

.free_header{
    line-height: 21px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #333333;
}
#bannerCamp {
    margin: 20px 0 40px;
    text-align: center;
}
.listProductCamp .filterMore span {
    text-transform: uppercase;
    font-size: 18px;
}
.listProductCamp .filterMore a.active, .filterMore a:hover {
    font-weight: 700;
}
.listProductCamp .filterMore a {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 10px;
    border-right: 1px solid #000;
}
.listProductCamp .filterMore h1 {
    float: left;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
}
.listProductCamp .filterMore a:last-child{
    border-right: none;
}
#nav .main-nav li>ul.sub_menu.megaMenu.menu-cate>div>li{
    position: relative;
}
.group_button_mobile{
    display: flex;
}
.group_button_mobile button{
    padding: 10px 2px;
    font-size: 16px;
}
.group_button_mobile button#addToCart{
    border: 1px solid #ed1b24;
}
#addToCartQuick{
    display: none;
    color: #000;
    width: 100%;
    border-radius: 0;
    border: 1px solid #000;
    margin-top: 18px;
    background: #fff;
    text-transform: unset;
}
.icon_cart_desktop{
    position: relative;
    z-index: 99999;
}
.drop_cart_desktop{
    position: absolute;
    width: 300px;
    right: 0;
    background-color: #fff;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition:  all .2s;
    top: calc(100% + 10px);
}
.drop_cart_desktop.active{
    opacity: 1;
    visibility: visible;
}
.drop_cart_desktop .drop_cart_overlay{
    opacity: 0;
    visibility: hidden;
}
.drop_cart_desktop.active .drop_cart_overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    transition: all .2s;
    visibility: visible;
    opacity: 1;
}
.drop_cart_desktop .cart_mini{
    position: relative;
    z-index: 99999;
    background-color: #fff;
    padding: 15px;
    font-size: 14px;
}
.drop_cart_desktop .cart_body li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.drop_cart_desktop .cart_body li img{
    width: 100px;
}
.drop_cart_desktop .removeCartItem{
    display: inline-block;
    padding: 2px 12px;
    border-radius: 4px;
    border: 1px solid #000;
    cursor: pointer;
}
.drop_cart_desktop .price{
    font-weight: 700;
}
.drop_cart_desktop .cart_close{
    display: none;
}
.drop_cart_desktop .icon_cart_desktop {
    position: relative;
    z-index: 9999;
    background: #fff;
}
.icon_cart_desktop .cart_header{
    position: relative;
    z-index: 99;
    background: transparent;
    width: 40px;
    text-align: center;
    padding-top: 5px;
}
.icon_cart_desktop .cart_header img{
    display: block;
    margin: auto;
}
.drop_cart_desktop .cart_mini:before{
    display: block;
    content: "";
    width: 40px;
    height: 10px;
    right: 0;
    top: -10px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.drop_cart_desktop.active .cart_mini:before{
    visibility: visible;
    opacity: 1;
}
.drop_cart_desktop .cart_body .des{
    padding-left: 10px;
    width: calc(100% - 100px);
}
.drop_cart_desktop .title_desktop_cart {
    margin-bottom: 15px;
    font-size: 18px;
}
.footer_cart{
    bottom: 0;
    left: 0;
    border-top: 1px solid #000;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    padding-top: 15px;
}
.footer_cart .action a{
    display: block;
    border: 1px solid #000;
    padding: 7px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 1px;
}
.footer_cart .action a:first-child{
    background-color: #000;
    color: #fff;
}
.footer_cart .amount{
    font-size: 14px;
    font-weight: 700;
}
.footer_cart .amount .amount_cart{
    float: right;
}
.drop_cart_desktop .cart_body{
    max-height: 350px;
    overflow-y: auto;
}
.drop_cart_desktop .thumbnail{
    width: 100px;
}
.drop_cart_desktop .cart_body::-webkit-scrollbar {
    width: 3px;
    background-color: #2e302f;
}
.drop_cart_desktop .cart_body::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 4px;
}
.drop_cart_desktop .cart_body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.icon_cart_desktop span.number_cart_header {
    position: absolute;
    right: -5px;
    top: 0;
    border: 1px solid transparent;
    padding: 0 5px;
    border-radius: 50px;
    font-size: 10px;
    background: #1564a7;
    color: #fff;
}
.icon_cart_desktop .cart_header i{
    font-size: 30px;
    vertical-align: bottom;
}
.drop_cart_mobile{
    display: none;
}
.itemProduct>p.outstock{
    position: absolute!important;
    top: 15px;
    right: 15px;
    padding: 5px 15px;
    border-radius: 6px;
    background-color: red;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}
.icon_percent{
    display: inline-block;
    background-color: red;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 10px;
    width: 40px;
    height: 25px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    z-index: 9;
}
.icon_percent:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    border-top: 10px solid red;
    top: 100%;
    right: 0;
}
.notPer .icon_percent{
    display: none;
}
.paging-next, .paging-last, .labelPages{
    display: none;
}
.ui-widget-content{
    z-index: 99999;
}
.totalBuy{
    padding-left : 25px;
}
.totalBuy b{
    color: #e32124;
    font-weight: 700;
}
@media (max-width: 768px) {
    #bnHome{
        margin: 10px 0 !important;
        min-height: auto;
    }
    h2.tp_title{
        margin: 0 !important;
    }
    #priceReview input, #priceReview textarea{
        margin-left: 1px;
    }
    .itemProduct .content-hover{
        display: block;
    }
    .title_desktop_cart{
        display: none;
    }
    .footer_cart{
        position: absolute;
        padding: 15px;
    }
    #addToCartQuick{
        display: block;
    }
    .drop_cart_mobile{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        height: 100%;
        visibility: hidden;
        z-index: 999;
        display: block;
    }
    .drop_cart_mobile.active{
        visibility: visible;
    }
    .drop_cart_mobile .cart_mini{
        position: absolute;
        width: 80%;
        height: 100%;
        overflow: hidden;
        padding: 15px;
        background-color: #fff;
        z-index: 999;
        right: -100%;
        transition: all .3s;
    }
    .drop_cart_mobile.active .cart_mini{
        right: 0;
        top: 0;
        transition: all .3s;
    }
    .cart_body li{
        display: flex;
        margin: 10px 0;
        flex-wrap: wrap;
    }
    .removeCartItem{
        border: 1px solid #000;
        border-radius: 4px;
        display: inline-block;
        padding: 1px 12px;
    }
    .cart_body li .des {
        padding-left: 10px;
        width: calc(100% - 100px);
    }
    .cart_body .thumbnail{
        width: 100px;
    }
    .cart_body li .price{
        font-weight: 700;
    }
    .cart_rlt_f {
        position: relative;
        overflow-y: auto;
        height: 100%;
    }

    .cart_body{
        height: calc(100vh - 280px);
        overflow-y: auto;
        font-size: 14px;
    }
    .hd_show_cart .title{
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    button.cart_close {
        right: 0;
        position: absolute;
        border: none;
        color: red;
        background-color: transparent;
        font-size: 20px;
    }
    .hd_show_cart {
        margin-top: 10px;
        font-size: 14px;
    }
    .drop_cart_mobile.active .drop_cart_overlay{
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.5);
        transition: all .3s;
    }
    .itemProduct .content-hover .qiv, .product_list.owl-theme .owl-nav{
        display: none;
    }
    .itemProduct .name_product{
        height: 30px;
    }
    #zoomSlide{
        padding-left: 0;
    }

    #zoomSlide #listImgZoom {
        margin-right: 0;
        margin-left: 0;
    }
    .checkoutStep{
        width: 100%;
    }
    #verification, #cartReview, #priceReview{
        width: 100%;
    }
    #cartContent table{
        overflow-x: scroll;
    }

    #catSideBar{
        display: none;
    }
    #catSideBar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        z-index: 999999;
        overflow-y: scroll;
    }
    .close-list-attr {
        text-transform: uppercase;
        background-color: #fac5c9;
        padding: 15px;
        position: relative;
    }
    .close-list-attr span:after {
        content: "\f00d";
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0,-50%);
        -khtml-transform: translate(0,-50%);
        transform: translate(0,-50%);
        font-size: 18px;
        font-family: Font Awesome\ 5 Free;
    }
    .icon_filter_mobile:after {
        content: "\f067";
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translate(0,-50%);
        -khtml-transform: translate(0,-50%);
        transform: translate(0,-50%);
        font-size: 16px;
        font-family: Font Awesome\ 5 Free;
    }
    .icon_filter_mobile {
        border: 1px solid #fac5c9;
        color: #f15b67;
        padding: 8px 30px 8px 15px;
        text-transform: uppercase;
        position: relative;
        cursor: pointer;
        margin-left: 10px;
    }
    .btnPay>a.more{
        margin-bottom: 10px;
    }
    .purchaseInfo .f input[type='text'], .purchaseInfo .f select{
        width: 99%;
    }
    #orderVTT>div{
        background: transparent;
        width: 100%;
        height: 100px;
        display: none;
    }
    #orderV{
        width: 100% ;
    }
    #orderVTT{
        text-align: center;
    }
    #orderVTT>span{
        position: relative;
        padding: 0;
        left: 0;
        top: 0;
        font-size: 18px;
    }
    #orderVct{
        width: 100%;
    }

    /*header*/
    #headerLogo img{
        max-height: 70px;
        max-width: 70px;
    }

    .page_header-blocks{
        display:none;
    }

    .flex_mobile{
        display: flex;
        align-items: center;
    }
    #accHeader .cart_header .number_cart_header{
        position: absolute;
        right: 5px;
        top: 5px;
    }
    #accHeader .cart_header{
        margin-left: 10px;
        position: relative;
    }
    #accHeader{
        justify-content: flex-end;
    }
    #zoomSlide #listImgZoom .owl-nav button.owl-next{
        right: 5px;
    }
    #zoomSlide #listImgZoom .owl-nav button.owl-prev{
        left: 5px;
    }
    #zoomSlide #listImgZoom .owl-dots{
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
    }
    #zoomSlide #listImgZoom.owl-theme .owl-dots .owl-dot.active span{
        border: 1px solid #000000;
        background: #fff;
    }
    #zoomSlide #listImgZoom.owl-theme .owl-dots .owl-dot span{
        width: 7px;
        height: 7px;
        margin: 5px 7px;
        background: #CCCCCC;
    }
    #zoomSlide #listImgZoom .owl-nav button{
        position: absolute;
        top: 40%;
        font-size: 31px;
        color: #CCCCCC;
        background: transparent;
    }
    #myModal .modal-dialog{
        margin-top: 35px;
        margin-left: 15px;
        margin-right: 15px;
    }
    #productDetail .qty{
        margin-bottom: 0;
    }
    #productDetail .fixed_cart_mobile{
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        z-index: 999;
        padding: 0 15px;
        -webkit-box-shadow: 0 -5px 3px -6px #333;
        -moz-box-shadow: 0 -5px 3px -6px #333;
        box-shadow: 0 -5px 3px -6px #333;
    }

    #productDetail .attr_mobile {
        display: flex;
        flex-wrap: wrap;
    }

    #productInfo .req {
        width: 50%;
    }

    #productInfo .req.size {
        text-align: end;
    }

    #productInfo h1.tp_product_detail_name {
        font-size: 16px;
        width: 75%;
        line-height: 21px;
        margin: 0;
    }

    #productInfo .price {
        width: 25%;
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 15px;
        text-align: end;
    }

    #productInfo .psCode {
        color: #000000;
        font-weight: 300;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 16px;
    }

    #productInfo .price p s {
        display: block;
        margin-right: 0;
    }

    .attr .qty b {
        display: none;
    }

    #productInfo .req {
        margin-bottom: 0;
    }

    #myModalButtonCart .modal-header .close {
        float: unset;
        margin: auto;
        border: 3px solid #FF5454;
        padding: 14px;
        border-radius: 50%;
    }

    #myModalButtonCart .modal-body .error_cart {
        font-size: 40px;
        line-height: 53px;
        text-align: center;
    }

    #myModalButtonCart .modal-body {
        padding: 4px 12px;
    }

    #myModalButtonCart .modal-header {
        border-bottom: none;
    }

    #myModalButtonCart .modal-dialog {
        margin-top: 40%;
        margin-left: 15px;
        margin-right: 15px;
    }
    #lablestoreinstock_2{
        display: block;
        margin-bottom: 0;
    }
    #cartContent_mobile .view_product_cart{
        width: calc(100% - 122px);
        padding-left: 15px;
    }
    #cartContent_mobile .content_product_cart{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    #cartContent_mobile .code_product_cart{
        font-size: 12px;
        line-height: 16px;
        margin: 10px 0;
    }
    #cartContent_mobile .name_product_cart a{
        line-height: 21px;
        font-size: 16px;
    }
    #cartContent_mobile .edit_cart span{
        font-size: 12px;
        line-height: 16px;
    }
    #cartContent_mobile .edit_cart img{
        width: 20px;
    }
    #cartContent_mobile .edit_cart{
        margin-top: 20px;
    }
    #cartContent_mobile .price_cart{
        margin-left: 10px;
        font-size: 15px;
        line-height: 20px;
        color: #ED1B24;
    }
    #cartContent_mobile .img_product_cart img{
        object-fit: unset;
        height: auto;
    }
    #cartContent_mobile .img_product_cart{
        width: 122px;
    }
    .qty_cart input{
        width: 20px;
        border: none;
        font-size: 15px;
        line-height: 20px;
    }
    .qty_cart span{
        display: inline-block;
        font-size: 16px;
        width: 16px;
        text-align: center;
    }

     /*edit cart*/
    #myModalEditCart .modal-dialog {}
    #myModalEditCart .tp_product_detail_name {
        width: 70%;
    }
    #myModalEditCart .price{
        width: 30%;
    }
    #myModalEditCart .price, #myModalEditCart .tp_product_detail_name {
        display: inline-block;
        text-align: end;
    }
    #myModalEditCart .tp_product_detail_price {
        color: #ED1B24;
    }
    #myModalEditCart .tp_product_detail_price_old {
        display: inline-block;
        color: #000;
    }
    #myModalEditCart .tp_product_detail_name {
        font-size: 16px;
        line-height: 21px;
    }
    #myModalEditCart .modal-dialog #addToCart{
        font-size: 18px;
        line-height: 24px;
        border-color: #000000;
        background-color: #000000;
    }
    #myModalEditCart .modal-dialog{
        margin-top: 45px;
        margin-left: 20px;
        margin-right: 20px;
    }
    #myModalButtonCart{
        z-index: 999999;
    }

    #cartContent_mobile .bottom_cart{}
    #cartContent_mobile .bottom_cart a{
        font-size: 18px;
        text-transform: uppercase;
        line-height: 24px;
        display: block;
        text-align: center;
        padding: 4px;
    }
    #cartContent_mobile .bottom_cart .home_btn{
        background: #fff;
        border: 1px solid #000000;
        color: #000000;
        margin-bottom: 10px;
    }
    #cartContent_mobile .bottom_cart .checkout_btn{
        margin-top: 20px;
        margin-bottom: 10px;
        background: #000000;
        color: #fff;
    }
    #cartContent_mobile .bottom_cart .titile_bottom{
        margin-bottom: 20px;
    }
    #cartContent_mobile .service-box{
        margin: 20px 0;
    }
    #cartContent_mobile .bottom_cart{
        background: #F1F1F1;
        padding: 20px;
        font-size: 16px;
        line-height: 21px;
    }
    #boxMenu.mm-menu.mm-current, #boxMenuRight.mm-menu.mm-current{
        display: block;
    }
    .content_product_cart .removeCartItem{
        display: inline-block;
        padding: 0 10px;
        border: 1px solid #000;
        border-radius: 10px;
        margin-left: 5px;
    }
    #productDetail .attr .size.req a{
        margin-bottom: 15px;
        border-radius: 0;
        padding: 0;
        line-height: 25px;
    }
    .attr .size.req a.deactive:before{
        width: 40px;
        top: 9px;
        left: -6px;
        border-left: 1px solid #000000;
        border-bottom: 1px solid #000000;
        -webkit-transform: rotate(-47deg);
        -khtml-transform: rotate(-47deg);
        transform: rotate(-47deg);
    }

    .frm-search {
        padding: 10px 0;
    }
    .frm-search:focus-visible{
        border: 1px solid orange;
    }
    .frm-search input {
        display: block;
        width: 100%;
        padding: 6px 10px;
        color: #333;
        border: 1px solid rgba(221,221,221,.57);
        top: 8px;
        line-height: 12px;
        background-color: transparent;
        z-index: 777;
        -webkit-transition: width 1s;
    }
}
/*.main-nav.is-shown:after {*/
/*    content: "";*/
/*    position: fixed;*/
/*    top: 141px;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*    background: rgba(0,0,0,.7);*/
/*}*/
.sub-board {
    display: none;
    opacity: 0.5;
    transition: visibility 0s linear 0.1s, opacity 0.1s linear;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 15;
    pointer-events: none;
}
.fixed-item{
    position: fixed;
    z-index: 99;
}
.shopee-fixed-icon{
    bottom: 75px;
    right: 15px;
}
.zalo-btn{
    bottom: 150px;
    right: 20px;
}
.zalo-btn img{
    width: 60px;
}
.shopee-fixed-icon img{
    width: 70px;
}
.btn-face-fixed {
    bottom: 10px;
    right: 16px;
}
.call-mobile {
    bottom: 220px;
    background: #e52c25;
    padding: 18px;
    border-radius: 50%;
    right: 20px;
}
.btn-face-fixed img {
    width: 60px;
}
.call-mobile i {
    color: #fff;
    font-size: 24px;
}
.navbar-social a.shopee-icon,.navbar-social a.tiktok-icon {
    background: initial;
}
.pro-special-offer-container {
    border: 1px solid #000;
    margin-top: 15px;
}
.pro-special-offer-container .spec-title {
    padding: 6px 8px 7px 0;
    border-bottom: 1px dashed #e1e1e1;
    position: relative;
}
.pro-special-offer-container .spec-title:before {
    content: '';
    position: absolute;
    width: 10px;
    background: #ed1b24;
    left: -10px;
    top: 6px;
    bottom: 0;
    height: 35px;
}
.pro-special-offer-container .spec-price {
    background: #ed1b24;
    color: #fff;
    font-weight: 700;
    padding: 10px 58px 6px 15px;
    display: inline-block;
    position: relative;
}
.pro-special-offer-container .spec-title:after {
    content: '';
    position: absolute;
    border-top: 15px solid #ed1b24;
    border-left: 10px solid transparent;
    left: -10px;
    bottom: -5px;
}
.pro-special-offer-container .title-gift>i {
    font-size: 18px;
    color: #ed1b24;
}
.pro-special-offer-container .title-gift {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 6px 0 0 10px;
}
.pro-special-offer-container ul {
    padding: 15px 20px;
    list-style: disc;
}
.pro-special-offer-container{
    margin-bottom: 20px;
}
.image-video-product #video{
    height: 100%;
}
.countdown-container{
    margin: 20px 0 10px;
}
.countdown-container>.clock{
    display: flex;
    justify-content: center;
}
.kineticjs-content canvas,
.kineticjs-content{
    display: none !important;
}
.clock-item{
    background: #ff8e31;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 8px;
    border-radius: 7px;
    margin-right: 5px;
    width: 60px;
}
.clock-item .val,
.type-time{
    margin: 0;
    font-size: 14px;
}
.clock-item .val{
    font-weight: 600;
}
.price-old{
    color: #979797;
    margin-left: 5px;
    font-weight: 500;
}
.site-animation .navbar-social{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.tiktok-icon img{
    margin-bottom: 3px;
}
@media (min-width: 1200px){
    .banner_video_home{
        height: 445px;
    }
    .banner-main, .banner_video_home{
        max-width: 1920px;
        margin: 0 auto;
    }
    iframe{
        width: 100%;
    }
}
@media (min-width: 850px){
    .left_content_banner {
        width: 93%;
    }
}
.left_content_banner{
    display: flex;
    align-items: center;
    height: 100%;
    margin: auto;
}
.fill-banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.banner-bg {
    overflow: hidden;
}
.banner-bg .bg-fill{
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    opacity: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.fill-banner{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.banner-bg .bg-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    -webkit-transition: opacity .6s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .6s;
    transition: transform .3s,opacity .6s,-webkit-transform .3s;
    pointer-events: none;
    background-color: rgba(255,245,204,.85);
}
.banner_video_home .text-inner{
    position: relative;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.text-center{
    text-align: center;
}
.banner_video_home iframe {
    height: 379px;
}
.banner_video_home{
    background: #fff;
    padding: 30px 50px;
    clear: both;
}
.banner_video_home .row {
    flex-flow: row wrap;
    display: flex;
}
.right-menu {
    display: none;
}
.order-customer {
    background: #ED1B24;
    margin-top: 10px;
    padding: 10px 10px;
    text-align: center;
}

.order-customer a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
#searchFolding_mb a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px;
    color: #7e7e7e;
    font-size: 13px;
    z-index: 999;
}
.listBankWrp{
    position: relative;
}
.listBankWrp .form-group{
    border: 1px solid #dedede;
    border-radius: 5px;
    cursor: pointer;
}
.listBankWrp.deactive_bank{
    pointer-events:none !important;
}
.listBankWrp .form-group.active{
    border: 1px solid #009cf6;
    background: #f5f5f5;
}
.form-group.active .resultQr{
    display: block !important;
}
@media screen and (max-width: 900px){
    .listBankWrp .col-12{
        padding: 0 15px !important;
    }
}

@media screen and (max-width: 768px){
    .text-banks-title {
        display: inline-block;
        max-width: 45%;
    }
    .listBankWrp .form-group{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.deactive_bank .loaderWrp{
    display: block;
}
.loaderWrp{
    display: none;
}
.loaderWrp .loader {
    margin-top: 7%;
    width: 48px;
    height: 48px;
    border: 3px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loaderWrp .loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #FF3D00 transparent;
}
.loaderWrp{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    background: #cbcbcbba;
    top: 0;
    z-index: 999;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}
#psQtt{
    width: 25px;
    text-align: center;
    border: none;
}
.color.req>a>span{
    display: none !important;
}

.childProducts {
    padding: 0 10px;
    height: 40px;
    outline: none !important;
}

.hotline-phone-ring-wrap.mess{
    bottom: 130px;
}
.mess .hotline-phone-ring-img-circle .pps-btn-img img{
    width: 50px;
    height: 50px;
    margin: 0;
}
.mess .hotline-phone-ring-circle-fill,.mess .hotline-phone-ring-img-circle,.mess .hotline-bar {
    background-color: #6caecc;
}
.mess .hotline-phone-ring-circle {
    border-color: #6caecc;
}
.hotline-phone-ring-wrap.yt{
    bottom: 290px;
}
.yt .hotline-phone-ring-img-circle .pps-btn-img img{
    width: 50px;
    height: 50px;
    margin: 0;
}
.yt .hotline-phone-ring-circle-fill,.yt .hotline-phone-ring-img-circle,.yt .hotline-bar {
    background-color: #fff;
}
.yt .hotline-phone-ring-circle {
    border-color: #fff;
}
.hotline-phone-ring-wrap.zalo{
    bottom: 210px;
}
.zalo .hotline-phone-ring-img-circle .pps-btn-img img,
.hotline-phone-ring-img-circle .pps-btn-img svg{
    width: 40px;
    height: 40px;
    margin: 0;
}
.zalo .hotline-phone-ring-circle-fill,.zalo .hotline-phone-ring-img-circle,.zalo .hotline-bar {
    background-color: #3f87f2;
}
.zalo .hotline-phone-ring-circle {
    border-color: #3f87f2;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 60px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #1564a7;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 60px;
    height: 60px;
    top: 20px;
    left: 21px;
    position: absolute;
    background-color: rgba(21, 100, 167, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #1564a7;
    width: 40px;
    height: 40px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
    margin: 0;
}

.hotline-bar {
    position: absolute;
    background: #1564a7;
    height: 45px;
    width: 165px;
    line-height: 53px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px !important;
    right: 20px;
    bottom: 0;
}

.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-indent: 10px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}
.hotline .hotline-phone-ring-img-circle .pps-btn-img svg,
.tiktok .hotline-phone-ring-img-circle .pps-btn-img svg{
    width: 30px;
    height: 30px;
}
.tiktok .hotline-phone-ring-img-circle{
    background: #000;
}
.hotline-phone-ring-wrap.tiktok {
    bottom: 370px;
}
.hotline-phone-ring-wrap.shoppe {
    bottom: 0px;
}
.shoppe .hotline-phone-ring-img-circle {
    background: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.fix-ring {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.hotline-phone-ring-wrap {
    margin-bottom: 15px;
}

.hotline-phone-ring-wrap.mess,
.hotline-phone-ring-wrap.zalo,
.hotline-phone-ring-wrap.yt,
.hotline-phone-ring-wrap.tiktok,
.hotline-phone-ring-wrap.shoppe {
    bottom: auto !important;
}

@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }
    .hotline-phone-ring-circle-fill{
        display: none;
    }
    .hotline-bar {
        display: none;
    }
    .hotline-phone-ring-circle-fill{
        display: none;
    }
    .hotline-phone-ring-img-circle{
        right: 5px;
        left: auto;
    }
    .hotline-phone-ring{
        width: 60px;
        height: 60px;
        right: 5px;
        left: auto;
    }
    .hotline-phone-ring-wrap {
        bottom: 80px;
        right: 35px;
        margin-bottom: 5px;
    }
    .hotline-phone-ring-wrap.mess {
        bottom: 140px;
    }
    .hotline-phone-ring-wrap.zalo {
        bottom: 190px;
    }
    .hotline-phone-ring-wrap.yt {
        bottom: 240px;
    }
}
.footerInfo {
    margin-top: 15px;
}
.footerInfo ul li {
    margin-bottom: 5px;
}
.footerSocial {
    margin: 15px 0;
}
.footerSocial ul{
    display: flex;
    align-items: center;
    gap: 15px;
}
#footerBottom .innerInfoFooter .footerSocial li,
#footerBottom .innerInfoFooter .footerInfo li{
    float: unset;
    width: auto;
}
#footerBottom .innerInfoFooter .footerSocial li i{
    font-size: 24px;
}
#footerBottom .innerInfoFooter .footerInfo li i{
    margin-right: 5px;
}
.action-header{
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    margin-top: -10px;
    margin-left: 10px;
}
.action-header .icon_user_desktop i{
    font-size: 20px;
}
.icon_cart_desktop .cart_header i{
    font-size: 20px;
}
.footerLogo{
    padding: 20px 0;
}
#sign .f input,#sign .f input#btnSubmit {
    width: 40%;
}
div#sign-signup {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    #sign .f input, #sign .f input#btnSubmit,#sign-signup {
        width: 100%;
    }
}