/* - - - chung - - -*/
a:focus {
    outline: none !important;
}
.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;
}

.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;
}
.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 {
    padding: 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;
    font-family: 'UTM AVO' !important;
}
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;
}
@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;
    }
}
@media only screen and (max-width: 670px) {
    .body-content iframe {
        width: 100% !important;
        height: 100% !important;
    }
}
#top-button .tool{
    margin: 30px 0 0 0;
}
nav.menu {
    position: relative;
    margin-top: 15px;
}
nav .search .searchbutton{
    position: absolute;
    right: -15px;
    top: 0;
}
.header-promotion {
    padding: 8px 0;
}
nav.menu .search form {
    position: absolute;
    left: 0;
    right: -15px;
    top: 0;
}
nav.menu .search .searchwrap input {
    width: 100%;
    border: none;
    padding: 7px 25px;
    border-bottom: 1px solid #ccc;

}
header {
    border-bottom: none;
}
nav.menu .search .searchwrap {
    position: relative;
}
nav.menu .search .searchwrap img {
    position: absolute;
    top: 10px;
    left: 0;
}
nav.menu .search .searchwrap i {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}
.form-search {
    display: none;
    transition: all 1s ease-in-out;
}
.menuMobileLeft .logo a img {
    max-width: 88px;
}
.menu-fixed .menuMobileLeft .logo a img {
    max-width: 66px;
}
.menuMobileLeft .logo {
    margin-top: 15px;
}
.banner-item-home {
    margin: 100px 0;
}
.item-banner p {
    margin-top: 20px;
    color: #111;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.item-banner a.viewport {
    text-decoration: none;
    color: #111;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}
.item-banner {
    text-align: center;
    margin-top: 30px;
}
.item-banner img {
    object-fit: cover;
}
.item-banner a.viewport:hover {
    font-weight: 600;
}
.banner-item-home .item-banner:nth-child(1) .float-banner {
    float: right;
    margin-right: 100px;
}
.banner-item-home .item-banner:nth-child(1) img {
    width: 300px;
    height: 270px;
    margin-top: 70px;
}
.banner-item-home .item-banner:nth-child(2) .float-banner {
    float: left;
    margin-left: 30px;
}
.banner-item-home .item-banner:nth-child(2) img {
    width: 360px;
    height: 410px;
}
.banner-item-home .item-banner:nth-child(3) .float-banner {
    float: right;
    margin-right: 30px;
}
.banner-item-home .item-banner:nth-child(3) img {
    width: 320px;
    height: 390px;
}
.banner-item-home .item-banner:nth-child(4) .float-banner {
    float: left;
    margin-left: 130px;
    margin-top: 50px;
}
.banner-item-home .item-banner:nth-child(4) img {
    width: 200px;
    height: 220px;
}
.kineticjs-content {
    display: none !important;
}
.countdown .clock {
    display: flex;
}
.clock-item {
    margin-left: 15px;
}
.wrap .inner .text {
    display: flex;
}
.wrap .inner .text p{
    font-weight: 600;
}
.wrap .inner .text .type-time {
    margin-left: 5px;
}
.header-countdown .input-count{
    display: inline-block;
    margin-left: 15px;
    color: #000;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 0;
    background: #fff;
}
footer .group-1 {
    margin: 30px 0;
}
footer .newsletter .subscribefrm input {
    border: none;
    text-align: center;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}
.subscribebutton {
    padding: 7px 15px;
    background: #fff;
    border: 1px solid #ccc;
    text-transform: uppercase;
}
.subscribebutton:hover {
    background: #0a0000;
    color: #fff;
}
.info-cp {
    border-top: 1px solid #f5f5f5;
}
.icon-fb , .icon-yt , .icon-ins, .icon-zalo {
    margin-left: 10px;
    margin-top: 5px;
}
.footer-hotline {
    color: #000;
    margin-right: 15px;
    font-family: 'UTM AVO' !important;
}
.footer-hotline:hover {
    color: #000;
}
.menuwrap {
    margin-bottom: 20px;
    transition: all .5s ease 0s;
}
.menu-fixed .menuwrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 67px;
    animation: fadeInDown .6s both;
    z-index: 9998;
    background: #fff;
}
.menu-fixed .menuwrap #top-button .tool, .menu-fixed .menuwrap .menu .menulink {
    margin-top: 15px;
}
.ui-menu-item{
    position: relative;
}
.ui-menu-item:hover ul.sub2 {
    display: block;
}
.level2:hover a span {
    color: #000;
    font-weight: 600;
}
/*CATEGORY*/
.maincontent {
    clear: both;
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    box-shadow: 0 0 1px 0 #0000005e;
}
.custom-padding-right {
    position: fixed;
    left: 0;
    top: 115px;
    bottom: 0;
    max-width: 300px;
    z-index: 98;
    background: #fff;
    display: flex;
    transition: all 0.5s ease-in;
}
.btn-fillter {
    width: 60px;
    margin-top: 30px;
    cursor: pointer;
    background: transparent;
}
.rotate {
    transform: rotate(-180deg);
}
.btn-fillter p {
    transform: rotate(-90deg);
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 35px;
}
.filter {
    overflow-y: auto;
    width: 230px;
    height: 100%;
    display: none;
}
.item-product figcaption:after {
    position: absolute;
    content: " ";
    height: 1px;
    background: #000;
    width: 60px;
    left: 40%;
    top: 60px;
}
.item-product figcaption .group-price .discount-price {
    margin-top: 15px;
    font-family: 'UTM AVO' !important;
}
.item-product figcaption .title-product {
    height: 35px;
}
.filter::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.filter::-webkit-scrollbar-thumb {
    background-color: #a3a3a3;
}
.filter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.fillter-fixed .custom-padding-right {
    top: 50px;
}
.out-stock {
    position: absolute;
    right: 0;
    top: 0;
}
.out-stock span{
    font-size: .8125rem;
    width: 75px;
    height: 30px;
    background-color: #000;
    opacity: 0.5;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
}
.product-info .title-product {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-info .group-price {
    margin-top: 20px;
}
.color.req a {
    display: inline-block;
    min-width: 35px;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    border: 1px solid #fff;
    transition: all .2s;
    box-shadow: 0 0 0 1px #b8b8b8;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-radius: 50%;
}
#productdetail .product-info .group-option .list-option .item-option span{
    position: absolute;
    left: 2px;
    top: 2px;
    width: 29px;
    height: 29px;
    font-size: 1.25rem;
    transition: all, .5s;
    cursor: pointer;
    text-align: center;
}
#productdetail .product-info .group-option .list-option.color  .item-option:hover:after, #productdetail .product-info .group-option .list-option.color  .item-option.active:after{
     border-radius: 0%;
}
#productdetail .product-info .group-option .list-option.color  .item-option, #productdetail .product-info .group-option .list-option.color  .item-option{
    border: 1px solid #bcbcbc;
}
#productdetail .product-info .group-option .list-option {
    padding-bottom: 30px;
    border-bottom: 1px solid #9c9c9c;
}
#productdetail .product-info .title-group {
    text-transform: uppercase;
}
.group-option .title-group span {
    float: right;
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
}
.size .item-option.deactive {
    background: #fff;
}
.size .item-option.deactive .option {
    background: #ccc;
}
.book-number .item-change {
    height: 45px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.item-change.minus {
    float: left;
    width: 35px;
}
.btn-buynow #buyNow {
    background: #0a0000;
    color: #fff;
    margin-left: -15px;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
#buyNow.unsel {
    cursor: not-allowed;
}
.btn-buynow {
    margin-top: 30px;
}
.product-info .addwish i{
    padding: 16px 12px;
    text-align: center;
    border: 1px solid #9c9c9c;
    font-size: 16px;
    margin-left: -15px;
    color: #111;
    font-weight: 600;
}
#productdetail .group-images .list-images-product .item {
    width: 100%;
}
.owl-nav {
    display: none;
}
.item-thumb img {
    width: 100%;
    margin: 2px 0;
}
#prevSlideZ, #nextSlideZ {
    background: 0 0;
    font-size: 30px;
    height: 20px;
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    color: #ccc;
}
#prevSlideZ:hover, #nextSlideZ:hover {
    color: #111;
}
#prevSlideZ {
    top: -40px;
}
#nextSlideZ {
    bottom: -15px;
}
.viewnow {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 40px);
    z-index: 99;
    background: #fff;
    opacity: 0.7;
    display: none;
    font-size: 12px;
    color: #3c3c3c;
    padding: 5px 15px;
    text-transform: uppercase;
}
.viewnow:hover {
    opacity: 1;
}
/*.item-product:hover .viewnow{*/
/*    display: block;*/
/*}*/
.full-filter {
    width: 100%;
}
#slider-range .ui-widget-header {
    cursor: pointer;
}
.img-bct {
    margin-right: 15px;
}
.detail-product {
    padding-bottom: 100px;
    border-bottom: 1px solid #ccc;
}
#profile {
    padding-bottom: 40px;
}
#productdetail {
    margin-top: 40px;
}
#album-all img,
.img-album
{
    width: 100%;
}
#album-all .info h3,
.title-introduce h1 {
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
}
#album-all .info p {
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}
#album-all .info,
.title-album {
    padding: 100px 0;
}
#album-all .info h3 a {
    color: #000;
    font-weight: 600;
}
#album-all .owl-nav {
    display: block;
}
#album-all .owl-prev:after {
    content: "\f053";
    font-family: FontAwesome;
    position: absolute;
    top: 280px;
    left: 30px;
    font-size: 26px;
    color: #ccc;
    padding: 20px 10px;
}
#album-all .owl-next:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    top: 280px;
    right: 30px;
    font-size: 26px;
    color: #ccc;
    padding: 20px 10px;
}
#album-all .owl-next, #album-all .owl-prev {
    font-size: 0;
}
.no-padding {
    padding: 0;
}
.title-album h1 {
    font-size: 48px;
    text-transform: uppercase;
}
.title-album p {
    margin-top: 10px;
}
.item-new {
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
}
.item-new:nth-child(4) {
    border-bottom: none;
}
.img-new img {
    width: 100%;
}
.info-new {
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
}
.title-new a {
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
}
.title-new p {
    margin-top: 10px;
}
.date-new {
    text-align: right;
    margin: 30px 0 15px 0;
    color: #8a8a8a;
}
.btn-viewnew {
    padding: 8px 20px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}
