﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

    table[align='center'] {
        margin-right: auto;
        margin-left: auto
    }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

body {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #ffe500;
    color: rgba(0,0,0,.87);
    min-height: 101vh
}

a, a:visited {
    text-decoration: none
}

    a:hover {
        color: #da251c
    }

b, strong {
    font-weight: bold
}

i, em {
    font-style: italic
}

input {
    border: 1px solid #ddd;
    margin: 5px 0
}

select {
    color: #888;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 5px 0
}

button {
    padding: 5px
}

textarea, input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="password"], input[type="email"], input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
    padding: 0
}

input:focus {
    outline: none;
    border: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.adbox {
    text-align: center;
    margin-bottom: 20px;
    position: relative
}

    .adbox:before {
        content: 'Quảng cáo';
        display: block;
        font-size: 12px;
        color: #666
    }

.top-banner ~ .header {
    margin-top: 60px
}

.top-banner {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 60px;
    z-index: 101
}

.header .container {
    height: 75px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1)
}

.header {
    position: relative;
    display: block;
    background: #da251c;
    z-index: 101
}

    .header.bind .logo {
        padding-top: 4.5px
    }

    .header.bind .searchBox {
        top: 7.5px
    }

    .header.bind .box-support {
        top: 5.5px
    }

    .header.bind .container {
        height: 50px;
        transition: all .25s ease-out;
        transition-duration: 300ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7,1,.7,1)
    }

    .header.bind {
        box-shadow: 1px 1px 0 0 #33333340;
        margin-top: 0;
        position: fixed;
        width: 100%;
        z-index: 10
    }

.logo a {
    width: 110px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/themes/dmld/images/logo-web-meta.svg) center no-repeat;
    height: 40px;
    margin-left: 70px
}

.searchBox {
    width: 540px;
    position: absolute;
    top: 20.5px;
    margin-left: 245px
}

.box-support {
    right: 0;
    top: 19.5px;
    display: block;
    position: absolute
}
.box-link, .box-sup, .box-phone {
    min-width: 165px;
    position: absolute;
    top: 42px;
    text-align: left;
    background: #fff;
    display: none;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.09);
    left: -58px;
    text-indent: 8px;
    animation: fadein .2s cubic-bezier(.4,0,.6,1)
}

.box-sup {
    width: 250px;
    right: -16px;
    left: initial
}

.box-phone {
    width: 300px;
    left: initial;
    font-size: 16px;
    right: 0
}

.notica-link:hover .box-link {
    display: block
}

.support-box:hover .box-sup {
    display: block
}

.phone-box:hover .box-phone {
    display: block
}

.box-link:after, .box-sup:after, .box-phone:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    right: 77.5px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.box-sup:after {
    right: 31.5px
}

.box-phone:after {
    right: 50px
}

.list-link li a, .list-sup li a {
    color: initial
}

.list-sup.sup-icon li a {
    padding-left: 32px
}

.list-sup.sup-icon li a {
    position: relative
}

    .list-sup.sup-icon li a:before {
        content: '';
        background: url(/themes/dmld/images/circle-question-solid.svg) no-repeat center;
        background-size: 17px;
        width: 17px;
        height: 17px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        opacity: .32
    }

.list-sup.sup-icon li.at a::before {
    background: url(/themes/dmld/images/icon-amthuc.png) no-repeat center;
    background-size: 17px;
    opacity: initial
}

.list-sup.sup-icon li.knh a::before {
    background: url(/themes/dmld/images/lightbulb-regular.svg) no-repeat center;
    background-size: 13px
}

.list-link li, .list-sup li, .phone-list li {
    display: block;
    padding: 9px 0
}

.phone-list li {
    padding: 5px 0;
    cursor: initial
}

.list-link li:hover, .list-sup li:hover {
    color: #da251c;
    position: relative;
    background: #fafafa
}

    .list-link li:hover a, .list-sup li:hover a, .phone-list li:hover a {
        color: #da251c
    }

.list-link li:last-child, .list-sup li:last-child, .phone-list li:last-child {
    border-radius: 0 0 3px 3px
}

.list-link li:first-child, .list-sup li:first-child, .phone-list li:first-child {
    border-radius: 3px 3px 0 0
}

    .list-link li:first-child:hover::after, .list-sup li:first-child:hover::after, .phone-list li:first-child:hover::after {
        content: '';
        display: block;
        position: absolute;
        top: -6px;
        right: 77.5px;
        z-index: 9;
        width: 10px;
        height: 10px;
        background: #fafafa;
        border-top: 1px solid #ededed;
        border-right: 1px solid #ededed;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .list-sup li:first-child:hover::after {
        right: 31.5px
    }

    .phone-list li:first-child:hover::after {
        right: 50px
    }

.hotline-title {
    min-width: 135px;
    display: inline-block
}

.box-support .number-phone {
    color: #da251c;
    display: inline-block;
    font-weight: bold
}

.list-support {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 16px
}

.hotlines:hover .number-phone {
    color: initial
}

.list-support .notica-link {
    text-align: left;
    padding-left: 16px;
    margin-right: 10px;
    min-width: 130px
}

.list-support > li {
    min-width: 94px;
    position: relative;
    cursor: pointer;
    padding-bottom: 16px;
    text-align: right
}

    .list-support > li.cart-link {
        text-align: center
    }

.txt-login-more b {
    color: #fffc00
}

.box-support a {
    color: #fff
}

.box-login > span {
    display: block
}

.txt-login-more {
    display: block;
    font-size: 11px
}

.searchBox #q {
    width: 100%;
    border: none;
    font-size: 14.5px;
    border-radius: 2px;
    height: 33px;
    text-indent: 32px
}

.btnHeaderFind {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 33px;
    width: 90px;
    background-color: #ddd;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.voice-mic {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(/themes/dmld/images/mic.gif) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 90px;
    top: 0
}

.head-icon-search {
    background: url(/themes/dmld/images/Search-48.png)no-repeat center center;
    background-size: 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    left: 8px;
    display: block
}

.box-login {
    position: relative;
    font-size: 14px
}

    .box-login::before {
        content: '';
        background: url(/themes/dmld/images/user-solid.svg) no-repeat center;
        background-size: 18px;
        width: 18px;
        height: 18px;
        display: block;
        position: absolute;
        top: 0;
        left: -22px;
        bottom: 0;
        margin: auto
    }

.isup {
    position: relative;
    font-size: 14px;
    line-height: 35px
}

    .isup.iphone {
        font-size: 16px
    }

    .isup:before {
        content: '';
        background: url(/themes/dmld/images/cart-shopping.svg) no-repeat center;
        background-size: 20px;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 0;
        left: -25px;
        bottom: 0;
        margin: auto
    }

    .isup.isupport:before {
        background: url(/themes/dmld/images/circle-question.svg) no-repeat center;
        background-size: 18px
    }

    .isup.iphone:before {
        background: url(/themes/dmld/images/phone-alt.svg) no-repeat center;
        background-size: 18px
    }

.txt-timer {
    display: inline-block;
    margin-left: 10px
}

.toggle.menu {
    display: block;
    background: url(/themes/dmld/images/menu_black.svg) no-repeat center;
    background-size: 18px;
    width: 18px;
    height: 18px;
    padding: 8px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    left: -8px;
    top: 20px;
    filter: brightness(0) invert(1)
}

