/* 2020-02-27 10:45:16. */

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

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -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-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 4px;
    height: 4px;
    margin: 0 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #d8d8d8;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ef8a32;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* 2020-07-04 23:31:53. */

* {
    margin: 0;
    padding: 0;
}

body {
    background: #f0f0f0;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif !important;
}

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,
select {
    -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, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif;
    color: #333;
    outline: 0;
    zoom: 1;
}

.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: 0.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: #cd1818;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    border: 0;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
}

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, 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, 0.1);
    background-image: url("../cdn/themes/metavn/img/cross.png");
    background-repeat: no-repeat;
    background-position: 7px 7px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    opacity: 0.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: 5px 0;
    clear: both;
    background: #fff;
    overflow: hidden;
}

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

.box>.hd>.box_title {
    padding: 0 10px;
    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>.hd>.extra {
    display: inline-block;
    float: right;
    line-height: 30px;
    padding-right: 10px;
}

.box>.hd>.extra a {
    color: #288ad6;
}

.box>.bd {
    height: 1%;
    display: block;
    background: #fff;
}

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

.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 {
    opacity: 0;
    transition: all 300ms ease;
}

.lazy.lazyOwl {
    opacity: 1;
}

.lazyload,
.lazyloading {
    opacity: 0;
    transition: all 300ms ease-in;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

[class^="icontgdd-"],
[class*="icontgdd-"],
[class^="iconmobile-"],
[class*="iconmobile-"] {
    background-image: url("../cdn/themes/metavn/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("../cdn/themes/metavn/img/icondesktop%401x.png");
        background-size: 500px 100px;
    }
}

header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
}

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

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

.header-top {
    background: rgb(29, 113, 171);
    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-middle {
    width: 100%;
    height: 70px;
    background: #22a7f2;
    padding-top: 10px;
    box-sizing: border-box;
}

.header-bottom {
    background: #fff;
    width: 100%;
    color: #000;
    height: 45px;
}

.logo {
    float: left;
    width: 245px;
    display: block;
    margin-right: 10px;
}

.logo a {
    display: block;
    overflow: hidden;
}

#search-site {
    float: left;
    width: 390px;
    height: 40px;
    margin: 5px 10px 0 10px;
    background: #fff;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.topinput {
    float: left;
    width: 80%;
    margin-left: 5px;
    padding-top: 3px;
    border: 0;
    position: relative;
    background: #fff;
    height: 34px;
    text-indent: 10px;
    font-size: 13px;
}

.btntop {
    float: right;
    width: 40px;
    height: 35px;
    border: 0;
    background: none;
}

.wrap-suggestion {
    display: block;
    border: 1px solid #e2e2e2;
    background: #fff;
    position: absolute;
    width: 390px;
    left: 0;
    right: 0;
    top: 48px;
    z-index: 2;
    box-shadow: 0 10px 10px 0 rgba(0, 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;
    color: #333;
    font-size: 14px;
}

.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 label {
    display: block;
    font-size: 12px;
    color: #999;
    padding-left: 56px;
}

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

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

header .htop-r>span {
    float: left;
    height: 45px;
    padding-left: 10px;
    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;
}

.user_area {
    margin: 0 10px 0 42px;
    width: 145px;
    display: inline-block;
    float: left;
}

.user_area a {
    color: #fff;
    display: block;
    width: 100%;
    line-height: 22px;
}

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

.cart {
    float: right;
    position: relative;
    z-index: 100;
}

.cart .cart_info {
    float: left;
    padding: 5px 15px;
    border: 2px solid #fff;
    border-radius: 5px;
}

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

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

.cart .cart_info a em {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 3px;
    padding: 2px 6px;
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    background: rgb(253, 216, 53);
}

.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, 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("../cdn/themes/metavn/img/icon/package.gif") 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;
}

.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: 45px;
    width: 245px;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    background: #fff;
}

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

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

.all_cat_wrapper:hover .all_category {
    display: block;
}

.all_cat .line {
    float: left;
    width: 13px;
    padding: 15px 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;
    text-transform: uppercase;
    font-family: Arial, 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;
    background: #fff;
    width: 245px;
    background: #fff;
    border-top: none;
    overflow: visible;
    box-sizing: border-box;
}

.categories>li {
    display: block;
    overflow: visible;
    padding: 0 10px;
    cursor: pointer;
}

