/* 2024-01-24 14:12:58. */
:root {
    --c-facebook: #1a6dd4;
    --c-twitter: #55acef;
    --c-pinterest: #e4223e;
    --c-linkedin: #02669a;
    --c-tumblr: #44546b;
    --c-instagram: #c13584;
    --c-vk: #45668e;
    --c-vimeo: #1ab7ea;
    --c-youtube: red;
    --c-dribble: #ea4c89;
    --c-flickr: #0063dc;
    --c-email: #080808;
    --c-whatsapp: #23c761;
    --c-soundcloud: #f80;
    --c-rss: #f97d1e;
    --c-contrast-0: #fff;
    --c-contrast-10: #fbfbfb;
    --c-contrast-50: #f7f7f7;
    --c-contrast-150: #ddd;
    --c-contrast-200: #ccc;
    --c-contrast-600: #666;
    --c-contrast-700: #444;
    --c-contrast-900: #161616;
    --footer-bg: #222;
    --copyright-bg: #181818;
    --header-bg: #fff;
    --c-border: #efefef;
    --main-width: 1410px;
    --sidebar-width: 29%;
    --content-width: 69%;
    --c-main: #f97150;
    --c-main-rgb: 249, 133, 80;
    --c-nav: #444;
    --nav-h: 52px;
    --title-size-xs: 14px;
    --title-size-s: 16px;
    --title-size-n: 18px;
    --title-size-m: 20px;
    --title-size-l: 25px;
    --title-size-xl: 30px;
    --title-fw-semi: 600;
    --title-fw-bold: 700;
    --c-shadow: rgba(10, 10, 10, .04)
}

* {
    margin: 0;
    padding: 0
}

body {
    min-width: 1200px;
    overflow-x: hidden
}

img {
    border: 0
}

a {
    text-decoration: none
}

ul, ol {
    list-style: none
}

.clr {
    clear: both
}

.fr {
    float: right
}

.fl {
    float: left
}

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    text-rendering: geometricPrecision
}

a {
    color: #333
}

input[type=text], input[type=tel], textarea {
    -webkit-appearance: none
}

body, input, button, option, textarea, label, legend, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font: 14px/18px Helvetica Neue, Helvetica, Arial, SF Pro Display, sans-serif;
    color: #333;
    outline: 0;
    font-weight: 400;
    zoom: 1
}

.brand ul li {
    display: inline-block;
    overflow: visible;
    position: relative;
    width: 32.7% !important;
    transform-style: flat;
    text-align: center;
    background: antiquewhite;
    margin-bottom: 3px !important;
    margin-right: 0 !important
}

.brand ul li a {
    padding: 0 !important
}

.clearfix:after, .container:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    max-height: 0
}

.clearfix, .container {
    display: inline-block
}

* html .clearfix, * html .container {
    height: 1%
}

.clearfix, .container {
    display: block
}

.clearer {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    position: relative
}

.center {
    text-align: center
}

.hidden {
    display: none !important
}

.show {
    display: block !important
}

#loading_box {
    display: none;
    position: fixed;
    right: 50%;
    top: 0;
    z-index: 1000;
    padding: 6px 11px 6px 31px;
    background: #fff1a8 url("cdn/themes/metavn/img/lb_loading.gif") no-repeat scroll 10px center;
    color: #3f0000;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px
}

#loader {
    background: #dae6ec;
    border: 1px solid #069;
    position: fixed;
    color: #069;
    z-index: 1000;
    left: 0;
    bottom: 0;
    padding: 5px 15px;
    opacity: .8
}

.loader {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url("cdn/themes/metavn/img/loader.gif") no-repeat center center;
    visibility: hidden
}

input.captcha {
    text-transform: uppercase;
    width: 10em !important
}

img.captcha {
    margin-left: 5px;
    vertical-align: middle
}

.error_box, .notice_box, .success_box {
    padding: 9px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    line-height: 1.2em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.error_box {
    background: #f2dede;
    color: #b94a48;
    border-color: #eed3d7
}

.notice_box {
    background: #fcf8e3;
    color: #c09853;
    border-color: #fbeed5
}

.success_box {
    background: #dff0d8;
    color: #468847;
    border-color: #d6e9c6
}

.info_box {
    background: #d9edf7;
    color: #3a87ad;
    border-color: #bce8f1
}

.error_box a {
    color: #b94a48
}

.notice_box a {
    color: #c09853
}

.success_box a {
    color: #468847
}

.info_box a {
    color: #3a87ad
}

.button, button {
    background: #212121;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    border: 0;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 5px
}

a.button:hover {
    color: #fff
}

.text_button, .text_button:hover {
    background: none;
    color: #555
}

a.text_button:hover {
    color: #333
}

.action .tool_link {
    margin-left: 10px;
    color: #333;
    background: #ececec;
    padding: 6px 12px;
    border: 0;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer
}

.tipsy {
    padding: 8px 5px;
    font-size: 12px;
    position: absolute;
    z-index: 10001
}

.tipsy sup {
    font-size: 14px \9
}

.tipsy-inner {
    padding: 5px 8px;
    max-width: 300px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #000;
    background-color: #1a1a1a;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tipsy-arrow {
    position: absolute;
    background: url("cdn/themes/metavn/img/tipsy.gif") no-repeat top left;
    width: 9px;
    height: 5px
}

.tipsy-n .tipsy-arrow {
    top: 3px;
    left: 50%;
    margin-left: -4px
}

.tipsy-nw .tipsy-arrow {
    top: 3px;
    left: 10px
}

.tipsy-ne .tipsy-arrow {
    top: 3px;
    right: 10px
}

.tipsy-s .tipsy-arrow {
    bottom: 3px;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left
}

.tipsy-sw .tipsy-arrow {
    bottom: 3px;
    left: 10px;
    background-position: bottom left
}

.tipsy-se .tipsy-arrow {
    bottom: 3px;
    right: 10px;
    background-position: bottom left
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative;
    overflow: hidden
}

#cboxLoadedContent {
    overflow: auto
}