.count-cart {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f9ea19;
    z-index: 99;
    line-height: 14px;
    position: absolute;
    left: 15px;
    display: block;
    text-align: CENTER;
    font-size: 11px;
    top: -10px;
    left: -12px;
    color: initial
}

.pswp {
    display: none
}

.index.mobile #header {
    margin-bottom: 0
}

.box-result {
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px
}

    .box-result h1 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px
    }

.boxprofile {
    display: block;
    position: relative;
    min-height: 100px
}

.thumbpro {
    position: absolute;
    left: 0;
    top: 0
}

    .thumbpro img {
        width: 100%;
        max-width: 128px;
        height: 128px;
        display: block;
        border-radius: 50%
    }

.boxtt {
    padding-left: 144px
}

.profile-name {
    font-size: 18px;
    margin-bottom: 4px;
    display: block
}

.profile-info {
    display: block;
    max-height: 99px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    position: relative;
    min-height: 69px
}

.bprofile.vmore {
    cursor: pointer
}

    .bprofile.vmore.vfull .profile-info {
        max-height: initial;
        -webkit-line-clamp: inherit
    }

    .bprofile.vmore.vfull {
        margin-bottom: 0
    }

.bprofile {
    position: relative;
    margin-bottom: 24px;
    display: block;
    cursor: pointer
}

.tmore {
    position: absolute;
    max-width: 100px;
    margin: 0 auto;
    right: 0;
    bottom: -20px;
    font-size: 13px;
    color: rgba(0,0,0,.54)
}

.ac_results {
    background-color: #fff;
    z-index: 12;
    box-shadow: 0 0 3px 1px #00000026
}

.ac_results {
    top: 53.5px !important
}

.ac_wrapper.empty {
    padding: 0
}

.ac_wrapper {
    background: #fff;
    -webkit-overflow-scrolling: touch
}

.ac_results li {
    padding: 3px 5px;
    font-size: 13px
}

.search-suggest-microsite-item {
    display: block;
    padding: 3px 2px 3px 5px;
    position: relative;
    background-color: #ecf9ff
}

    .search-suggest-microsite-item a {
        display: inline-flex;
        padding: 3px 8px;
        width: 95%;
        color: initial
    }

        .search-suggest-microsite-item a:before {
            background: url(/Data/image/2021/05/20/discount-icon.png) no-repeat;
            width: 18px;
            height: 18px;
            background-size: 18px;
            content: "";
            display: inline-block;
            vertical-align: middle
        }

.search-suggest-microsite-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    width: 90%;
    padding: 0 0 0 10px
}

.search-suggest-microsite-right {
    position: absolute;
    right: 10px;
    color: #888
}

.search-history-item, .search-history-del-all {
    display: block;
    padding: 3px 20px 3px 5px;
    position: relative
}

    .search-history-item a, .search-history-del-all a {
        display: block;
        margin-right: 10px;
        padding: 5px 8px;
        margin-left: 8px;
        color: initial
    }

.search-history-item-title {
    margin-left: 10px
}

.search-item-remove {
    position: absolute;
    right: 0;
    z-index: 1;
    cursor: pointer;
    width: 30px;
    line-height: 36px;
    height: 100%;
    text-align: center;
    top: 0;
    color: #888
}

.ac_results_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.35);
    z-index: 9
}

.search-trend-cat-wrap, .search-popular-wrap {
    border-top: 1px solid #eee
}

.search-trend-cat-title {
    position: relative;
    padding: 10px;
    padding-left: 36px
}

    .search-trend-cat-title:before {
        background: url(/Data/image/2021/01/13/hot-category.png) no-repeat;
        content: "";
        background-size: 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 8px;
        left: 10px
    }

.search-trend-cat-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 12px 8px;
    padding: 8px 12px 12px
}

.search-trend-cat-item {
    box-sizing: border-box;
    text-align: center;
    padding: 5px;
    position: relative;
    cursor: pointer
}

.search-trend-cat-discount {
    position: absolute;
    right: 0;
    top: -8px;
    z-index: 1;
    overflow: hidden;
    width: 50px;
    height: 50px;
    text-align: right;
    background: none
}

    .search-trend-cat-discount span {
        position: absolute;
        right: 5px;
        top: 14px;
        padding: 0 3px;
        border-radius: 3px;
        color: #fff;
        background: #da251c;
        font-size: 10px
    }

.search-trend-cat-thumb {
    width: 56px;
    height: 56px;
    margin: auto
}

.search-trend-cat-item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down
}

.search-trend-cat-name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.search-history-more, .search-trend-cat-more {
    text-align: center
}

    .search-history-more a, .search-trend-cat-more a {
        padding: 6px 36px;
        display: inline-block;
        color: #0071c4
    }

.ac_results .fa-chevron-right:before {
    content: "";
    background: url(/themes/dmld/images/chevron-right.svg) no-repeat;
    background-size: 8px;
    width: 8px;
    display: block;
    height: 13px;
    position: absolute;
    top: 2px;
    left: -6px;
    opacity: .5
}

.ac_results .fa-angle-down {
    position: relative
}

.fa-clock-o, .fa-times, .fa-trash-o {
    position: relative
}

.ac_results .fa-trash-o:before {
    content: "";
    background: url(/themes/dmld/images/xoa-toan-bo-tim-kiem.svg) no-repeat;
    background-size: 12px;
    width: 12px;
    display: block;
    height: 12px;
    position: absolute;
    top: 2px;
    left: -9px
}

.ac_results .fa-clock-o:before {
    content: "";
    background: url(/themes/dmld/images/lich-su-tim-kiem.svg) no-repeat;
    background-size: 12px;
    width: 12px;
    display: block;
    height: 12px;
    position: absolute;
    top: 2px;
    left: -10px
}

.ac_results .fa-times:before {
    content: "";
    background: url(/themes/dmld/images/xoa-tim-kiem.svg) no-repeat;
    background-size: 10px;
    width: 10px;
    display: block;
    height: 10px;
    position: absolute;
    top: 13px;
    left: -8px;
    opacity: .8
}

.ac_results .fa-angle-down:before {
    content: "";
    background: url(/themes/dmld/images/chevron-down.svg) no-repeat;
    background-size: 8px;
    width: 8px;
    display: block;
    height: 13px;
    position: absolute;
    top: 3px;
    left: 4px;
    filter: invert(33%) sepia(97%) saturate(4835%) hue-rotate(190deg) brightness(92%) contrast(102%)
}

.search-trend-cat-item > a {
    color: initial
}

.search-trend-cat-item:hover {
    box-shadow: #ccc 0 0 5px 0
}

li.ac_odd {
    background-color: #eee
}

.ac-img img {
    max-width: 30px;
    padding: 5px;
    max-height: 30px
}

li.ac_over, li.ac_over a, li.ac_over .ac-price {
    background-color: #080;
    color: #fff !important
}