.categories>li>span {
    position: relative;
    display: block;
    color: #000;
    line-height: 35px;
    border-bottom: 1px solid #ececec;
}

.categories>li:last-child>span {
    border-bottom: none;
}

.categories>li.hassub>span:before,
.categories>li.hassub>span:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid #999;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 0;
    top: 10px;
}

.categories>li.hassub>span:after {
    border-width: 4px;
    border-left-color: #fff;
    margin-right: 1px;
    margin-top: 1px;
}

.categories>li>span i {
    margin-right: 10px;
}

.categories>li>span img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.categories li a {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.categories>li:hover>span>a {
    color: #0066bf;
}

.categories>li>.sub_cat {
    display: none;
    position: absolute;
    top: 0;
    width: 245px;
    height: 355px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-left: 0;
    padding: 10px 10px 10px 20px;
    left: 244px;
    background: #fff;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25);
}

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

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

.categories>li .sub_cat li {
    display: inline-block;
    width: 232px;
    float: left;
}

.categories>li .cicon {
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 20px;
}

.txtbanner {
    display: inline-block;
    float: left;
    padding-left: 12px;
    height: 45px;
    overflow: hidden;
}

.h-account {
    display: inline-block;
    float: right;
    padding-left: 12px;
    height: 45px;
    overflow: hidden;
}

.h-account .acc {
    display: inline-table;
}

.h-account .dasboard {
    position: absolute;
    display: none;
    background-color: white;
}

.acc>.user-btn:hover+.dasboard,
.dasboard:hover {
    display: grid;
}

.h-account a {
    color: #000;
    display: inline-block;
    line-height: 45px;
    padding: 0 13px;
    font-size: 13px;
    position: relative;
    border-left: 1px solid #eee;
}

.txtbanner a {
    color: #000;
    display: inline-block;
    border-left: 1px solid #ddd;
    line-height: 45px;
    padding: 0 13px;
    font-size: 13px;
    position: relative;
}

.txtbanner a:hover {
    text-decoration: none;
}

.txtbanner a:first-child {
    margin-left: 0;
    border-left: 0;
}

.txtbanner a img {
    vertical-align: middle;
    margin-right: 5px;
}

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

footer>.container {
    padding: 30px 0 20px;
}

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

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

.colfoot li.cot_title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}

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

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

.bottom_nav {
    margin-bottom: 10px;
    text-align: center;
    line-height: 12px;
}

.bottom_nav a {
    display: inline-block;
    padding: 0 10px;
    color: #333;
    border-left: 1px dotted #fff;
}

.bottom_nav a.first {
    border-left-width: 0;
}

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

.copyright a {
    color: #333;
}

.slogan-footer {
    background-color: #fff;
    padding: 15px 0 10px;
}

.slogan-item {
    display: inline-block;
    float: left;
    width: 30%;
    text-align: center;
}

.slogan-item .service-name {
    font-size: 18px;
    vertical-align: 18px;
    margin-left: 5px;
}

.social_links_footer 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;
    margin: 1px auto 0;
}

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

.icontgdd-user-white {
    background-position: -210px 0;
    width: 27px;
    height: 26px;
    filter: drop-shadow(0px 0px 3px #22a7f2);
}

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

#back-top {
    bottom: 180px;
    position: fixed;
    right: 15px;
    z-index: 100;
    display: none;
    background: rgba(0, 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;
}


/* 2020-07-04 23:49:58. */

._nextpre .owl-buttons {
    position: absolute;
    top: 24%;
    height: 0;
    width: 100%;
    display: block;
}

._nextpre:hover .owl-buttons {
    display: block;
}

._nextpre .owl-prev {
    position: absolute;
    left: 0;
    padding: 20px 0 0;
    margin: 0;
    border-radius: 0 5px 5px 0;
    background: #fff;
    width: 34px;
    height: 50px;
    text-align: center;
    font-size: 46px;
    color: #999;
    font-family: -webkit-body;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}

._nextpre .owl-next {
    position: absolute;
    right: 0;
    padding: 20px 0 0;
    margin: 0;
    border-radius: 5px 0 0 5px;
    background: #fff;
    width: 34px;
    height: 50px;
    text-align: center;
    font-size: 46px;
    color: #999;
    font-family: -webkit-body;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}

.categories_all {
    width: 245px;
    float: left;
    background: #fff;
    overflow: visible;
    clear: both;
    position: relative;
    z-index: 10;
    top: -10px;
    left: 0;
    height: 365px;
}

.homebanner {
    float: left;
    width: 650px;
    /* height: 355px; */
    overflow: hidden;
    position: relative;
    background: #f0f0f0;
    margin-bottom: 10px;
    margin-left: 245px;
}

#sync1 .item {
    background: #f8f8f8;
    text-align: center;
    height: 300px;
    color: #fff;
}