#cboxLoadedContent iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
}

#cboxOverlay {
    background: rgba(0, 0, 0, .8)
}

#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter {
    display: none
}

#cboxLoadedContent {
    padding: 7px;
    background: #fff
}

#cboxClose:hover, #cboxClose.hover {
    opacity: 1
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px
}

.cboxSlideshow_on #cboxSlideshow.hover {
    background-position: -150px 0
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px
}

.cboxSlideshow_off #cboxSlideshow.hover {
    background-position: -125px 0
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxPrevious.hover {
    background-position: -75px -25px
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: #666;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxNext.hover {
    background-position: -50px -25px
}

#cboxLoadingGraphic {
    background: url("cdn/themes/metavn/img/loader.gif") no-repeat center center
}

#cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .1);
    background-image: url("cdn/themes/metavn/img/cross.png");
    background-repeat: no-repeat;
    background-position: 7px 7px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    opacity: .8
}

.message_box {
    position: relative;
    width: 300px;
    min-height: 50px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.3em;
    overflow: hidden
}

.message_box .action {
    padding-top: 25px;
    text-align: center
}

.box {
    display: block;
    margin: 10px 0;
    clear: both;
    overflow: hidden
}

.box .hd {
    display: block;
    clear: both;
    overflow: hidden
}

.box .hd > .box_title {
    padding: 0;
    line-height: 30px;
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #333
}

.box .hd > .box_total {
    font-size: 12px;
    display: inline-block;
    float: left;
    margin-top: 15px
}

.box .box_title {
    padding: 5px 10px;
    line-height: 30px;
    display: block;
    clear: both;
    overflow: hidden;
    font-size: 20px;
    color: #333
}

.box .extra {
    display: inline-block;
    float: right;
    line-height: 30px;
    padding-right: 10px
}

.box .extra a {
    color: #0b5690
}

.box .bd {
    height: 1%;
    display: block
}

.box .bd:after {
    clear: both;
    content: '\0020';
    display: block;
    visibility: hidden;
    height: 0
}

.box .bt {
    display: block
}

.row {
    margin-left: -10px;
    *zoom: 1
}

.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0
}

.row:after {
    clear: both
}

.row .col {
    float: left;
    display: inline-block;
    min-height: 1px;
    margin-left: 10px;
    box-sizing: border-box
}

.breadcrumbs li {
    display: inline-block
}

.breadcrumbs li a {
    padding: 5px 0;
    display: inline-block;
    color: #333;
    font-size: 12px
}

.breadcrumbs li a:after {
    content: "›";
    margin: 0 5px
}

.breadcrumbs li:last-child a:after {
    content: "";
    margin: 0
}

.breadcrumbs:hover {
    opacity: 1
}

.lazy, .lazyload {
    opacity: 0
}

.lazy.lazyOwl {
    opacity: 1;
    transition: all 300ms ease
}

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    background: #f7f7f7 url("cdn/themes/metavn/img/loader.gif") no-repeat center center
}

.lazyloaded, .lazy.lazyOwl {
    opacity: 1;
    transition: opacity 300ms
}

img.lazyload:not([src]) {
    visibility: hidden
}

[class^=icontgdd-], [class*=icontgdd-], [class^=iconmobile-], [class*=iconmobile-] {
    background-image: url("/site/img/icondesktop%401x.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    [class^=icontgdd-], [class*=icontgdd-], [class^=iconmobile-], [class*=iconmobile-] {
        background-image: url("index.html");
        background-size: 500px 100px
    }
}

header {
    position: relative;
    top: 0;
    min-width: 1200px;
    width: 100%;
    z-index: 13
}

section {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: 10px auto 0;
    position: relative
}

.wrap-main {
    max-width: 1200px;
    min-width: 1200px;
    width: 100%;
    margin: auto;
    position: relative;
    display: block
}

.header-top {
    width: 100%;
    box-sizing: border-box
}

.top_nav a {
    display: inline-block;
    float: left;
    color: #fff;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    margin-right: 20px
}

.header-top a {
    display: inline-block;
    float: left;
    color: #fff;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    margin-right: 20px;
    white-space: nowrap
}

.header-middle {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    background: #000
}

.header-bottom {
    width: 100%;
    height: 40px;
    background: #f1f1f1
}

.header-middle-right {
    display: inline-block;
    float: right
}

.logo {
    display: inline-block;
    float: left;
    height: 40px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-right: 50px
}

.logo img {
    width: 150px;
    height: auto
}

#search-site {
    float: left;
    width: 380px;
    height: 35px;
    margin: 5px 30px 0 0;
    background: #222;
    position: relative;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #888888
}

.topinput {
    float: left;
    width: 80%;
    padding-top: 0;
    padding-left: 10px;
    border: 0;
    position: relative;
    background: none;
    color: #fff;
    height: 30px;
    font-size: 13px
}

.topinput::placeholder {
    color: #fff
}

.btntop {
    float: right;
    width: 35px;
    height: 30px;
    margin-right: 10px;
    border: 0;
    background: none
}

.wrap-suggestion {
    display: block;
    border: 1px solid #e2e2e2;
    background: #fff;
    position: absolute;
    width: 345px;
    left: 0;
    right: 0;
    top: 48px;
    z-index: 9999;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .15)
}

.wrap-suggestion:after, .wrap-suggestion:before {
    bottom: 100%;
    left: 80px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute
}

.wrap-suggestion:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px
}

.wrap-suggestion:before {
    border-color: rgba(218, 218, 218, 0);
    border-bottom-color: #dadada;
    border-width: 9px;
    margin-left: -9px
}