.ac-row {
    padding: 3px 5px
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td.ac-price {
    color: #da251c
}

.ac-name a {
    color: initial
}

.ac_results li:hover {
    cursor: pointer
}

.ac-row.ac-cat {
    padding: 0 5px
}

.ac-price a {
    color: initial
}

.ac-price i {
    font-style: normal
}

.ac_over i {
    color: #ffb909 !important;
    font-weight: 500
}

.search-history-item:hover, .search-history-del-all:hover {
    background-color: #eee;
    cursor: pointer
}

.search-suggest-microsite-item:hover {
    background-color: #e0f6fb
}

.search-history-item:nth-child(n+6) {
    display: none
}

.search-history-item.visible:nth-child(n+6) {
    display: block
}

.hidden {
    display: none
}

.voice-mic.recording {
    background: url(/themes/dmld/images/mic-animate.gif) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 50%
}

.tag-detail.Post {
    padding-bottom: 8px
}

    .tag-detail.Post span {
        font-weight: bold;
        margin-right: 4px
    }

    .tag-detail.Post a {
        position: relative;
        text-indent: 8px;
        margin-right: 16px
    }

        .tag-detail.Post a:before {
            content: "";
            background: url(/themes/dmld/images/tags.svg) no-repeat;
            background-size: 11px;
            width: 11px;
            height: 11px;
            margin-right: 2px;
            display: inline-block;
            filter: invert(32%) sepia(86%) saturate(1298%) hue-rotate(181deg) brightness(87%) contrast(106%)
        }

.box-ttag h1 {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px
}

.box-ttag i {
    font-style: normal
}

.PageTag {
    min-height: 300px;
    background: #fff
}

.textcenter {
    text-align: center;
    font-size: 16px
}

.contentMain.textcenter {
    padding-top: 16px
}

#mainNav {
    z-index: 8;
    display: block;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee
}

    #mainNav .navigation {
        position: relative;
        line-height: 32px;
        height: 32px;
        border-top: 1px solid #eee
    }

        #mainNav .navigation li.home-menu {
            height: 32px;
            width: 40px;
            min-width: initial;
            text-indent: 42px;
            text-indent: -9999px;
            background: url(/themes/dmld/images/home-black-24.svg) no-repeat 10px;
            background-size: 20px
        }

        #mainNav .navigation li {
            float: left;
            margin: 0;
            padding: 0;
            white-space: nowrap
        }

            #mainNav .navigation li a {
                position: relative;
                display: block;
                padding: 0 8px;
                color: rgba(0,0,0,.87)
            }

        #mainNav .navigation .item-right {
            float: none;
            height: 32px;
            width: initial;
            position: absolute;
            left: 40px;
            margin: 0;
            padding: 0;
            white-space: nowrap;
            min-width: 90px
        }

            #mainNav .navigation .item-right .right-list {
                width: initial;
                height: 32px;
                position: relative;
                display: block;
                opacity: initial;
                overflow: hidden;
                border: 0;
                padding: 0;
                background: #fff;
                z-index: 8
            }

        #mainNav .navigation li.item-right ul li {
            width: initial;
            padding: 3px 0 3px 8px
        }

        #mainNav .navigation li ul li {
            list-style: none;
            font-size: 1em;
            font-weight: normal;
            background: none;
            float: left;
            margin: 0;
            padding: 0;
            white-space: nowrap
        }

            #mainNav .navigation li ul li a {
                display: block;
                text-align: left;
                padding: 4px 0 4px 0;
                color: #039;
                font-weight: normal;
                position: relative;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                cursor: pointer
            }

        #mainNav .navigation .item-right ul li a {
            padding: 0;
            line-height: 26px;
            border-right: 1px solid #eee;
            padding-right: 8px
        }

        #mainNav .navigation .item-right ul li:last-child a {
            border-right: 0
        }

        #mainNav .navigation li.item-right ul li:first-child {
            padding-left: 0
        }

            #mainNav .navigation li.item-right ul li:first-child a {
                border-left: 1px solid #eee;
                padding-left: 8px
            }

        #mainNav .navigation li ul li a span {
            color: rgba(0,0,0,.87)
        }

        #mainNav .navigation li ul li:hover h3 {
            color: #da251c
        }

.menu-box {
   /* background: #fff;
    position: absolute;
    z-index: 10;
    top: 75px*/
}

.mainmenu {
  /*  box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    width: 250px;
    border-right: 1px solid #eee*/
}

.showmenu .mainmenu {
    display: block
}

.mainmenu .itemmenu:hover {
    color: #fff;
    background-color: #da251c
}

    .mainmenu .itemmenu:hover .itop {
        color: #fff
    }

    .mainmenu .itemmenu:hover img {
        filter: brightness(0) invert(1)
    }

.mainmenu li img {
    vertical-align: top;
    height: 22px;
    width: 22px;
    margin-right: 8px;
    margin-top: 7.5px
}

.mainmenu .itemchild a {
    display: block;
    padding: 5px 0 5px 25px;
    color: initial;
    line-height: initial;
    position: relative
}

    .mainmenu .itemchild a:before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background-color: #aaa;
        position: absolute;
        left: 15px;
        top: 12px
    }

    .mainmenu .itemchild a:hover {
        color: #da251c
    }

.mainmenu .itemchilds > a {
    font-weight: bold;
    color: initial;
    padding: 0 0 0 25px
}

.mainmenu .itemchilds.IsHot > a {
    color: #da251c;
    position: relative;
    padding-left: 25px
}

    .mainmenu .itemchilds.IsHot > a:before {
        background: url(/themes/dmld/images/hot-category.png) no-repeat;
        content: "";
        background-size: 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 1px;
        left: 2px
    }

.mainmenu > li > a {
    display: block;
    height: 37px;
    padding: 0 0 0 14px;
    color: rgba(0,0,0,.87);
    position: relative
}

.mainmenu > li {
    text-indent: 0;
    height: 37px;
    line-height: 37px;
    margin: 0;
    padding: 0
}

.mainmenu .subtab {
    display: none;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    top: 0;
    padding-top: 4px;
    left: 250px;
    position: absolute;
    height: 551px;
    right: auto;
    column-width: 180px;
    column-gap: 0;
    column-fill: auto;
    overflow: hidden;
    overflow-x: auto;
    transition: all .1s ease-in
}

    .mainmenu .subtab li {
        list-style: none;
        position: relative;
        line-height: initial
    }

.mainmenu .itemchilds .ichild {
    padding: 4px 0 4px 14px;
    display: block
}

.mainmenu .subtab::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 8px
}

.mainmenu .subtab::-webkit-scrollbar {
    height: 10px
}

.mainmenu .subtab::-webkit-scrollbar-track-piece {
    background: #f4f4f4;
    border: .5px solid #eee;
    border-radius: 8px
}

.mainmenu li.hover .subtab {
    display: block;
    visibility: visible;
    opacity: 1
}

.overlay.showmenu {
    visibility: visible;
    top: 0
}

.slider img {
    width: 100%
}

.slider .slide {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    min-height: 318px
}

.slider {
    position: relative;
    overflow: hidden;
    margin: 0 0 16px 0;
    height: 0;
    padding-top: 52.34%;
    border-radius: 3px
}

    .slider .slide .ipost {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        display: block;
        margin: 0;
        padding: 10px;
        background: rgba(0,0,0,.6);
        font-size: 1.5em;
        line-height: 1.3em;
        text-align: center;
        font-weight: bold;
        color: #fff
    }

.textview {
    font-size: 16px;
    font-family: arial;
    line-height: 24px;
    color: rgba(0,0,0,.87);
    overflow: hidden
}

.theme.list .textview {
    overflow: initial
}

.textview img {
    max-width: 100% !important;
    height: auto;
    border-style: solid;
    border-color: #ccc
}

.toc.iauto {
    margin-left: 0;
    display: block;
    background: #fdfdfd;
    padding: 8px;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 16px;
    list-style: disc
}

.textview .toc.iauto li {
    list-style: decimal;
    margin-left: 30px;
    padding: 0 0 6px 0;
    line-height: 1.625em;
    vertical-align: bottom
}

