.front-back-page {
    top: 42px;
}
.review {
    position: relative;
}
.review .car-ship-detai{
    position: absolute;
    bottom: 19px;
    left: -8px;
    background: #fff;
    padding: 10px;
    width: 100%;
    display: none;
    min-width: 160px;
    transform: rotateY(180deg);
    border: 1px solid #999;
    border-radius: 10px;
    white-space: normal;
}
.review .fa-truck:hover {
    font-size: 18px;
    cursor: pointer;
}
.review .car-ship:hover .car-ship-detai {
    display: block;

}

body .top-header {
    z-index: 99999;
}
body #header {
    z-index: 99;
}
#form-top {
    position: relative;
    z-index: 9999;
}
.content-standard-ck table {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 480px) {
    body .login-in-mobile a img {
        height: 22px;
        width: 22px;
        border-radius: 50%;
    }
}
/*body .banner-store {
    margin-bottom: 60px;
}*/
body .form-create-store {
    line-height: unset;
}
body .form-create-store .help-block {
    margin: 0px;
}
.form-create-store .form-group {
    margin-bottom: unset;
}
.btn-green {
    line-height: 36px;
    height: 35px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 3px;
    background-color: #17a349;
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    color: #fff !important;
    font-size: 13px;
    display: inline-block;
    padding: 0px 20px;
    white-space: nowrap;
    font-family: "Roboto", Arial, sans-serif;
    border: none;
    margin-bottom: 11px;
    border: 1px solid #17a349;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    margin-left: 20px;
}
@media (max-width: 767px) {
    #box-load-search .item-address .btn-distance img{
        width: auto;
    }
}
#box-search-mobile {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fff;
    opacity: 0;
    right: -100%;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
}
#box-search-mobile.open {
    opacity: 1;
    right: 0px;
}
/*video*/
    .video-home {
        margin-top: -15px;
    }
    .img-item-video-up .video-img{
        position: relative;
        height: 210px;
        overflow: hidden;
    }
    .img-item-video-up .white {
        background: #fff;
        padding: 15px;
    }
    .img-item-video-up .video-img .box-i {
        width: 100%;
        display: flex;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0000002e;
        cursor: pointer;
        overflow: hidden;
    }
    .img-item-video-up .video-img .box-i:hover >img {
        opacity: 1;
    }
    .img-item-video-up .video-img .box-i img{
        width: auto;
        height: auto;
        margin: auto;
        opacity: 0.8;
    }
    .img-item-video-up .video-img .box-i iframe{
        width: 100%;
        height: 100%;
    }
    .img-item-video-up .video-img a img{
        width: 100%;
        height: auto;
    }
    .title-item-video-other {
        padding: 10px 0px;
    }
    .title-item-video-other a{
        font-style: 14px;
        color: #000;
    }