.wrap-suggestion li {
    display: block;
    background: #fff;
    overflow: hidden;
    list-style: none;
    border-bottom: 1px dotted #ccc
}

.wrap-suggestion li:last-child {
    border-bottom: 0
}

.wrap-suggestion li a {
    display: block;
    overflow: hidden;
    padding: 6px;
    color: #333;
    font-size: 12px
}

.wrap-suggestion li a img {
    float: left;
    width: 50px;
    height: auto;
    margin: 0 6px 0 0
}

.wrap-suggestion li a h3 {
    display: block;
    width: auto;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wrap-suggestion li a h4 {
    font-size: 12px;
    font-weight: bold
}

.wrap-suggestion li a h6 {
    font-size: 12px;
    color: #e67e22
}

.wrap-suggestion li a span {
    float: left;
    font-size: 13px;
    color: #333
}

.wrap-suggestion li a span.price {
    font-size: 12px;
    color: #c70100;
    float: none
}

.wrap-suggestion li a span.price del {
    font-size: 12px;
    color: #666;
    margin-left: 5px
}

.wrap-suggestion li a label {
    display: block;
    font-size: 12px;
    color: #999;
    padding-left: 56px
}

.wrap-suggestion li a label strong {
    font-size: 12px;
    color: #d0021b
}

.wrap-suggestion .nosearch {
    padding: 10px;
    font-size: 13px
}

#search-site .wrap-suggestion .viewall {
    padding: 10px;
    text-align: center
}

#search-site .wrap-suggestion .viewall a {
    color: #0b5690
}

.user_area {
    margin: 0 10px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden
}

.user_area a {
    color: #fff;
    float: left;
    font-weight: 500
}

.user_area .user_links {
    display: inline-block;
    float: right
}

.user_area .user_links a:first-child::after {
    content: "/";
    display: inline-block;
    float: right;
    padding: 0 3px
}

.cart {
    float: right;
    position: relative;
    z-index: 100;
    margin-top: 5px
}

.cart .cart_info {
    float: left;
    padding: 0 10px;
    height: 30px;
    margin-top: 5px
}

.cart .cart_info a {
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    position: relative
}

.cart .cart_info a:hover {
    text-decoration: none
}

.cart .cart_info a em {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50px;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    background: #ffb243;
    font-style: normal
}

.cart .list_wrapper {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    background-color: #fff
}

.cart:hover .list_wrapper {
    display: block
}

.cart .list_arrow {
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    height: 10px;
    width: 80px;
    text-indent: -999em
}

.cart .loader {
    position: absolute;
    top: 10px;
    right: 10px
}