.textview .howto-content .img-how {
    max-width: 100% !important;
    height: auto;
    max-height: 550px;
    border-style: solid;
    border-color: #ccc
}

.textview p {
    margin-bottom: 16px;
    line-height: 1.625em;
    overflow-wrap: break-word
}

.textview .toc {
    display: block;
    clear: left;
    margin: 16px 0;
    border: 1px solid #eee;
    padding: 8px;
    border-radius: 3px
}

    .textview .toc > div {
        text-align: center;
        font-weight: bold
    }

    .textview .toc ul {
        margin: 0
    }

    .textview .toc li {
        list-style-position: outside;
        margin-left: 20px;
        vertical-align: bottom
    }

.textview ol {
    list-style-type: decimal;
    margin-left: 20px
}

.textview ul {
    list-style: disc;
    margin-left: 20px
}

.textview .link-button {
    display: inline-block;
    padding: 4px 16px;
    text-align: center;
    border-radius: 3px;
    margin: 4px 8px;
    background: #008000;
    color: #fff
}

    .textview .link-button:hover {
        background: #00f
    }

.textview h2 {
    font-size: 24px;
    line-height: 38px;
    margin: 8px 0
}

.textview iframe {
    max-width: 100%
}

.textview table {
    overflow: auto;
    margin-bottom: 16px
}

.textview h3 {
    color: #444;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 0
}

.textview .text-how h3 {
    margin-left: 16px
}

.textview .overview-title {
    font-size: 1.5em;
    margin-bottom: 5px
}

.textview h4 {
    font-weight: bold;
    padding: 5px 0 8px 18px;
    color: #222
}

    .textview h4:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin: 5px 0 0 0;
        left: 8px;
        top: 7px;
        border-color: transparent transparent transparent #666;
        border-width: 4px 0 4px 6px;
        border-style: solid
    }

.windows .textview blockquote {
    border-color: #02aeef
}

.mac .textview blockquote {
    border-color: #bbb
}

.android .textview blockquote {
    border-color: #8dc63f
}

.ios .textview blockquote {
    border-color: #8dc63f
}

.windowsphone .textview blockquote {
    border-color: #8dc63f
}

.blackberry .textview blockquote {
    border-color: #8dc63f
}

.symbian .textview blockquote {
    border-color: #8dc63f
}

.web .textview blockquote {
    border-color: #0072bc
}

.docs .textview blockquote {
    border-color: #faa61a
}

.textview blockquote li {
    padding: 0
}

.textview .blockbox {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.textview .title {
    text-transform: uppercase;
    line-height: 32px;
    font-size: 1.5em;
    color: #666;
    padding: 0 0 0 40px;
    font-weight: normal;
    background: url(/themes/dmld/images/information.png) left center no-repeat;
    margin: 8px 0 0 0
}

.textview li {
    padding: 0
}

.textview blockquote, .textview .tips {
    margin: 0 0 8px 0;
    padding: 8px 12px 2px;
    quotes: none;
    color: #0072bc;
    border-color: #02aeef;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    background: #f6f6f6
}

.textview .slider {
    clear: both;
    max-height: 325px;
    height: inherit
}

    .textview .slider figure img {
        height: 100% !important;
        width: auto;
        padding-right: 5px;
        max-width: inherit !important;
        box-shadow: inherit;
        border-radius: 0;
        border-color: inherit;
        margin: 0;
        border-style: none;
        max-width: inherit
    }

.hide {
    display: none
}

.textview .slider {
    height: auto;
    display: block;
    padding-top: 52%;
    width: 100%;
    margin-bottom: 8px;
    position: relative
}

    .textview .slider .slider-wrapper {
        width: auto;
        display: flex;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        flex-wrap: nowrap;
        height: 100%;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

.slider-wrapper::-webkit-scrollbar {
    height: 2px
}

.slider-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: none
}

.slider-wrapper::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #c1c1c1
}

.textview .slider figure {
    height: 100%;
    display: contents
}

    .textview .slider figure:last-child img {
        padding-right: 0
    }

.textview .gallery img {
    width: 100%;
    height: auto;
    display: block
}

.textview .gallery {
    margin-bottom: 8px
}

.textview figure {
    text-align: center;
    margin-bottom: 16px
}

    .textview figure > img {
        height: auto !important
    }

.textview .gallery-wrapper figure {
    width: 31.5%
}

.textview .gallery-wrapper.two-colums figure {
    width: 48.3%
}

.textview .gallery-wrapper.four-colums figure {
    width: 23.3%
}

.textview .gallery-wrapper.five-colums figure {
    width: 18.3%
}

.textview .gallery-wrapper.one-colums figure {
    width: 100%
}

.textview .gallery div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.textview .gallery figure {
    margin: .8%
}

.textview figcaption {
    text-align: center;
    font-style: italic;
    font-size: 15px
}

.textview .slider:hover .next-slider:before, .textview .slider:hover .back-slider:before {
    visibility: visible
}

.textview .slider .next-slider {
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    right: 0;
    cursor: pointer;
    height: 100%
}

.textview .slider .back-slider {
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
    width: 32px;
    display: block;
    width: 40px;
    max-height: 100%;
    height: 100%
}

.textview .slider .next-slider:before {
    content: '▶';
    position: absolute;
    font-size: 14px;
    top: 16px;
    bottom: 16px;
    margin: auto 0;
    visibility: hidden;
    box-shadow: 0 2px 3px rgba(0,0,0,.25);
    text-indent: 4px;
    background: #f7f7f7;
    color: #6f6767;
    border-radius: 50%;
    display: block;
    line-height: 32px;
    width: 32px;
    text-align: center;
    height: 32px
}

.textview .slider .back-slider:before {
    content: '◀';
    visibility: hidden;
    position: absolute;
    font-size: 14px;
    top: 16px;
    bottom: 16px;
    margin: auto 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.25);
    left: 8px;
    background: #f7f7f7;
    color: #6f6767;
    border-radius: 50%;
    display: block;
    line-height: 32px;
    width: 32px;
    text-align: center;
    height: 32px
}

.contentedit {
    position: relative;
    margin: 8px 0 8px 0;
    padding: 8px;
    border: 1px solid #faa61a
}

.editdocs {
    background: #ddd url(/themes/dmld/images/edit-property.png) 8px no-repeat;
    background-size: 24px;
    padding: 4px 5px;
    display: block;
    max-width: 150px;
    margin: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    text-indent: 32px;
    font-size: 10pt;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9
}

.textview .table-striped td, .textview .table-striped th {
    border: 1px solid #ced6e2
}

.textview .table-striped tr:nth-child(even) {
    background: #e8f0fe
}

.textview .table-striped thead tr {
    background: #5b95f9
}

br.pagebreak {
    page-break-after: always
}

.viewmore-li {
    display: block;
    width: 100%;
    text-align: left;
    height: 30px;
    text-indent: 10px;
    cursor: pointer;
    position: relative
}

    .viewmore-li span {
        line-height: 30px;
        position: relative;
        color: initial
    }

        .viewmore-li span::after {
            content: "";
            background: url(/themes/dmld/images/chevron-down.svg) no-repeat;
            background-size: 12px;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 0;
            right: -20px
        }

.textview-two .two {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    padding: 8px
}

.textview .responsive {
    margin-bottom: 24px
}

.textview-two {
    display: block;
    margin-bottom: 8px
}