#sync1>.item {
    display: none;
}

#sync1>.item:first-child {
    display: block;
}

#sync2 {
    display: block;
    width: 100%;
    background: #fff;
    height: 55px;
}

#sync2 .owl-item {
    height: 55px;
    position: relative;
}

#sync2 .owl-item:after {
    content: "";
    float: right;
    height: 30px;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    top: 13px;
    right: 0;
}

#sync2 .owl-item:last-child:after {
    border: 0;
}

#sync2 .item {
    display: table;
    width: 98%;
    vertical-align: middle;
    position: relative;
    background: #fff;
    color: #666;
    text-align: center;
    cursor: pointer;
    height: 55px;
    font-size: 12px;
    padding: 0 1%;
}

#sync2 .item h3 {
    font-size: 12px;
    line-height: 1.3em;
    display: inline-block;
    vertical-align: middle;
    display: table-cell;
}

#sync2 .synced .item h3 {
    font-weight: 600;
}

.homebanner .owl-buttons {
    position: absolute;
    top: 38%;
    height: 0;
    width: 100%;
    display: none;
}

.homebanner:hover .owl-buttons {
    display: block;
}

.homebanner .owl-prev {
    position: absolute;
    left: 10px;
    padding: 12px 0 0;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 40px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body;
}

.homebanner .owl-next {
    position: absolute;
    right: 10px;
    padding: 12px 0 0;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 40px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body;
}

