.blockShip {
    margin: 10px 0;
}
.psGifts b {
    color: #ed1b24;
    font-weight: bold;
}
.blink {
    font-size: 24px;
    color: #f44242;
    padding-right: 10px;
    margin-top: -3px;
}
.mg-top20.mt-1 img {
    max-width: 200px;
}
img.lazyloading {
    opacity: 0.01;
}
img.lazyloaded {
    opacity: 1;
    transition: 0.2s all;
}
/* - - - chung - - -*/
.attr a {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 29px;
    border: 1px solid #fff;
    margin-right: 7px;
    transition: all 0.2s;
    box-shadow: 0 0 0 1px #B8B8B8;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 0 2px;
}
.label-sold {
    display: flex;
    position: absolute;
    background: black;
    padding: 4px 7px;
    color: #fff;
    top: 20px;
    right: 10px;
    z-index: 1;
    font-size: 13px;
    border-radius: 5px;
}
.attr a:hover, .attr a.active {
    box-shadow: 0 0 2px 2px #FF7A00;
}

.unsel {
    cursor: not-allowed;
}

.deactive {
    background: #ccc;
    pointer-events: none;
}

#pagination {
    text-align: center;
}

#pagination .paginator {
    display: inline-flex;
    margin: 20px 0;
}

#pagination .paginator a, #pagination .paginator span.currentPage {
    border: 1px solid #333;
    padding: 5px 11px;
    font-weight: 500;
    font-size: 15px;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    margin-right: 5px;
    color: #333;
}

#pagination .paginator a:hover, #pagination .paginator span.currentPage {
    background: #333;
    color: #fff;
}

.paginator a.paging-first:before {
    content: "\f100";
    font-family: FontAwesome;
}

.paginator a.paging-previous:before {
    content: "\f104";
    font-family: FontAwesome;
}

.paginator a.paging-next:before {
    content: "\f105";
    font-family: FontAwesome;
}

.paginator a.paging-last:before {
    content: "\f101";
    font-family: FontAwesome;
}

#pagination .paginator .labelPages, #pagination .paginator .titlePages {
    display: none;
}

/* - - - chung - - -*/

.ui-tooltip {
    padding: 5px 10px;
    color: white;
    box-shadow: 0 0 7px black;
    font-size: 14px;
}

.ui-tooltip, .arrow:after {
    background: black;
    /*border: 2px solid white !important;*/
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: -16px;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 20px;
    height: 20px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}

.no-padding {
    padding: 0;
}

.language-items img {
    width: 30px;
    margin-left: 7px;
}