/*video*/
/*search*/
    .flex-col .form-search-inmobile > button {
        width: 100%;
        text-align: right;
    }
    @media (max-width: 480px) {
        .map-search {
            width: 100%; 
            height: 470px; 
            background-color: #F1F1F1;
            margin-top: 90px;
        }
        .search-width-googlemap .col-list-address {
            left: 0px;
            position: fixed;
        }
        .btn-show-all-address {
            position: fixed;
        }
        .box-searchResults {
            left: 0px;
            width: 85% !important;
        }
        .box-searchResults{
            display: none;
        }
    }
    ul .not-found-search {
        padding-top: 20px;
    }
    .box-searchResults{
        padding-left: 0px;
        padding-right: 0px;
        position: absolute;
        top: 36px;
        z-index: 9999;
        width: 100%;
    }
    #searchForm{position: relative;}
    #searchResults {
        display: none;
        width: 100%;
        padding-right: 10px;
        top: 37px;
        left: -15px;
        max-height: 340px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1;
        box-shadow: 0px 3px 5px #999;
        background: #fff;
        min-height: 300px;
    }
    #searchResults .result-group {
        padding: 5px 12px;
        font-size: 14px;
        text-transform: uppercase;font-weight: bold;
    }
    #searchResults .result ul{list-style: none; margin-left: 15px;}
    .result-item a{
        padding: 7px 0px;
        display: block;
    }
    .result-item a:hover {
        background: #ebebeb;
        padding: 7px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
/*search*/
.page-goi-y .item-info-donhang .title {
    margin-bottom: 0px;
}
.some-product .product .img-thumb{
    height: 200px;
    overflow: hidden;
}
body .search-width-googlemap .ds-addres-shop .item-address .title .star {
    margin-left: 0px;
}
.box-search-active >#view-all-search {
    display: block;
}
#view-all-search {
    cursor: pointer;
    padding: 7px 0px;
    text-align: center;
    background: #17a349;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: none;
}
.box-search-active >.item-address{
    display: none;
}
.box-search-active >.active{
    display: flex;
}
body .info-map {
    min-width: 270px;
    border: 0px !important;
}
/*.ds-addres > .active {
    background: #17a34982;
}*/
.wishlist .active .fa-heart {
    color: #17a349;
    font-size: 18px;
}
body .load-like-login {
    width: 290px;
    padding: 20px;
    margin-left: calc(50% - 145px);
}
.load-like {
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100px;
    margin-left: calc(50% - 50px);
    height: 100px;
    padding-top: 27px;
    border-radius: 15px;
    margin-top: calc(50vh - 150px);
    z-index: 9999;
    background: #17a349;
    display: none;
    color: #fff;
    font-size: 20px;
  /*  -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(1) translateY(0px);
     transform: scale(1,0) translateY(0px); 
    -webkit-transition: all .6s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition: all .6s cubic-bezier(0.6,0,0,0.6),opacity .6s ease-out;*/
}
td > .rate-product4 {
    line-height: 36px;
    height: 35px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 3px;
    background-color: #17a349;
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    color: #fff !important;
    font-size: 13px;
    display: inline-block;
    padding: 0px 20px;
    white-space: nowrap;
    font-family: "Roboto", Arial, sans-serif;
    border: none;
    margin-bottom: 11px;
    border: 1px solid #17a349;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    margin-left: 20px;
}
.donhang-chuanbi .btn-table-donhang a {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    margin: 15px 0px 0px 0px;
}
.form-fixed a {
    cursor: pointer;
}
.infor-buyer-store .right-social-box {
    float: left;
}
.count-shop-mobile p {
    padding: 15px 0px;
    font-size: 14px;
    background: #17a349;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.count-shop p{
    padding: 15px 0px;
    font-size: 18px;
    background: #17a349;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.not-footer {
    clear: both;
    height: 100px;
}
@media (max-width: 480px) {
    .cate-sub-index{
        display: none;
    }
    .product-inhome .list-product-inhome-mobile .item-product-inhome h3 {
    height: 38px;
}
}
@media (max-width: 450px) {
    body .botom-form a {
        width: 42%;
        float: left;
        margin-left: 7.5% !important;
        /* margin: 5px 0px !important; */
    }
    body .botom-form {
        padding: 0px 0px 20px;
    }

    body .scroll-top-btn {
        bottom: 20px;
        cursor: pointer;
        left: 10px;
        position: fixed;
    }
}

.botom-form {
    padding: 0px 50px 40px;
}
.form-group.required label:after {
    content: '(*)';
    color: red;
    margin-left: 5px;
}
.required {
    color: unset !important;
}
@media (max-width: 767px) {
    body .ctn-form .item-input-form .group-input .full-input {
        margin-bottom: 7px;
    }
    /*body .form-group {
        margin-bottom: -15px;
    }*/
    body .item-popup a {
        height: auto;
        display: unset;
        min-height: 200px;
    }
}

