﻿#_filters ::-webkit-scrollbar {
    width: 10px;
    margin-right: 5px
}

#_filters ::-webkit-scrollbar-track {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px
}

#_filters ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ddd;
    border: 1px solid #ddd
}

    #_filters ::-webkit-scrollbar-thumb:active {
        background: #ccc
    }

.qrcode-app > img.hover {
    max-width: unset;
    max-height: unset;
    width: 150px;
    height: 150px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99
}

@media screen and (min-width:640px) and (max-width:979px) {
    .btnClear, .btnClear:hover {
        background: url(/themes/dmld/images/delete.png)no-repeat center;
        background-size: 14px;
        opacity: .3;
        position: absolute;
        top: 0;
        right: 60px;
        width: 32px;
        height: 32px;
        text-align: center
    }
}
.rc-editor {
    min-height: 50px;
    padding: 5px 5px 20px 5px;
    background: #fff;
}

    .rc-editor:empty:before {
        content: attr(data-placeholder);
        display: block;
        color: #90949c;
        font-size: 16px;
        cursor: text;
    }

    .rc-editor:focus:before {
        content: '';
    }

#rate-content {
    display: none;
}

.invoice-pad {
    min-height: 600px;
    margin-top: 10px;
}

.wrap-search {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto
}
@media screen and (min-width: 1200px) {
    #topic .box-navi-inner {
        margin-left: 0;
    }
    .s-content-detail {
        padding: 10px 15px;
    }

    .button-home-nav {
        top: 8px;
    }

        .button-home-nav .button-home-inner {
            background: none;
            border: none;
            cursor: pointer;
        }

    .menu-box {
        top: 54.5px;
        left: 0;
        box-shadow: 1px 0 1px 0 rgba(0,0,0,.15);
        height: auto;
        overflow-y: unset;
    }

    #topic .button-home-nav:hover .menu-box, #topic .button-home-nav.x-hover .menu-box {
        display: block;
    }

        #topic .button-home-nav:hover .menu-box:before, #topic .button-home-nav.x-hover .menu-box:before {
            position: absolute;
            content: "";
            background-color: transparent;
            width: 245px;
            height: 14px;
            top: -14px;
            left: 0;
        }

        #topic .button-home-nav:hover .menu-box:after, #topic .button-home-nav.x-hover .menu-box:after {
            position: absolute;
            width: 2000px;
            height: 100vh;
            z-index: -99;
            background: rgba(0,0,0,.35);
            content: "";
            top: 0;
            left: -300px;
            pointer-events: none;
        }

    .icon-home {
        background-image: url(/themes/dmld/images/icon-home-main.png);
        background-image: -webkit-image-set(url(/themes/dmld/images/icon-home-main.png) 1x,url(/themes/dmld/images/icon-home-main-x2.png) 2x);
        margin-left: 0;
    }

    .title-menu-nav {
        display: none;
    }
}

/*        @media (max-width:600px) {
            .invoice-pad {
                margin: 10px
            }

                .invoice-pad tr, .invoice-pad td {
                    display: block
                }
        }*/
.top-banner {
    width: 100%;
    text-align: center;
    height: 60px;
    overflow: hidden;
}

    .top-banner a {
        display: block;
        height: 100%;
    }

    .top-banner img {
        max-width: 1236px;
        margin: auto;
        height: 100%;
    }

#adsbgright, #adsbgleft {
    top: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}

    /*#hotro #adsbgleft, #hotro #adsbgright,*/ #adsbgright.active, #adsbgleft.active {
        z-index: 2;
    }

#adsbgleft {
    left: -3px;
}

#adsbgright {
    right: -3px;
}

.body-wrapper.up-scrolled ~ #adsbgright, .body-wrapper.up-scrolled ~ #adsbgleft {
    z-index: 1;
}

/*#header-m.pos-fixed ~ #adsbgright, #header-m.pos-fixed ~ #adsbgleft {
        top: 95px;
    }

    #header-m.active ~ #adsbgright, #header-m.active ~ #adsbgleft {
        top: 50px;
    }

    .top-banner ~ #adsbgright, .top-banner ~ #adsbgleft {
        top: 135px;
    }*/

/*.stickyheader-wrapper.active ~ #adsbgright, .stickyheader-wrapper.active ~ #adsbgleft {
        top: 50px !important;
    }*/

#slogan-main {
    z-index: -1;
}

/*#hotro #header-m, #hotro .top-banner {
        z-index: 3;
    }

    #hotro #center-m {
        z-index: 1;
    }*/

#hotro #center-m {
    background: none;
}

    #hotro #center-m > .wrap {
        background: #fff;
    }