.homebanner .owl-pagination {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.homebanner .owl-controls .owl-page span {
    width: 4px;
    height: 4px;
    border: 1px solid #ccc;
    background: #fff;
}

.homebanner.owl-controls .owl-page.active span {
    background: #fe7705;
    border: 1px solid #fe7705;
}

.homenews {
    float: right;
    width: 285px;
    height: 355px;
    overflow: hidden;
    margin-bottom: 10px;
}

.homenews figure {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    background: #fff;
}

.homenews h2 a {
    float: left;
    padding: 10px 20px 10px 10px;
    line-height: 1.3em;
    font-size: 14px;
    font-weight: 600;
    color: #22a7f2;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.homenews ul {
    display: block;
    overflow: hidden;
    height: 316px;
    background: #fff;
}

.homenews li {
    display: block;
    padding: 10px 10px 5px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.homenews li:last-child {
    border-bottom: 0;
}

.homenews li img {
    float: left;
    object-fit: contain;
    width: 100px;
    height: 57px;
    margin: 0 10px 0 0;
}

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

.homenews li h3 {
    display: block;
    overflow: hidden;
    height: 36px;
    line-height: 1.3em;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.homenews li:hover h3 {
    color: #288ad6;
}

.homenews li span {
    float: left;
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}

.homenews li .cyan {
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.homenews li .red {
    display: inline-block;
    font-size: 14px;
    color: #f89406;
}

.twobanner {
    display: block;
    overflow: hidden;
}

.twobanner>a,
.twobanner>img {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.twobanner>a>img,
.twobanner>img {
    width: 100%;
    height: 122px;
    display: block;
}

.cat_goods {
    display: block;
    overflow: hidden;
    background: #fff;
}

.cat_goods .h2 {
    float: left;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    padding: 30px 10px;
    text-indent: -9999px;
    background: #cd1818 url("../cdn/themes/metavn/img/sieu-uu-dai.png") no-repeat center center;
}

.cat_goods .viewallcat {
    float: right;
    overflow: hidden;
}

.cat_goods .viewallcat a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #288ad6;
    padding: 14px 15px;
}

.cat_goods .viewallcat a:hover {
    text-decoration: underline;
    color: #288ad6;
}

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

.homeproduct li {
    float: left;
    position: relative;
    width: 19.87%;
    overflow: hidden;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.homeproduct li.feature {
    width: 39.917%;
}

.homeproduct li a {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 0;
}

.homeproduct li a:hover h3 {
    color: #288ad6;
}

.homeproduct li img {
    display: block;
    width: 80%;
    height: 200px;
    margin: 10px auto;
    object-fit: contain;
}

.homeproduct a>img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.homeproduct>li a:hover>img {
    margin: 5px auto 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.homeproduct li h3 {
    display: block;
    line-height: 1.3em;
    min-height: 36px;
    font-size: 15px;
    padding: 0 10px;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

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

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

.homeproduct li label {
    display: inline-block;
    position: absolute;
    top: 187px;
    left: 10px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    background: #3fb846;
    border-radius: 2px;
    padding: 0 5px;
    height: 18px;
}

.homeproduct li label.installment {
    background: #f28902;
}

.homeproduct li label.preorder {
    background: #e91e63;
}

.homeproduct li label.new {
    background: #1191f8;
}

.homeproduct li label.cheap {
    background: #3fb846;
}

.homeproduct li label.per {
    background: #ee170b;
}

.homeproduct li label.discount {
    background-image: linear-gradient(-90deg, #ec1f1f 0, #ff9c00 100%);
    border-radius: 10px;
    padding: 1px 7px;
    padding-left: 0;
    padding-right: 10px;
}

.homeproduct li label.discount:before {
    content: " ";
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAaCAYAAAC+aNwHAAAABGdBTUEAALGPC/xhBQAAAVpJREFUOBGVki1LBFEUhueuH0FQTAuimxVE2KZBgxj8AxaLglj8AYLJZLOYtFpFwWQ2iMUkiyBqNCloEFEQYXzuzl7mzP0Y7z3w7j0f73PuDDtZFhl5njfRI5qJREobUB+6RL9otJxEZkD7SMd1JFLagFa6aPGzW04iMpgp9CEWzEZghQVoGN0L+I28kbLgVMA6PUmBty1YlxtRCzAuIv132THx7wKIcfRik9R3IbjfDDANkp+hpumJ8535pqhN+mySDMMhSo1OdwHUWiqJ/wu19c3tXsGRFOvm9k4SVpiPzLsr6mWKlmmIc568uEU0SW/QglLqp9q2KhYfe57slZ7vsiqNqYHs70F/XEtVZ6DCOIfs2AnY3TbknkWfUyvXGehgvhULHshHAla3jbkl4E/yaddV0wHYEgtWa6z+EfBFb8GB31HTBRxC3+gKDdRY/SOgSfSExvwOt/sHwv9i4NYIgYYAAAAASUVORK5CYII=);
    background-size: 50% 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f13500;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.homeproduct .ratingresult {
    padding: 5px 10px;
}

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

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

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

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

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

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

.homeproduct li .promotion,
.homepromo .item .promotion {
    display: block;
    max-height: 36px;
    overflow: hidden;
    padding-left: 5px;
}

.homeproduct li .promotion p,
.homepromo .item .promotion p {
    color: #666;
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homeproduct li .promotion p::before,
.homepromo .item .promotion p::before {
    color: #999;
    content: "•";
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.homeproduct li.feature img {
    width: 480px;
    height: 222px;
    margin: 0 0 14px;
}

.homeproduct li span.rate {
    background-image: linear-gradient(-90deg, #ec1f1f 0, #ff9c00 100%);
    border-radius: 10px;
    padding: 1px 7px;
    padding-left: 0;
    padding-right: 10px;
    display: block;
    position: absolute;
    top: 56%;
    left: 10px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    height: 18px;
}

.homeproduct li span.rate:before {
    content: " ";
    display: inline-block;
    background: url("../cdn/themes/metavn/img/flash.png");
    background-size: 50% 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f13500;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.promotion_goods {
    background-color: #c81712;
}

.promotion_goods h2 {
    display: block;
    background: #cd1818;
    color: #fff !important;
    width: 100%;
    text-align: center;
}

.promotion_goods .homeproduct {
    padding: 0;
    margin: 10px;
    border-left: 1px dashed #cd1818;
    border-right: 1px dashed #cd1818;
    border-bottom: 1px dashed #cd1818;
}

.promotion_goods .homeproduct li {
    border: 0;
}

.homepromo {
    clear: both;
    display: block;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
    border-top: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.homepromo .item {
    position: relative;
    overflow: hidden;
}

.homepromo>.item {
    width: 240px;
}

.homepromo>.item:nth-child(n+6) {
    display: none;
}

.homepromo a {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
}

.homepromo a:hover h3 {
    color: #288ad6;
}

.homepromo a:hover>img {
    margin: 6px auto 24px;
}

.homepromo img {
    display: block;
    width: 180px;
    height: 180px;
    margin: 15px auto;
    transition: all ease 300ms;
}

.homepromo .laptop img {
    height: auto;
    margin: 45px auto;
}

.homepromo .laptop:hover>img {
    margin: 38px auto 52px;
}

.homepromo h3 {
    display: block;
    line-height: 1.3em;
    font-size: 14px;
    color: #333;
    margin: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

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

.homepromo span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 5px;
    color: #222;
}

.homepromo span.lbcppkch {
    color: #4eae10;
    text-decoration: none;
}

.homepromo span.lbcppkch img {
    width: 15px;
    height: 16px;
    display: inline;
    margin: 0;
    vertical-align: top;
    margin-left: 5px;
}

.homepromo label {
    display: inline-block;
    position: absolute;
    top: 187px;
    left: 10px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    background: #3fb846;
    border-radius: 2px;
    padding: 0 5px;
    height: 18px;
}

.homepromo label.installment {
    background: #f28902;
}

.homepromo label.preorder {
    background: #e91e63;
}

.homepromo label.new {
    background: #1191f8;
}

.homepromo label.cheap {
    background: #3fb846;
}

.homepromo label.per {
    background: #ee170b;
}

.homepromo label.discount {
    background-image: linear-gradient(-90deg, #ec1f1f 0, #ff9c00 100%);
    border-radius: 10px;
    padding: 1px 7px;
    padding-left: 0;
    padding-right: 10px;
}

.homepromo label.discount:before {
    content: " ";
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAaCAYAAAC+aNwHAAAABGdBTUEAALGPC/xhBQAAAVpJREFUOBGVki1LBFEUhueuH0FQTAuimxVE2KZBgxj8AxaLglj8AYLJZLOYtFpFwWQ2iMUkiyBqNCloEFEQYXzuzl7mzP0Y7z3w7j0f73PuDDtZFhl5njfRI5qJREobUB+6RL9otJxEZkD7SMd1JFLagFa6aPGzW04iMpgp9CEWzEZghQVoGN0L+I28kbLgVMA6PUmBty1YlxtRCzAuIv132THx7wKIcfRik9R3IbjfDDANkp+hpumJ8535pqhN+mySDMMhSo1OdwHUWiqJ/wu19c3tXsGRFOvm9k4SVpiPzLsr6mWKlmmIc568uEU0SW/QglLqp9q2KhYfe57slZ7vsiqNqYHs70F/XEtVZ6DCOIfs2AnY3TbknkWfUyvXGehgvhULHshHAla3jbkl4E/yaddV0wHYEgtWa6z+EfBFb8GB31HTBRxC3+gKDdRY/SOgSfSExvwOt/sHwv9i4NYIgYYAAAAASUVORK5CYII=);
    background-size: 50% 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f13500;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.homepromo .promo {
    display: block;
    padding: 0 10px;
    margin: 0 10px 0 0;
    white-space: nowrap;
}

.homepromo .promo:after {
    content: "";
    display: table;
    clear: both;
}

.homepromo .promo img {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0;
    float: left;
}

.homepromo .promo p {
    font-size: 12px;
    color: #333;
    white-space: normal;
    line-height: 1.4;
    width: 155px;
    float: left;
    margin-left: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.promo p.time {
    color: #e10c00 !important;
}

.promo p.time .c {
    color: #333;
    display: block;
    margin-top: 5px;
}

.homepromo .promo.noimage p {
    margin-left: 0;
    width: auto;
}

.homepromo.weekend {
    border: 1px solid #ff4d00;
    margin-top: 30px;
    overflow: visible;
    padding-top: 20px;
}

.homepromo.weekend:before {
    content: " ";
    display: block;
    background: url(../khachhang.info/ecshop4f/ecshop/../cdn/themes/tgdd2019/img/gsct.png) no-repeat center center;
    background-size: 309px 38px;
    width: 309px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: -19px;
    margin-left: -154px;
    z-index: 9;
}

.homepromo.acc {
    height: auto;
}

.box-catalog {
    margin: 15px 0 0;
    background-color: #fff;
    display: block;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
}

.box-cat-title {
    padding: 5px 0;
    position: relative;
    line-height: 40px;
}

.box-cat-title .h3 {
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    font-family: Roboto, sans-serif;
}

.box-tintuc .box-cat-title .h3 {
    border-left: 4px solid #25a1dc;
}

.box-cat-all {
    position: absolute;
    right: 10px;
    top: 0;
}

.box-cat-all a {
    margin-left: 10px;
}

.box-cat-all a:hover {
    color: #da251c;
}

.box-cat-body {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.homeproduct li.banner-catalog {
    width: 465px;
    height: 345px;
    overflow: hidden;
    display: inline-block;
    float: left;
    border: 0;
    border-radius: 0;
}

.homeproduct li.banner-catalog img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.box-cat-list {
    width: 910px;
    display: inline-block;
    float: left;
    overflow: hidden;
    border-top: 1px solid #eee;
    position: relative;
}

.box-cat-item {
    display: inline-block;
    float: left;
    width: 25%;
    height: 170px;
    text-align: center;
    vertical-align: top;
    padding: 14px 0 10px;
    justify-content: center;
    border-bottom: 1px solid #eee;
    position: relative;
    border-left: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-cat-item a:hover {
    color: #da251c;
}

.box-cat-item img {
    width: 120px;
    height: 120px;
}

.box-cat-list._nextpre .owl-buttons {
    top: 40%;
}

.news_articles {
    display: block;
    background: #fff;
    clear: both;
    padding: 10px 5px;
}

.news_articles li {
    width: 24%;
    display: inline-block;
    float: left;
    margin: 0 5px;
}

.news_articles li .articles_photo {
    display: block;
    position: relative;
    height: 150px;
    overflow: hidden;
}

.news_articles li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.news_articles li h3 {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    width: auto;
    margin: 5px auto;
}

.news_articles li:hover h3 {
    color: #288ad6;
}

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

.box-brands .box-cat-title .h3 {
    border-left: 4px solid #68b207;
}

.brands_list {
    display: block;
    clear: both;
    padding: 10px 5px;
    background: #fff;
}

.brands_list li {
    width: 30%;
    height: 60px;
    display: inline-block;
    float: left;
    margin: 0 5px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
}

.brands_list li img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 60px;
    vertical-align: middle;
}

.liveevent {
    position: relative;
    color: #f33;
    font-size: 12px;
    padding-left: 20px;
    display: inline-block;
    width: 180px;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    float: right;
}

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

.liveevent .text {
    line-height: 1.4;
    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, 0.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;
    }
}

.banner-focus {
    padding: 10px 0 30px 0;
}

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

.banner-focus .giasoc-2col a {
    display: inline-block;
    float: left;
    width: 50%;
}

.banner-focus .giasoc-2col img {
    width: 595px;
    height: auto;
    float: left;
    margin: 8px 10px 8px 0;
}

.banner-focus .giasoc-2col img:nth-child(2n+2) {
    margin-right: 0;
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 100 !important;
    bottom: -24px !important;
}

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}

.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    opacity: 0.7;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
    text-align: center;
}

.suntory-alo-phone.suntory-alo-hover,
.suntory-alo-phone:hover {
    opacity: 1;
}

.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}

.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone:hover .suntory-alo-ph-circle {
    border-color: #00aff2;
    opacity: 0.5;
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
    border-color: #eb278d;
    opacity: 1;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #bfebfc;
    opacity: 1;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
    background-color: #eb278d;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone:hover .suntory-alo-ph-img-circle {
    background-color: #00aff2;
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
    background-color: #eb278d;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #00aff2;
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
}

@keyframes suntory-alo-ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}


/* 02-11-2020 */

.iconmt-logo {
    background-image: url("../cdn/images/logo.png");
    width: 245px;
    height: 45px;
    display: inline-block;
}

.parameter tr:nth-child(2n) {
    background-color: #fff;
}

.parameter tr:nth-child(2n) {
    background-color: #f4f4f4;
}

.parameter tr>td:nth-child(2n) {
    width: 60%;
}

.rightInfo {
    float: right;
    width: 250px;
    margin-right: 10px;
    overflow: visible;
    background: #fff;
    position: relative;
}

.breadcrumbs {
    display: block;
    clear: both;
    padding: 0 10px;
    white-space: nowrap;
    overflow-x: auto;
}

.area_order {
    display: block;
    overflow: hidden;
    margin: 10px;
}

.area_order .area_action {
    margin-top: 10px;
}

.area_order .buy_now {
    display: block;
    overflow: hidden;
    padding: 7px 0;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #d9232e;
}

.area_order .buy_ins {
    line-height: normal;
    display: block;
    padding: 9px 0;
    text-align: center;
    margin: 10px 0 0;
    background: #288ad6;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
}

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

.area_order .btn-inline {
    display: inline-block;
    float: left;
    width: 48.5%;
    margin-bottom: 10px;
}

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

.area_order .total_amount {
    padding: 10px 0;
}

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

.col_main {
    float: left;
    width: 69%;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
}

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

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

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

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

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

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

#comment_wrapper .crt .rank_text {
    padding: 5px 0;
}

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

#comment_wrapper .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_wrapper .crt .rcrt .r {
    padding: 1px 20px;
}

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

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

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

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

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

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

#comment_wrapper .crt .bcrt a.close-btt {
    background: #fff;
    color: #288ad6;
    border: 1px solid #ddd;
}

.price_sale {
    float: left;
    position: relative;
    width: 470px;
    margin: 0 10px;
}

.policy {
    display: block;
    overflow: hidden;
}

.policy li {
    display: block;
    overflow: hidden;
    padding: 5px 0 5px 25px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    position: relative;
}

.policy li.po_title {
    font-weight: bold;
    padding: 5px 0;
}

.policy li:first-child {
    padding-top: 0;
}

.policy li a {
    color: #288ad6;
}

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

.policy li:last-child {
    border-bottom: none;
}

.policy li.pro_reback:before {
    content: "";
    background: url("../cdn/themes/metavn/img/1-doi-1@2x.png") 0 0 no-repeat;
    width: 18px;
    height: 20px;
    background-size: 18px 20px;
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
}

.policy li.pro_brand:before {
    content: "";
    background: url("../cdn/themes/metavn/img/chinh-hang@2x.png") 0 0 no-repeat;
    width: 22px;
    height: 18px;
    background-size: 22px 18px;
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
}

.policy li.pro_24:before {
    content: "";
    background: url("../cdn/themes/metavn/img/heart@2x.png") 0 0 no-repeat;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    position: absolute;
    display: block;
    left: 0;
}

.policy li.pro_inbox:before {
    content: "";
    background: url("../cdn/themes/metavn/img/trong-hop-co@2x.png") 0 0 no-repeat;
    width: 19px;
    height: 16px;
    background-size: 19px 16px;
    position: absolute;
    display: block;
    left: 0;
}

.policy li.pro_warranty:before {
    content: "";
    background: url("../cdn/themes/metavn/img/bao-hanh-chinh-hang@2x.png") 2px 0 no-repeat;
    width: 19px;
    height: 23px;
    background-size: 16px 23px;
    position: absolute;
    display: block;
    left: 0;
}

.policy li.pro_shipping:before {
    content: "";
    background: url("../cdn/themes/metavn/img/delivery@2x.png") 2px 0 no-repeat;
    width: 23px;
    height: 34px;
    background-size: 22px 23px;
    position: absolute;
    display: block;
    left: -3px;
}

.gallery .cover {
    display: block;
    width: 430px;
    height: 400px;
}

.gallery .cover img {
    width: 400px;
    height: 400px;
    font-size: 1.1em;
    object-fit: contain;
}

.gallery {
    width: 430px;
    float: left;
    margin-bottom: 10px;
}

.gallery_color_box .cover:hover {
    cursor: zoom-in;
}

.gallery .thumb {
    position: relative;
    padding: 10px 0;
    margin: 0 10px;
}

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

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

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

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

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

.gallery .thumb .thumb_inner {
    position: relative;
    display: inline-block;
    float: left;
}

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

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

.rowtop {
    display: inline-block;
    float: left;
    width: 740px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.ftR li a {
    color: #288ad6;
    margin: 0 7px;
    cursor: pointer;
    position: relative;
}


/* moblie and tablet */

@media only screen and (max-width: 63.9375em) {
    header .htop-r {
        display: none;
    }
    header {
        max-width: 640px;
        margin: 0 auto 0;
    }
    section {
        max-width: 640px;
        margin: 0 auto 0;
    }
    body {
        max-width: 640px;
    }
    footer {
        display: block;
        overflow: hidden;
        width: 100%;
        max-width: 640px;
        background: #eee;
        margin: 20px auto 0;
    }
    .cart {
        display: none;
    }
    #search-site {
        margin: 0 5px;
        width: calc(100% - 10px);
    }
    .header-middle {
        height: 140px;
    }
    .wrap-suggestion {
        width: 100%;
    }
    .logo {
        width: 100%;
    }
    .header-bottom {
        display: none;
    }
    .homebanner {
        width: 100%;
        margin-left: 0;
        height: 240px;
    }
    .homebanner img {
        height: auto;
        width: 375px;
    }
    .homenews {
        display: none;
    }
    .homeproduct li {
        width: 49%;
    }
    .cat_goods .h2 {
        background-size: contain;
        padding: 8px 0px;
    }
    .news_articles li {
        width: 100%;
    }
    .box-brands {
        display: none;
    }
    .slogan-footer {
        display: none;
    }
    .colfoot {
        display: contents;
    }
    .rightInfo {
        width: 100%;
        margin-right: 0;
    }
    .area_order {
        margin: 0;
        padding: 0 10px;
    }
    .box_help {
        display: none;
    }
    .goods_related_cate {
        display: none;
    }
    .col_main {
        width: 100% !important;
    }
    .col_sub {
        width: 100% !important;
    }
    .price_sale {
        width: 100%;
        margin: 0;
    }
    .policy {
        padding: 0 10px;
    }
    .container {
        max-width: 640px;
        width: 100%;
    }
    footer {
        min-width: 0px;
    }
    .gallery {
        width: 100%;
    }
    .gallery .cover {
        display: block;
        width: 100%;
    }
    .gallery .cover img {
        width: 100%;
    }
    .rowtop {
        width: 100%;
    }
    #comment_wrapper .toprt {
        padding: 5px 0;
    }
    #comment_wrapper .crt .lcrt {
        width: 24%;
        border-right: none;
    }
    #comment_wrapper .crt .rcrt .bgb {
        width: 34%;
    }
    #comment_wrapper .crt .rcrt {
        width: 66%;
        border-right: none;
    }
    #comment_wrapper .crt .rcrt .r {
        padding: 1px 7px;
    }
    #comment_wrapper .crt .bcrt a {
        display: block;
        width: 100%;
        padding: 10px;
        color: #fff;
        margin: 0;
        background-color: #cd1818;
        border-radius: 5px;
        text-align: center;
        box-sizing: border-box;
    }
    #comment_wrapper .crt .bcrt {
        width: 100%;
    }
    .ftR li a {
        margin: 0 1px;
    }
    footer {
        max-width: 640px;
        margin: 0 auto 0;
    }
    .copyright {
        max-width: 640px;
        margin: 0 auto 0;
    }
    .no-product-order {
        padding: 5% !important;
    }
}

[class^="iconmenu-"],
[class*="iconmenu-"] {
    background-image: url(https://manhtung.com.vn/uploads/iconmenu.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.iconmenu-askhac {
    width: 30px;
    height: 30px;
    background-position: -5px -5px;
}

.iconmenu-bientan {
    width: 30px;
    height: 30px;
    background-position: -45px -5px;
}

.iconmenu-bolaptrinh {
    width: 30px;
    height: 30px;
    background-position: -85px -5px;
}

.iconmenu-bongatmach {
    width: 30px;
    height: 30px;
    background-position: -5px -45px;
}

.iconmenu-bonguon {
    width: 30px;
    height: 30px;
    background-position: -45px -45px;
}

.iconmenu-cambien {
    width: 30px;
    height: 30px;
    background-position: -85px -45px;
}

.iconmenu-manhinhhmi {
    width: 30px;
    height: 30px;
    background-position: -5px -85px;
}

.iconmenu-maytinhcongnghiep {
    width: 30px;
    height: 30px;
    background-position: -45px -85px;
}

.iconmenu-phanmem {
    width: 30px;
    height: 30px;
    background-position: -85px -85px;
}


/* mobile */

@media only screen and (max-width: 46.1875em) {}


/* tablet */

@media only screen and (min-width: 46.1875em) and (max-width: 63.9375em) {}