.cart .list {
    width: 260px;
    padding: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.cart .list .cart_empty {
    padding: 15px 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center
}

.cart .list li {
    padding: 5px 0;
    border-bottom: 1px solid #ececec
}

.cart .list .package_goods_list {
    display: none
}

.cart .list .photo {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.cart .list .photo img {
    width: 40px;
    height: 40px
}

.cart .list .name {
    display: block;
    padding-top: 3px;
    line-height: 16px
}

.cart .list .name em {
    margin-left: 3px
}

.cart .list .package_name {
    display: block;
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    background: url("index.html") no-repeat left 6px
}

.cart .list .extra_info {
    display: block;
    color: #999
}

.cart .list .extra_info em {
    display: inline-block;
    margin-left: 2px;
    padding: 2px 5px;
    color: #fff;
    white-space: nowrap;
    background-color: #ff8c22;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.cart .list span.price {
    float: left;
    width: 130px;
    padding-top: 3px;
    font-weight: bold
}

.cart .list .action {
    float: right;
    width: 80px;
    padding-top: 3px;
    text-align: right
}

.cart .list .action a {
    display: inline-block;
    padding: 2px 8px;
    background: #e6e6e6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.cart .list .action a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff8c22;
    background-position: left -90px
}

.cart .list .total {
    margin-top: 5px;
    padding: 5px 0;
    text-align: right
}

.cart .list .total strong {
    color: #e5101d
}

.cart .list .total .price {
    font-weight: bold
}

.cart .list .next {
    padding: 5px 0;
    text-align: right
}

.cart .list .close {
    position: absolute;
    left: 20px;
    bottom: 15px;
    display: none
}

.all_cat_wrapper {
    height: 40px;
    width: 170px;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    padding-left: 20px
}

.all_cat_wrapper .all_cat {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 232px;
    box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
    overflow: hidden
}

.all_category {
    width: 500px;
    display: none;
    background: #fff;
    position: relative;
    z-index: 10;
    left: -155px
}

.all_cat_wrapper:hover .all_category {
    display: block;
    box-shadow: 0 5px 7px -1px rgb(0 0 0 / 40%);
    box-sizing: border-box
}

.all_cat .line {
    float: left;
    width: 13px;
    padding: 13px 10px 11px;
    overflow: hidden;
    position: relative;
    z-index: 12
}

.all_cat .line i {
    display: block;
    margin: 2px 0;
    height: 2px;
    background: #333;
    border-radius: 4px
}

.all_cat > span {
    display: block;
    position: relative;
    z-index: 11;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    color: #333
}

.all_cat > span:after {
    content: '';
    border-top: 6px solid #333;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px
}

.categories {
    position: relative;
    overflow: visible;
    text-align: left;
    bottom: -2px;
    z-index: 1
}

.categories > li {
    display: inline-block;
    overflow: visible;
    position: relative;
    margin-right: 8px
}

.categories > li > a {
    display: block;
    color: #010101;
    padding: 10px 8px;
    font-weight: 400;
    font-size: 15px
}

.categories > li.hassub::before {
    border-bottom: 2px solid #474747;
    border-right: 2px solid #474747;
    content: '';
    height: 5px;
    position: absolute;
    transform: rotate(45deg);
    top: 15px;
    right: -6px;
    width: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.categories > li:hover > a, .categories > li.actived > a {
    color: #f00
}

.categories > li:hover.hassub::before, .categories > li.actived.hassub::before {
    transform: rotate(225deg);
    top: 18px;
    border-bottom: 2px solid #f00;
    border-right: 2px solid #f00
}

.categories > li > .sub_cat {
    display: none;
    position: absolute;
    top: 38px;
    max-width: 250px;
    width: 225px;
    box-sizing: border-box;
    border-left: 0;
    padding: 10px;
    box-sizing: border-box;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 12%)
}

.categories > li:hover .sub_cat {
    display: block;
    z-index: 9
}

.categories > li > .sub_cat > a {
    display: block;
    color: #111;
    padding: 7px 0;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left
}

.txtbanner {
    display: inline-block;
    float: left;
    height: 40px;
    margin-left: 5px
}

.txtbanner > a {
    color: #333;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 5px;
    position: relative;
    font-family: "Google sans", Roboto, Arial, sans-serif;
    border-left: 1px solid #ececec
}

.txtbanner > a:last-first {
    border-left: 0
}

.txtbanner > li .sub_txtbanner {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    width: 220px;
    display: none;
    z-index: 3
}

.txtbanner > li:hover .sub_txtbanner {
    display: block
}

.txtbanner > li:hover > a {
    color: #111
}

.sub_txtbanner > a {
    display: block;
    padding: 5px 10px;
    line-height: 23px
}

.sub_txtbanner > a:hover {
    font-weight: 700
}

.header-border {
    border-right: 1px solid #c70b17
}

.header-link {
    line-height: 40px;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    float: left
}

header .htop-r {
    color: #fff;
    float: left;
    width: auto;
    margin-left: 30px;
    box-sizing: border-box;
    height: 45px;
    overflow: hidden;
    display: inline-block;
    text-align: left
}

header .htop-r > span {
    float: left;
    height: 35px;
    padding-left: 5px;
    text-align: center
}

header .htop-r > span:first-child {
    border-left: none;
    padding-left: 0
}

header .htop-r p {
    font-size: 12px;
    color: #fff
}

header .htop-r strong {
    font-size: 16px;
    color: white
}

footer {
    width: 100%;
    min-width: 1200px;
    margin: 30px auto 0;
    background: #242424;
    overflow: hidden;
    clear: both
}

footer > .container {
    padding: 40px 0
}

.colfoot {
    float: left;
    width: 22%;
    margin: 0;
    position: relative
}

.colfoot li {
    float: none;
    position: relative;
    font-size: 14px;
    color: #fff
}

.colfoot li.cot_title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase
}

.colfoot li a {
    color: #d1d1d1;
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px
}

.hotline_support {
    width: 45%
}

.hotline_support li {
    line-height: 25px
}

.company_info p {
    line-height: 24px;
    width: 90%
}

.company_info .tel {
    color: #ffcd00
}

.listtel_content span {
    display: inline-block;
    width: 65px
}

.nav_bottom {
    margin: 10px 0;
    font-size: 12px
}

.nav_bottom a {
    display: inline-block;
    color: #333;
    float: left;
    margin-right: 10px;
    font-size: 12px
}

.copyright {
    clear: both;
    color: #888;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    background: #161616
}

.copyright a {
    color: #fff
}

.social_link a {
    display: inline-block;
    margin: 0 5px
}

.social_link img {
    height: 32px;
    width: 32px
}

.icontgdd-logo {
    background-position: 0 0;
    width: 156px;
    height: 30px;
    display: block;
    margin: auto
}

.icontgdd-topsearch {
    background-position: -160px 0;
    width: 20px;
    height: 20px;
    display: block;
    margin: 1px auto 0
}

.icontgdd-cart {
    background-position: -183px 0;
    width: 25px;
    height: 20px
}

.icontgdd-user-white {
    background-position: -210px 0;
    height: 20px
}

.icontgdd-hotline-white {
    background-position: -239px 0;
    width: 27px;
    height: 28px;
    margin-top: 5px;
    float: left
}

.icontgdd-fb {
    background-position: 0 -30px;
    width: 15px;
    height: 15px
}

.icontgdd-yt {
    background-position: -16px -30px;
    width: 20px;
    height: 15px
}

#back-top {
    bottom: 100px;
    position: fixed;
    right: 45px;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 18px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
    font-family: Arial
}

#bannertopheader a {
    display: block;
    clear: both;
    margin: 0;
    padding: 0
}

#bannertopheader img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto
}

#quick_support {
    position: fixed;
    right: 5px;
    top: 196px;
    width: 45px;
    z-index: 100;
    transition: .5s all;
    text-align: center
}

.camket {
    padding: 30px 0
}

.camket li {
    width: 272.5px;
    display: inline-block;
    float: left;
    margin-right: 30px;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: 500
}

.camket li:last-child {
    margin-right: 0
}

.liveevent {
    position: relative;
    color: #f33;
    padding-left: 20px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px
}

.liveevent:hover .text {
    color: #288ad6
}

.liveevent .text {
    line-height: 40px;
    display: inline-block;
    vertical-align: middle
}

#dot {
    width: 10px;
    height: 10px;
    background-color: #f33;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    display: block
}

#dot .ping {
    border: 1px solid #f33;
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: rgba(238, 46, 36, .2);
    border-radius: 100%;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-name: sonar;
    animation-name: sonar;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: block;
    margin: -1px 0 0 -1px
}

@-webkit-keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

#menu-support {
    bottom: 25px;
    height: 60px;
    left: 7.5px;
    position: fixed;
    width: 120px;
    z-index: 4
}

#menu-support.product-detail {
    bottom: 100px
}

.open-support, .close-text {
    display: none;
    font-size: 1.5rem
}