.filter-cate a {
    color: #111;
    padding: 5px 0;
    float: left;
}
.filter-cate li {
    float: left;
    width: 100%;
}
.filter-cate a:hover{
    font-weight: 700;
}
ul.filter-cate {
    font-size: 13px;
}
ul.filter-cate_2 {
    padding-left: 10px;
}
ul.filter-cate_3{
    padding-left: 15px;
}
.nav-item_lv1 a{
    font-size: 14px;
    font-weight: 600;
}
.nav-item_lv2 a {
    font-size: 13px;
    font-weight: 300;
}
.nav-item_lv3 a{
    font-size: 12px;
    font-weight: 300;
}
#productdetail .product-info .group-option .list-option .item-option{
    overflow: hidden;
}
#productdetail .product-info .group-option .list-option .item-option .img-thumb {
    object-fit: cover;
    width: 100%;
    height: auto;
}
#showSuccessContact {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    height: 50px;
    padding: 15px;
    margin-bottom: 10px;
}
#showErrorContact {
    color: #ff0000;
    background-color: #f4d2d2;
    border-color: #ff0000;
    height: 50px;
    padding: 15px;
    margin-bottom: 10px;
}
main {
    padding: 0 0 20px;
}
.mb15 {
    margin-bottom: 15px;
}
.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}
.header-navigate .breadcrumb {
    margin: 0;
    background: 0 0;
    padding: 8px 0;
}
.breadcrumb > li, .pagination {
    display: inline-block;
}
.header-navigate .breadcrumb a, .header-navigate .breadcrumb span {
    font-size: 14px;
    color: #3e3e3e;
    white-space: normal;
    display: inline-block;
}
.layout-page h1 {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #161616;
    margin-bottom: 10px;
}
.layout-page .page-left-contact, .layout-page .page-right-contact {
    margin-top: 10px;
}
.layout-page .page-left-title, .layout-page .page-right-title {
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0 15px;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd;
}
.layout-page .page-left-title i, .layout-page .page-right-title i {
    margin-right: 10px;
    font-size: 15px;
}
.layout-page .page-left-title, .layout-page .page-right-title {
    font-size: 14px;
    line-height: 14px;
}
.page-left-title span{
    font-weight: bold;

}
.page-form-contact .input-group {
    width: 100%;
    margin-bottom: 10px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.page-form-contact .input-group span.input-group-addon {
    width: 42px;
}
.page-form-contact .input-group * {
    border-radius: 0;
    background: #fff;
    font-size: 13px;
}
.input-group-addon:first-child {
    border-right: 0;
}
.page-form-contact .input-group input {
    border: 1px solid #ccc;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.page-form-contact .input-group textarea {
    width: 100%;
    height: 122px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #ccc;
    resize: none;
}
.page-form-contact button {
    color: #fff;
    background: #333;
    border: 1px solid #333;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 15px;
    position: relative;
    width: auto;
    white-space: nowrap;
    margin-top: 10px;
}
.layout-page .page-left-title span, .layout-page .page-right-title span {
    color: #333;
    font-weight: 700;
    margin-right: 8px;
}
.layout-page .page-right-contact .address, .layout-page .page-right-contact .phone {
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0;
    overflow: hidden;
    padding-bottom: 5px;
}
section.main-map {
    margin: 30px 0;
}
.chontinhthanh {
    padding:10px;
}
.chontinhthanh #cityId, .storeSelect{
    width: 100%;
    height: 32px;
    font-weight: bold;
    color: #333;
    border-color: #dcdbdb;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
}
.discription h3 {
    font-size: 16px;
    margin: 20px 0px;
    font-weight: 700;
}
#slider-range .ui-widget-header {
    background: #c4996b !important;
    height: 10px;
    overflow: hidden;
}
span.range-text.text-box {
    padding: 12px 0;
    float: left;
}
div#slider-range {
    width: 100%;
}
#slider-range .ui-slider-handle {
    width: 7px !important;
    height: 12px !important;
    background: #a6a6a6 !important;
    border: none !important;
    margin-left: -4px !important;
    cursor: pointer !important;
    top: -2px !important;
    border-radius: 2px 2px 0 0 !important;
}
#slider-range .ui-slider-handle::after {
    content: '';
    background-color: #a6a6a6;
    position: absolute;
    bottom: -3px;
    left: 1px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#slider-range .ui-slider-handle::after {
    content: '';
    background-color: #a6a6a6;
    position: absolute;
    bottom: -3px;
    left: 1px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#productdetail .content-product table{
    width: 100% !important;
}
.item .item-product img.proGift{
    height: auto !important;
    width: auto !important;
    margin: 0 0 0 12px;
}
.blog_post_txt {
    text-align: left;
}
.blog_post_heading h2 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}
.blog_post_content>p {
    margin-bottom: 10px;
}
.blog_post_meta li {
    display: inline-block;
    margin-right: 10px;
}

#quick-view-cart{
    position: fixed;
    background: rgba(0,0,0,.8);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}