.textview-three .three {
    display: inline-block;
    vertical-align: top;
    width: 30.33%;
    padding: 8px
}

.textview .textview-two p, .textview .textview-three p, .textview-thirty .thirty p, .textview-seven .seven p {
    padding-bottom: 8px
}

.textview-thirty .thirty {
    display: inline-block;
    vertical-align: middle;
    width: 30.5%;
    padding: 8px 4px 0 4px
}

    .textview-thirty .thirty.right {
        display: inline-block;
        vertical-align: middle;
        width: 66%;
        padding: 8px 4px 0 4px
    }

.textview-seven .seven {
    display: inline-block;
    vertical-align: middle;
    width: 66%;
    padding: 8px 4px 0 4px
}

    .textview-seven .seven.right {
        display: inline-block;
        vertical-align: middle;
        width: 30.5%;
        padding: 8px 4px 0 4px
    }

.textview .thirty ul, .textview .seven ul {
    margin-left: 16px
}

.textview img[data-latex] {
    vertical-align: middle
}

code {
    padding: 2px 8px;
    margin: 0 2px;
    border-radius: 5px;
    background: #fafafa;
    border: 1px solid #aaa
}

pre code {
    padding: 0;
    margin: 0;
    border: none
}

pre {
    max-width: 100%;
    max-height: 600px;
    display: block;
    overflow: auto;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid #eee;
    -webkit-overflow-scrolling: touch
}

.codebar {
    position: relative
}

    .codebar .btn-copy {
        position: absolute;
        right: 0;
        top: 0;
        background: rgba(238,238,238,.87);
        border: 1px solid #eee;
        cursor: pointer;
        color: #808080;
        padding: 0 8px;
        line-height: 24px;
        font-size: 14px
    }

        .codebar .btn-copy:before {
            content: 'copy'
        }

    .codebar .btn-copied:before {
        content: 'Đã sao chép'
    }

.textview audio {
    height: 32px;
    vertical-align: middle
}

.content-detail {
    line-height: 25px;
    clear: both;
    margin-bottom: 16px
}

    .content-detail .blockbox {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .content-detail .toc {
        display: block;
        clear: left;
        margin: 8px 0;
        background: #eef6fc;
        border: 1px solid #c7e4f4;
        padding: 8px;
        border-radius: 3px
    }

        .content-detail .toc h2 {
            margin: 0 8px;
            font-size: 18px;
            line-height: 24px;
            padding-right: 32px;
            background: url(/themes/dmld/images/more-24.png) no-repeat right top;
            cursor: pointer
        }

        .content-detail .toc > ul {
            border-top: 1px solid #c7e4f4;
            padding-top: 8px;
            margin-top: 8px
        }

        .content-detail .toc.tochidden h2 {
            background: url(/themes/dmld/images/right-24.png) no-repeat right top
        }

        .content-detail .toc.tochidden ul {
            display: none
        }

        .content-detail .toc ul {
            margin-left: 0
        }

            .content-detail .toc ul li {
                list-style: none;
                margin-left: 8px;
                line-height: 30px
            }

                .content-detail .toc ul li ul li {
                    margin-left: 14px
                }

                .content-detail .toc ul li a {
                    display: block;
                    color: initial
                }

    .content-detail ol {
        margin-top: 5px
    }

.textview ul li, .textview ol li {
    margin-left: 20px
}

.textview iframe {
    display: block;
    max-width: 100%;
    margin: auto
}

code {
    padding: 2px 8px;
    margin: 0 2px;
    border-radius: 5px;
    background: #fafafa;
    border: 1px solid #aaa
}

pre code {
    padding: 0;
    margin: 0;
    border: none
}

.textview h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: bold;
    margin-top: 16px
}

.textview h3 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 16px
}

.textview h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 8px 0;
    position: relative
}

.textview b, .textview strong {
    font-weight: bold
}

.textview i, .textview em {
    font-style: italic
}

.content-detail .contentedit {
    position: relative;
    margin: 8px 0 8px 0;
    padding: 8px;
    border: 1px solid #faa61a
}

.box-answer .toggle-answer {
    height: 38px;
    overflow: hidden;
    background: #fff;
    line-height: 38px;
    text-indent: 16px;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
    background: #f5f5f5 url(/themes/dmld/images/icon-up.png) right no-repeat;
    background-position: right 16px bottom 7px
}

.box-answer.off .toggle-answer {
    background: #f5f5f5 url(/themes/dmld/images/icon-down.png) right no-repeat;
    background-position: right 16px bottom 7px;
    border-radius: 3px
}

.box-answer {
    margin-bottom: 8px
}

    .box-answer .content-answer {
        border: 1px solid #f5f5f5;
        margin: 0;
        padding: 16px;
        border-radius: 0 0 3px 3px
    }

    .box-answer.off .content-answer {
        display: none
    }

.toggle-answer:hover {
    color: #f8752b
}

.topview li.itemview {
    list-style: none
}

.topview li.itemview {
    margin-left: 0;
    padding-left: 0;
    display: block;
    margin-bottom: 16px;
    box-shadow: 0 0 4px 1px #f5f5f5;
    border-radius: 3px;
    overflow: inherit;
    border: 1px solid #eee;
    position: relative
}

.topview li.itemEnd {
    box-shadow: inherit;
    border: 0
}

.topview .n-stt {
    position: absolute;
    top: 0;
    font-style: normal;
    width: 40px;
    vertical-align: middle;
    height: 40px;
    font-weight: bold;
    background: #da251c;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    margin: 0 8px 0 0
}

.topview .top-des {
    padding: 0 16px 8px 16px;
    overflow: hidden
}

.topview .itemEnd .top-des {
    padding: 0
}

.topview ul .itemview {
    margin-bottom: 0;
    display: list-item;
    margin-left: 32px;
    list-style: disc
}

.topview ul {
    list-style: disc
}

.topview li.itemview:last-child {
    margin-bottom: 16px
}

.textview.topview h2 {
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
    color: initial;
    border-bottom: 1px solid #eee;
    padding: 4px 56px;
    font-size: 20px
}

.topview .box-info {
    right: 0;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    margin-bottom: 8px;
    display: block;
    z-index: 9
}

.textview .autoNumber .toc > ul > li {
    margin-left: 16px;
    list-style-type: decimal
}

    .textview .autoNumber .toc > ul > li ul > li {
        list-style-type: disc
    }

.topview i {
    font-style: normal;
    display: block;
    width: 40px;
    height: 40px;
    font-weight: bold;
    background: #58257b;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin: 0 auto 8px auto
}

.topview .btn-vote.Off:after {
    background: url(/themes/dmld/images/like.png) no-repeat;
    opacity: initial;
    background-size: 24px;
    filter: invert(51%) sepia(9%) saturate(6374%) hue-rotate(174deg) brightness(97%) contrast(97%)
}

.btn-vote.Off {
    pointer-events: none
}

.topview .user-name {
    display: none
}

.topview .btn-vote {
    position: relative;
    display: inline-block;
    float: right;
    color: initial;
    font-size: 15px;
    padding-right: 28px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 16px
}

    .topview .btn-vote::after {
        content: '';
        background: url(/themes/dmld/images/like.png) no-repeat;
        background-size: 24px;
        opacity: .54;
        position: absolute;
        top: -3px;
        right: 0;
        width: 24px;
        height: 24px
    }

    .topview .btn-vote:hover {
        opacity: .54;
        color: initial
    }