.btn-open-support, .item-support {
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-transform: translate3d(0, 0, 0);
    align-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 5%;
    color: #f33;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    justify-content: center;
    position: absolute;
    text-align: center;
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    width: 120px
}

.btn-open-support span, .item-support span {
    width: 100%;
    background: #fffcf1;
    border: 1px solid;
    padding: 5px
}

.btn-open-support {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    z-index: 12
}

.item-support {
    -o-transition-duration: 180ms;
    -webkit-transition-duration: 180ms;
    box-shadow: 0 1px 2px rgba(16, 10, 9, .4);
    line-height: 1.2;
    transition-duration: 180ms;
    background: #fff
}

.item-support img {
    height: 50px;
    object-fit: contain;
    width: 50px
}

.item-support span {
    font-size: .85rem
}

.open-support:checked + .btn-open-support {
    -webkit-transform: scale(.8, .8) translate3d(0, 0, 0);
    transform: scale(.8, .8) translate3d(0, 0, 0);
    transition-duration: 200ms;
    transition-timing-function: linear
}

.open-support:checked ~ .item-support {
    transition-timing-function: cubic-bezier(.935, 0, .34, 1.33)
}

.open-support:checked ~ .item-support:nth-child(3) {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    transition-duration: 180ms
}

.open-support:checked ~ .item-support:nth-child(4) {
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0);
    transition-duration: 280ms
}

.open-support:checked ~ .item-support:nth-child(5) {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    transition-duration: 380ms
}

.open-support:checked ~ .btn-open-support .open-text {
    display: none
}

.open-support:checked ~ .btn-open-support .close-text {
    display: block
}

.ripple {
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
    background: #212121;
    border-radius: 100px;
    height: 100px !important;
    left: -20px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: -20px;
    width: 100px !important;
    z-index: -1
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
        transform: scale(1)
    }
}

.ripple:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.ripple:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

#menu-chat {
    bottom: 25px;
    height: 60px;
    right: 30px;
    position: fixed;
    width: 60px;
    z-index: 4
}

#menu-chat.product-detail {
    bottom: 100px
}

.open-chat, .close-text {
    display: none;
    font-size: 1.5rem
}

.item-chat {
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-transform: translate3d(0, 0, 0);
    align-content: center;
    align-items: center;
    background: #f33;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 400px;
    justify-content: center;
    position: absolute;
    text-align: center;
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    width: 330px;
    right: 70px;
    margin-top: 85px
}

.btn-open-chat {
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-transform: translate3d(0, 0, 0);
    align-content: center;
    align-items: center;
    background: #f33;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    justify-content: center;
    position: absolute;
    text-align: center;
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    width: 60px
}

.btn-open-chat span, .item-chat span {
    width: 100%
}

.btn-open-chat {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    z-index: 12
}

.item-chat {
    -o-transition-duration: 180ms;
    -webkit-transition-duration: 180ms;
    box-shadow: 0 1px 2px rgba(16, 10, 9, .4);
    line-height: 1.2;
    transition-duration: 180ms;
    background: #fff;
    border: 5px solid #006838;
    border-radius: 5%;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.item-chat img {
    height: 20px;
    object-fit: contain;
    width: 30px
}

.item-chat span {
    font-size: .85rem
}

.open-chat:checked + .btn-open-chat {
    -webkit-transform: scale(.8, .8) translate3d(0, 0, 0);
    transform: scale(.8, .8) translate3d(0, 0, 0);
    transition-duration: 200ms;
    transition-timing-function: linear
}

.open-chat:checked ~ .item-chat {
    transition-timing-function: cubic-bezier(.935, 0, .34, 1.33)
}

.open-chat:checked ~ .item-chat:nth-child(3) {
    -webkit-transform: translate3d(0px, -400px, 0);
    transform: translate3d(0px, -400px, 0);
    transition-duration: 280ms
}

.open-chat:checked ~ .btn-open-chat .open-text {
    display: none
}

.open-chat:checked ~ .btn-open-chat .close-text {
    display: block
}

.ripple:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.ripple:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

#menu-chat input {
    width: 100%;
    padding: 5px
}

#call-phone #bmobile {
    border-left: 1px solid #006838 !important;
    width: 75% !important;
    float: left
}

#menu-chat .booking_form textarea {
    width: 100% !important
}

#menu-chat .booking_form {
    width: 96%;
    bottom: 10px !important;
    position: absolute
}

.nhanvien {
    background: #F7F7F7;
    display: inline-block;
    width: 97%;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 1px #ccc solid;
    color: #333;
    margin-bottom: 8px;
    top: 0;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    padding-top: 5px;
    position: absolute
}

.nhanvien .img {
    float: left;
    width: 64px;
    height: 64px;
    margin: 0 5px 0 0
}

.nhanvien span {
    line-height: 60px
}

#call-phone .button {
    padding: 6px 12px !important;
    border-radius: 4px
}

.admin {
    color: #004c3b;
    padding: 20px;
    margin-top: -60px;
    background: #eef7ff;
    font-size: 15px;
    line-height: 1.6em
}

.online-img {
    float: left;
    border: 0;
    width: 16px !important;
    height: 16px !important;
    margin: 23px 0;
    margin-right: 10px
}

#tophistory {
    color: #ffd079;
    font-size: 16px;
    float: left;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-right: 30px;
    margin-left: 10px
}

#tophistory > span {
    position: relative;
    font-weight: bold;
    color: white
}

#tophistory > span:before, #tophistory > span:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #fbd947;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 6px;
    right: -20px
}

.history_goods {
    background: #fff;
    padding: 5px 5px;
    position: absolute;
    top: 50px;
    z-index: 999;
    width: 380px;
    margin: 0;
    right: 120px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
    border-radius: 4px;
    display: none
}

#tophistory:hover .history_goods {
    display: block
}

.box_history.homeproduct {
    background: #f7f7f7;
    padding: 0
}

