
                          /* 2022-04-12 16:24:58. */
                      .owl-carousel, .owl-carousel .owl-item {
                          -webkit-tap-highlight-color: transparent;
                          position: relative
                      }

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("cdn/common/owl-carousel/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/* 2022-04-12 16:24:58. */
.lazyframe {
    position: relative;
    background-color: currentColor;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.lazyframe__title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 15px 17px;
    z-index: 3
}

.lazyframe__title::after {
    z-index: -1
}

.lazyframe:hover {
    cursor: pointer
}

.lazyframe::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.lazyframe[data-ratio="16:9"]::before {
    padding-top: 56.25%
}

.lazyframe[data-ratio="4:3"]::before {
    padding-top: 75%
}

.lazyframe[data-ratio="1:1"]::before {
    padding-top: 100%
}

.lazyframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%
}

.lazyframe[data-vendor=youtube], .lazyframe[data-vendor=youtube_nocookie] {
    background-color: #e52d27;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.lazyframe[data-vendor=youtube] .lazyframe__title, .lazyframe[data-vendor=youtube_nocookie] .lazyframe__title {
    color: #eee;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-shadow: rgba(0, 0, 0, .498039) 0 0 2px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: color .1s cubic-bezier(0.4, 0, 1, 1)
}

.lazyframe[data-vendor=youtube] .lazyframe__title:hover, .lazyframe[data-vendor=youtube_nocookie] .lazyframe__title:hover {
    color: #fff
}

.lazyframe[data-vendor=youtube] .lazyframe__title::before, .lazyframe[data-vendor=youtube_nocookie] .lazyframe__title::before {
    content: "";
    display: block;
    background: linear-gradient(rgba(0, 0, 0, .2), transparent);
    height: 98px;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.lazyframe[data-vendor=youtube]::before, .lazyframe[data-vendor=youtube_nocookie]::before {
    padding-top: 56.25%
}

.lazyframe[data-vendor=youtube]::after, .lazyframe[data-vendor=youtube_nocookie]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231F1F1F' d='M255.7 446.3c-53.3.3-106.6-.4-159.8-3.3-17.4-1-34.7-2.5-50.4-11C35 426.3 27 418.4 22 407.2 13.2 388.6 10.5 369 9 349c-3.4-41.3-3.6-82.6-1.8-123.8 1-22 1.6-44 6.8-65.5 2-8.4 5-16.6 8.8-24.4C32 117 48 108 67.3 104c16.2-3 32.8-3 49.3-3.7 56-2.3 112-3.5 168-3 43 .6 86.2 1.7 129.3 4 13.2.6 26.6.8 39.3 5.5 17.2 6.4 30 17.2 37 34.7 6.6 16.8 9.2 34.2 10.6 52 3.8 48.7 4 97.3.7 146-1 16.3-2.2 32.7-6.5 48.8-9.7 37-32.8 51.5-66.7 53.8-36.2 2.5-72.5 3.8-108.8 4.3-21.3.2-42.7 0-64 0zM203.2 344L348 264.7l-144.8-79.3V344z'/%3E%3Cpath fill='%23FEFDFD' d='M203.2 344V185.5L348 264.8 203.2 344z'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .81;
    border: 0;
    z-index: 4
}

.lazyframe[data-vendor=youtube]:hover::after, .lazyframe[data-vendor=youtube_nocookie]:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23DD2C28' d='M255.7 446.3c-53.3.3-106.6-.4-159.8-3.3-17.4-1-34.7-2.5-50.4-11C35 426.3 27 418.4 22 407.2 13.2 388.6 10.5 369 9 349c-3.4-41.3-3.6-82.6-1.8-123.8 1-22 1.6-44 6.8-65.5 2-8.4 5-16.6 8.8-24.4C32 117 48 108 67.3 104c16.2-3 32.8-3 49.3-3.7 56-2.3 112-3.5 168-3 43 .6 86.2 1.7 129.3 4 13.2.6 26.6.8 39.3 5.5 17.2 6.4 30 17.2 37 34.7 6.6 16.8 9.2 34.2 10.6 52 3.8 48.7 4 97.3.7 146-1 16.3-2.2 32.7-6.5 48.8-9.7 37-32.8 51.5-66.7 53.8-36.2 2.5-72.5 3.8-108.8 4.3-21.3.2-42.7 0-64 0zM203.2 344L348 264.7l-144.8-79.3V344z'/%3E%3Cpath fill='%23FEFDFD' d='M203.2 344V185.5L348 264.8 203.2 344z'/%3E%3C/svg%3E");
    opacity: 1
}