body .fa-chevron-right:before {
    content: ">>";
}
body .fa-chevron-left:before {
    content: "<<";
}
.ctn-form .item-input-form .item-input-form > label {
    float: left;
    width: 100%;
}
.ctn-form .item-input-form .item-input-form > .bold {
    float: left;
    width: 170px;
}
.share > p{
    font-size: 16px;
    font-weight: bold;
}
body #countdown {
    padding-top: 5px;
    margin-left: 4px;
}
body .right-social-box a {
    font-size: 20px;
}
.tel-phone {
    margin-top: 15px;
    font-size: 16px;
    color: #000;
}
.tel-phone a{
    font-size: 20px;
    color: #17a349;
}
/*body .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 200px;
}
body .mz-expand .mz-expand-stage .mz-image-stage {
    padding-bottom: 200px;
}*/
.title-detail-product em {
    margin-bottom: 20px;
}
.option-product-detail {
    padding-top: 10px;
}
#fee-ship {
    display: none;
}
.number-index-shop {
    position: absolute;
    right: -3px;
    background: #fff;
    border: 1px solid yellow;
    display: block;
    padding: 0px 6px;
    top: -3px;
    border-radius: 50%;
}

.item-product-inhome .price a{
    color: #598627;
    font-size: 14px;
}
.item-price-product p a{
    font-size: 20px;
    color: #ff0000;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 600;
}

.nice-selects .lists {
    background: #fff;
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
}
.nice-selects .lists li {
    list-style: none;
    padding-left: 10px;
}
.nice-selects .lists li:hover {
    background: #ebebeb;
}
.nice-selects {
    z-index: 1;
}
.nice-selects .option-1s .lists {
    display: none;
}
.nice-selects .lists .active .lists {
    display: list-item;
}
.box-select-province {
    display: none;
}
.open .box-select-province {
    display: block;
}
.open2 .box-select-province {
    display: block;
}
.title-detail-product .nice-select.transport-method .current {
    padding-left: 130px;
}
.title-detail-product h2 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 400;
    font-size: 25px;
    color: #333;
    font-family: 'Roboto';
}
.item-review-customer {
    z-index: 1;
}
textarea {
    padding: 10px;
}
.ctn-review-popup {
    min-height: 60vh;
    position: relative;
    z-index: 1;
}
.item-product-inhome .shop {
    height: 22px;
    line-height: 20px;
    float: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    padding: 0 10px;
    margin-bottom: 5px;
}
.item-product-inhome .shop a{
    color: #598627;
    font-size: 13px;
}
.item-product-inhome .marker {
    color: #000;
    font-size: 13px;
}
.non-active a{
    font-size: 15px;
    font-weight: 700;
    color: #777 !important;
}
.non-active i {
    margin-right: 5px;
}
/*.item-product-inhome h3 {
    height: 39px;
}*/
.col-md-55{
    min-width: 100px;
}
body .table-buyer .col-md-55{
    width: 25% !important;
}
body .table-buyer .mask{
    height: 25px;
}
body .table-buyer .tools-bottom{
    width: 100%;
}
.table-buyer form > .item-input-form .boxuploadfile {
    width: 100%;
    position: unset;
}
body .table-buyer .thumbnail img {
    max-height: 95px;
}
@media (min-width: 767px) {
    .eror-img {
        position: absolute;
    }
}

.eror-img {
    z-index: 1;
    right: 0px;
    top: 6px;
    color: red;
}
.box-file-item {
    position: relative;
}
.xuhuong-timkiem {
    margin: 0px;
    padding: 0px;
}
body .list-xuhuong {
    padding: 0px;
}
.img-detail-product .certificate {
    position: absolute;
    z-index: 2;
}
.big-img .sale-label {
    background: url(../images/icon-sale.png) center center no-repeat;
    position: absolute;
    top: 1px;
    right: 0;
    width: 48px;
    height: 45px;
    padding-top: 13px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    z-index: 2;
    background-size: 98%;
}
.row-5 > .col-lg-2, .row-5 > .col-md-3 {
    padding: 5px;
}
.crop-left {
    z-index: 1;
}
/*body .item-product-inhome .price del {
        margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 4px;
    color: red;
}*/
#footer .width-full-footer .forms {
    position: relative;
    margin-bottom: 15px;
}
#login-box-popup .bg-pop-white .button-facebook > a, #register-box-popup .bg-pop-white .button-facebook> a {
    width: 100%;
    height: 63px;
    background: #3c5a99;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 21px;
}
.hover-mo:hover {
    opacity: 0.6;
}
body .banner-inpage-gca .ctn-banner-inpage .register-now {
     margin-bottom: 0px; 
}
body .banner-inpage {
    margin-bottom: 0px; 
}
.categories-product-page {
    padding-bottom: 40px;
}
#box-slider-product-index .slick-next:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 16px;
    height: 13px;
    width: 1px;
    background: #000;
    transform: rotate(45deg);
}
#box-slider-product-index .slick-next:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 8px;
    height: 13px;
    width: 1px;
    background: #000;
    transform: rotate(-45deg);
    opacity: 1;
}
#box-slider-product-index .slick-prev:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 16px;
    height: 13px;
    width: 1px;
    background: #000;
    transform: rotate(-45deg);
}
#box-slider-product-index .slick-prev:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 8px;
    height: 13px;
    width: 1px;
    background: #000;
    transform: rotate(45deg);
    opacity: 1;
}
#box-slider-product-index .slick-next {
    width: 37px;
    height: 37px;
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    z-index: 99;
    border-radius: 50%;
    right: -18px;
    top: 45%;
}