.box_history .homeproduct li {
    width: 100% !important;
    height: 100px;
    padding-bottom: 0;
    padding: 5px
}

.box_history .homeproduct li img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px auto;
    float: left;
    margin-right: 10px
}

article div {
    margin-top: 0
}

.article_content p, .article_content h3, article p, article div, article h2, article h3, article h4 {
    margin: 10px auto 0;
    font-size: 16px;
    color: #333
}

#km {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    width: 120px;
    right: 50px;
    top: 5px
}

#km .content-km {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #f0a591;
    padding: 5px;
    text-align: center
}

.content-km a {
    color: white
}

#km span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box
}

#km span:nth-child(1) {
    transform: rotate(0deg)
}

#km span:nth-child(2) {
    transform: rotate(90deg);
    margin-left: 36px
}

#km span:nth-child(3) {
    transform: rotate(180deg)
}

#km span:nth-child(4) {
    transform: rotate(270deg);
    margin-left: -36px
}

#km span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fe3333;
    animation: animate 4s linear infinite
}

@keyframes animate {
    0% {
        transform: scaleX(0);
        transform-origin: left
    }
    50% {
        transform: scaleX(1);
        transform-origin: left
    }
    50.1% {
        transform: scaleX(1);
        transform-origin: right
    }
    100% {
        transform: scaleX(0);
        transform-origin: right
    }
}

.float-icon-support {
    display: block;
    position: fixed;
    bottom: 145px;
    right: 5px;
    z-index: 9999
}

.float-icon-support ul {
    display: block;
    margin-bottom: 0
}

.float-icon-support ul li {
    display: block;
    margin-bottom: 0
}

.float-icon-support ul li a {
    display: block;
    position: relative;
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: linear;
    margin-bottom: 5px
}

.float-icon-support ul li a img {
    height: 35px;
    display: inline-block
}

img {
    border-radius: 1px
}

.coso {
    WIDTH: 100%;
    display: inline-block;
    position: relative
}

.coso ul li {
    width: 48%;
    float: left;
    padding: 10px;
    PADDING-LEFT: 0
}

.coso ul li a {
    font-weight: bold;
    color: #fff
}

.coso ul li span, .coso ul li P {
    color: white;
    MARGIN-TOP: 10PX
}

.nameshop {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold
}

/* 2023-07-08 17:28:55. */
.empty {
    padding: 50px 0;
    text-align: center
}

.col_main {
    width: var(--content-width);
    float: left;
    display: block
}

.col_sub {
    width: var(--sidebar-width);
    padding-left: 20px;
    float: right;
    box-sizing: border-box
}

.pagination {
    margin: 15px 0;
    font-size: 13px;
    text-align: right;
    clear: both
}

.pagination a {
    display: inline-block;
    margin-left: 2px;
    padding: 8px 15px;
    background-color: #f4f4f4;
    border-radius: 3px
}

.pagination a:hover {
    background-color: #fe7600;
    color: #fff
}

.pagination a.current {
    color: #fff;
    background-color: #fe7600
}

.pagination span {
    display: inline-block;
    padding: 0 6px
}

.menu {
    display: block;
    overflow: visible;
    clear: both;
    margin: auto;
    width: 100%;
    max-width: 1200px
}

picture img {
    width: 100%;
    height: auto
}

.menu li {
    display: inline-block;
    margin: 10px 0;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 7px 10px
}

.menu li a {
    display: block;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600
}

.menu li a:hover {
    color: #4a90e2
}

.menu li a.actmenu {
    background: #fed701
}

.menu li a.actmenu:hover {
    color: #333
}

table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse
}

table > thead > tr > th {
    border-bottom: 1px solid #bbb;
    text-align: left;
    font-weight: 600
}

table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
    padding: 8px 10px;
    line-height: 1.5384616;
    vertical-align: middle;
    border-top: 1px solid #ddd
}

table td, table th, table tr {
    transition: background-color .15s ease-in-out
}

table tbody > tr:nth-of-type(odd) {
    background-color: #fcfcfc
}

table > tbody > tr:hover, table > tbody > tr.active > td, table > tbody > tr.active > th, table > tbody > tr > td.active, table > tbody > tr > th.active, table > tfoot > tr.active > td, table > tfoot > tr.active > th, table > tfoot > tr > td.active, table > tfoot > tr > th.active, table > thead > tr.active > td, table > thead > tr.active > th, table > thead > tr > td.active, table > thead > tr > th.active {
    background-color: #f6f6f6
}

table td {
    border: 1px solid #ddd
}

article, .bottom {
    display: block;
    overflow: hidden;
    width: 800px;
    margin: auto;
    float: left
}

iframe {
    width: 100%
}

article p, article h2, article h3, article h4 {
    margin: 20px auto;
    font-size: 16px;
    color: #333;
    line-height: 28px
}

article h3, article h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold
}

.cat_articles ul li h3 {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid whitesmoke
}

.figure h2 {
    display: none
}

.cat_articles ul li span {
    display: none
}

.box .box_title {
    padding: 15px 0 !important;
    line-height: 30px;
    display: block;
    clear: both;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold
}

article img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto
}

article a, article a:hover, article a:active {
    color: #288ad6
}

article h3, article h3 a {
    color: #1d71ab
}

article h2, article h2 a {
    color: #1d71ab
}

article h4, article h4 a {
    color: #1d71ab
}

article ul, article ol {
    margin: 10px auto
}

article ul li {
    list-style-type: disc;
    margin-left: 15px;
    line-height: 25px;
    font-size: 16px
}

article table {
    margin: 10px auto;
    border-collapse: collapse;
    max-width: 100%;
    font-weight: 300;
    width: 100%
}

article table + table {
    margin-top: 15px
}

article table ul, article table ol {
    width: auto
}

article td, article th {
    padding: .3em;
    border: 1px #ccc solid;
    width: auto
}