.lazyframe[data-vendor=vimeo] {
    background-color: #00adef
}

.lazyframe[data-vendor=vimeo] .lazyframe__title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #00adef;
    font-size: 20px;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    user-select: none;
    -webkit-font-smoothing: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, .5)
}

.lazyframe[data-vendor=vimeo]::before {
    padding-top: 48.25%
}

.lazyframe[data-vendor=vimeo]::after {
    content: "";
    height: 40px;
    width: 65px;
    display: block;
    bottom: 10px;
    left: 10px;
    z-index: 3;
    background-color: rgba(0, 0, 0, .5);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' baseProfile=tiny viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M7.765 16.89l8.47-4.89-8.47-4.89'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: relative
}

.lazyframe[data-vendor=vimeo]:hover::after {
    background-color: #00adef
}

/* 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("/site/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-04-12 15:09:07. */
body {
    background: #fafafa
}

section {
    background: white
}

.outstock {
    width: auto;
    display: inline-block
}

.breadcrumbs li a {
    padding: 5px 0
}

iframe {
    width: 100%
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.youtube_box {
    width: 100%;
    height: 100%
}

.fixbody {
    overflow: hidden;
    left: 0;
    right: 0
}

.article_content p {
    text-align: justify
}

.gallery_review #cboxLoadedContent {
    text-align: center
}

.full_gallery #cboxLoadedContent {
    background: #1e1f24;
    color: #fff;
    text-align: center
}

.full_gallery #cboxLoadedContent .cboxPhoto {
    max-height: 97%;
    width: auto;
    margin-top: 10px !important;
    height: auto;
    position: relative;
    top: 50%;
    transform: translate(0, -50%)
}

.full_gallery #cboxCurrent {
    bottom: auto;
    top: 10px;
    left: 20px
}

.full_gallery #cboxTitle {
    bottom: 20px
}

.full_gallery #cboxNext, #cboxPrevious {
    bottom: 49%;
    text-indent: inherit;
    padding: 12px 0 0;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(0, 0, 0, .3);
    width: 48px;
    height: 40px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body
}

.full_gallery #cboxNext {
    left: auto;
    right: 10px
}

.full_gallery #cboxPrevious {
    left: 10px
}

.full_gallery #cboxClose {
    background-image: none;
    color: #fff;
    text-indent: inherit;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    padding: 10px;
    font-size: 24px
}

#youtubeShow {
    background: rgba(0, 0, 0, .9);
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 99;
    overflow-x: hidden;
    transition: .5s;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

#youtubeShow .titlebox {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #333
}

#youtubeShow #closeyoutubeShow {
    background-image: none;
    color: #fff;
    text-indent: inherit;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    padding: 10px;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer
}

#youtubeShow #bigcover {
    width: 800px;
    height: 457px;
    margin: 10px auto
}

#bigcover .item-video {
    width: 800px;
    height: 457px
}

#bigcover .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%;
    padding-top: 25px;
    opacity: 1
}

#bigcover .owl-video-frame {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

#bigcover .owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#youtubeThumb {
    width: 800px;
    margin: 0 auto 20px
}

#youtubeThumb .item {
    background: #fff
}

#youtubeThumb .item p {
    padding: 5px;
    color: #222;
    height: 65px;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: -70px;
    background: white;
    z-index: 10;
    position: relative
}

.loop-post h3 {
    margin: 0 !important
}

.post_list {
    display: block;
    width: 100%
}

.loop-post {
    display: inline-block;
    float: left;
    width: 47%;
    padding: 20px 0;
    margin: 0 10px;
    height: 100px;
    border-bottom: 1px solid whitesmoke
}

.loop-post .media {
    display: inline-block;
    float: left;
    max-width: 46%;
    width: 46%;
    margin-right: 15px;
    overflow: hidden
}

.loop-post a {
    display: block
}

.loop-post img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto
}

.loop-post .content {
    padding: 0;
    display: inline-block;
    float: left;
    width: 50%
}