#box-slider-product-index .slick-prev {
    width: 37px;
    height: 37px;
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    z-index: 99;
    border-radius: 50%;
    left: -18px;
    top: 45%;
}

.content-intro-store {
    padding-bottom: 40px;
}
.content-intro-store .item-img {
    height: 125px;
    display: flex;
    overflow: hidden;
    padding: 4px;
}
.content-intro-store .item-img img {
    margin: auto;
}
.content-intro-store .item-img a {
    height: 100%;
    overflow: hidden;
    border: 1px solid #ebebeb;
    display: flex;
    width: 100%;
}
.clear {
    clear: both;
    padding-top: 20px;
}
.box-index {
    /*opacity: 0; */
    display: none;
}
.mz-image-stages {
    margin-top: 20px;
}
.box-index .box {
    height: 100vh;
    padding: 30px;
    display: flex;
}
.box-index .box img {
    margin: auto;
}
.mz-image-stage .mz-caption {
    display: none !important;
}
.item-cate-menu .vertical {
    display: block;
    height: 100%;
    width: 100%;
}
.middle {
    /*display: block;
    padding: 10px;
    height: 100%;
    width: 100%;*/
}
.cate-menu-inhome .list-cate-menu .item-cate-menu .img img {
    object-fit: cover;
    height: 100%;
    object-position: center;
    max-height: 72px;
}
.scroll-top-btn {
    z-index: 999999;
}
.scroll-top-btn {
    bottom: 5%;
    cursor: pointer;
    left: 10px;
    position: fixed;
}
@media (min-width: 1200px) {
    body #footer h2 {
        font-weight: 500;
    }
}
.right-top-header span ul {
    display: none;
    position: absolute;
    width: 200px;
    padding: 10px;
    left: 0px;
    z-index: 1;
    background: #17a349;
    top: 16px;
}

.right-top-header span{
    position: relative;
}