.topview .user-link {
    max-width: 40px;
    margin: 0 auto
}

    .topview .user-link img {
        border-radius: 50%
    }

.checkmark.checked {
    border-color: #f44336;
    background: #f44336 url(/themes/dmld/images/check.png) no-repeat 1px 3px;
    background-size: 14px
}

.recipe .steps.textview ul li p {
    margin: 0
}

.box-howto {
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 0 0 4px 1px #f5f5f5;
    border-radius: 3px;
    overflow: inherit;
    margin-bottom: 16px;
    border: 1px solid #eee
}

.textview .howto-stepimg li.format {
    display: flex;
    justify-content: space-between;
    margin: 16px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 16px
}

    .textview .howto-stepimg li.format .image-how {
        max-width: 280px !important;
        height: auto;
        order: 2
    }

    .textview .howto-stepimg li.format .text-how {
        width: 100%;
        order: 1;
        padding: 0 16px 0 0
    }

    .textview .howto-stepimg li.format p {
        margin: 10px 0
    }

.box-howto.steps ul.howto-stepimg .format p {
    margin: 10px 0 16px 0
}

.list-supply {
    right: auto;
    column-width: 250px;
    column-fill: auto;
    column-fill: balance;
    position: relative;
    display: block;
    column-gap: 16px;
    top: 0
}

    .list-supply.one {
        column-width: initial
    }

.howto-name {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 0 8px 16px;
    display: block;
    background: #fff;
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    border-bottom: 1px solid #eee
}

.howto-content {
    padding: 0 16px 16px 16px
}

.textview .howto-description .img-how {
    display: block
}

.post-detail .howto-img img {
    border-radius: 0;
    display: block
}

.box-howto.steps {
    padding: 0
}

.title-text, .step-title {
    font-size: 18px;
    line-height: 28px;
    display: block;
    font-weight: bold;
    margin-bottom: 8px
}

.checkmark {
    border: 1px solid #a3a3a3;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: text-bottom
}

.li-done {
    color: #bbb
}

.howto-img {
    display: block
}

.theme.howto .list-items, .theme.recipe .list-items {
    list-style: disc
}

    .theme.howto .list-items li, .theme.recipe .list-items li {
        margin-left: 30px
    }

        .theme.howto .list-items li a, .theme.recipe .list-items li a {
            color: #039
        }

            .theme.howto .list-items li a:hover, .theme.recipe .list-items li a:hover {
                color: #ff4500
            }

.supply .list-supply {
    list-style: none;
    margin-bottom: 8px
}

.supply ul li {
    line-height: 28px;
    margin-left: 0;
    break-inside: avoid;
    cursor: pointer
}

.tool ul li {
    line-height: 28px;
    margin-left: 22px
}

.tool ul {
    list-style: initial
}

.textview .howto-stepimg li {
    margin-left: 0
}

.box-howto.steps ul {
    margin-left: 0
}

    .box-howto.steps ul .text-how ul {
        margin-left: 46px
    }

    .box-howto.steps ul.howto-stepimg {
        margin: 0 -16px
    }

        .box-howto.steps ul.howto-stepimg p {
            margin: 10px 16px
        }

.adbox.in-article {
    margin-top: 20px
}

.textview .toc-wrapper {
    margin-bottom: 16px
}

.textview .howto-stepimg li img {
    display: block;
    margin: 0 auto
}

.textview .howto-stepimg li:not(.format) .image-how img {
    max-height: 550px
}

.textview .howto-stepimg {
    list-style: none
}

    .textview .howto-stepimg.Text {
        list-style: initial
    }

        .textview .howto-stepimg.Text li {
            margin-left: 30px
        }

.textview .list-stepimg li img {
    display: block
}

.howto .type-Text .howto-content {
    padding-bottom: 16px
}

.box-howto.steps .list-steptext p {
    margin: 0
}

.textview .list-stepimg {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px
}

    .textview .list-stepimg.ione li {
        max-width: 100%;
        margin: 0 auto;
        padding: 0
    }

    .textview .list-stepimg.itwo li {
        max-width: 48.5%
    }

.textview .howto-content .img-how {
    display: block
}

.textview .list-stepimg li {
    max-width: 32%;
    margin-left: 0;
    padding: 0 4px
}

.textview .autoNumber .toc > ul > li {
    margin-left: 16px !important;
    list-style-type: decimal !important;
    color: initial
}

    .textview .autoNumber .toc > ul > li ul > li {
        list-style-type: disc !important;
        color: initial
    }

.breadcrumbs {
    border-bottom: 1px solid #eee;
    height: 28px;
    line-height: 28px;
    margin-bottom: 8px;
    white-space: nowrap;
    position: relative;
    overflow: hidden
}

    .breadcrumbs .box-bread {
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        width: calc(100% - 60px);
        top: 6px;
        left: 56px
    }

    .breadcrumbs .breadcrumb .home-text {
        color: initial
    }

    .breadcrumbs span {
        color: initial;
        display: inline-block
    }

    .breadcrumbs .breadcrumb {
        color: rgba(0,0,0,.54);
        height: 28px;
        display: inline-block
    }

    .breadcrumbs.ibhol .breadcrumb:last-child {
        color: rgba(0,0,0,.87)
    }

.detailpage .breadcrumbs .breadcrumb:last-child {
    color: rgba(0,0,0,.87)
}