.loop-post .post-title {
    font-size: var(--title-size-s);
    line-height: 1.36;
    font-weight: bold
}

.loop-post .post-title a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}

.loop-post a {
    display: block
}

.loop-post .timepost {
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    margin: 5px 0
}

.loop-post .timepost em {
    font-style: normal;
    font-weight: bold;
    color: var(--c-main)
}

.pagination {
    padding: 15px 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    clear: both
}

.pagination a {
    color: #999;
    margin-left: 3px;
    padding: 4px 9px;
    background-color: #eee;
    border: 1px solid #bbb;
    border-radius: 3px
}

.pagination a:hover {
    color: #666;
    text-decoration: none;
    background-color: #ddd;
    border-color: #999
}

.pagination a.current {
    color: #ff8c22;
    background-color: #ffe8ce;
    border-color: #ff8c22
}

.pagination span {
    padding: 5px 10px
}

.pagination .total {
    color: #ccc
}

.wrap_right {
    display: inline-block;
    float: left;
    width: 670px;
    padding-left: 20px;
    box-sizing: border-box
}

.rowtop {
    display: inline-block;
    float: left;
    width: 380px;
    box-sizing: border-box;
    padding-bottom: 10px
}

.rowtop_sidebar {
    display: inline-block;
    float: right;
    width: 220px;
    box-sizing: border-box;
    padding-bottom: 10px
}

h1 {
    display: block;
    overflow: hidden;
    font-size: 24px;
    color: #000;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    width: auto;
    float: left;
    padding-left: 10px
}

.ratingresult {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px 0 0
}

.ratingresult a {
    color: #0b5690;
    font-weight: bold
}

.likeshare {
    float: right;
    font-size: 14px;
    margin: 10px 0 0 0
}

.goods_details {
    display: block;
    background: #fff;
    padding: 10px 0;
    margin-top: 5px;
    clear: both;
    border-bottom: 5px solid #eee
}

label.installment {
    background: #d0021b;
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 5px 0 8px;
    margin: 0 0 5px 5px;
    height: 18px
}

.tinhtrang {
    color: #d0021b;
    font-weight: bold
}

.area_price {
    display: inline-block;
    overflow: hidden;
    line-height: 20px;
    padding: 0;
    margin-top: 1.55px;
    margin-right: 15px;
    float: right
}

.area_price strong {
    display: inline-block;
    overflow: hidden;
    font-size: 22px;
    color: #e50000;
    vertical-align: middle;
    margin-right: 10px
}

.area_price label {
    display: inline-block;
    position: relative;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    background: #fff;
    border-radius: 3px;
    padding: 0 5px 0 8px;
    margin: 0 0 5px 5px;
    height: 18px
}

.area_price label.installment {
    background: #f28902;
    margin: 0 0 0 5px
}

.area_price label.new {
    background: #3fb846
}

.area_price label.new:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 7px solid #3fb846;
    position: absolute;
    top: 0;
    left: -6px
}

.area_price label.new::after {
    content: "•";
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    position: absolute;
    top: 1px;
    right: 85%
}

.area_price span {
    display: inline-block;
    font-size: 14px;
    color: #c1000c
}

.area_price span.hisprice {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #444;
    text-decoration: line-through
}

.area_promotion {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 5px 0;
    background: #fff;
    padding: 0 10px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 10px
}

.area_promotion .prohead {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    padding: 15px 0;
    text-transform: uppercase
}

.area_promotion .infopr p {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    padding: 0 0 5px 20px
}

.area_promotion .infopr p:before {
    content: '';
    margin-left: -20px;
    background: url("cdn/themes/metavn/img/check%402x.png");
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 0;
    float: left;
    margin-top: 2px
}

.area_promotion .onlinepromo {
    border: #d0021b solid 1px;
    border-radius: 4px;
    padding: 20px 0 10px;
    position: relative;
    overflow: visible;
    margin: 20px 10px 0
}

.area_promotion .onlinepromo b {
    background: #ec1933;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: -13px;
    left: 10px;
    vertical-align: middle;
    line-height: 26px;
    clear: both;
    padding: 0 15px 0 30px
}

.area_promotion .onlinepromo b:before {
    content: '';
    background: url(../khachhang.info/ecshop4f/cdn/themes/tgdd2019/img/icon-qua-tang%402x.html);
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
    float: left;
    margin: 4px 5px 0 -15px
}