.right-top-header span:hover ul{ 
    display: block;
}
/*.top-header .right-top-header span, .top-header .left-top-header span {
    color: #fff;
    font-size: 13px;
    margin-left: 17px;
    position: relative;
}*/
.right-top-header span ul li a{
    padding: 7px;
    display: block;
}
.glyphicon-pencil:before {
    content: "\00270e";
}
.glyphicon-trash:before {
    content: "\01F5D1";
    color: red;
    font-size: 25px;
    padding: 0px 7px;
}
.grid-view .glyphicon {
    margin-left: 5px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.banner-store {
    height: 275px;
}*/
@media (min-width: 1200px) {
    .page-store .section-intro .right-intro .bottom-right-intro {
        float: left;
        width: 75%;
        border-top: 1px solid #ebebeb;
        position: absolute;
        bottom: 0px;
        z-index: 1;
        background: #fff;
    }
}

.page-store .section-intro {
    position: relative;
}
.paginate {
    clear: both;
}
.upcase {
    text-transform: uppercase;
}
.theme-krajee-svg.rating-xs .krajee-icon {
    width: 15px;
    height: 15px;
    background-size: cover;
}
body .rating-xs {
    font-size: 15px;
}
.field-rating-rating {
    display: inline-block;
}
.btn-style-1 {
    border: 0px;
}
.interview {
    cursor: pointer;
}
.chang-product-home {
    cursor: pointer;
}
.slick-track {
    float: left;
}

.show-ctn a{
    white-space: nowrap;
}
body .btn-add-price {
    width: 90px;
    background: unset;
    position: absolute;
    right: 0px;
    bottom: 6px;
}
.btn-add-price a {
    width: 45px;
    height: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #17a349;
    border-radius: 4px;
    border: none;
    display: inline-block;
    padding: 10px;
    float: left;
}
body .box-banbuon .row {
    width: Calc(100% - 90px);
}
.box-banbuon {
    position: relative;
}
body .btn-submit-form button {
    border: none;
    margin-right: 15px;
}
body .btn-submit-form button {
    line-height: 52px;
    height: 46px;
    width: 100%;
    max-width: 150px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 5px;
    background-color: #63a947;
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
    color: #fff !important;
    font-size: 14px;
    display: inline-block;
    padding: 0px 15px;
    white-space: nowrap;
    font-family: "Roboto", Arial, sans-serif;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.search-engine a, .box-advanced-search a {
    white-space: nowrap;
    margin-right: 8px;
    cursor: pointer;
}

.dropdow-lv1 {
    /*width: 100%;*/
}
.dropdow-lv1 ul {
    /*min-width: 100%;*/
}
body .cate-search-engine .dropdow-lv1 ul li:hover .dropdown-cate {
    left: 100%;
    height: 100%;
}
body .cate-search-engine .dropdow-lv1 ul {
    height: unset;
    min-height: 323px; 
}
/*.form-create-store {
    min-height: 50vh;
}*/
.hidden {
    display: none !important;
}
.fix-img-avatar, .fix-img-bg {
    cursor: pointer;
}
.alert {
    margin: 0px 50px 20px;
    text-align: center;
}
.btn-set-default {
    text-align: center;
}
.click {
    cursor: pointer !important;
}
.add-product-managers {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 2px;
}
.add-product-managers button {
    height: 100%;
    width: 100%;
    background: #fff;
    border: 1px dashed #ccc;

}
.ctn-trick-faq h2 {
    margin-top: 0px;
}
.tags_product {
    float: left;
}
.shopping-cart-page .cart-droplist .mini-list .list-item-cart .item .product-image {
    height: 50px;
}
.banner-store {
    max-height: 280px;
    overflow: hidden;
}
.btn-table-donhang .col-lg-6 {
    text-align: center;
}
.open-fixed {
    cursor: pointer;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, html, body{-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12{float:left;margin:0}
.col1{width:8.33%}.col2{width:16.66%}.col3{width:25%}.col4{width:33.33%}.col5{width:41.66%}.col6{width:50%}.col7{width:58.33%}.col8{width:66.66%}.col9{width:75%}.col10{width:83.33%}.col11{width:91.66%}.col12{width:100%}
.show479{display:none;}
.fullwidth{width:100%}
body .show-ctn {
    top: 20px;
}

/*contact*/
    .page-contact {
        padding: 15px 30px;
    }
    /*.page-contact li {
        list-style: none;
        padding: 10px 0px;
    }*/
    .page-contact input {
        height: 40px;
        margin: 10px 0px !important;
        padding: 0px 10px
    }
    .page-contact textarea {
        height: 250px;
         padding: 10px
    }
    .ovalbutton {
        background: #17a349;
        color: #fff;
        padding: 7px 25px 8px 25px;
        margin-right: 10px;
        margin-top: 0px;
        display: inline-block;
        text-transform: uppercase;
        border-radius: 4px;
    }
    .page-contact form {
        overflow: hidden;
        clear: both;
    }
    .page-contact .pb15 .right {
        text-align: center;
        margin-top: 25px;
    }
    /*.page-contact h2 {
        font-size: 30px;
        padding: 30px 0px 10px;
        border-bottom: 1px solid;
        margin-bottom: 30px;
    }*/
    .pd-20 {
        padding: 20px 0px;
    }
    .boxsss {
        padding: 1px;
    }
    .instroduce h3 {
        font-size: 18px;
    }
    .news-index .list-news-incate .item-news-incate .img a {
        overflow: hidden;
    }
    .news-index .list-news-incate .item-news-incate .img a img{
        max-width: unset;
    }
    /*.middle {
        padding: 10px;
    }*/
    .page-contact {
        overflow: hidden;
    }
/*end contact*/

/*signup*/
    .signup {
        clear: both;
        padding: 40px 0px;
    }

    .site-register .push-top-10, .site-register .btn {
        margin-top: 10px;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .site-register .push-top-10, .site-register .btn-google {
        background: #dd4b39;
        color: #fff!important;
        padding: 7px 35px;
    }
    .site-register .push-top-10, .site-register .btn-facebook {
        background: #3B5998 !important;
        padding: 23px 12px;
    }

    .site-register .form-control {
        width: 100%;
        height: 53px;
        border-radius: 4px;
        border: 1px solid #ebebeb;
        padding: 0px 20px;
        margin-bottom: 22px;
    }
    .site-register  .awe-check .checkbox label::after {
        padding-left: 0px;
    }

    .site-register .bg-pop-white h2 {
        color: #17a349;
        font-weight: 400;
        margin: 0px 0px 23px 0px;
    }

    .site-register .btn-signups {
        width: 100%;
        height: 63px;
        background: #17a349;
        border: none;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    }



.xuhuong-timkiem{
    margin-bottom: 30px;
}
.list-xuhuong .item-cate-menu .img{
    height: 100px;
}
.list-xuhuong {
    margin-bottom: 0px;
    padding-top: 0px;
}
.xuhuong-timkiem .title-standard {
    padding-bottom: 15px;
}
.item-product-inhome .img {
    position: relative;
    float: left;
    width: 100%;
    padding: 50%;
}
.item-product-inhome .img a{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 100% !important;
    width: 100% !important;
}
.item-product-inhome .img img{
    height: 100%;
    min-width: initial;
    object-fit: contain;
}

@media (max-width: 992px){
    .wapper{
        overflow: hidden;
    }
    .box-advanced-search.active {
        background: #fff;
        z-index: 9999999;
    }
}
@media (max-width: 480px){
    .number-index-shop{
        /* display: none !important;  */
        border: 0px;
    }   
    #main {
        margin-top: 0px !important;
    }
    .banner-inhome{
        margin-top: 41px !important;
    }
}

.not-index.front-back-page{
    padding-top: 40px;
}
body .fix-all {
    position: relative;
    height: 43px;
    top: 0px;
}
body .fix-all.fixed {
    position: fixed;
}
.front-back-page .come-home ul li a {
    font-size: 14px;
}
.front-back-page .come-home .btn-menu-back-home span {
    margin-bottom: 3px;
}
.front-back-page .title-back-page .back-btn a {
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    text-align: left;
}
/*promition*/
.selling {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    /*border: 1px solid #17a349;*/
    height: 23px;
    color: #fff;
    border-radius: 6px;
    background: #17a349;
    position: relative;
    font-weight: bold;
    overflow: hidden;
}
.selling span {
    position: absolute;
    z-index: 1;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    left: 0px;
    margin-top: 1px;
}
.seller {
    background: #d22222;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 23px;
    /*width: 20px;*/
    border-radius: 6px 0px 0px 6px;
}
.btn-sell-promotion{
    margin-left: 5px;
    padding: 9px 4px;
    font-weight: bold;
    background: #ff5722;
    color: #fff;
}
.btn-sell-promotion:hover {
    background: #c74b24;
}
.item-product-promotion .price{
    font-weight: bold;
    font-size: 18px;
    color: #ff5722;
    margin-bottom: -6px;
    /*text-align: center;*/
}
body .item-product-promotion .img a {
    max-height: 300px;
}

.box-promotion-time-sapce .tab-cate-product {
    text-align: center;
    display: flex;
}
.box-promotion-time-sapce .slide-tab-cate {
    display: inline-block !important;
    margin: auto;
    width: auto !important;
}
.box-promotion-time-sapce .middle {
    font-size: 16px;
    font-weight: bold;
}
.box-promotion-time-sapce .tab-cate-product ul li h2 {
    font-size: 16px;
    color: #17a349;
    font-weight: bold;
}
.box-promotion-time-sapce .tab-cate-product ul li {
    padding: 5px 45px;
}
#box-load-search>img{
        width: initial;
        height: initial;
    }

/*info shop*/
    .item-level a img{
        width: 30px;
        height: 30px;
    }
    .item-level a span{
        font-weight: normal;
        color: #000;
    }
    .item-level a {
        margin-bottom: 7px;
        display: block;
    }
    .yser-shop {
        font-size: 18px;
        color: #17a349 !important;
        font-weight: bold;
        position: relative;
        padding: 3px 36px 3px 14px;
        background: #ffe4004d;
        border-radius: 20px;
        margin-right: 12px;
    }
    .yser-shop span {
        position: absolute;
        top: 2px;
        left: 26px;
        font-size: 13px;
        font-weight: normal;
        color: #17a349 !important;
    }
/* end info shop*/

/*new*/
    body .news-relate .img-item-news {
        height: 200px;
    }

    body .fancybox-overlay-fixed {
        z-index: 99999;
    }
    /*#box-cr-popupss {
        background: #fff;
    }*/
    body .popup-ctn-sapphire img {
        border: 0px;
    }

    .page-store .section-intro .left-intro a {
        color: #17a349;
    }

    .actived a {
        color: #17a349 !important;
    }

    .offline {
        color: #ff0000 !important;
    }

    .fancybox-opened {
        z-index: 999999999;
    }
    .comment-store {
        color: #fff !important;
    }

    body .page-store .section-intro .left-intro .btn-member-active a {
        width: Calc(44% - 8px);
    }
    .content-section2 #countdown span b {
        color: #fff !important;
    }
    .olw-promotion .owl-nav .owl-prev {
        left: 19px !important;
    }
    .olw-promotion .owl-nav .owl-next {
        right: 19px !important;
    }
    .item-info-donhang {
        position: relative;
    }
    .tab-menu-read-1 .item-info-donhang::before, .tab-menu-read-2 .item-info-donhang::before, .tab-menu-read-3 .item-info-donhang::before {
        content: '';
        display: inline-block;
        background: url(../images/chua_thanh_toan.png);
        width: 121px;
        height: 104px;
        background-size: cover;
        position: absolute;
        z-index: 1;
        top: 96px;
        left: 158px;
        opacity: 0.5;
    }
    body .tab-menu-read .payment_status::before {
        content: '';
        display: inline-block;
        background: url(../images/dathanhtoan.png);
        width: 121px;
        height: 104px;
        background-size: cover;
        position: absolute;
        z-index: 1;
        top: 96px;
        left: 158px;
        opacity: 0.5;
    }
    .count-notinfycation {
        /*background: #F44336;
        border-radius: 50%;
        color: #fff;*/
        color: red;
        padding: 0px;
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        /*margin-left: 10px;*/
        text-align: center;
        font-weight: bold;
    }

    .mfp-wrap {
        top: 15px !important;
        height: 100% !important;
        z-index: 999999999;
        position: fixed !important;
        outline: none !important;
        max-height: 85%;
        overflow-y: scroll;
    }

    body .bottom-item-info-donhang .code-donhang a {
        padding: 0px 10px;
    }
    .wish-list {
        position: relative;
    }
    .wish-list .wish-list-index {
        position: absolute;
        left: 5px;
        top: -6px;
        background: #edcd5a;
        width: 13px;
        height: 13px;
        font-size: 10px;
        border-radius: 50%;
        text-align: center;
        color: #000;
        line-height: 13px;
    }

    .item-product-inhome .img .hidden-loading-content > a {
        padding: 0px 5px;
    }
    .gm-ui-hover-effect {
        right: 2px !important;
    }