.breadcrumbs a.home-icon {
    background: url(/themes/dmld/images/home-black-24.svg) 0 -2px no-repeat;
    width: 24px;
    height: 24px;
    text-indent: -3000px;
    background-size: 24px;
    opacity: .54;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.breadcrumbs .breadcrumb:after {
    content: "❭";
    font-family: Comic Sans MS;
    padding: 0 6px;
    vertical-align: top;
    color: rgba(0,0,0,.87);
    font-size: 14px
}

.breadcrumbs .home-icon::after {
    content: "❭";
    font-family: Comic Sans MS;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(0,0,0,.54);
    font-size: 11px
}

.breadcrumbs .breadcrumb:last-child:after {
    display: none
}

.breadcrumbs h1 {
    display: inline;
    color: rgba(0,0,0,.87);
    text-transform: capitalize
}

    .breadcrumbs h1.notbhol {
        font-weight: normal
    }

.thumb-pro img {
    width: 100%;
    height: auto;
    display: block
}

.box-span {
    display: block;
    position: relative
}

.lists-promotions .title {
    display: block;
    color: initial;
    font-weight: bold;
    white-space: normal
}

.thumb-pro {
    margin-bottom: 8px;
    display: block
}

.lists-promotions {
    display: block;
    white-space: nowrap;
    overflow: hidden
}

    .lists-promotions li {
        display: inline-block;
        white-space: nowrap
    }

.slick-dots {
    top: 250px
}

    .slick-dots li {
        margin: 0
    }

        .slick-dots li button:before {
            font-size: 30px
        }

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.lists-promotions .itime {
    color: initial
}

.itime i {
    color: #da251c;
    font-style: normal
}

.taxonomypage .lists-promotions {
    white-space: normal
}

    .taxonomypage .lists-promotions li {
        white-space: normal;
        margin-bottom: 16px;
        border-bottom: 1px solid #eee;
        width: 336px;
        padding-bottom: 8px
    }

.listview .listitem .title {
    font-size: 18px;
    line-height: 28px;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: initial;
    -webkit-box-orient: vertical
}

.listview .listitem .desc {
    max-height: 118px;
    clear: right;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    display: inline-block;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.listview .listitem .thumb img {
    width: 100%;
    height: auto;
    background: url(/themes/dmld/images/noimage.png) center no-repeat;
    display: block
}

.box-des {
    position: relative;
    padding-left: 166px;
    min-height: 134px
}

.listview .listitem .thumb {
    max-height: 112px;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    width: 150px;
    margin-right: 16px;
    margin-bottom: 16px;
    position: absolute;
    left: 0;
    top: 6px
}

.listview li {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px
}

    .listview li:last-child {
        border-bottom: 0
    }

.listview .listitem.iafter .title {
    padding-left: 30px;
    position: relative
}

    .listview .listitem.iafter .title::before {
        content: "";
        background: url(/themes/dmld/images/top-pr.png) no-repeat;
        background-size: 22px;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 1px;
        left: 0
    }

.listview .listitem.iafter.two .title::before {
    background: url(/themes/dmld/images/save-top.png) no-repeat;
    background-size: 24px
}

.listview .listitem.iafter.three .title::before {
    background: url(/themes/dmld/images/dimen-icon.png) no-repeat;
    background-size: 24px
}

.lists li {
    padding: 8px 0 6px 0;
    width: 100%;
    margin: 0
}

.title-top-news {
    font-size: 18px;
    line-height: 28px;
    display: block;
    font-weight: bold;
    position: relative;
    padding-left: 28px;
    border-bottom: 1px solid #eee
}

    .title-top-news h2 {
        display: inline-block
    }

    .title-top-news:before {
        content: "";
        background: url(/themes/dmld/images/crown.png) no-repeat;
        background-size: 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 4px;
        left: 0
    }

.toptax .title-top-news:before {
    display: none
}

.news-more {
    font-size: initial;
    font-weight: initial;
    display: inline-block;
    float: right;
    color: #0071c4
}

.title-top-news .news-more::after {
    content: "❭❭";
    margin-left: 4px;
    font-family: Comic Sans MS
}

.title-top-news .icon {
    width: 20px;
    position: absolute;
    top: 2px;
    left: 0
}

.lists li a {
    display: block;
    min-height: 69px;
    padding-left: 70px;
    position: relative;
    max-height: 69px;
    overflow: hidden;
    color: initial;
    text-overflow: ellipsis
}

.lists li img {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    margin-right: 16px;
    position: absolute;
    left: 0;
    top: 3px
}

.lists {
    margin-bottom: 16px
}

    .lists li:hover span {
        color: #da251c
    }

.navbox li a img {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 9px;
    left: 0;
    display: block
}

.navbox li {
    position: relative
}

    .navbox li a {
        border-bottom: 1px solid #eee;
        line-height: 22.4px;
        padding: 6px 8px 6px 34px;
        display: block;
        position: relative;
        overflow: hidden;
        margin-left: 16px;
        color: initial
    }

        .navbox li a.iright {
            padding-right: 36px
        }

.arrow-i {
    background: url(/themes/dmld/images/chevron-down.svg)no-repeat center;
    transition: all .3s ease;
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: 12px;
    right: 0;
    top: 0;
    padding: 6px;
    z-index: 8;
    cursor: pointer
}

    .arrow-i.expanded {
        transform: rotate(180deg)
    }

.navbox.list-two li {
    background: #f1f1f1;
    margin-bottom: 8px;
    border-radius: 5px;
    margin-left: 16px
}

    .navbox.list-two li a {
        padding-left: 0;
        border-bottom: 0;
        margin-left: 0;
        padding-left: 16px
    }

.title-tax {
    font-size: 18px;
    display: block;
    font-weight: bold;
    padding: 0 0 8px 0;
    margin-left: 16px
}

.navbox.list-two li:hover, .navbox.list-two li.active {
    color: #fff;
    border-radius: 5px
}

    .navbox.list-two li:hover .atitle, .navbox.list-two li.active .atitle {
        color: #fff;
        border-radius: 5px;
        background-color: #da251c
    }

.navbox.list-two li .arrow-i {
    top: -2px
}

.navbox.list-two .nav-child li {
    margin-left: 8px;
    margin-bottom: 0
}

    .navbox.list-two .nav-child li a:hover {
        color: #da251c
    }

.navbox.list-two li:hover .arrow-i, .navbox.list-two li.active .arrow-i {
    filter: brightness(0) invert(1)
}

.navbox .nav-child li a {
    position: relative;
    padding-left: 20px
}

    .navbox .nav-child li a:before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background-color: #aaa;
        position: absolute;
        left: 8px;
        top: 15px
    }

.leftsidebar .navbar-list {
    margin-bottom: 16px
}

.slogan-thumb img {
    height: 48px;
    width: auto
}

.group-item .hbol {
    font-weight: bold
}

.row-slogan {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 13px 0
}

    .row-slogan li {
        width: 33.3333%;
        text-align: center
    }

.slogan-main {
    background: #fff
}

.slogan-text {
    display: inline-block;
    line-height: 48px;
    font-size: 18px;
    color: initial;
    vertical-align: top;
    margin-left: 5px
}

.footer-nav {
    padding: 16px;
    padding-bottom: 0;
    line-height: 24px;
    font-size: 14px
}

    .footer-nav .group-item {
        display: inline-block;
        vertical-align: top;
        min-width: 140px;
        width: 18%;
        margin-bottom: 8px
    }

        .footer-nav .group-item h4 {
            font-weight: bold;
            margin: 8px 0;
            font-size: 16px;
            color: rgba(0,0,0,.87)
        }

.group-item a {
    color: rgba(0,0,0,.87)
}

.footer-nav .copyright {
    color: rgba(0,0,0,.54);
    font-size: 12px;
    text-align: center;
    padding: 8px 16px;
    border-top: 1px solid #0000001f
}

    .footer-nav .copyright span {
        display: inline-block
    }

    .footer-nav .copyright a {
        color: rgba(0,0,0,.54)
    }

.app-title, .bar-row-payment {
    font-size: 18px;
    margin-right: 16px;
    line-height: 32px;
    display: inline-block;
    vertical-align: bottom
}

.bar-row-payment {
    vertical-align: super;
    line-height: initial
}

.footer-info ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 16px 16px 12px 16px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.box-social {
   
}

    .box-social.payment {
       
    }

.group-item.support-item {
    width: 24%
}

.f-support.group-nav {
    padding: 0 16px
}

.social-thumb img, .fap-thumb img {
    width: 32px;
    height: auto
}

.box-social .item-app {
    width: 19%;
    height: 32px;
    vertical-align: text-top;
    display: inline-block
}

item-app qr {
    margin-left: 8px
}

.social-text {
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    font-weight: bold;
    color: initial;
    vertical-align: top;
    margin-left: 5px
}

.fap-text {
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    color: initial;
    vertical-align: top;
    margin-left: 5px
}

.payment-item img {
    width: 54px;
    display: inline-block;
    vertical-align: text-bottom
}

.footer-address span {
    display: block
}

    .footer-address span a {
        color: initial
    }

    .footer-address span.hv {
        margin-left: 58px
    }

.name-company {
    font-weight: normal;
    font-size: 20px;
    display: block;
    text-transform: uppercase
}

.name-slogan {
    margin-bottom: 5px;
    line-height: 16px
}

.footer-info.verified {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px
}

    .footer-info.verified .iinfo {
        width: 50%
    }

.verified-item img {
    width: 100%;
    height: auto;
    max-height: 40px;
    object-fit: scale-down
}

.body-verified .verified-item {
    display: inline-block;
    max-width: 120px;
    margin-right: 8px
}

    .body-verified .verified-item:last-child {
        margin-right: 0
    }

.iinfo.body-verified {
    text-align: right;
    height: 48px;
    margin: auto
}

.footer-address {
    padding: 0 16px
}

.t-bold {
    font-weight: bold
}

.group-item .phone-l a {
    color: #132571
}

.t-bold:before {
    content: '';
    background: url(/themes/dmld/images/square-phone.svg) no-repeat center;
    background-size: 11px;
    width: 11px;
    height: 11px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 4px;
    filter: invert(22%) sepia(49%) saturate(4266%) hue-rotate(352deg) brightness(90%) contrast(101%)
}

.group-item ul li {
    line-height: 20px;
    margin: 8px 0
}

.fapp {
    display: block;
    margin-bottom: 4px
}

.container {
    max-width: 1236px;
    margin: 0 auto;
    position: relative
}

.contentCenter {
    padding: 16px 368px 16px 261px;
    position: relative;
    background: #fff;
    margin-bottom: 4px;
    min-height: 550px
}

.taxonomypage {
    overflow: hidden
}

.rightsidebar {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 336px;
    overflow: hidden
}

.leftsidebar {
    position: absolute;
    top: 16px;
    left: 0;
    width: 245px;
    overflow: hidden
}

.viewmore {
    display: block;
    clear: both;
    margin-bottom: 16px;
    text-align: center;
    padding: 5px;
    border: 1px solid #0071c4;
    border-radius: 3px;
    max-width: 129px;
    margin: 0 auto
}

    .viewmore span {
        position: relative
    }

        .viewmore span:after {
            content: "";
            background: url(/themes/dmld/images/chevron-down.svg) no-repeat;
            background-size: 12px;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 0;
            right: -20px;
            filter: invert(27%) sepia(57%) saturate(2748%) hue-rotate(187deg) brightness(96%) contrast(101%)
        }

    .viewmore:hover {
        color: #0071c4
    }

.promotions .title-top-news {
    margin-bottom: 8px
}

    .promotions .title-top-news .titlekm {
        display: inline-block;
        position: relative
    }

    .promotions .title-top-news span {
        position: relative
    }

    .promotions .title-top-news .titlekm::before {
        content: "";
        background: url(/themes/dmld/images/giftbox.png) no-repeat;
        background-size: 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: -27px
    }

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.32);
    position: fixed;
    left: 0;
    visibility: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    z-index: 8
}