.voucher_items {
    margin: 5px 0;
    box-sizing: border-box
}

.voucher_items .voucher_code, .voucher_items .voucher_name {
    display: inline-block;
    float: left;
    background: #f0f0f0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px
}

.voucher_items .voucher_code {
    width: 30%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-right: 1px dashed #fff;
    border-left: 1px dashed #fff
}

.voucher_items .voucher_name {
    font-size: 12px;
    width: 69%;
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff
}

.not-repay {
    margin-top: 5px;
    padding: 5px 10px;
    color: #d0021b;
    font-size: 14px
}

.area_promotion a {
    color: #0b5690
}

.area_promotion a:hover {
    text-decoration: underline
}

.area_promotion .pro-title {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    padding: 10px 0 0 0;
    text-transform: uppercase;
    border-top: solid 1px #eee;
    margin: 10px
}

.area_order {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px 0
}

.area_action {
    margin-top: 10px
}

.buy_now, .buy_ins {
    display: inline-block;
    overflow: hidden;
    padding: 7px 0;
    border-radius: 10px;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    box-sizing: border-box
}

.buy_now {
    background: #0071e3;
    border: 1px solid #0071e3
}

.buy_ins {
    background: #0050a0;
    color: #fff;
    border: 1px solid #0050a0;
    margin-left: 15px
}

.buy_now span, .buy_ins span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    padding-top: 3px
}

.number {
    border: 1px solid #ececec;
    width: 30px;
    padding: 5px
}

.total_amount {
    padding: 10px 0
}

.total_amount .amount {
    color: #000;
    font-weight: 600
}

.callorder {
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    color: #333;
    margin: 10px 0;
    text-align: center
}

.callorder a {
    color: #0b5690;
    font-weight: bold
}

.policy {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-top: 10px
}

.policy li:first-child {
}

.proDetail-lapdat {
    border: solid 1px #c4ddc8;
    border-radius: 4px;
    color: #30a43b;
    background: #ecf7ed;
    height: 30px;
    margin-top: 5px
}

.proDetail-lapdat .l {
    float: left;
    border-right: solid 1px #c4ddc8;
    padding: 3px 5px
}