#quick-view-cart>div{
    width: 480px;
    height: 100%;
    background: #fff;
    padding: 60px 20px 100px;
    overflow: auto;
    transition: all 0.5s;
}
@media (max-width: 767px){
    #quick-view-cart>div {
        width: 320px;
    }
}
#quick-view-cart>div>h3{
    margin-bottom: 5px;
}
#quick-view-cart .cart-item{
    display: flex;
    padding: 15px 20px 15px 0;
    border-top: 1px dotted #bcbcbc;
}
/*#quick-view-cart .cart-item:first-child{*/
/*    padding-bottom: 20px;*/
/*}*/
#quick-view-cart .action-button-cart{
    display: flex;
    padding-bottom: 15px;
}
#quick-view-cart .order-value{
    padding: 20px 0;
    border-top: 2px solid #000;
}
#quick-view-cart .order-value p{
    display: flex;
    justify-content: space-between;
}
#quick-view-cart .action-button-cart>a{
    width: 49%;
    background: #e61a2e;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
}
#quick-view-cart .Ask-for-advice{
    margin-right: 1%;
}
#quick-view-cart .checkout-now{
    margin-left: 1%;
}
#quick-view-cart .cart-item .cart-item__img{
    margin-right: 10px;
}
#quick-view-cart .cart-item .cart-item__img img{
    width: 100px;
    border: 1px solid #ededed;
}
#quick-view-cart .cart-item .cart-item__infor{
    flex: 1;
}
#quick-view-cart .cart-item .cart-item__infor>p{
    margin: 5px 0;
}
#quick-view-cart .cart-item .cart-item__infor .delete-item{
    border: 1px solid #ededed;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
    color: #252A2B;
}
#quick-view-cart .form-advicing{
    display: none;
}
#quick-view-cart .form-advicing>form{
    display: flex;
}
#quick-view-cart .form-advicing>form>input{
    flex: 1;
    border-radius: 0;
}
#quick-view-cart .form-advicing>form>button{
    background: #e61a2e;
    padding: 0;
    width: 30%;
    color: #fff;
    border-radius: 0;
}
#site-close-handle{
    position: absolute;
    top: 30px;
    right: 18px;
    width: 35px;
    height: 35px;
}
#site-close-handle img{
    width: 20px;
}
@media screen and (min-width: 768px) {

    .system_store {
        float: right;
        height: 510px;
        overflow: hidden;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px){
    header .main-header .logo{
        display: inline-block;
        width: 85%;
        padding: 5px 0;
    }
    header .main-header .logo img{
        max-width: 20%;
    }
    #productdetail .product-info .number .content-number .button{
        padding: 0 10px;
    }
}
@media screen and (max-width: 1024px) {
    #productdetail .content-product .group-content img, #productdetail .group-images .list-images-product .item > img{
        height: auto !important;
    }
}
@media screen and (max-width: 768px){
    .softProduct{
        width: 100%;
        text-align: left;
        padding: 0 0 10px 0;
    }
    .album-images .list-img-a-view a img{
        height: 165px;
        display: block;
    }
}
@media only screen and (max-width: 670px) {
    .body-content iframe {
        width: 100% !important;
        height: 100% !important;
    }
}
@media only screen and (min-width: 1140px) {
    .group-block .no-slide-block.slide-col-3 .item{
        width: calc(100% / 4);
    }
}
@media (max-width: 1440px) and (min-width: 1140px){
    .group-xs-2 .item-product>a,.group-3 .item-product>a {
        height: 244px!important;
    }
}
@media (min-width: 1441px){
    .group-xs-2 .item-product>a,.group-3 .item-product>a {
        height: auto!important;
    }
}
.menuMobileLeft{
    display:flex;
    align-items: center;
}
.scroll-top {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 30px;
    z-index: 999;
}
.scroll-top a {
    display: block;
    font-size: 15px;
    width: 30px;
    height: 30px;
    color: #111;
    background: white;
    text-align: center;
    line-height: 30px;
    border: 1px solid #111;
}
.live-chat {
    position: fixed;
    z-index: 999;
    font-size: 0;
    right: 15px;
    bottom: 120px;
    display: grid;
}
.live-chat .items-action img {
    width: 40px;
    margin-bottom: 16px;
    -webkit-transition: width .3s;
    transition: width .3s;
    z-index: 9;
}
.suppport-mb {
    display: flex;
    text-align: center;
    background: #000;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999
}
.menulink.tp_menu li:last-child{
    padding-right: 0 !important;
}
.menulink.tp_menu li:first-child{
    padding-left: 0 !important;
}
.home-news-img{
    min-height: 270px;
    width: 100%;
    margin-bottom: 10px;
}
.home-news-img img{
    object-fit: cover;
}
.blog_post_content>p{
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
@media only screen and (max-width: 480px) {
    .news-img{
        width: 100%;
    }
    .blog_post_heading>h2{
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .blog_post_content>p,.news-intro{
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}
.nav-container-fix{
    z-index: 9999999;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    background: #ffffff;
    border: none
}
.menulink.tp_menu li:first-child{
    padding-left: 20px !important;
}
header .menuwrap .menu .menulink > li .sub ul li {
    padding: 10px 20px;
    width: 100%;
    text-align: left;
}
.album-images .list-img-a-view a img{
    height: 250px;
    display: block;
}
.album-images .list-img-a-view{
    margin-bottom: 30px;
}
.dBlock{
    display: block;
}
.p-action {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.quickview, .buynow {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: red;
    border-radius: 3px;
    margin: 0 5px;
}
.item-product:hover .p-action {
    opacity: 1;
    visibility: visible;
}


.top-promo-banner {
    height: 35px;
    padding: 0 7px;
    overflow: hidden;
    background: #000 !important;
}
.top-promo-banner li {
    line-height: 35px;
    text-align: center;
}
.top-promo-banner li a {
    display: block;
    color: #f5d6aa !important;
    font-weight: 700;
}
.top-promo-banner li{
    animation-name: head;
    display: none;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.top-promo-banner li.active{
    display: block;
}
.bnCategoryImg{
    margin: 10px 0 20px;
}
@keyframes head {
    0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
}
.product-tags{
    margin: 20px 0;
}
.count-item-page{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}