.search-trend-cat-title .h3 {
    font-size: 16px;
}
.top-banner {
    position: relative;
    z-index: 889;
}
@media only screen and (min-width: 768px) {
    #header-m {
        position: relative;
        z-index: 889 !important;
    }
}
.search-trend-cat-title .h3 {
    font-size: 16px;
}
@keyframes fadein {
    /*        0% {
            opacity: 0;
            transform: scale(0);
        }*/

    0% {
        opacity: 0.99;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.buyed {
    position: fixed;
    top: -300px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    width: 300px;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
    /*background: rgba(0,0,0,.8);*/
    background: rgba(218,37,28,.9);
    color: #fff;
    border-radius: 3px
}

/*.list-notications-box.bell::before {
        background: none !important;
    }*/

#account-btn .promotion-view-box {
    padding-top: 20px;
    padding-bottom: 80px;
}

.bell-bg.active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(50,50,50,.5);
    z-index: 8880;
    left: 0;
}

#account-btn, #popup-cart {
    -webkit-overflow-scrolling: touch;
}

@media (hover: hover) {
    .notica-link:hover .account-hover-container {
        display: block;
    }
}

.account-hover-container {
    display: none;
    min-width: 165px;
    height: 80px;
    position: absolute;
    top: 30px;
    right: -8px;
    text-indent: 8px;
    -webkit-animation: fadein .2s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadein .2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    z-index: 99;
}

.account-hover-wrap {
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 9%);
    background: #fff;
    border-radius: 0.125rem;
    border: 1px solid rgba(0,0,0,.09);
}

.account-hover-container .up-arrow {
    display: flex;
    height: 10px;
    justify-content: center;
}

.account-hover-container .arrow-outer {
    position: relative;
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0,0,0,.09);
}

    .account-hover-container .arrow-outer .arrow-inner {
        position: absolute;
        bottom: -10px;
        left: -8px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }

.account-hover {
    padding: 8px 5px;
    font-size: 16px;
}

    .account-hover:hover {
        color: #da251c;
        background: #fafafa;
    }

.header-acc-btn {
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .txt-login-more {
        width: 122px;
    }
}
/*.cart-product-box::before {
        background: none!important;
    }*/

.cart-bg.active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(50,50,50,.5);
    z-index: 990;
    left: 0;
}

.random-slide {
    padding: 20px 0;
    display: none;
}

    .random-slide.active {
        display: block;
    }

        .random-slide.active img {
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

.tiep-tuc-mua-sam,
.tiep-tuc-mua-sam:hover {
    padding: 10px 15px;
    background: #da251c;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}

.cart-link .fa-shopping-cart {
    max-height: 24px;
    max-width: 24px;
}

.cart-box .title-notication.title-notication-viewed,
.cart-box .product-viewed.visited-box.visited_list {
    display: none;
}

    .cart-box .title-notication.title-notication-viewed.active,
    .cart-box .title-notication.title-notication-viewed.active ~ .product-viewed.visited-box.visited_list {
        display: block;
    }
#cusInfo {
    margin-top: 35px;
    margin-bottom: 15px;
}

.classTable tr:hover td {
    color: #339;
    background: #eff2ff;
}

.classTable tr td {
    height: 40px;
    padding: 2px;
}

.btnExport {
    -moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
    -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
    box-shadow: 0px 0px 0px 2px #9fb4f2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
    background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
    background-color: #7892c2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 2px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    height: 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
    margin-left: 10px;
    margin-top: 2px;
}

    .btnExport:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
        background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
        background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
        background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
        background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
        background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
        background-color: #476e9e;
    }

.classTable {
    background: #fff none repeat scroll 0 0;
    border-collapse: collapse;
    border-color: #ccc;
    width: 100%;
}

.tableCaption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #ccc #ccc #b3b3b3;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    height: 30px;
}

.classTable th, .classTable td {
    border: 1px solid #ccc;
}

#cusInfo > div {
    display: flex;
}

.frm_left {
    width: calc(100% - 300px);
    margin-right: 15px;
    background: #fff;
    min-height: auto;
    position: relative;
}

.frm_right {
    width: 300px;
}