.proDetail-lapdat span {
    width: 22px;
    height: 22px;
    background: transparent url(https://prosoundsaigon.vn//site/img/icon.png) no-repeat scroll -155px -108px;
    display: inline-block;
    vertical-align: middle
}

.proDetail-lapdat .r {
    float: left;
    padding: 6.5px 0 0 10px
}

.proDetail-lapdat .r a {
    color: #30a43b;
    text-decoration: none;
    font-weight: bold
}

.proDetail-time {
    border: solid 1px #c4ddc8;
    border-radius: 4px;
    color: #30a43b;
    background: #ecf7ed;
    height: 30px
}

.proDetail-time span {
    width: 22px;
    height: 22px;
    background: transparent url(https://prosoundsaigon.vn//site/img/icon.png) no-repeat scroll -125px -83px;
    display: inline-block;
    vertical-align: middle
}

.proDetail-time .r a {
    color: #30a43b;
    text-decoration: none;
    font-weight: bold
}

.proDetail-time .l {
    float: left;
    border-right: solid 1px #c4ddc8;
    padding: 3px 5px
}

.proDetail-time .r {
    float: left;
    padding: 6.5px 0 0 10px
}

.policy li {
    display: block;
    overflow: hidden;
    padding: 6px 0 6px 28px;
    font-size: 13px;
    color: #555;
    line-height: 20px;
    margin: 0 10px;
    border-bottom: solid 1px #f0f0f0;
    position: relative
}

.policy li .icon-poltel {
    content: '';
    background: url(https://prosoundsaigon.vn/static/img/tel@2x.png) 0 0 no-repeat;
    width: 16px;
    height: 18px;
    background-size: 16px 18px;
    position: absolute;
    display: block;
    left: 3px
}

.policy li a {
    color: #288ad6
}

.product_details .input_action {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box
}

.service-free {
    padding: 15px;
    background: #FFF5AE;
    border-radius: 4px;
    margin-top: 10px
}

.service-free li {
    padding: 5px 0
}

.requestcall2 {
    padding: 10px;
    padding-top: 0;
    width: 29%;
    float: right
}

.policy li .icon-poltel {
    content: '';
    background: url(https://prosoundsaigon.vn/static/img/tel@2x.png) 0 0 no-repeat;
    width: 16px;
    height: 18px;
    background-size: 16px 18px;
    position: absolute;
    display: block;
    left: 3px
}

.policy li .icon-polmail {
    content: '';
    background: url(https://prosoundsaigon.vn/static/img/email@2x.png) 0 0 no-repeat;
    width: 16px;
    height: 18px;
    background-size: 16px 18px;
    position: absolute;
    display: block;
    top: 5px;
    left: 3px
}

.policy li.policy_title {
    text-transform: uppercase;
    font-weight: 600
}

.policy li strong {
    color: #333
}

.policy li a {
    color: #0b5690
}

.policy .inpr:before {
    content: '';
    background: url(https://prosoundsaigon.vn/static/img/box@2x.png) 0 0 no-repeat;
    width: 19px;
    height: 16px;
    background-size: 19px 16px;
    position: absolute;
    display: block;
    top: 7px;
    left: 0
}

.policy .wrpr:before {
    content: '';
    background: url(https://prosoundsaigon.vn/static/img/bao-hanh@2x.png) 2px 0 no-repeat;
    width: 19px;
    height: 23px;
    background-size: 16px 23px;
    position: absolute;
    display: block;
    left: 0
}

.policy li a:hover {
    text-decoration: underline
}

.policy li img {
    height: 20px;
    vertical-align: middle;
    margin-right: 5px
}

.goods_name {
    padding-bottom: 5px;
    margin-bottom: 10px;
    height: 23px
}

.col_main {
    float: left;
    width: 68.5%;
    overflow: hidden;
    position: relative;
    border-right: 5px solid whitesmoke
}

.col_sub {
    float: right;
    overflow: visible;
    margin: 10px 0
}

.tableparameter {
    display: block;
    overflow: visible;
    padding: 10px;
    background: #fff
}

.tableparameter h4, .tableparameter h3, .tableparameter h2 {
    display: block;
    line-height: 1.3em;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px
}

.parameter {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding-top: 10px
}

.parameter li {
    display: table;
    background: #fff;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 5px 0
}

.parameter li:nth-child(n+11) {
    display: none
}

#append_param li:nth-child(n+11) {
    display: inline-table
}

.product_details a {
    color: #288ad6
}

.breadcrumbs {
    padding: 5px 10px;
    border-bottom: 1px solid whitesmoke
}

.parameter li:last-child {
    border-bottom: 0
}

.parameter li:nth-child(n+10) {
    border-bottom: 0
}

.parameter li span {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    padding: 5px 0;
    font-size: 14px;
    color: #666
}

.parameter li i {
    font-style: normal;
    display: block
}

.parameter li div {
    display: table-cell;
    width: auto;
    vertical-align: top;
    padding: 6px 5px;
    font-size: 14px;
    color: #333
}

.parameter li a {
    color: #0b5690
}

.showall_parameter .parameter li:nth-child(n+11) {
    display: table
}

.viewparameterfull {
    display: block;
    width: 100%;
    padding: 6px 0;
    margin: 10px 0 0;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px
}

.viewparameterfull:hover {
    background: #000;
    color: #fff
}

.closebtn {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 75px;
    height: 75px;
    background: #f4f4f4;
    color: #bbb;
    text-align: center;
    font-size: 12px;
    cursor: pointer
}

.closebtn span {
    font-size: 42px;
    padding: 20px 0 10px 0;
    display: block;
    margin: 0 auto
}

.fullparameter {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    padding: 0 0 0 55px;
    width: 700px;
    margin: 0 auto
}

.fullparameter .scroll {
    height: 100vh;
    width: auto;
    padding: 0 30px 0 30px;
    overflow-x: hidden;
    background: #fff;
    overflow: hidden;
    overflow-y: scroll !important
}

.fullparameter .scroll h4, .fullparameter .scroll h3 {
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: 600;
    margin-top: 15px;
    line-height: 1.3em
}

.fullparameter ul {
    padding: 10px;
    width: 600px;
    margin: 0 auto
}

.fixparameter {
    display: block;
    overflow: hidden;
    background: rgba(0, 0, 0, .75);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9998;
    text-indent: 999999em
}

.end_time_wrapper .end_time {
    display: inline-block;
    padding: 3px 8px 3px 3px;
    color: #666;
    line-height: 20px
}

.end_time_wrapper .end_time em {
    padding: 0 3px 0 5px;
    color: #f04331;
    font-weight: bold
}

.cloud_zoom_lens {
    margin: -1px;
    background-color: #fff;
    cursor: move;
    border: 1px solid #888
}

.cloud_zoom_title {
    position: absolute !important;
    top: 0;
    width: 100%;
    padding: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background-color: #000
}

.cloud_zoom_big {
    overflow: hidden;
    border: 4px solid #ccc
}

.cloud_zoom_loading {
    padding: 3px;
    color: white;
    background: #222;
    border: 1px solid #000
}

.picture {
    float: left;
    display: inline-block;
    width: 400px;
    vertical-align: top;
    margin-right: 30px
}

.gallery {
    width: 100%;
    display: block
}

.gallery .cover {
    display: block;
    width: 400px;
    text-align: center;
    min-height: 400px
}

.gallery_color_box .cover:hover, .gallery .cover a:hover {
    cursor: zoom-in
}

.gallery .cover img {
    width: 100%;
    height: auto;
    max-height: 400px;
    font-size: 1.1em
}

.gallery .thumb {
    position: relative;
    margin: 0;
    display: block
}

.gallery .thumb ul {
    display: inline-block;
    float: left
}

.gallery .thumb li {
    display: block;
    float: left;
    height: 66px;
    width: 66px;
    padding: 2px;
    text-align: center
}

.gallery .thumb li a {
    display: block;
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.gallery .thumb li a:hover {
    padding: 1px;
    border: 2px solid #333
}

.gallery .thumb li img {
    height: 60px;
    width: 60px;
    vertical-align: middle
}

.gallery .thumb li.current a {
    padding: 1px;
    border: 2px solid #333
}

.gallery .thumb .thumb_inner {
    height: 70px;
    overflow: hidden;
    padding: 0 15px;
    width: 360px !IMPORTANT
}

.gallery .thumb .prev, .gallery .thumb .next {
    position: absolute;
    top: 10px;
    left: 0;
    width: 13px;
    height: 50px;
    text-indent: -999em;
    background: url("https://prosound.vn/cdn/themes/metavn/img/thumb_scroll_btn.gif") no-repeat left top
}

.gallery .thumb .next {
    left: unset;
    right: 20px;
    background-position: right top
}

.gallery .clickzoom {
    padding: 5px 10px;
    text-align: center;
    color: #0b5690
}

.icontgdd-clickzoom {
    background-position: -144px -53px;
    height: 16px;
    width: 18px
}

.video-thumb {
    overflow: hidden;
    text-align: center;
    width: 65px;
    height: 64px;
    margin-top: 2px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .1)
}

.video-thumb img {
    height: 30px;
    margin-top: 7px;
    cursor: pointer
}

.properties {
    margin-top: 20px
}

#properties_box {
    width: 388px
}

.properties_wrapper {
    padding: 14px;
    background-color: #FFF7EE;
    border: 1px solid #FFDEB9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.properties {
    margin: 0;
    display: block
}

.properties li {
    display: block;
    line-height: 25px
}

.properties li > span {
    display: inline-block;
    padding: 0
}

.properties .label {
    position: relative;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    text-align: center;
    padding: 10px;
    margin-right: 10px
}

.properties .label.checked {
    font-weight: 600;
    border: 1px solid #f89008
}

.properties .label span {
    display: block;
    line-height: 16px
}

.properties .label span:before {
    width: 12px;
    height: 12px;
    content: " ";
    background: #ffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 0;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin-right: 5px
}

.properties .checked span::before {
    content: "✓";
    background: #3fb846;
    border: 1px solid #3fb846;
    color: #fff
}

.properties .label strong {
    font-size: 16px;
    display: block;
    margin-top: 5px;
    color: #e10c00
}

.properties label {
    display: block;
    float: left;
    margin: 0 5px 3px 0;
    padding: 3px 8px;
    line-height: 14px;
    background-color: #fff;
    border: 2px solid #eee
}

.properties label.hover {
    border-color: #ccc
}

.properties label.checked {
    color: #212121;
    background: #f0f0f0;
    border-color: #212121
}

.properties label input {
    display: none
}

.properties .select_box {
    display: block;
    margin-bottom: 10px
}

.properties .select_box select {
    padding: 5px;
    border: 1px solid #ececec;
    border-radius: 3px
}

.customer_form {
    margin: 10px 0
}

.customer_form input[type=text] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box
}

.form_im {
    display: block !important
}

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

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

.star-rating a {
    display: block;
    width: 24px;
    height: 24px;
    background-position: 0 0;
    border: 0
}

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

.star-rating-on a {
    background-position: 0 -24px !important
}

.star-rating-hover a {
    background-position: 0 -48px !important
}

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

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

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 {
    display: block;
    overflow: hidden;
    padding: 0 20px;
    background: #fff;
    margin-bottom: 10px
}

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

article a, article a:hover, article a:active {
    color: #0b5690
}

article h3, article h3 a {
    font-size: 20px
}

article h2, article h2 a {
    font-size: 22px
}

article h4, article h4 a {
    font-size: 18px
}

article div {
    margin-top: 0
}

article div em, article p em {
    font-style: italic
}

article h2, article h3, article h4, article h5 {
    font-weight: 700;
    margin: 20px auto
}

article ul {
    list-style: disc;
    margin-left: 30px
}

article ol {
    list-style: decimal;
    margin-left: 30px
}

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

article .short_view {
    max-height: 500px;
    clear: both;
    overflow: hidden;
    display: block
}

article .view-more {
    background: #fff;
    width: 100%;
    min-height: 50px
}

article .view-more p {
    margin-top: 20px;
    text-align: center
}

article .view-more p span {
    width: 50px;
    color: #0b5690;
    cursor: pointer;
    border: 1px solid #0b5690;
    padding: 8px 25px;
    border-radius: 3px;
    background: #fff
}

article .view-more p span:hover {
    background: #0b5690;
    color: #fff
}

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

.comment_box .bd {
    padding: 10px 20px
}

.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: 80px
}

.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: #0b5690;
    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
}

.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("https://prosound.vn/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;
    color: #333
}

.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: #0b5690;
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer
}

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

.rank {
    display: inline-block;
    height: 12px;
    width: 70px;
    text-indent: -999em;
    background: url("https://prosound.vn/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("https://prosound.vn/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: #212121;
    color: #fff;
    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;
    display: block
}

.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: #f4b301;
    height: 5px;
    border-radius: 5px;
    max-width: 100%
}

.comment_box .crt .rcrt span.c {
    display: inline-block;
    color: #212121;
    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;
    font-weight: 500;
    background-color: #000;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box
}

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

.characteristics {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    background: #fff;
    cursor: pointer
}

.characteristics h2 {
    display: block;
    line-height: 1.3em;
    font-size: 20px;
    padding: 10px;
    color: #333
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(239, 138, 50)
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 2px 5px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots {
    margin-top: 20px;
    text-align: center
}

#gallery_feature {
    position: relative;
    width: 780px;
    margin: 0 auto
}

#gallery_feature .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 46%
}