.btn-viewnew:hover {
    background: #000;
    color: #fff;
}
.banner-cate-new img {
    width: 100%;
}
.title-cate-new h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
}
.title-cate-new p {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
}
.tb-cate-new table {
    margin-bottom: 50px;
}
.tb-cate-new tr th,
.tb-cate-new tr td
{
    text-align: center;
}
.title-cate-new {
    padding: 100px 0;
}
.info-bannerhome {
    position: absolute;
    top: 53%;
    right: 10%;
}
.info-bannerhome h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "uvnbachdang" !important;
}
.info-bannerhome p {
    text-transform: uppercase;
    margin: 15px 0 30px 0;
    font-size: 18px;
}
.btn-slide-home {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 20px;
    display: none;
}
.btn-slide-home:hover {
    background: #000;
    color: #fff;
}
.title-introduce h1 {
    font-weight: 600;
}
.title-introduce {
    padding: 100px 0;
}

.title-introduce p {
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 12px;
}
.list-introduce {
    margin-bottom: 50px;
}
.item-list-introduce {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}
.item-list-introduce:hover {
    box-shadow: 0 4px 6px -6px #222;
}
.info-item {
    padding: 30px 0;
}
.title-list-introduce,
.title-list-introduce:hover,
.title-list-introduce:focus
{
    text-transform: uppercase;
    color: #000;
}
.item-list-introduce:hover .title-list-introduce {
    color: #000;
    font-weight: 600;
}
.item-list-introduce i {
    font-size: 22px;
    cursor: pointer;
}
.item-list-introduce:first-child {
    border-top: 1px solid #ccc;
}
.item-list-introduce.active {
    padding: 30px 20px 10px 20px;
}
.depotStore {
    margin-top: 50px;
}
.clearfix {
    clear: both;
}
.depotStore a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 20px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    position: relative;
}
.depotStore a::before {
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    content: '';
    width: 0%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
}
.depotStore a:hover {
    color: #fff;
}
.depotStore a:hover::before{
    background: black;
    width: 100%;
}
#deContent {
    margin-top: 30px;
}
.item-gift {
    background: #dedede;
    padding: 10px 15px;
    margin: 15px 0 30px;
}
.item-gift h3 {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
}
.item-gift h3 span {
    text-transform: none;
 }