#adleftbottom {
    margin-left: 16px
}

.theme .hide {
    display: none
}

#scrolltop {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 9999;
    visibility: hidden;
    height: 35px;
    width: 35px;
    transition: all ease .5s;
    transition-delay: 1s;
    background: url(/themes/dmld/images/scrolltop.png) no-repeat center;
    background-size: 24px;
    background-color: #c2c2c2;
    border-radius: 50%;
    opacity: .6;
    cursor: pointer
}

    #scrolltop:hover, #scrolltop.x-hover {
        opacity: 1;
        transition: 1s
    }

.scrollup #scrolltop {
    visibility: visible;
    bottom: 100px;
    transition-delay: 0s
}

.itemtrend .thumb img {
    width: 100%;
    height: auto
}

.itemtrend .thumb {
    width: 68px;
    height: 68px;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px
}

.listtrend {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px
}

    .listtrend .itemtrend {
        -webkit-flex: 8%;
        flex-grow: 1;
        width: 107px;
        position: relative;
        -webkit-box-flex: 1;
        width: 100px;
        height: 110px;
        border: 1px solid #ddd;
        margin: 0;
        padding: 20px 8px
    }

.boxtrend {
    padding-bottom: 4px
}

.title-trend {
    position: relative;
    font-size: 18px;
    display: block;
    font-weight: bold;
    padding: 8px 8px 8px 40px
}

    .title-trend:before {
        background: url(/Data/image/2021/01/13/hot-category.png) no-repeat;
        content: "";
        background-size: 28px;
        width: 28px;
        height: 28px;
        position: absolute;
        top: 3px;
        left: 0
    }

.listtrend .box-trend {
    text-align: center;
    color: initial
}

.box-trend .title {
    color: initial
}

.listtrend .itemtrend:nth-child(2n+1) {
    border-right: 0 !important;
    margin-bottom: -1px !important
}

.listtrend .itemtrend:hover .box-trend .title {
    color: #da251c
}

.listtrend .itemtrend:nth-child(3n) {
    border-right: 0
}

.listtrend .itemtrend:nth-child(2n+2) {
    border-right: 0 !important;
    margin-bottom: -1px !important
}

.listtrend .itemtrend:nth-child(10n) {
    border-right: 1px solid #ddd !important
}

.viewmore.itrend {
    max-width: 200px;
    padding: 6px 0;
    cursor: pointer
}

.boxtrend .container {
    background: #fff
}

.container-trend {
    padding: 16px
}

.viewmore.loading span:after {
    display: none
}

.detailpage .container-trend {
    padding: 0
}

.detailpage .listtrend .itemtrend {
    -webkit-flex: 15%
}

    .detailpage .listtrend .itemtrend:nth-child(5n) {
        border-right: 1px solid #ddd !important
    }

.detailpage .boxtrend {
    margin-bottom: 16px
}

.discount-cat-main {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #da251c;
    padding: 0 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px
}

.taxindex .user-avatar {
    border-radius: 50%;
    max-width: 24px;
    height: 24px
}

.isup.iphone span {
    color: #fff
}

.taxindex .user-name {
    position: absolute;
    top: 2px;
    left: 32px;
    color: initial;
    cursor: pointer
}

.taxindex {
    position: relative
}

    .taxindex .date {
        position: absolute;
        top: 2px;
        right: 8px
    }

.detailpage .user-avatar {
    border-radius: 50%;
    max-width: 48px;
    height: 48px
}

.box-postuser {
    position: relative
}

    .box-postuser .user-name {
        position: absolute;
        top: 2px;
        left: 56px;
        font-weight: bold
    }

        .box-postuser .user-name::before {
            content: "Chia sẻ bởi ";
            display: inline-block;
            text-transform: initial;
            width: 70px;
            height: 26px;
            font-weight: normal
        }

.item-info.raty-on {
    color: rgba(0,0,0,.54)
}

.box-postuser .info-time {
    position: absolute;
    left: 56px;
    top: 26px
}

.info-three .box-postuser a {
    margin-right: 2px
}

.box-postuser .item-rating {
    display: inline-block;
    vertical-align: top
}

.info-three .box-postuser a.itime, .info-three .box-postuser a.iview {
    margin-right: 16px
}

@media screen and (max-width:1280px) {
    .isup span {
        display: none
    }

    .box-login > span {
        display: none
    }

    .list-support > li {
        min-width: 40px
    }

    .list-support .notica-link {
        min-width: inherit
    }

    .box-support {
        right: 70px;
        top: 37.5px;
        display: block;
        position: absolute
    }

    .box-link, .box-sup, .box-phone {
        top: 18px;
        left: -77px
    }

    .box-sup {
        right: -24px;
        left: initial
    }

    .box-phone {
        right: -46px;
        left: initial
    }

    .toggle.menu {
        left: 0
    }
}

@media screen and (max-width:1024px) {
    .container {
        width: 1024px
    }
}