#gallery_feature .item img.iYt {
    position: absolute;
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.owl-theme {
    position: relative
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    font-size: 35px;
    border-radius: 5px;
    background: #d0021b;
    text-align: center;
    color: #fff;
    font-family: -webkit-body;
    padding: 10px !important;
    padding-bottom: 18px !important
}

.owl-theme .owl-prev {
    left: 10px
}

.owl-theme .owl-next {
    right: 10px
}

#gallery_feature .owl-nav {
    display: none
}

#gallery_feature:hover .owl-nav {
    display: block
}

.cat_articles {
    border-bottom: 5px solid #eee;
    display: none
}

.box_cat_articles {
    background: #fff;
    margin: 10px 0
}

.cat_articles li {
    display: block;
    overflow: hidden;
    padding: 8px 10px
}

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

.cat_articles li img {
    float: left;
    width: 100px;
    height: 60px;
    margin-right: 10px;
    border-radius: 5px
}

.cat_articles li h3 {
    display: block;
    overflow: hidden;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cat_articles li span {
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: #b10000
}

.homeproduct {
    overflow: hidden;
    margin-top: 10px;
    clear: both;
    display: block;
    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%
}

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

.col_main .homeproduct li {
    padding: 0 10px;
    box-sizing: border-box
}

.homeproduct li h3 {
    display: block;
    font-size: 14px;
    color: #111
}

.col_main .homeproduct li h3 {
    line-height: 1.3em;
    min-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.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: #0b5690
}

.homeproduct li img {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto 10px auto
}

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

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

.homeproduct .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
}

