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

* {
    margin: 0;
    padding: 0
}

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

img {
    border: 0
}

a {
    text-decoration: none
}

ul, ol {
    list-style: none
}

.clr {
    clear: both
}

.fr {
    float: right
}

.fl {
    float: left
}

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

a {
    color: #333
}

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

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

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

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

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

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

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

.clearfix, .container {
    display: block
}

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

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

.center {
    text-align: center
}

.hidden {
    display: none !important
}

.show {
    display: block !important
}

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

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

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

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

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

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

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

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

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

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

.error_box a {
    color: #b94a48
}

.notice_box a {
    color: #c09853
}

.success_box a {
    color: #468847
}

.info_box a {
    color: #3a87ad
}

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

a.button:hover {
    color: #fff
}

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

a.text_button:hover {
    color: #333
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative;
    overflow: hidden
}

#cboxLoadedContent {
    overflow: auto
}

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

#cboxTitle {
    margin: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box .bt {
    display: block
}

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

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

.row:after {
    clear: both
}

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

.breadcrumbs li {
    display: inline-block
}

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

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

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

.breadcrumbs:hover {
    opacity: 1
}

.lazy, .lazyload {
    opacity: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.topinput::placeholder {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart:hover .list_wrapper {
    display: block
}

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

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

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

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

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

.cart .list .package_goods_list {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

footer > .container {
    padding: 40px 0
}

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

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

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

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

.hotline_support {
    width: 45%
}

.hotline_support li {
    line-height: 25px
}

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

.company_info .tel {
    color: #ffcd00
}

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

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

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

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

.copyright a {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.camket {
    padding: 30px 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nhanvien span {
    line-height: 60px
}

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

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

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

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

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

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

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

#tophistory:hover .history_goods {
    display: block
}

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

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

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

article div {
    margin-top: 0
}

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

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

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

.content-km a {
    color: white
}

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

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

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

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

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

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

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

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

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

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

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

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

img {
    border-radius: 1px
}

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

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

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

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

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

/* 2022-04-12 16:24:58. */
.col_main {
    float: left;
    overflow: hidden;
    width: 65.834%
}

.col_sub {
    float: right;
    overflow: visible;
    width: 31.667%
}

.col_sub .box:first-child {
    margin: 0
}

.search_result {
    display: block;
    padding: 10px 0;
    width: 100%
}

.h1 {
    display: block;
    font-weight: bold;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ececec;
    font-size: 18px;
    text-transform: uppercase
}

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

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

.empty {
    padding: 30px 0;
    min-height: 300px;
    text-align: center
}

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

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

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

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

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

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

.newslist {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 10px
}

.newslist li {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    position: relative
}

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

.newslist li a {
    display: block;
    overflow: hidden;
    position: relative
}

.newslist li a.linkproduct {
    display: inline-block
}

.newslist li img {
    float: left;
    width: 100%;
    height: 200px
}

.newslist li h3 {
    display: block;
    overflow: hidden;
    line-height: 28px;
    font-size: 18px;
    font-weight: 600
}

.newslist li a:visited h3 {
    color: #999
}

.newslist li:hover h3 {
    color: #0b5690
}

.newslist li figure {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 10px 0
}

.newslist li.big h3 {
    font-weight: bold;
    padding-top: 10px
}

.newslist li .timepost {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #b10000
}

.newslist li .timepost .namecate:before {
    content: '•';
    display: inline-block;
    color: #444;
    padding: 0 10px
}

.newslist li label {
    display: inline;
    overflow: hidden;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 6px 0;
    height: 20px;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif
}

.newslist li label.hot {
    color: #a87500;
    background: #fbd020
}

.newslist li label.community {
    background: #0ca3ef;
    display: block;
    width: 100px;
    text-align: center
}

.newslist li .morecom {
    display: inline-block;
    font-size: 14px;
    color: #f89406;
    font-weight: 300;
    white-space: nowrap;
    height: 16px;
    line-height: 1;
    position: relative;
    top: -1px
}

.newslist li .lesscom {
    display: inline-block;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    font-weight: 300;
    height: 16px;
    line-height: 1;
    position: relative;
    top: -1px
}

.newslist li .tempvideo {
    float: left;
    position: relative;
    width: 250px;
    height: 140px;
    margin-right: 15px;
    margin-bottom: 5px;
    overflow: hidden
}

.newslist li .tempvideo img {
    display: block;
    width: 100%;
    height: 100%
}

.newslist li .thumvideo {
    background: #222;
    padding: 2px 5px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0
}

.titlehome {
    color: #333;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    overflow: hidden;
    padding: 10px 0 6px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee
}

.summarycomment {
    display: block;
    margin-bottom: 10px;
    overflow: hidden
}

.summarycomment .bd {
    padding: 0 10px
}

.summarycomment a {
    display: block;
    overflow: hidden;
    padding: 6px 0
}

.summarycomment .summary_number {
    background: #f4f4f4;
    color: #cbcbcb;
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin: 4px 10px 0 0;
    padding: 6px 10px
}

.summarycomment a h3 {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    overflow: hidden;
    font-weight: normal
}

.summarycomment a .morecom {
    color: #b10000;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    height: 16px;
    line-height: 1;
    margin-left: 3px;
    position: relative;
    top: 1px;
    white-space: nowrap
}

.cat_articles {
    display: block;
    overflow: hidden;
    background: #fff;
    margin-top: 10px
}

.col_sub .cat_articles ul {
    padding: 0 10px
}

.cat_articles h2 {
    display: block;
    text-transform: uppercase;
    padding: 10px;
    font-size: 16px
}

.cat_articles li {
    float: left;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    width: 48%;
    margin-bottom: 2%
}

.cat_articles li:first-child {
    float: none;
    width: 100%;
    padding-top: 0;
    border-bottom: 1px solid #eee
}

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

.cat_articles li a span {
    color: #b10000
}

.cat_articles li img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 125px;
    margin-bottom: 10px
}

.cat_articles li:first-child img {
    width: 100%;
    height: auto;
    max-height: 215px
}

.cat_articles li h3 {
    display: block;
    overflow: hidden;
    line-height: 1.3em;
    font-size: 14px;
    color: #333
}

.cat_articles li:first-child h3 {
    font-size: 18px;
    font-weight: 600
}

.cat_articles li:nth-child(2), .cat_articles li:nth-child(4) {
    clear: both
}

.cat_articles li:nth-child(3), .cat_articles li:nth-child(5) {
    float: right
}