.titleHoaDon {
    border-bottom: 1px solid #ccc;
    color: #333;
    display: block;
    font-size: 18px;
    padding: 15px 0;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.enterinfo {
    display: block;
    margin: 20px auto;
    overflow: hidden;
    width: 600px;
}

    .enterinfo .cssEinvoice {
        border: 1px solid #ccc;
        float: left;
        padding: 8px;
        margin-right: 5px;
        font-size: 14px;
    }

.lihoadon {
    display: block;
    width: 100%;
    padding: 5px 0 5px 10px;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
    position: relative;
}

    .lihoadon a:hover {
        color: red;
    }

.rightMenuHoaDon {
    /*border: 1px solid #da251c;*/
    /*position: absolute;*/
    box-sizing: border-box;
    width: 300px;
    padding: 6px;
    padding-top: 0px;
    background: #fff;
}

.home-hoadon {
    /*background-color: #da251c;
        border: 1px solid #da251c;
        border-radius: 4px 4px 0 0;
        color: #fff;*/
    font-weight: 500;
    font-size: 18px;
    position: relative;
    text-align: center;
    width: 300px;
    padding: 10px 6px 6px 6px;
    box-sizing: border-box;
    background: #fff;
}

.bt-search {
    width: 120px;
    height: 33px;
    margin: auto;
    background-color: #0071c4;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

    .bt-search:hover {
        background-color: #204d74;
    }

.lihoadon a {
    padding-left: 10px;
}

.lihoadon:before {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    content: "";
    background-color: #333;
    top: 12px;
    left: 6px;
}

.logohoadon {
    font-size: 40px;
    font-weight: bold;
    left: 42%;
    opacity: 0.1;
    position: absolute;
    top: 270px;
    width: 180px;
}

.logohoadon1 {
    border: 3px none #000000;
    font-size: 40px;
    font-weight: bold;
    height: auto;
    left: 35%;
    opacity: 0.07;
    position: absolute;
    top: 150px;
    width: 300px;
    z-index: 0;
}


.hoadonli {
    text-align: justify;
}

.hoadonp {
    margin-left: 9pt;
    text-align: justify;
}

.content-detail {
    padding: 15px;
}

    .content-detail a, .content-detail a:visited {
        color: #0071c4;
        text-decoration: none;
    }

.detail-title {
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 12px;
    color: initial;
}

.content-detail td {
    border: 1px solid #888;
}

@media only screen and (max-width: 500px) {
    #cusInfo {
        padding-left: 0;
        margin-top: 0;
    }

        #cusInfo > div {
            flex-direction: column;
        }

    .invoice-pad {
        margin: 0 !important;
        width: auto;
        padding: 10px !important;
    }

    .titleHoaDon {
        margin: 0;
        padding: 0;
    }

    .enterinfo {
        margin: 10px 0;
        width: auto;
        overflow: visible;
    }

    #content_2 input {
        margin-top: 10px;
    }

    .frm_left {
        width: auto;
        float: none;
        margin: 0;
    }

    .enterinfo .cssEinvoice {
        float: none;
    }

    .captcha_input input[type=text] {
        width: auto !important;
    }

    .frm_right {
        float: none;
        margin: 0 !important;
        width: auto;
        padding-top: 15px;
    }

        .frm_right > div {
            position: static !important;
        }

    .rightMenuHoaDon {
        position: relative;
        width: 100% !important;
    }

    .home-hoadon {
        width: 100%;
    }
}
.menu-wrap + .menu-wrap {
    margin-top: 15px;
}
#scrolltop {
    background-color: #c2c2c2;
    bottom: 2em;
    color: #333 !important;
    display: none;
    text-align: center;
    opacity: .5;
    line-height: 33px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    position: fixed;
    right: 10px;
    text-decoration: none;
    z-index: 99
}

    #scrolltop:before {
        background: url('/Data/image/2021/05/10/up-icon.png')no-repeat;
        width: 24px;
        height: 24px;
        content: "";
        display: block;
        left: 6px;
        position: absolute;
        top: 6px
    }

.icon-slogan img {
    height: 48px;
    width: auto;
}

.verified-item img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

#footer-m .bar-row-title h4, #footer-m .title-row-info h4, #footer-m .bar-row-payment h4, #footer-m .title-app-name h4 {
    font-size: inherit;
}
.features-table {
    /* margin-left: -10px;
    margin-top: 10px;*/
}

    .features-table table {
        width: 100% !important;
		table-layout:auto !important;
    }

        .features-table table td, .features-table table caption {
            border: 1px solid #e9e9e9;
            padding: 10px 10px;
            text-align: left;
            vertical-align: top;
            background: #ffffff;
        }

        .features-table table th {
            border: 1px solid #e9e9e9;
            padding: 10px;
            text-align: left;
            vertical-align: top
        }

        .features-table table.tr-caption-container {
            border: 1px solid #e9e9e9
        }

        .features-table table caption {
            border: none;
            font-style: italic
        }

    .features-table td, .features-table th {
        vertical-align: top;
        text-align: left;
        padding: 3px 5px
    }

    .features-table table tr:nth-child(even) > td {
        background-color: #f9f9f9
    }

        .features-table table tr:nth-child(even) > td:hover {
            background-color: #fbfbfb
        }

    .features-table th {
        background: #fff;
        font-weight: 400;
        text-transform: uppercase
    }

        .features-table th:hover {
            background: #fdfdfd
        }

    .features-table td a {
        color: green;
        padding: 0 6px;
        float: right;
        display: inline-block;
        border-radius: 3px
    }

        .features-table td a:hover {
            color: #7f9bdf;
            border-color: #adbce0
        }

        .features-table td a[target="_blank"]:after {
            margin-left: 5px
        }

    .features-table table.tr-caption-container td {
        border: none;
        padding: 8px
    }

    .features-table table.tr-caption-container, .features-table table.tr-caption-container img, .features-table img {
        max-width: 100%;
        height: auto
    }

    .features-table td.tr-caption {
        padding: 0 8px 8px !important
    }

table.section-columns td.first.columns-cell {
    border-left: none
}

table.section-columns {
    border: none;
    table-layout: fixed;
    width: 100%;
    position: relative
}

table.columns-2 td.columns-cell {
    width: 50%
}

table.columns-3 td.columns-cell {
    width: 33.33%
}

table.columns-4 td.columns-cell {
    width: 25%
}

table.section-columns td.columns-cell {
    vertical-align: top
}

table.tr-caption-container {
    padding: 4px;
    margin-bottom: .5em
}