article td p, article th p {
    width: auto
}

article .fbiframe {
    text-align: center
}

.wrapvideo h1 {
    color: #fff
}

.titledetail {
    color: #333;
    display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    margin: auto;
    overflow: hidden
}

.userdetail {
    display: block;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 15px 0 0
}

.userdetail a, .userdetail a:hover {
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    vertical-align: middle
}

.userdetail span {
    color: #b10000;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin: -2px 5px 0;
    vertical-align: middle
}

.userdetail span::before {
    color: #555;
    content: "•";
    display: inline-block;
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle
}

#btnrank {
    padding: 6px 10px;
    border: 1px solid #288ad6;
    background: #288ad6;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    float: left;
    cursor: pointer
}

.comment_box .bd {
    padding: 10px 0
}

.comment_box .pagination {
    padding-top: 10px
}

.comment_box .empty {
    min-height: 10px
}

.comment_box div.req {
    top: 20px;
    right: 20px
}

.comment_box .action-comment {
    margin: 10px 0
}

.comment_box textarea {
    width: 320px;
    padding: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: 85px
}

.comment_box .col-input {
    width: 450px;
    float: left;
    display: inline-block;
    box-sizing: border-box
}

.comment_box .col-input .input-text {
    width: 48%;
    display: inline-block;
    float: left;
    padding: 10px;
    box-sizing: border-box
}

.comment_box .col-input input[type=text], .comment_box .col-input input[type=tel] {
    border: 1px solid #ddd;
    margin: 0 2px 5px
}

.comment_box .action-comment .button {
    text-transform: uppercase;
    height: 40px
}

.action-comment .captcha {
    vertical-align: middle
}

.btn-comment {
    background: #288ad6;
    padding: 11px;
    width: 47%;
    margin-left: 5px;
    border-radius: 5px;
    text-transform: uppercase
}

.wrapcomment {
    position: relative;
    display: block
}

.form_upload {
    width: 320px;
    position: absolute;
    padding: 5px;
    bottom: 10px;
    height: 40px;
    left: 0;
    z-index: 5;
    box-sizing: border-box;
    background: #f7f7f7;
    border-top: 1px solid #ddd;
    display: none
}

.form_upload form input {
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    color: #999;
    padding: 5px;
    margin: 5px 0;
    height: 28px;
    width: 43%;
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #333
}

.form_upload form label {
    height: 35px;
    width: 160px;
    display: block;
    cursor: pointer
}

.form_upload form label span {
    padding-left: 26px;
    display: inline-block;
    background: url("cdn/themes/metavn/img/camera.png") no-repeat;
    background-size: 23px 20px;
    margin: 5px 0 0 10px
}

.upload_preview {
    display: block;
    margin: 20px 0 0
}

.upload_preview li {
    float: left;
    margin-right: 20px;
    position: relative
}

.upload_preview li img {
    max-width: 100px
}

.upload_preview li i {
    border: solid 1px #4d4d4d;
    background: #4d4d4d;
    height: 25px;
    width: 25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 2px;
    padding-left: 1px;
    cursor: pointer;
    font-style: normal;
    box-sizing: border-box;
    right: -10px;
    top: -10px
}

.comment_list {
    margin-top: 10px
}

.comment_list li {
    padding: 5px 0;
    list-style: none
}

.comment_list li .info {
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px
}

.comment_list li .name {
    font-size: 14px;
    padding-right: 10px;
    font-weight: bold
}