.homeproduct .price span.discount {
    text-decoration: none
}

.homeproduct li a.compdetail {
    padding-top: 10px
}

.homeproduct li label.discount {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    background: #ffb243;
    padding: 8px 0;
    font-size: 12px;
    width: 36px;
    text-align: center;
    font-weight: normal;
    z-index: 9;
    color: #fff;
    line-height: 1.6
}

.homeproduct li label.discount:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    position: absolute;
    border-color: transparent #ffb243;
    border-style: solid;
    border-width: 0 18px 5px
}

.item-label {
    font-size: 0;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2
}

.item-label:empty {
    display: none
}

.item-label span {
    border-radius: 2px;
    font-size: 11px;
    line-height: 12px;
    display: inline-block;
    margin-right: 4px;
    padding: 3px
}

.ln-banchay {
    background-color: #fbdddd;
    color: #eb5757
}

.lb-tragop {
    background-color: #f1f1f1;
    color: #333
}

.homeproduct .ratingresult {
    padding: 5px 0
}

.homeproduct .ratingresult span {
    color: #777;
    text-decoration: none;
    position: relative;
    top: 1px
}

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

.homeproduct .rank_one {
    background-position: 0 0;
    width: 12px
}

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

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

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

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

.homeproduct li .viewing {
    color: #333;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2
}