.item-gift img {
    margin-top: 10px;
    object-fit: scale-down;
}
.content-maps h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.select-maps {
    margin-top: 30px;
}
.select-maps .storeSelectCity ,
.select-maps .storeSelectDistrict {
    background: #efefef66;
    border: 1px solid #efefef66;
}
.cn_tenchinhanh {
    padding: 15px 20px;
    border-top: 1px solid #ccc;
    list-style-type: none;
}
.cn_tenchinhanh:last-child {
    border-bottom: 1px solid #ccc;
}
.cn_tenchinhanh a {
    color: #000;
}
.cn_tenchinhanh a:hover {
    font-weight: 600;
}
.list-maps {
    margin-top: 40px;
}
.list-infomation {
    padding: 120px 0;
}
.btn-fillter-mobie {
    display: none !important;
}
.fancybox-overlay {
    z-index: 9999 !important;
}
.fancybox-opened {
    z-index: 99999 !important;
}
.sub ul {
    box-shadow: 0 0 5px #777;
}
.searchbutton:hover i {
    font-weight: 600;
}
.albumContent {
    padding: 0 15px;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .sub2 {
        position: absolute;
        right: -180px;
        display: none;
        top: -42px;
        width: 200px;
        background: #fff;
    }
}
@media (min-width: 1400px){
    #productdetail .product-info .group-option .list-option .item-option span {
        left: 3px;
        top: 3px;
        width: 28px;
        height: 27px;
    }
    #album-all img,
    .img-album {
        width: 100%;
    }
}
@media (max-width: 768px){
    .wrap .inner .text .type-time {
        margin-left: 2px;
    }
    .clock-item {
        margin-left: 5px;
    }
    .header-countdown > h4 {
        margin-left: 5px;
        font-weight: 600;
    }
    .header-countdown .input-count {
        margin-left: 5px;
    }
    .padding-none {
        padding-left: 0;
        padding-right: 0;
    }
    #top-button .tool, .menuMobileLeft .logo {
        float: right;
        margin-left: 10px;
    }
    .menuMobileLeft .logo a img {
        max-height: 65px;
        max-width: 70px;
    }
    #top-button .tool, .menuMobileLeft .logo {
        margin: 24px 0;
    }
    .btn-showmenu.active {
        margin-top: 15px;
    }
    .tool div:first-child {
        margin-right: 0 !important;
    }
    .banner-item-home {
        margin: 50px 0;
    }
    .item-banner img {
        width: 100% !important;
        max-height: 300px;
        margin: 0 0 !important;
    }
    .banner-item-home .item-banner .float-banner {
        margin: 0 0 !important;
    }
    .item-product figcaption .title-product {
        height: 30px;
    }
    .item-product figcaption:after {
        left: 32%;
        top: 55px;
    }
    .custom-padding-right {
        left: -15px;
        z-index: 7;
        max-width: 100%;
    }
    .full-filter .filter {
        left: 15px;
    }
    .filter {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .full-filter .btn-fillter {
        background: #fff;
    }
    .btn-fillter {
        background: transparent;
    }
    .custom-padding-right {
        background: transparent;
        top: 130px;
    }
    .fillter-fixed .custom-padding-right {
        top: 49px;
    }
    #scrollUp {
        bottom: 60px;
    }
    .footer-hotline, .img-bct {
        margin-right: 5px;
    }
    #productdetail .group-images .list-images-product {
        display: none;
    }
    .breadcrumb {
        margin: 0;
    }
    .block-thumb #prevSlideZ, .block-thumb #nextSlideZ {
        display: none !important;
    }
    .fillter-fixed nav.menu {
        margin-top: 0;
    }
    .item-product .avatar .tem .toptem .percent {
        width: 35px;
        height: 25px;
        margin: 5px 0 0 5px;
    }
    .viewnow {
        display: none;
    }
    #album-all img,
    .img-album
    {
        width: 100%;
        height: 300px;
    }
    #album-all .owl-prev:after, #album-all .owl-next:after {
        top: 130px;
        font-size: 20px;
    }
    #album-all .info, .title-album, .title-introduce {
        padding: 50px 0;
    }
    #album-all .info h3 a,
    .title-introduce h1,
    .info-bannerhome h3 {
        font-size: 26px;
    }
    .info-bannerhome p {
        margin: 15px 0;
    }
    .info-bannerhome {
        top: 30%;
    }
    #map-babiday {
        height: 300px !important;
    }
    .menuwrap {
        padding-bottom: 0;
    }
    .list-infomation {
        padding: 50px 0;
    }
    .btn-slide-home {
        font-size: 14px;
    }
    .btn-fillter.destop {
        display: none;
    }
    .btn-fillter-mobie {
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: #efefef;
        padding: 5px 0;
        z-index: 11;
    }
    .sub ul {
        box-shadow: none;
    }
    .albumContent img{
        height: auto!important;
    }
}
/*-- end max width 768, mobile ---*/
@media (max-width: 380px){
    .header-countdown>h4 {
        font-size: 12px;
    }
    .header-countdown .input-count {
        font-size: 10px;
        font-weight: 500;
    }
    .countdown {
        font-size: 12px;
    }
    .clock-item {
        margin-left: 3px;
    }
    .icon-fb, .icon-yt, .icon-ins, .icon-zalo {
        margin-left: 0;
    }
    .item-product .avatar .tem .toptem .percent {
        width: 30px;
        height: 22px;
        margin: 0;
    }
    .info-bannerhome p {
        margin: 10px 0;
    }
}
@media (max-width: 320px){
    .icon-fb {
        margin-left: 45px;
    }
    .header-countdown>h4 {
        font-size: 11px;
    }
    .header-countdown .input-count {
        font-size: 8px;
    }
    .countdown {
        font-size: 11px;
    }
}
#popupHomeBlock .title-head-popup h6 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffff00;
}
#popupHomeBlock .title-head-popup p {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
}
#popupHomeBlock .content-mini-popup {
    padding: 50px 0;
    color: #fff;
}
#popupHomeBlock .modal-body {
    padding: 60px 80px;
    background: #f365bd;
    box-shadow: #f365bd;
}
#popupHomeBlock {
    max-width: 100%;
    margin: 0;
    padding: 50px 70px;
    background: #ee29a4;
}
.sendSubcrible {
    width: 100%;
    background: #fde827;
    color: #000;
    font-weight: 600;
}
#popupHomeFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
#popupHomeFooter img {
    width: 350px;
    height: 150px;
    object-fit: cover;
}
#popupHomeFooter i {
    position: absolute;
    bottom: 124px;
    left: 321px;
    color: #ee29a4;
    padding: 5px 8px;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
}
@media (max-width: 768px){
    #popupHomeFooter {
        display: none;
    }
    #popupHomeBlock .modal-body {
        padding: 35px 20px;
    }
    #popupHomeBlock {
        padding: 50px 20px;
    }
    #popupHomeBlock .title-head-popup p {
        font-size: 24px;
    }
    #popupHomeBlock .title-head-popup h6 {
        font-size: 32px;
    }
    #top-button .tool{
        float: unset;
        position: absolute;
        right: -16px;
    }
}
.content-text.bg_w{
    text-align: center;
}
#productdetail .product-info .title-group .red{
    display: none
}
.all-category{
    display: none;
}
.pview-wishlist.active i:before, .pview-wishlist i.fa-heart {
    content: '\f004';
    font-family: FontAweSome;
}
.ui-corner-all{
    background: #fff;
}
.ui-dialog .ui-dialog-title{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.ui-draggable .ui-dialog-titlebar {
    background: #333;
}
.albumContent img {
    height: auto !important;
}