.comment_list li .drop {
    float: right;
    display: inline-block;
    padding: 2px 8px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    background-color: #333;
    background-image: -webkit-linear-gradient(top, #666, #333);
    background-image: -moz-linear-gradient(top, #aaa, #666);
    background-image: -o-linear-gradient(top, #666, #333);
    background-image: -ms-linear-gradient(top, #666, #333);
    border-radius: 3px;
    opacity: .8
}

.comment_list li .drop:hover {
    opacity: 1
}

.comment_list li .name .comment_buy {
    color: #2ba832;
    font-size: 13px;
    font-weight: normal
}

.comment_list li .name .comment_buy:before {
    content: "✓";
    background: #3fb846;
    border: 1px solid #3fb846;
    color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 5px;
    text-align: center;
    padding: 0;
    line-height: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 8px
}

.comment_list li .talk {
    padding: 8px 0;
    font-size: 14px;
    line-height: 18px
}

.comment_list li .talk .time {
    font-size: 12px;
    color: #b10000
}

.comment_list li .talk .title {
    padding: 5px 0
}

.comment_list li .talk .type {
    padding-right: 5px
}

.comment_list li .talk .text {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 1.3
}

.comment_list li .talk .reply {
    display: block;
    position: relative;
    margin: 10px 0 0 0;
    padding: 10px 15px 0 12px;
    clear: both;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    background: #f8f8f8;
    border: 1px solid #dfdfdf
}

.reply:after, .reply:before {
    top: -20px;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.reply:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #f8f8f8;
    border-width: 11px;
    margin-left: -11px;
    z-index: 1
}

.reply:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #dfdfdf;
    border-width: 10px;
    margin-left: -10px
}

.comment_list li .talk .reply p {
    padding: 5px 0
}

.comment_list li .talk .reply .name {
    color: #333;
    font-weight: normal
}

.comment_list li .talk .reply .name font {
    color: #fff;
    background: #39b54a;
    padding: 5px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal
}

.btnreply {
    color: #288ad6;
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer
}

.rating {
    color: #288ad6;
    padding: 0;
    display: inline-block
}

.rank {
    display: inline-block;
    height: 12px;
    width: 70px;
    text-indent: -999em;
    background: url("cdn/themes/metavn/img/stars.gif") no-repeat left top;
    vertical-align: middle;
    background-size: 65px 67px
}

.rank_2 {
    background-position: 0 -14px
}

.rank_3 {
    background-position: 0 -27px
}

.rank_4 {
    background-position: 0 -40px
}

.rank_5 {
    background-position: 0 -52px
}

.user_photos li {
    display: inline-block;
    float: left;
    margin-right: 5px
}

.user_photos li img {
    height: 50px;
    width: auto
}

.star-rank > span {
    line-height: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    vertical-align: middle
}

.star-rank > span.star-rating-control {
    margin-left: 20px;
    padding-top: 5px
}

.star-rating {
    float: left;
    width: 19px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

.star-rating, div.star-rating a {
    background: url("cdn/themes/metavn/img/stars.gif") no-repeat -19px 0
}

.star-rating a {
    display: block;
    width: 17px;
    height: 15px;
    background-position: -19px 0 !important;
    border: 0
}

.rating-cancel, div.rating-cancel a {
    display: none
}

.star-rating-on a, .star-rating-hover a {
    background-position: 0 !important
}

.star-rating-readonly a {
    cursor: default !important
}

.star-rating {
    background: transparent !important;
    overflow: hidden !important
}

#star_tip {
    display: none;
    margin-left: 10px;
    position: relative;
    background: #52b858;
    color: #fff;
    padding: 2px 8px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 2px
}

.iconcom-user {
    background-color: #ccc;
    color: #444;
    font-size: 12px;
    font-style: normal;
    height: 24px;
    line-height: 24px;
    margin-right: 7px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: 24px
}

.comment_box .toprt {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 20px
}

.comment_box.crt {
    height: 120px;
    box-sizing: border-box
}

.comment_box .crt .lcrt {
    width: 17%;
    float: left;
    border-right: solid 1px #eee;
    padding-top: 31px;
    height: 90%;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    margin: 5px 10px 5px 5px
}

.comment_box .crt .rank_start {
    background-position: 0 0;
    width: 12px
}

.comment_box .crt .number_star {
    font-size: 18px;
    display: block
}

.comment_box .crt .rank_text {
    padding: 5px 0
}

.comment_box .crt .lcrt b {
    font-size: 40px;
    color: #fd9727;
    line-height: 40px
}

.comment_box .crt .rcrt {
    font-size: 13px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
    width: 45%;
    float: left;
    display: inline-block;
    border-right: solid 1px #eee
}

.comment_box .crt .rcrt .r {
    padding: 1px 20px
}

.comment_box .crt .rcrt span.t {
    display: inline-block;
    color: #333
}

.comment_box .crt .rcrt .bgb {
    width: 55%;
    background-color: #e9e9e9;
    height: 5px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 5px
}

.comment_box .crt .rcrt .bgb .bgb-in {
    background-color: #f25800;
    background-image: linear-gradient(90deg, #ff7d26 0, #f25800 97%);
    height: 5px;
    border-radius: 5px 0 0 5px;
    max-width: 100%
}

.comment_box .crt .rcrt span.c {
    display: inline-block;
    color: #288ad6;
    cursor: pointer
}

.comment_box .crt .bcrt {
    overflow: hidden;
    float: left;
    display: inline-block
}

.comment_box .crt .bcrt a {
    display: block;
    width: 200px;
    margin: 41px auto 0 40px;
    padding: 10px;
    color: #fff;
    background-color: #288ad6;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box
}

.comment_box .txtEditor {
    height: 60px;
    width: 100%;
    margin-bottom: 20px
}

.titlerelate {
    display: block;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 26px;
    text-transform: uppercase;
    padding: 30px 20px 10px;
    margin: 0 20px;
    border-top: 1px solid #eee
}

.newsrelate {
    display: block;
    overflow: hidden
}

.newsrelate li {
    float: left;
    overflow: hidden;
    width: 30%;
    margin-left: 2.5%;
    margin-bottom: 15px
}

.newsrelate li:nth-child(3n+1) {
    clear: both
}

.newsrelate li a {
    display: block;
    overflow: hidden
}

.newsrelate li .tempvideo {
    display: block;
    position: relative;
    height: 135px;
    overflow: hidden
}

.newsrelate li img {
    display: block;
    width: 100%;
    max-height: 135px;
    margin: 0 auto
}

.newsrelate li h3 {
    display: block;
    overflow: hidden;
    line-height: 1.3em;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
    margin: 5px auto
}

.newsrelate li .timepost {
    margin-top: 2px;
    display: block;
    overflow: hidden;
    font-size: 13px;
    color: #b10000
}

.homeproduct {
    clear: both;
    display: block;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
    border-top: 1px solid #eee;
    margin: 20px 0
}

.homeproduct li {
    float: left;
    overflow: hidden;
    width: 25%;
    padding: 0 5px;
    box-sizing: border-box
}

.goods_related_cate .homeproduct li {
    width: 20%
}

.homeproduct li h3 {
    display: block;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.homeproduct li .desc {
    color: #333;
    line-height: 1.5;
    padding: 10px 10px 0 0
}

.homeproduct li .desc span {
    display: block
}

.homeproduct li a {
    display: block;
    overflow: hidden;
    color: #288ad6
}

.homeproduct li a img {
    width: 150px
}

.homeproduct li .price {
    display: block;
    overflow: hidden;
    padding: 5px 10px 10px 10px
}

.homeproduct li .price strong {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 14px;
    color: #e10c00;
    line-height: 15px
}

.homeproduct li .price span, .homeproduct li del {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
    margin-left: 5px;
    color: #222
}

/* 2022-04-12 16:24:58. */
div.wrap_toc {
    visibility: hidden;
    background: #fafafa;
    padding: 10px;
    width: auto
}

.titletoc {
    font-weight: 700
}

#toc {
    list-style-type: decimal;
    margin-left: 0;
    padding-left: 10px
}

#toc ol {
    list-style-type: lower-alpha
}

#toc li, #toc ol li {
    line-height: 24px
}