.homeproduct li .action {
    display: block;
    clear: both;
    margin-top: 5px
}

.homeproduct li .goods_attr {
    border-top: 1px solid #eee
}

.homeproduct li .goods_attr p {
    line-height: 22px;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #eee
}

.goods_attr p:nth-child(2n+2) {
    background: #fafafa
}

.homeproduct li .btn-now {
    display: block;
    padding: 6px 5px;
    width: 80px;
    text-align: center;
    background: #f57222;
    color: #fff;
    margin: 3px 0;
    border-radius: 5px
}

.search-suggestion-list {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 18px;
    z-index: 1000;
    width: 98%;
    display: block;
    overflow: hidden
}

.search-suggestion-list li {
    height: 30px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    box-sizing: border-box
}

.search-suggestion-list li a {
    color: #333;
    display: block;
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box
}

.search-suggestion-list li:hover {
    background: #0b5690
}

.search-suggestion-list li:hover a {
    color: #fff
}

.box_help {
    background: #fafafa;
    padding: 10px
}

.box_help li {
    line-height: 24px;
    padding: 2px 0
}

.box_help li a {
    color: #0b5690
}

.box_history .homeproduct, .col_main .homeproduct {
    padding: 0 5px 10px 5px
}

.box_history .homeproduct li, .goods_related_cate .homeproduct li {
    width: 25%
}

.extra_info {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec
}

.extra_info li {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 5px 5px
}

.extra_info li:first-child strong {
    color: #ee3338
}

.extra_info li p {
    font-size: 12px
}

.extra_info li img {
    width: 28px;
    height: 28px;
    margin-right: 5px;
    margin-top: 2px;
    float: left
}

.col_sub .homeproduct {
    padding: 0;
    margin-top: 0
}

.col_sub .homeproduct li {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 5px 0 10px;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
    position: relative;
    margin: 5px 0 0;
    box-shadow: none
}

.col_sub .homeproduct li img {
    float: left;
    width: 100px;
    height: auto;
    margin-right: 10px
}

.col_sub .homeproduct li h3 {
    display: block;
    overflow: hidden;
    color: #333;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 14px;
    margin-top: 25px
}

.col_sub .homeproduct li .actions {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.col_sub .homeproduct li .item-label {
    left: 110px
}

h2 {
    display: block;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px
}

.fl {
    float: left;
    width: 110px
}

.btn_fittings {
    background: #111;
    color: #fff !important;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    width: 60px;
    text-align: center
}


                      .col_sub {
                          width: calc(100% - 69%);
                      }
