:root {
    --color-primary: #600e18;
  }
  body {
    background-color: #f7f7f7;
    font-family: "Arial";
    line-height: 22px;
    font-size: 14px;
  }
  .blockToc {
    font-size: 16px;
    line-height: 24px;
  }
  a:hover {
    text-decoration: none;
  }
  .sidebar {
    background-color: #ffffff;
  }
  .table--mini td,
  .table--mini th {
    padding: 5px 5px;
    border: none;
    color: #444;
  }
  .table--mini .fa {
    color: #888;
  }
  .container {
    position: relative;
  }
  @media (max-width: 1200px) {
    .container {
      max-width: 100%;
    }
  }
  .container-10 {
    padding: 0 10px;
  }
  .container-5 {
    padding: 0 5px;
  }
  .fakeHeader {
    height: 80px;
  }
  .headerSite {
    background-color: #8c0014;
    color: #ffffff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
  }
  .headerSite.is_stuck .topBar {
    margin-top: -25px;
  }
  .headerSite .topBar {
    font-size: 14px;
    padding: 4px 0 0px;
    background-color: #8c0014;
    color: #ffffff;
  }
  .headerSite .topBar .float-left {
    padding-top: 2px;
    color: #b19797;
  }
  .headerSite .topBar .float-left b {
    color: #ffffff;
  }
  .headerSite .topBar .text-report {
    color: #c5c5c5;
  }
  .headerSite .topBar .text-report b {
    color: #fff;
  }
  .headerSite .selectProvince > .btn {
    background: none;
    border: 1px solid #a94f5a;
    color: #fff;
  }
  .headerSite .menuMega {
    padding-bottom: 6px;
    margin-bottom: -6px;
  }
  .headerSite .menuMega > .btn {
    background: none;
    border: none;
    border-radius: 0;
    border-left: 1px solid #efefef;
    color: #ffffff;
  }
  .headerSite .btn-header-default {
    font-weight: bold;
    margin-left: 15px;
  }
  .headerSite .headerMain {
    padding: 7px 0 4px;
    position: relative;
    z-index: 999;
  }
  .headerSite .headerMain .floatRight {
    position: absolute;
    top: -5px;
    bottom: -4px;
    right: 15px;
  }
  .headerSite .headerMain .bulkhead {
    position: relative;
    margin: 5px 7px;
    height: 34px;
    border-left: 1px solid #790013;
    display: block;
    float: left;
    border-right: 1px solid #a00118;
  }
  .headerSite .logo {
    display: block;
    float: left;
  }
  .headerSite .logo img {
    height: 28px;
  }
  .headerSite .searchForm {
    float: left;
    border-radius: 20px;
    overflow: hidden;
    padding-right: 60px;
    position: relative;
    padding-left: 15px;
    width: 500px;
    max-width: 100%;
  }
  .headerSite .searchForm button {
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    border: none;
    height: 30px;
    border-left: 1px solid #efefef;
    background-color: #ffffff;
  }
  .headerSite .searchForm input {
    width: 100%;
    border-radius: 0;
    border: none;
    height: 30px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding-left: 20px;
  }
  .headerSite .linkSub {
    display: inline-block;
    color: #ffa826;
    background: #8a1b28;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
  }
  .row.row-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.row-5 .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .wrapCover {
    background-size: cover;
  }
  .userProfileBusiness .line {
    min-height: 0;
  }
  .userProfileBusiness .line .labelText {
    margin-bottom: 5px;
    line-height: 14px;
  }
  .tabUser .headerTab {
    overflow: hidden;
    background-color: #fff2f4;
    border-bottom: 3px solid #ffd9de;
  }
  .tabUser .headerTab > a {
    display: block;
    float: left;
    padding: 10px 14px;
    color: #222;
  }
  .tabUser .headerTab > a.active {
    color: #ab0c1f;
    background-color: #ffd9de;
  }
  .tabUser .bodyTab {
    padding: 10px;
    background-color: #fff;
  }
  .panelArticle {
    background-color: #f1f1f1;
    border-radius: 4px;
  }
  .panelArticle .headerPanel {
    padding: 10px;
    font-size: 1.2em;
  }
  .panelArticle .headerPanel .headerLink {
    display: inline-block;
    font-size: 0.8em;
    margin-left: 15px;
  }
  .panelArticle .bodyPanel {
    overflow: hidden;
  }
  .productItem .entry {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .blogItem {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
  }
  .blogItem .image {
    width: 140px;
    height: 105px;
    float: left;
    border: 1px solid #efefef;
    border-radius: 4px;
  }
  .blogItem .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blogItem .summary {
    color: #000;
    padding-left: 150px;
  }
  .blogItem .summary .title {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .blogItem .summary .desc {
    color: #555555;
  }
  .blogItem .summary .viewed {
    background-color: #8c8c8c;
    color: black;
  }
  .blogItem .viewd {
    font-size: 14px;
  }
  .footerSite {
    background-color: #ffffff;
    border-top: 3px solid #e4e4e4;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
  }
  .footerSite .logoFooter {
    max-height: 100px;
    display: inline-block;
    height: 70px;
    width: 100%;
    padding: 10px;
    background: #6d0f1a;
    border-radius: 4px;
  }
  .footerSite .listContent {
    margin-top: 15px;
    padding: 0;
    padding-left: 15px;
    font-size: 14px;
  }
  .footerSite .listContent li {
    padding-bottom: 5px;
  }
  .footerSite .list-link-left a {
    display: block;
    padding: 3px 0px;
    position: relative;
    padding-left: 12px;
    color: #6b6b6b;
  }
  .footerSite .list-link-left a > span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .textColorMain {
    color: #8d1423;
  }
  .warningFooter {
    background: #f1f1f1;
    color: #424242;
    padding: 5px 10px;
    border: 2px dashed #e0e0e0;
    border-radius: 4px;
    font-style: italic;
  }
  .footer-social {
    text-align: right;
  }
  .footer-social .item {
    display: inline-block;
    padding: 5px 7px;
    text-align: center;
  }
  .footer-social .item a {
    color: #333333;
  }
  .footer-social .item .fa {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 38px;
    font-size: 20px;
    background-color: #efefef;
    border: 1px solid #e0e0e0;
  }
  .footer-social .item .text {
    display: block;
    font-size: 13px;
    margin-top: 3px;
  }
  .linkIcon {
    padding: 4px 6px;
    padding-top: 7px;
    padding-left: 24px;
    height: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
    line-height: normal;
    border: none;
    float: left;
    margin-left: 10px;
  }
  .linkIcon:hover {
    color: #ffffff;
  }
  .linkIcon a {
    color: #ffffff;
  }
  .linkIcon .labelText {
    display: block;
  }
  .linkIcon .counter {
    position: absolute;
    background-color: red;
    color: #fff;
    font-size: 11px;
    right: 2px;
    top: 3px;
    padding: 1px 3px;
    border-radius: 3px;
  }
  .linkIcon .iconChatNhanh {
    width: 20px;
    height: 20px;
    background-size: contain;
    border-radius: 50%;
  }
  .linkIcon .iconChatNhanh,
  .linkIcon .btn.notify,
  .linkIcon > img,
  .linkIcon .fa {
    font-size: 18px;
    position: absolute;
    color: #ffffff;
    right: 0;
    margin: auto;
    top: 3px;
    left: 0;
    right: auto;
  }
  .iconChatNhanh {
    width: 20px;
    border-radius: 50%;
    top: 6px;
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
  }
  .iconChatNhanh:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    -webkit-animation: blink 0.7s linear infinite;
    animation: blink 0.7s linear infinite;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  @keyframes blink {
    0% {
      -webkit-box-shadow: 0 0 15px red;
              box-shadow: 0 0 15px red;
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0.2;
    }
    10% {
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(1.4);
              transform: scale(1.4);
    }
    100% {
      -webkit-transform: scale(1.8);
              transform: scale(1.8);
      opacity: 0;
      -webkit-box-shadow: 0 0 5px red;
              box-shadow: 0 0 5px red;
    }
  }
  @-webkit-keyframes blink {
    0% {
      -webkit-box-shadow: 0 0 15px red;
              box-shadow: 0 0 15px red;
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0.2;
    }
    10% {
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(1.4);
              transform: scale(1.4);
    }
    100% {
      -webkit-transform: scale(1.8);
              transform: scale(1.8);
      opacity: 0;
      -webkit-box-shadow: 0 0 5px red;
              box-shadow: 0 0 5px red;
    }
  }
  .subTab {
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
  }
  .btn-danger-style {
    background: #ffeff1;
    color: #ad1628;
  }
  .userPages {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
  }
  .userPages .pageItem {
    text-align: center;
    width: 20%;
    display: block;
    padding: 10px;
    float: left;
  }
  .userPages .pageItem .entry {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    padding: 10px;
  }
  .userPages .pageItem .name {
    display: block;
    font-size: 13px;
    line-height: normal;
    margin-top: 5px;
    height: 31px;
    overflow: hidden;
  }
  .userPages .pageItem img {
    width: 40px;
    height: 40px;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  img {
    max-width: 100%;
  }
  .userpanel {
    background-color: #FFF;
    color: #333333;
    -webkit-box-shadow: 0 0 15px #0000005c;
            box-shadow: 0 0 15px #0000005c;
    position: absolute;
    top: 100%;
    right: 0;
    width: 360px;
    text-align: left;
  }
  .userpanel a {
    color: #007bff;
  }
  .userpanel ._content .menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .userpanel .float-right {
    position: relative;
    top: 0;
    left: 0;
  }
  .businessProfile .fakeSocialIcon a[href=''] img {
    background-color: #bdbdbd;
  }
  .businessProfile .fakeSocialIcon img {
    background-color: #a5081a;
  }
  .menuMega:hover .menuWrap {
    display: block;
  }
  .menuWrap {
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
            box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
    display: none;
    margin-top: 4px;
  }
  .menuWrap ul {
    width: 220px;
    padding: 0;
    margin: auto;
  }
  .menuWrap ul li {
    list-style: none;
  }
  .menuWrap ul a {
    display: block;
    color: #000;
    border-bottom: 1px solid #efefef;
    position: relative;
    padding: 6px 60px 6px 10px;
  }
  .menuWrap ul a .counter {
    position: absolute;
    right: 0;
    font-size: 12px;
    padding-right: 5px;
    padding-top: 2px;
    color: #888;
  }
  .menuWrap ul a:hover {
    background-color: #efefef;
  }
  .boxPremium .products ul {
    padding: 0;
    margin: -10px;
  }
  .boxPremium .products li {
    width: 25%;
    list-style: none;
    float: left;
    padding: 10px;
  }
  .boxPremium .products .pItem {
    background-color: #ffffff;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0 0 2px #e2e2e2;
            box-shadow: 0 0 2px #e2e2e2;
    color: #333;
    position: relative;
    height: 100%;
  }
  .boxPremium .products .pItem .image {
    position: relative;
    padding: 10px;
    padding-bottom: 0;
  }
  .boxPremium .products .pItem .summary {
    padding: 10px;
  }
  .boxPremium .products .pItem .pName {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .boxPremium .products .pItem .price {
    color: red;
    font-weight: bold;
    margin-top: 3px;
  }
  .boxPremium .products .pItem .price sup {
    color: #444444;
    font-weight: normal;
  }
  .boxPremium .products .pItem .viewd {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #555;
  }
  .wrapImage {
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
  }
  .wrapImage.cinema {
    padding-top: 54%;
  }
  .wrapImage.square {
    padding-top: 100%;
  }
  .wrapImage .obj,
  .wrapImage img.obj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .homePartner .pItem {
    display: block;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2px #00000012;
            box-shadow: 0 0 2px #00000012;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    color: #000;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .homePartner .pItem:hover {
    -webkit-box-shadow: 0 2px 12px #00000033;
            box-shadow: 0 2px 12px #00000033;
  }
  .homePartner .pItem .image {
    position: relative;
  }
  .homePartner .pItem .summary {
    padding: 10px;
    padding-bottom: 5px;
  }
  .homePartner .pItem .pName {
    font-size: 14px;
    line-height: 16px;
    min-height: 32px;
    overflow: hidden;
  }
  .homePartner .pItem .price {
    color: red;
    font-weight: bold;
    margin-top: 3px;
  }
  .homePartner .pItem .price sup {
    color: #444444;
    font-weight: normal;
  }
  .homePartner .pItem .viewed {
    z-index: 9;
    position: relative;
    top: 3px;
    color: #404040;
    font-size: 12px;
    border-radius: 29px;
  }
  .homePartner .pItem .viewed .fa {
    color: #999999;
  }
  .homePartner .pItem .shopName {
    font-size: 12px;
    color: #777777;
    border-top: 1px solid #f9f9f9;
    background-color: #fff;
    padding: 2px 10px;
    margin: 5px -10px auto;
    margin-bottom: -5px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .homeVip .pItem {
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    padding: 10px;
    position: relative;
    display: block;
    color: #000;
  }
  .homeVip .image {
    width: 140px;
    float: left;
    border: 1px solid #f7f7f7;
  }
  .homeVip .image .obj {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homeVip .summary {
    padding-left: 150px;
    position: relative;
    min-height: 110px;
  }
  .homeVip .pName {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
  }
  .homeVip .price {
    color: red;
    font-weight: bold;
    margin-top: 3px;
  }
  .homeVip .price sup {
    color: #444444;
    font-weight: normal;
  }
  .homeVip .price-old {
    color: #555555;
    text-decoration: line-through;
    display: inline-block;
    font-size: 80%;
  }
  .homeVip .products {
    background-color: #fff;
  }
  .homeVip .bottom {
    color: #777777;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 150px;
    font-size: 13px;
  }
  .homeVip .bottom .avatar {
    width: 24px;
    margin-right: 2px;
    height: 24px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homeVip .bottom .updated {
    border-left: 1px solid #efefef;
    padding-left: 5px;
    margin-left: 5px;
  }
  .vipIcon {
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 10px;
    background-color: #fff700;
    color: red;
    font-weight: bold;
  }
  .vipIcon.partner {
    background-color: #4caf50;
    color: #ffffff;
  }
  .panel {
    overflow: hidden;
    background-color: #fff;
  }
  .panel .panel-header {
    padding: 10px 10px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    background-color: #e8e8e8;
  }
  .panel .panel-body {
    padding: 10px;
  }
  .list-item {
    margin: auto;
    list-style: none;
    padding: 0;
  }
  .list-item li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #efefef;
  }
  .list-item li:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: auto;
  }
  .homeBox .bTitle {
    margin: auto;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  .pageItem {
    color: #000;
  }
  .pageItem img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
       object-fit: cover;
    float: left;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
  }
  .pageItem .pageName {
    display: block;
    padding-left: 35px;
    font-weight: bold;
  }
  .pageItem .desc {
    padding-left: 35px;
    display: block;
    color: #666;
    font-size: 12px;
  }
  .rateItem img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
    float: left;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
  }
  .rateItem .userName {
    padding-left: 55px;
    display: block;
    color: #000;
  }
  .rateItem .starBlock {
    font-size: 12px;
  }
  .rateItem .starBlock .fa {
    color: #ffbe00;
  }
  .itemUserFull {
    overflow: hidden;
    padding: 10px 0px;
    border-bottom: 1px solid #efefef;
    position: relative;
  }
  .itemUserFull:last-child {
    border: none;
  }
  .itemUserFull.itemPopular {
    padding: 10px 0px;
  }
  .itemUserFull a {
    display: block;
    color: #555;
  }
  .itemUserFull .image {
    width: 80px;
    display: block;
    float: left;
  }
  .itemUserFull .image .wrapImage {
    border: 1px solid #a5a5a5;
  }
  .itemUserFull .summary {
    display: block;
    padding-left: 90px;
  }
  .itemUserFull .price {
    color: red;
    font-weight: bold;
    margin-top: 3px;
    display: block;
  }
  .itemUserFull .price sup {
    color: #444444;
    font-weight: normal;
  }
  .itemUserFull .viewedFloat {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #999;
    font-size: 12px;
  }
  .itemSimple {
    display: block;
  }
  .itemSimple .price {
    display: block;
    color: red;
    margin-top: 2px;
  }
  .itemSimple .price sup {
    color: #555;
  }
  .float-right {
    position: relative;
  }
  .wrapButton:hover .wrapAddButton {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .wrapAddButton {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 10px;
    width: 230px;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
            box-shadow: 0 1px 7px rgba(0, 0, 0, 0.19);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all 0.25s;
    -o-transition: 0.3s all 0.25s;
    transition: 0.3s all 0.25s;
  }
  .wrapAddButton a {
    display: block;
    float: left;
    width: 33.33333333%;
    margin-top: 15px;
  }
  .wrapAddButton img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #6d0f1a;
    padding: 5px;
  }
  .wrapAddButton .name {
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: center;
  }
  .counterMess {
    padding: 2px 4px;
    color: #ffffff;
    background-color: red;
    position: absolute;
    border-radius: 3px;
    font-size: 9px;
    top: -5px;
    left: 9px;
    z-index: 9;
  }
  #notifyHeader:hover .wrapNotify {
    display: block;
  }
  .wrapNotify {
    position: absolute;
    top: 100%;
    right: 0;
    text-align: left;
    width: 340px;
    color: #000;
    display: none;
    line-height: normal;
  }
  .wrapNotify .headerBar {
    background-color: #fff;
  }
  .wrapNotify a {
    color: #000;
    cursor: pointer;
    padding: 7px 10px;
    line-height: 20px;
  }
  .wrapNotify a:hover {
    color: #000;
  }
  .wrapNotify .date {
    display: block;
    margin-top: 5px;
  }
  .wrapNotify .fa {
    position: relative;
    top: 0;
    left: 0;
    font-size: 12px;
  }
  .headerMain {
    padding: 5px 0;
    background-color: #f7f7f7;
  }
  .headerMain h1 {
    font-size: 16px;
    margin: auto;
    font-weight: bold;
  }
  .singleDetail .lSPager li a {
    display: block;
    width: 100%;
    padding-top: 75%;
    position: relative;
    background-color: #f4f4f4;
  }
  .singleDetail .lSPager li a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100% !important;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .singleDetail .infoUser .avatar {
    width: 80px;
    display: block;
    margin: auto auto 10px;
    border-radius: 50%;
    overflow: hidden;
  }
  .singleDetail .infoUser .wrapImage {
    padding-top: 100%;
  }
  .singleDetail .infoUser .userName {
    font-weight: bold;
    display: block;
  }
  .singleDetail .infoUser .shopName {
    font-style: italic;
    display: block;
  }
  .singleDetail .infoUser .userAddress {
    margin-top: 10px;
    display: block;
  }
  .singleDetail .infoUser .star-active {
    color: #FF9800;
  }
  .singleDetail .producPrice {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .singleDetail .producPrice .price-new {
    color: red;
    font-size: 22px;
    display: block;
  }
  .singleDetail .producPrice .price-old {
    display: block;
    margin-top: 5px;
    color: #555;
    text-decoration: line-through;
  }
  .singleDetail .singleName {
    font-size: 18px;
    display: block;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .singleDetail .infoList {
    padding: 0;
    margin: auto auto auto 15px;
  }
  .singleDetail .infoList li {
    padding: 3px 0;
  }
  .singleDetail .detailContent {
    line-height: 24px;
  }
  .singleDetail .col-userdetail {
    border-left: 1px solid #efefef;
  }
  .listProduct .price {
    float: left;
  }
  .listProduct .price-old {
    display: block;
    margin-top: 5px;
    color: #555;
    font-size: 80%;
    text-decoration: line-through;
    text-align: right;
    float: right;
  }
  .itemPostBig .frameImage {
    border-color: #efefef;
  }
  .itemPostBig .summary {
    padding-top: 10px;
  }
  .itemPostBig .title {
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .itemPostBig .desc {
    text-align: justify;
    display: block;
  }
  .itemPostBig .meta {
    font-style: italic;
    padding: 5px 0;
  }
  .postCategory .titleBox {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 5px;
  }
  .listingCategory .image {
    float: left;
    width: 130px;
  }
  .listingCategory .title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    display: block;
  }
  .listingCategory .meta {
    margin-bottom: 5px;
  }
  .listingCategory .summary {
    padding-left: 140px;
  }
  .listingCategory .desc {
    display: block;
    overflow: hidden;
  }
  .listingCategory li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    font-size: 13px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .listingCategory li:last-child {
    padding-bottom: 0;
    margin-bottom: auto;
    border-bottom: none;
  }
  .block-slider {
    background-color: #fff;
    padding: 10px 10px 0px;
    margin-bottom: 15px;
  }
  .block-slider .title-box {
    font-weight: bold;
    margin: -10px;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 3px 3px 0 0;
  }
  .block-slider .thumbnail a {
    display: block;
    padding-top: 75%;
    overflow: hidden;
    position: relative;
  }
  .block-slider .thumbnail a img {
    position: absolute;
    top: 0;
    -o-object-fit: contain;
       object-fit: contain;
    left: 100%;
    left: 0;
  }
  .block-slider .owl-carousel .title {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: #333;
  }
  .block-slider .owl-carousel .price {
    color: red;
    font-weight: bold;
  }
  .block-slider .owl-carousel .location {
    font-size: 11px;
    color: #afafaf;
  }
  .block-slider .owl-carousel .owl-nav {
    margin: 10px -10px -10px;
    background: #fefefe;
    padding: 5px 10px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .block-slider .owl-carousel .owl-nav > button {
    display: inline-block;
    padding: 3px 15px !important;
    background-color: #f1f1f1;
    border: 1px solid #e8e7e7;
  }
  .block-slider .owl-carousel .owl-nav > button:hover {
    background-color: #e4e4e4;
  }
  .block-slider .owl-carousel .owl-nav > button.disabled {
    cursor: not-allowed;
    opacity: 0.3;
  }
  .block-slider .owl-carousel .owl-nav a {
    display: inline-block;
    padding: 3px 15px;
    font-weight: bold;
  }
  .block-slider .owl-carousel .owl-nav .owl-next {
    margin-left: 5px;
  }
  .seo-link {
    padding-left: 20px;
    max-height: 50px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
  }
  .seo-link:after {
    position: absolute;
    bottom: 0px;
    height: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    content: '';
    width: 100%;
  }
  .seo-link.active {
    height: auto;
    max-height: none;
  }
  .seo-link.active:after {
    display: none;
  }
  .seo-link a {
    display: inline-block;
    padding: 3px 0px;
  }
  .list-buyed {
    margin: auto;
    background-color: #f1f1f1;
    padding: 6px 30px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
  }
  .list-buyed li {
    padding: 2px 0;
  }
  .scopeInfo .total {
    font-size: 40px;
    text-align: center;
    padding: 20px 0;
    color: #8c0014;
  }
  .scopeInfo .lines {
    width: 80%;
    margin: auto;
  }
  .scopeInfo .item {
    padding: 5px 0;
  }
  .rating--list__item {
    padding: 10px;
    border: 1px solid #efefef;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f8f8f8;
  }
  .rating--list__item .review--avatar {
    width: 60px;
    height: 60px;
    float: left;
  }
  .rating--list__item .review--avatar .ru-avatar {
    width: 100%;
    padding-top: 100%;
    position: relative;
    display: block;
    background-color: #efefef;
    border-radius: 50%;
    overflow: hidden;
  }
  .rating--list__item .review--avatar .ru-avatar img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rating--list__item .review--info {
    padding-left: 75px;
  }
  .rating--list__item .review--info .u--name {
    font-weight: bold;
    display: block;
    text-transform: capitalize;
  }
  .star-active {
    color: #FF9800 !important;
  }
  .rating--box {
    border: #f59000 solid 1px;
    border-radius: 4px;
    padding: 20px 0 10px;
    position: relative;
    overflow: visible;
    margin: 20px 0px 0;
  }
  .rating--box .rating--box__title {
    background: #fd6e1d;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: -13px;
    left: 10px;
    vertical-align: middle;
    line-height: 26px;
    clear: both;
    padding: 0 15px 0 20px;
  }
  .rating--box .rating--box__content {
    position: relative;
    overflow: hidden;
    padding: 0 10px;
  }
  .rating--box .rating--box__content p {
    margin: 0;
  }
  .rating--box .rating--box__content ul li {
    margin-bottom: 10px;
  }
  .rating--box .rating--box__content .bt--rating {
    line-height: normal;
    display: block;
    padding: 7px 0;
    text-align: center;
    margin: 10px 0 0;
    background: #288ad6;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
    width: 100px;
    float: right;
  }
  .widget .widget-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px 5px;
  }
  .widget .widget-des {
    position: relative;
    clear: both;
    overflow: hidden;
  }
  .widget .widget-des .widget-list {
    margin: 0;
    padding: 0;
  }
  .widget .widget-des .widget-list li {
    list-style: none;
    position: relative;
    padding: 0px 0px 0px 10px;
  }
  .widget .widget-des .widget-list li a {
    color: #053791;
    font-weight: 600;
    font-size: 13px;
  }
  .widget .widget-des .widget-list li:after {
    background: #9b9b9b;
    top: 0px;
    border-radius: 3px;
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    margin: auto;
    bottom: 0px;
  }
  .pt-cv-pinterest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pt-cv-pinterest .pt-cv-content-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  .pt-cv-pinterest .pt-cv-content-item .pt-cv-pinmas {
    background: #fff;
    margin-bottom: 0;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px #cacacacc;
            box-shadow: 0 2px 5px #cacacacc;
    border-top: 1px solid #cacaca3c;
  }
  .pt-cv-pinterest .pt-cv-content-item .pt-cv-pinmas .pt-cv-thumbnail {
    margin-right: 15px;
  }
  .pt-cv-pinterest .pt-cv-content-item .pt-cv-pinmas .pt-cv-title {
    margin: 0;
    padding: 10px 15px;
  }
  .pt-cv-pinterest .pt-cv-content-item .pt-cv-pinmas .pt-cv-content {
    padding: 10px 15px;
  }
  .pt-cv-pinterest .pt-cv-content-item .layout2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    line-height: 25px;
  }
  .pt-cv-pinterest .pt-cv-content-item .layout2 .pt-cv-thumbnail {
    margin: 0;
  }
  .pt-cv-pinterest .pt-cv-content-item .layout3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .pt-cv-pinterest .pt-cv-content-item .layout3 .pt-cv-title {
    margin: 0;
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
  }
  .plr0 {
    padding: 0px;
  }
  .heading-span {
    display: inline;
    font-weight: normal;
    margin: auto;
    font-size: 14px;
  }
  .headingBlock {
    font-size: 14px;
    font-weight: normal;
    margin: auto;
  }
  .boxSearchSidebar {
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  }
  .boxSearchSidebar .title {
    background-color: #fff;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    margin: auto;
  }
  .boxSearchSidebar .bodySummary {
    padding: 10px;
    background-color: #ffffff;
    max-height: 200px;
    overflow: auto;
  }
  .boxSearchSidebar .filterSearchList {
    border: 1px solid #eee;
    margin-top: 5px;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
  }
  .boxSearchSidebar .selectedItem > a {
    color: #dc3545 !important;
    font-weight: bold;
  }
  .boxSearchSidebar .sub-filter {
    padding: 0;
  }
  .boxSearchSidebar .sub-filter ul {
    padding: 0;
    margin: auto;
  }
  .boxSearchSidebar .sub-filter .sub-menu {
    padding-left: 15px;
  }
  .boxSearchSidebar .sub-filter li {
    list-style: none;
    padding-left: 10px;
    position: relative;
  }
  .boxSearchSidebar .sub-filter li:after {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 1px;
    background-color: #999;
    position: absolute;
    top: 14px;
  }
  .boxSearchSidebar .sub-filter a {
    display: block;
    padding: 5px 10px;
    color: #444444;
  }
  .boxSearchSidebar .sub-filter a:hover {
    color: #007bff;
  }
  .dialogSelectCategory .el-dialog__body {
    padding-top: 0;
  }
  .dialogSelectCategory .el-dialog__body .listParent {
    background-color: #f5f5f5;
    padding-top: 5px;
  }
  .dialogSelectCategory .el-dialog__body .listParent a {
    border-bottom: 1px solid #ededed;
    padding: 7px 10px;
  }
  .custom-dialog .sub-filter {
    padding: 0;
  }
  .custom-dialog .sub-filter ul {
    padding: 0;
    margin: auto;
  }
  .custom-dialog .sub-filter li {
    list-style: none;
    padding-left: 10px;
    position: relative;
  }
  .custom-dialog .sub-filter li:after {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 1px;
    background-color: #999;
    position: absolute;
    top: 14px;
  }
  .custom-dialog .sub-filter a {
    display: block;
    padding: 5px 10px;
    color: #444444;
  }
  .custom-dialog .sub-filter a:hover {
    color: #007bff;
  }
  .btn-category-search {
    padding-left: 40px;
    text-align: left;
    position: relative;
  }
  .btn-category-search .fa {
    position: absolute;
    left: 14px;
    font-size: 26px;
    top: 2px;
  }
  .filterBox {
    background-color: #fff;
    overflow: hidden;
    padding: 7px 10px;
  }
  .filterBox .title {
    font-weight: bold;
    font-size: 14px;
    padding-right: 10px;
    padding-top: 7px;
  }
  .filterBox .bodySummary ul {
    padding: 0;
    margin: auto;
  }
  .filterBox .bodySummary li {
    list-style: none;
    float: left;
  }
  .filterBox .bodySummary li a {
    display: block;
    padding: 2px 5px;
    border: 1px solid #efefef;
    margin-right: 5px;
    border-radius: 3px;
  }
  .filterBox .bodySummary .itemLast {
    float: right;
  }
  .filterBox .bodySummary .itemLast a {
    background-color: #f3f3f3;
  }
  .mainData {
    min-height: 300px;
    background-color: #ffffff;
  }
  .mainData .header {
    background-color: #ffffff;
    border-bottom: 1px solid #efefef;
  }
  .mainData .header .sortField,
  .mainData .header .itemTab {
    display: inline-block;
    padding: 6px 12px;
  }
  .mainData .selectedItem {
    color: #dc3545 !important;
    font-weight: bold;
  }
  .mainData .selectedItem a {
    color: #dc3545 !important;
    font-weight: bold;
  }
  .show_conditions {
    opacity: 0.2;
  }
  .listSearch {
    padding: 15px;
  }
  .row-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-10 .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-5 .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .itemArticleS {
    padding: 5px;
    border: 1px solid #efefef;
    border-radius: 4px;
    height: 100%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    position: relative;
  }
  .itemArticleS:hover {
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
    border: 1px solid #ffffff;
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
    z-index: 9;
  }
  .itemArticleS .thumbnail {
    margin-bottom: 5px;
  }
  .itemArticleS .wrapImage .obj {
    background: none;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .itemArticleS .title {
    font-size: 15px;
    margin-bottom: 7px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    color: #000;
  }
  .itemArticleS .priceBlock {
    margin-bottom: 10px;
  }
  .itemArticleS .priceBlock .price {
    color: red;
    font-size: 15px;
    line-height: normal;
  }
  .itemArticleS .priceBlock .price-old {
    color: #777777;
    font-size: 12px;
    text-decoration: line-through;
  }
  .itemArticleS .userInfo {
    font-size: 14px;
  }
  .itemArticleS .userInfo .address {
    font-size: 12px;
    color: #666666;
    display: block;
    font-style: italic;
    margin-bottom: 5px;
  }
  .itemArticleS .username {
    font-weight: bold;
    color: #444;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: block;
  }
  .itemArticleS .pageVip {
    display: inline;
    font-size: 12px;
  }
  .dialog-rating .el-dialog__body {
    padding-top: 10px;
  }
  .dialog-rating .el-rate__icon {
    font-size: 22px;
  }
  .dialog-rating ul {
    margin: 0px;
    padding: 0px;
  }
  .dialog-rating ul li {
    list-style: none;
    line-height: 20px;
    font-size: 13px;
  }
  .pagination .page-item.active .page-link {
    background-color: #8c0013;
    border-color: #790013;
  }
  .pagination .page-link {
    color: #8c0013;
  }
  .pagination {
    margin-bottom: auto;
  }
  .inlineBlock {
    display: inline-block;
  }
  .blockSelected a {
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
    padding: 4px 7px 4px 25px;
    position: relative;
    border: 1px solid #efefef;
    background-color: #fff;
    font-size: 13px;
    color: #444444;
  }
  .blockSelected a .fa {
    position: absolute;
    left: 6px;
    bottom: 7px;
  }
  .headerTop {
    padding: 5px 0;
    position: relative;
    z-index: 1000;
    background-color: #790013;
  }
  .shareLike {
    position: fixed;
    right: 10px;
    top: 300px;
  }
  .filterProvince,
  .selectProvince {
    position: absolute;
    width: 500px;
    top: 100%;
    background-color: #fff;
    right: 0;
    z-index: 999;
  }
  .filterProvince .btnClose,
  .selectProvince .btnClose {
    position: absolute;
    top: 4px;
    right: 0;
    background: none;
    border: none;
  }
  .filterProvince ul,
  .selectProvince ul {
    list-style: none;
    margin: auto;
    overflow: hidden;
    padding: 10px;
    -webkit-box-shadow: 0 0 6px #bfbfbf;
            box-shadow: 0 0 6px #bfbfbf;
  }
  .filterProvince ul li,
  .selectProvince ul li {
    width: 33.3%;
    float: left;
  }
  .filterProvince ul li .itemProvinceSelect,
  .selectProvince ul li .itemProvinceSelect,
  .filterProvince ul li a,
  .selectProvince ul li a {
    display: block;
    padding: 3px 5px;
    color: #333;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
  }
  .filterProvince ul li .itemProvinceSelect:hover,
  .selectProvince ul li .itemProvinceSelect:hover,
  .filterProvince ul li a:hover,
  .selectProvince ul li a:hover {
    color: #007bff;
  }
  .locationFilter {
    border-top: 1px solid #f6f6f6;
  }
  .locationFilter a {
    display: block;
    float: left;
    padding: 6px 12px;
  }
  .locationFilter a.active {
    color: #000;
  }
  .bTitle {
    font-size: 18px;
    margin: auto;
    margin-bottom: 15px;
  }
  .postWidget01 {
    display: block;
    overflow: hidden;
    color: #000;
  }
  .postWidget01 .wrapImage {
    border: 1px solid #efefef;
  }
  .postWidget01 .image {
    margin-bottom: 10px;
  }
  .postWidget01 .postTitle {
    font-size: 14px;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
  }
  .categoriesItem {
    font-size: 0;
  }
  .categoriesItem a {
    display: block;
    background: #ffffff;
    border-top: 1px solid #fafafa;
    padding: 10px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
  }
  .categoriesItem a:hover {
    background-color: #fdf3e5;
    -webkit-box-shadow: 1px 2px 6px rgba(173, 173, 173, 0.3);
            box-shadow: 1px 2px 6px rgba(173, 173, 173, 0.3);
    position: relative;
    z-index: 9;
  }
  .categoriesItem a:nth-child(4n) {
    border-right: none;
  }
  .categoriesItem a:last-child {
    border-right: none;
  }
  .categoriesItem a:nth-child(n + 13) {
    border-bottom: none;
  }
  .categoriesItem a .icon {
    display: block;
    width: 40px;
    border-radius: 3px;
    padding: 0px;
    height: 40px;
    margin: auto;
    margin-bottom: 4px;
    float: left;
  }
  .categoriesItem a .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .categoriesItem a .name {
    line-height: 16px;
    font-size: 13px;
    overflow: hidden;
    color: #4a4a4a;
    display: block;
    padding: 0 0px;
    margin-bottom: 5px;
  }
  .categoriesItem a .count {
    display: block;
    font-size: 12px;
    color: #000;
  }
  .categoriesItem a .summary {
    display: block;
    padding-left: 50px;
  }
  .categoriesItem.sidebarPostArchive a {
    width: 100%;
  }
  @media (min-width: 1360px) {
    .container {
      max-width: 1300px;
    }
  }
  .bottonContent .titleHeading {
    font-size: 16px;
    margin: auto;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .tocContent .mbn-toc-head {
    margin: auto;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .tocContent .mbn-toc-des {
    color: #444;
    margin-bottom: 30px;
  }
  .subsLink a {
    display: block;
    width: 100%;
    padding-top: 30%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.24s;
    -o-transition: all 0.24s;
    transition: all 0.24s;
    text-align: left;
    border-radius: 3px;
  }
  .subsLink a:hover {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }
  .subsLink a:before {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid yellow;
  }
  .subsLink a .name {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #ffffff;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-shadow: #ffffff 0px 0px;
    text-transform: uppercase;
  }
  .subsLink a .name .count {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    text-transform: none;
  }
  .subsLink a .name .v {
    color: #FF9800;
  }
  .blockPostFocus {
    padding: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2px #00000012;
            box-shadow: 0 0 2px #00000012;
  }
  .section {
    padding: 30px 0;
    background: #ffffff;
  }
  .section.transparent {
    background: none;
  }
  .itemPostArchive {
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
  }
  .itemPostArchive .entry {
    display: block;
    color: #444444;
  }
  .itemPostArchive .image {
    width: 160px;
    float: left;
  }
  .itemPostArchive .image .obj {
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px #e2e2e2;
            box-shadow: 1px 1px 3px #e2e2e2;
  }
  .itemPostArchive .summary {
    padding-left: 185px;
    text-align: justify;
  }
  .itemPostArchive .titlePost {
    font-weight: bold;
    margin-bottom: 4px;
  }
  .itemPostArchive .desc {
    color: #555555;
  }
  .itemPostArchive .author {
    color: #808080;
    font-style: italic;
  }
  .page-navi {
    text-align: center;
  }
  .page-navi ul {
    display: inline-block;
  }
  .page-navi li {
    display: block;
    float: left;
  }
  .page-navi a {
    display: block;
    padding: 4px 10px;
    font-size: 16px;
  }
  .boxRadius {
    padding: 15px;
    border-radius: 7px;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 3px #00000012;
            box-shadow: 1px 1px 3px #00000012;
  }
  .listNotify .date .fa {
    color: #777;
  }
  .mbn-toc .mbn-toc-rool-ul {
    overflow: hidden;
  }
  .mbn-toc .mbn-toc-rool-ul li {
    float: left;
  }
  .mbn-toc .mbn-toc-rool-ul li a {
    color: #444;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }
  .mbn-toc .mbn-toc-rool-ul .sub-menu {
    display: none;
  }
  .boxCart {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .boxCart .metaOrder {
    color: #444;
    padding-left: 20px;
    font-size: 14px;
  }
  .boxCart .table-cart th,
  .boxCart .table-cart td {
    border: 1px solid #e0e0e0;
  }
  .boxCart .table-cart .providerHead {
    background-color: #f3f3f3;
  }
  .itemCart {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
  }
  .itemCart .image {
    width: 120px;
    float: left;
  }
  .itemCart .summary {
    padding-left: 130px;
  }
  .btn.btn-xs {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 80%;
    line-height: 1.4;
  }
  .btn-outline-secondary {
    background-color: #ffffff;
  }
  .headerPage {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
  }
  .headerPage .coverHeader {
    padding-top: 30%;
    position: relative;
  }
  .headerPage .coverHeader img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .headerPage .avatar .wrapImage {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
  }
  .headerPage .pageName {
    font-size: 20px;
    margin-bottom: 7px;
    line-height: normal;
  }
  .headerPage .pagePhone {
    font-weight: bold;
    color: red;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .headerPage .pageMenuBar ul {
    margin: auto;
    padding: 3px 0;
    overflow: hidden;
  }
  .headerPage .pageMenuBar li {
    list-style: none;
    float: left;
  }
  .headerPage .pageMenuBar li a {
    display: block;
    padding: 6px 12px;
    color: #333;
    font-size: 16px;
  }
  .members .wrapImage {
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    position: relative;
  }
  .box-new-feed {
    display: block;
    position: relative;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
    overflow: hidden;
    color: #303133;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 20px;
  }
  .box-new-feed .new-feed-head {
    padding: 18px 20px;
    border-bottom: 1px solid #ebeef5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase;
    font-size: 18px;
  }
  .box-new-feed .new-feed-head .read-more {
    position: absolute;
    text-transform: unset;
    display: inline-block;
    right: 10px;
  }
  .box-new-feed .new-feed-head .read-more a {
    text-transform: initial;
    color: #3578E5;
    font-size: 15px;
  }
  .box-new-feed .new-feed-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 20px;
  }
  .box-new-feed .new-feed-list .new-feed-item {
    margin-right: 10px;
    display: block;
    width: calc(20% - 10px);
    max-width: calc(20% - 10px);
    min-width: calc(20% - 10px);
    background: #fff;
    border-radius: 3px;
    border: 1px solid #f7f7f7;
    overflow: hidden;
  }
  .box-new-feed .new-feed-list .new-feed-item a {
    display: block;
  }
  .box-new-feed .new-feed-list .new-feed-item .item-image {
    position: relative;
    padding-top: 65%;
    margin-bottom: 5px;
  }
  .box-new-feed .new-feed-list .new-feed-item .item-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .box-new-feed .new-feed-list .new-feed-item .item-info-name {
    font-size: 15px;
    overflow: hidden;
    color: #666;
    font-weight: 600;
    padding: 0px 10px;
  }
  .box-new-feed .new-feed-list .new-feed-item .item-info-price {
    color: red;
    font-weight: bold;
    margin-top: 3px;
    padding: 0px 10px;
  }
  .box-new-feed .new-feed-list .new-feed-item .item-info-shop {
    border-top: 1px dotted #f7f7f7;
    margin-top: 5px;
    padding: 10px;
    color: #777777;
  }
  .box-new-feed .new-feed-list .new-feed-item .extend-item {
    padding-bottom: 5px;
    clear: both;
  }
  .box-new-feed .new-feed-list .new-feed-item .extend-item ul {
    margin: 0px;
    padding: 0px 15px;
  }
  .box-new-feed .new-feed-list .new-feed-item .extend-item ul li {
    list-style: none;
  }
  .box-new-feed .new-feed-list .new-feed-item .extend-item ul li a {
    color: #333;
  }
  .box-cat-favourite {
    display: block;
    position: relative;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
    overflow: hidden;
    color: #303133;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 20px;
  }
  .box-cat-favourite .cat-favourite-head {
    padding: 18px 20px;
    border-bottom: 1px solid #ebeef5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase;
    font-size: 18px;
  }
  .box-cat-favourite .cat-favourite-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 20px;
  }
  .box-cat-favourite .cat-favourite-list .cat-favourite-item {
    padding: 10px;
    display: block;
    width: calc(20%);
    max-width: calc(20%);
    min-width: calc(20%);
    border-radius: 0px;
    border: 1px solid #d7d7d7;
    text-align: center;
    margin-top: -1px;
    margin-left: -1px;
  }
  .box-cat-favourite .cat-favourite-list .cat-favourite-item:last-child {
    border-right: 1px solid #d7d7d7;
  }
  .box-cat-favourite .cat-favourite-list .cat-favourite-item a {
    display: block;
    color: #666;
  }
  .box-cat-favourite .cat-favourite-list .cat-favourite-item a:hover {
    color: #790013;
  }
  .box-order-friends {
    display: block;
    position: relative;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
    overflow: hidden;
    color: #303133;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 20px;
  }
  .box-order-friends .cat-favourite-head {
    padding: 18px 20px;
    border-bottom: 1px solid #ebeef5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase;
    font-size: 18px;
  }
  .box-order-friends .cat-favourite-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 20px;
  }
  .box-order-friends .cat-favourite-list .cat-favourite-item {
    display: block;
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    border-radius: 0px;
    text-align: left;
    margin-right: 10px;
    margin-left: 0px;
    position: relative;
    padding-left: 10px;
    border-bottom: 1px dotted #d7d7d7;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .box-order-friends .cat-favourite-list .cat-favourite-item sub {
    top: -5px;
  }
  .box-order-friends .cat-favourite-list .cat-favourite-item .price {
    color: brown;
  }
  .box-order-friends .cat-favourite-list .cat-favourite-item:before {
    width: 5px;
    height: 5px;
    background: brown;
    position: absolute;
    top: 8px;
    left: 0px;
    content: "";
    margin: auto;
  }
  .box-order-friends .cat-favourite-list .cat-favourite-item a {
    display: inline-block;
    color: #4267b2;
  }
  .box-order-friends .cat-favourite-list .cat-favourite-item a:hover {
    color: #29487d;
  }
  .u-menu {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    display: inline-block;
  }
  .u-menu li {
    display: inline-block;
    position: relative;
    padding-left: 10px;
  }
  .u-menu li:before {
    position: absolute;
    left: 0px;
    width: 5px;
    height: 5px;
    background: #999;
    content: "";
    border-radius: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
  }
  .wrapUser {
    max-width: 940px;
    margin: auto;
  }
  .wrapUser .coverUser {
    position: relative;
  }
  .wrapUser .entryCover {
    padding-top: 37%;
    position: relative;
    margin-bottom: 40px;
    border-radius: 4px;
    overflow: hidden;
  }
  .wrapUser .entryCover > img.mainImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wrapUser .entryAvatar {
    width: 180px;
    height: 180px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
  }
  .wrapUser .entryAvatar > img.mainImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sessionBgWhite {
    background-color: #ffffff;
  }
  .menuBar {
    border-top: 1px solid #efefef;
    padding-top: 7px;
  }
  .menuBar .menu {
    margin: auto;
    padding: 0;
  }
  .menuBar .menu li {
    float: left;
    list-style: none;
  }
  .menuBar .menu li a {
    color: #666;
    font-weight: bold;
    font-size: 15px;
    display: block;
    padding: 6px 12px;
  }
  .widgetUser {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #efefef #efefef #e0e0e0 #efefef;
  }
  .widgetUser .headerInfo {
    margin: -15px;
    margin-bottom: 10px;
  }
  .headerInfo {
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
  }
  .headerInfo table {
    margin: auto;
  }
  .headerInfo table.table--mini td {
    padding: 0px;
    vertical-align: middle;
  }
  .headerInfo__icon {
    text-align: center;
  }
  .headerInfo__icon .fa {
    background: red;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    line-height: 24px;
  }
  .headerInfo__label {
    font-weight: bold;
    color: #000;
    padding-left: 10px;
  }
  .headerInfo__link {
    color: #888;
    font-size: 12px;
    font-style: italic;
    display: inline-block;
    padding-right: 10px;
  }
  .formStatus .galleriesStatus {
    overflow: hidden;
  }
  .formStatus .galleriesStatus .item {
    display: block;
    float: left;
    width: 16.66666667%;
    padding: 5px;
    position: relative;
  }
  .formStatus .galleriesStatus .item:hover {
    background-color: #f0f0f0;
  }
  .formStatus .galleriesStatus .item .btn-delete {
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 99;
    top: 5px;
    left: 5px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    background-image: url(../img/cancel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
  }
  .formStatus .btn-uploadStatus {
    width: 80px;
    height: 80px;
    border: 3px dashed #e0e0e0;
    border-radius: 5px;
    background-image: url('../img/add-thumbnail-h135px.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
  }
  .formStatus .bodyForm {
    padding-bottom: 10px;
  }
  .formStatus .avataruser img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .formStatus .avataruser {
    border-radius: 100%;
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100%;
  }
  .formStatus .image {
    width: 60px;
    height: 60px;
    float: left;
  }
  .formStatus .footerForm {
    background-color: #fafafb;
    border-top: 1px solid #e0e0e0;
    margin: -10px;
    margin-top: auto;
    padding: 10px;
  }
  .formStatus .summary {
    padding-left: 70px;
  }
  .formStatus .summary textarea {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 16px;
    resize: none;
    overflow: hidden;
    background-color: #fff;
  }
  .hiddenTextReadmore.active {
    display: inline-block;
  }
  .commentGroup {
    position: relative;
    margin-top: 10px;
  }
  .commentGroup .input {
    display: block;
    padding-left: 40px;
  }
  .commentGroup .input textarea {
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    height: 34px;
    min-height: 34px;
    padding-right: 40px;
    resize: none;
    overflow: hidden;
  }
  .commentGroup .submit,
  .commentGroup .image {
    width: 35px;
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
  }
  .commentGroup .submit img,
  .commentGroup .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }
  .commentGroup .submit {
    width: 35px;
    left: auto;
    right: 5px;
    top: 0;
  }
  .commentGroup .submit .btn-submitForm,
  .commentGroup .submit .btn {
    font-size: 0;
    background: none;
    background-image: url(../img/send_icon.png);
    background-size: 18px;
    background-position: center center;
    height: 34px;
    border: none;
    background-repeat: no-repeat;
  }
  .btn-submitForm {
    font-size: 0;
    background: none;
    background-image: url(../img/send_icon.png);
    background-size: 18px;
    background-position: center center;
    height: 34px;
    border: none;
    background-repeat: no-repeat;
  }
  .footer-bottom-item {
    border-top: 1px solid #e0e0e0;
  }
  .itemComment {
    margin-bottom: 10px;
  }
  .itemComment:last-child {
    margin-bottom: 0;
  }
  .itemComment .img {
    width: 35px;
    display: block;
    float: left;
    height: 34px;
  }
  .itemComment .img img {
    width: 35px;
    height: 35px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    background-color: #e0e0e0;
  }
  .itemComment .content-comment {
    display: inline-block;
    background-color: #f0f2f5;
    border-radius: 20px;
    padding: 7px 12px;
    border: 1px solid #f3f3f3;
    font-size: 14px;
    color: #000;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .itemComment .content-comment:hover {
    background-color: #e0e0e0;
  }
  .itemComment .summary {
    padding-left: 40px;
    display: block;
  }
  .itemComment .tools {
    padding-left: 10px;
    display: block;
    padding-top: 3px;
  }
  .itemComment .tools a {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
  }
  .headerBlockStatus {
    position: relative;
    padding: 15px;
    overflow: hidden;
    margin: -15px;
    margin-bottom: auto;
  }
  .headerBlockStatus .image {
    width: 50px;
    float: left;
    border: none;
  }
  .headerBlockStatus .image .boxImage {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #dadada;
  }
  .headerBlockStatus .image img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .headerBlockStatus .summary {
    padding-left: 55px;
    padding-top: 7px;
  }
  .headerBlockStatus .btn-rating {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .FormReplyStatus {
    padding-left: 10px;
    position: relative;
  }
  .FormReplyStatus textarea {
    width: 100%;
    min-height: 30px;
    border-radius: 20px;
    height: 30px;
    font-size: 12px;
    resize: none;
    overflow: hidden;
  }
  .FormReplyStatus .btn-submitForm {
    position: absolute;
    top: 0px;
    right: 5px;
  }
  .commentGroup textarea {
    resize: none;
    overflow: hidden;
  }
  .listReplyStatus .itemComment {
    margin-bottom: 2px;
  }
  .listReplyStatus .itemComment:first-child {
    margin-top: 5px;
  }
  .listReplyStatus .itemComment .img {
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
  }
  .listReplyStatus .itemComment .img img {
    height: 100%;
    width: 100%;
  }
  .listReplyStatus .itemComment .summary {
    padding-left: 30px;
  }
  .boxPreview {
    padding: 10px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.24);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.24);
    margin-bottom: 15px;
    border-radius: 4px;
    display: block;
    color: #333;
  }
  .boxPreview .summary {
    float: none;
    width: 100%;
    padding: 0;
  }
  .boxPreview .image {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    height: auto;
  }
  .boxPreview .image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 290px;
    min-height: 100px;
  }
  .item-fb-newsfeed .wrap-img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    display: block;
    overflow: hidden;
    border: 2px solid #fff;
  }
  .item-fb-newsfeed .wrap-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .item-fb-newsfeed .wrap-img .bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .item-fb-newsfeed .box-image {
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
    margin-left: -2px;
    margin-right: -2px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 60%;
  }
  .item-fb-newsfeed .box-image.layout-1 .item_1 {
    width: 100%;
    height: 100%;
  }
  .item-fb-newsfeed .box-image.layout-1 img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .item-fb-newsfeed .box-image.layout-2 .item_1 {
    width: 50%;
    height: 100%;
  }
  .item-fb-newsfeed .box-image.layout-2 .item_2 {
    width: 50%;
    height: 100%;
    left: auto;
    right: 0;
  }
  .item-fb-newsfeed .box-image.layout-4 .item_1 {
    width: 66.7%;
    height: 100%;
  }
  .item-fb-newsfeed .box-image.layout-4 .item_2 {
    width: 33.3333%;
    height: 33.33%;
    left: auto;
    right: 0;
  }
  .item-fb-newsfeed .box-image.layout-4 .item_3 {
    width: 33.3333%;
    height: 33.33%;
    top: 33.33%;
    right: 0;
    left: auto;
  }
  .item-fb-newsfeed .box-image.layout-4 .item_4 {
    width: 33.3333%;
    height: 33.33%;
    top: 66.7%;
    right: 0;
    left: auto;
  }
  .item-fb-newsfeed .box-image.layout-3 .item_1 {
    width: 66.666%;
    height: 100%;
  }
  .item-fb-newsfeed .box-image.layout-3 .item_2 {
    width: 33.333%;
    height: 50%;
    right: 0;
    left: auto;
    top: 0;
  }
  .item-fb-newsfeed .box-image.layout-3 .item_3 {
    width: 33.333%;
    height: 50%;
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
  }
  .item-fb-newsfeed .box-image.layout-3 .mark-plus {
    height: 50%;
    bottom: 0;
    top: auto;
  }
  .item-fb-newsfeed .box-image.layout-5 {
    margin-bottom: 24%;
  }
  .item-fb-newsfeed .box-image.layout-5 .item_1 {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .item-fb-newsfeed .box-image.layout-5 .item_2 {
    width: 25%;
    height: 25%;
    left: 0;
    top: auto;
    bottom: -25%;
  }
  .item-fb-newsfeed .box-image.layout-5 .item_3 {
    width: 25%;
    height: 25%;
    left: 25%;
    top: auto;
    bottom: -25%;
  }
  .item-fb-newsfeed .box-image.layout-5 .item_4 {
    width: 25%;
    height: 25%;
    left: 50%;
    top: auto;
    bottom: -25%;
  }
  .item-fb-newsfeed .box-image.layout-5 .item_5 {
    width: 25%;
    height: 25%;
    left: 75%;
    top: auto;
    bottom: -25%;
  }
  .item-fb-newsfeed .box-image .mark-plus {
    width: 33.333%;
    height: 100%;
    left: auto;
    top: 0;
    bottom: -25%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3);
    right: 0;
  }
  .item-fb-newsfeed .box-image .mark-plus .bg {
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    height: 30px;
    line-height: 30px;
    top: 0;
    bottom: 0px;
    margin: auto;
    position: absolute;
  }
  .linkItem {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .linkItem .wrapImage {
    margin-bottom: 40px;
    padding-top: 100%;
  }
  .linkItem__price {
    color: red;
    font-size: 12px;
    display: block;
  }
  .linkItem__meta {
    color: #777777;
    font-size: 12px;
    display: block;
  }
  .linkItem__title {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    display: block;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .linkItem__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    padding: 5px;
    margin-bottom: 5px;
  }
  .linkItem .btnIcon {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: 1px solid #FFF;
  }
  .productLinks .linkItem {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    color: #444;
  }
  .productLinks .linkItem .image {
    width: 80px;
    float: left;
  }
  .productLinks .linkItem .wrapImage {
    margin-bottom: auto;
  }
  .productLinks .linkItem .summary {
    padding-left: 95px;
    color: #777;
  }
  .productLinks .linkItem__title {
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
    color: #222;
  }
  .productLinks .metaView {
    color: #444;
    margin-bottom: 5px;
  }
  .shareSocial a:hover .fa {
    border: 1px solid #b0d6b2;
    top: -5px;
    -webkit-box-shadow: 0px 4px 12px rgba(60, 88, 61, 0.68);
            box-shadow: 0px 4px 12px rgba(60, 88, 61, 0.68);
    background: #600e18;
    color: #fff;
  }
  .shareSocial .fa {
    display: inline-block;
    margin-left: 4px;
    background-color: #f6f7f9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    top: 0;
    color: #353535;
    font-size: 17px;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    border: 1px solid #e4e5e7;
  }
  .shareSocial .undefined .fa {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .statusContent .contentEntry {
    max-height: 150px;
    overflow: hidden;
  }
  .el-image.obj img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrap-new-feed .head-name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .newFeedList .p-item {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-bottom: 20px;
  }
  .newFeedList .p-item .extend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #edf6ff;
  }
  .newFeedList .p-item .extend-item ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
  }
  .newFeedList .p-item .extend-item ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .newFeedList .p-item .extend-item ul li .box-img {
    width: 90px;
    height: 60px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    float: left;
  }
  .newFeedList .p-item .extend-item ul li .box-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .newFeedList .p-item .extend-item ul li .box-info {
    width: calc(100% - 95px);
    float: left;
  }
  .newFeedList .p-item .extend-item ul li .box-info .price-sale {
    color: red;
    font-size: 16px;
    font-style: initial;
    font-weight: 600;
  }
  .newFeedList .p-item .extend-item ul li .box-info .price-old {
    color: #666;
    font-size: 16px;
    font-style: initial;
    font-weight: 500;
    text-decoration: line-through;
  }
  .newFeedList .p-item .extend-item ul li a {
    color: #666;
  }
  .newFeedList .p-item .p-shop {
    padding: 10px;
  }
  .newFeedList .p-item .p-content {
    padding: 10px;
  }
  .newFeedList .p-item .p-content a {
    color: #385898;
  }
  .newFeedList .p-item .p-content a:hover {
    font-weight: 600;
  }
  .newFeedList .p-item .p-content .price-sale {
    color: red;
    font-size: 16px;
    font-style: initial;
    font-weight: 600;
  }
  .newFeedList .p-item .p-content .price-old {
    color: #666;
    font-size: 16px;
    font-style: initial;
    font-weight: 500;
    text-decoration: line-through;
  }
  .newFeedList .p-item .p-shop-avatar {
    width: 50px;
    float: left;
    margin-right: 10px;
    height: 50px;
    overflow: hidden;
  }
  .newFeedList .p-item .p-shop-avatar .el-avatar > img {
    display: inline-block;
    width: 100%;
  }
  .newFeedList .p-item .p-shop-name {
    width: calc(100% - 60px);
  }
  .newFeedList .p-item .p-shop-name .name1 {
    font-size: 15px;
    font-weight: 600;
    color: #666;
  }
  .newFeedList .p-item .p-shop-name .name2 {
    font-size: 13px;
    font-weight: 550;
    color: #999;
  }
  .newFeedList .p-item .p-shop-name .name3 {
    font-size: 12px;
    font-weight: 550;
    color: #666;
  }
  .newFeedList .p-item .p-shop-rename {
    width: calc(100% - 110px);
  }
  .newFeedList .p-item .label-premium {
    background-color: #fbed20;
    font-size: 8px;
    left: 0;
    top: -2px;
    margin-right: 8px;
    text-transform: uppercase;
    color: red;
    padding: 0 5px;
    height: 15px;
    line-height: 16px;
    z-index: 6;
    display: inline-block;
    position: relative;
    font-weight: bold;
  }
  .newFeedList .p-item .label-premium:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 7px 8px 7px 6px;
    right: -14px;
    top: 0;
    border-color: transparent transparent transparent #fbed20;
    position: absolute;
  }
  .newFeedList .p-item .partner {
    background-color: #600e18;
    color: #fff;
  }
  .newFeedList .p-item .partner:after {
    border-color: transparent transparent transparent #600e18;
  }
  .newFeedList .p-item .p-gallery {
    display: block;
    overflow: hidden;
  }
  .newFeedList .p-item .temp5 .wapp-1 {
    width: 50%;
    float: left;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
  }
  .newFeedList .p-item .temp5 .wapp-1 img {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .newFeedList .p-item .temp5 .wapp-2 {
    width: 50%;
    float: left;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
  }
  .newFeedList .p-item .temp5 .wapp-2 img {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .newFeedList .p-item .temp5 .wapp-3 {
    width: 33.33%;
    float: left;
    padding-top: 30%;
    overflow: hidden;
    position: relative;
  }
  .newFeedList .p-item .temp5 .wapp-3 .el-image {
    display: unset;
    position: unset;
  }
  .newFeedList .p-item .temp5 .wapp-3 img {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .newFeedList .p-item .temp5 .wapp-4 {
    width: 33.33%;
    float: left;
    padding-top: 30%;
    overflow: hidden;
    position: relative;
  }
  .newFeedList .p-item .temp5 .wapp-4 .el-image {
    display: unset;
    position: unset;
  }
  .newFeedList .p-item .temp5 .wapp-4 img {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .newFeedList .p-item .temp5 .wapp-5 {
    width: 33.33%;
    float: left;
    padding-top: 30%;
    overflow: hidden;
    position: relative;
  }
  .newFeedList .p-item .temp5 .wapp-5 .el-image {
    display: unset;
    position: unset;
  }
  .newFeedList .p-item .temp5 .wapp-5 img {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .newFeedList .p-item .temp4 {
    position: relative;
  }
  .newFeedList .p-item .temp4 .temp-in {
    padding-top: calc(100%);
  }
  .newFeedList .p-item .temp4 .wapp-1 {
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .newFeedList .p-item .temp4 .wapp-1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  .newFeedList .p-item .temp4 .wapp-2 {
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .newFeedList .p-item .temp4 .wapp-3 {
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .newFeedList .p-item .temp4 .wapp-4 {
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .newFeedList .p-item .temp2 {
    position: relative;
  }
  .newFeedList .p-item .temp2 .temp-in {
    padding-top: calc(100%);
  }
  .newFeedList .p-item .temp2 .wapp-1 {
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .newFeedList .p-item .temp2 .wapp-1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  .newFeedList .p-item .temp2 .wapp-2 {
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .newFeedList .p-item .temp2 .wapp-3 {
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .newFeedList .p-item .temp2 .wapp-4 {
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .newFeedList .p-item .gallery-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.5;
    top: 0px;
  }
  .newFeedList .p-item .gallery-more {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    font-size: 26px;
    color: #fff;
    width: 60px;
    height: 30px;
  }
  .wall-friends {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 1px 2px #E4E6EB;
            box-shadow: 0 1px 2px #E4E6EB;
    border-radius: 5px;
  }
  .wall-friends .head-name {
    display: inline-block;
    color: #333;
  }
  .wall-friends .head-invite {
    float: right;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 8px;
  }
  .wall-friends .head-invite:hover {
    background: #F2F3F5;
  }
  .wall-friends .head-search {
    position: relative;
    display: block;
    float: right;
  }
  .wall-friends .head-search i {
    position: absolute;
    left: 10px;
    line-height: 34px;
    font-size: 18px;
    color: #999;
  }
  .wall-friends .head-search input {
    width: 300px;
    float: right;
    background: #F2F3F5;
    border-radius: 50px;
    margin-top: 0px;
    padding: 8px 15px 8px 30px;
    border: 1px;
  }
  .wall-friends .u-box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 15px;
  }
  .wall-friends .u-box-right .u-item {
    width: 50%;
    max-width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    float: left;
    border: 1px solid #F2F3F5;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wall-friends .u-box-right .u-item a {
    color: #333;
  }
  .wall-friends .u-box-right .u-item .u-item-avatar {
    width: 80px;
    height: 80px;
    background: #d7d7d7;
    float: left;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #F2F3F5;
  }
  .wall-friends .u-box-right .u-item .u-item-name {
    padding-top: 20px;
    color: #666;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .wall-friends .u-box-right .u-item .u-item-name a {
    color: #666;
  }
  .wall-friends .u-box-right .u-item .u-item-rename {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .wall-friends .u-box-right .u-item .u-item-friend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
  }
  .wall-friends .u-box-right .u-item .u-item-friend .el-dropdown {
    display: block;
    height: 35px;
  }
  .wall-friends .u-box-right .u-item .u-item-friend .bt-friend {
    height: 35px;
    background: #F2F3F5;
    display: block;
    line-height: 15px;
    padding: 10px 15px;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
  }
  .wall-friends .u-box-right .u-item .u-item-friend .bt-friend:hover {
    background: #CCCCCC;
  }
  .wall-friends .u-box-right .u-item .u-item-friend .bt-friend1 {
    background: #409eff;
    color: #fff;
    cursor: pointer;
  }
  .wall-friends .u-box-right .u-item .u-item-friend .bt-friend1:hover {
    background: #66b1ff;
  }
  .u-box-add {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  .u-box-add .u-item {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  .u-box-add .u-item .u-item-avatar {
    position: relative;
    padding-top: 85%;
    overflow: hidden;
  }
  .u-box-add .u-item .u-item-avatar img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .u-box-add .u-item .u-item-name {
    padding: 5px 10px;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .u-box-add .u-item .u-item-name a {
    color: #333;
    font-size: 13px;
  }
  .u-box-add .u-item .u-item-friend {
    display: block;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 10px;
  }
  .u-box-add .u-item .u-item-friend .el-dropdown {
    display: block;
    height: 35px;
  }
  .u-box-add .u-item .u-item-friend .bt-friend {
    height: 35px;
    background: #790013;
    display: inline-block;
    line-height: 15px;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
  }
  .u-box-add .u-item .u-item-friend .bt-friend:hover {
    background: #CCCCCC;
  }
  .u-box-add .u-item .u-item-friend .bt-friend1 {
    background: #409eff;
    color: #fff;
    cursor: pointer;
  }
  .u-box-add .u-item .u-item-friend .bt-friend1:hover {
    background: #66b1ff;
  }
  .u-box-add .owl-dots {
    display: none;
  }
  .u-box-add .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .u-box-add .owl-next {
    top: 50%;
    right: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    background: #790013 !important;
    color: #fff !important;
    font-size: 22px !important;
  }
  .u-box-add .owl-next span {
    top: -1px;
    position: relative;
  }
  .u-box-add .owl-prev {
    top: 50%;
    left: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    background: #790013 !important;
    color: #fff !important;
    font-size: 22px !important;
  }
  .u-box-add .owl-prev span {
    top: -1px;
    position: relative;
  }
  .fs18 {
    font-size: 18px;
  }
  .fs13 {
    font-size: 13px;
  }
  .fw600 {
    font-weight: 600;
  }
  .fw500 {
    font-weight: 500;
  }
  .col-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .r0 {
    padding-right: 0px;
  }
  .postLayoutSidebar li + li .postItem {
    border-top: 1px solid #f0f0f0;
  }
  .postLayoutSidebar .postItem {
    overflow: hidden;
    padding: 10px;
    display: block;
    color: #333;
  }
  .postLayoutSidebar .postItem .image {
    display: block;
    width: 90px;
    float: left;
  }
  .postLayoutSidebar .postItem .summary {
    padding-left: 100px;
    display: block;
    font-size: 14px;
  }
  .postLayoutSidebar .postItem .summary .meta {
    display: block;
    font-size: 12px;
  }
  .postLayoutSidebar .postItem .summary .author {
    color: red;
    font-weight: bold;
  }
  .descIntro {
    padding: 10px;
    background-color: #fefefe;
    border: 1px solid #f0f0f0;
  }
  .articlesBottom {
    border: 3px solid var(--color-primary);
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
  }
  .articlesBottom .heading {
    background-color: var(--color-primary);
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
  }
  .articlesBottom .products {
    overflow: hidden;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .articlesBottom .products .item {
    width: 16.6%;
    float: left;
    padding: 10px;
  }
  .articlesBottom .products .item .summary .title {
    display: block;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .articlesBottom .products .item .summary .price {
    font-weight: bold;
    font-size: 13px;
    color: red;
    margin-bottom: 5px;
  }
  .articlesBottom .products .item .summary .location {
    color: #888;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-size: 12px;
  }
  .articlesBottom .products .item .thumbnail {
    margin-bottom: 10px;
  }
  .articlesBottom .products .item .thumbnail > a {
    display: block;
    padding-top: 75%;
    position: relative;
  }
  .articlesBottom .products .item .thumbnail > a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .newsItem {
    padding: 10px 0;
    overflow: hidden;
  }
  .newsItem + .newsItem {
    border-top: 1px solid #e0e0e0;
  }
  .newsItem a {
    color: #222;
    display: block;
  }
  .newsItem .image {
    width: 170px;
    float: left;
  }
  .newsItem .summary {
    padding-left: 185px;
  }
  .newsItem .summary .category {
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .newsItem .summary .category a {
    display: inline-block;
    color: #007bff;
    padding-right: 10px;
    border-radius: 4px;
  }
  .newsItem .summary .category a + a {
    padding-left: 10px;
    border-left: 1px solid #e0e0e0;
  }
  .newsItem .summary .title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.45;
  }
  .sidebar .subTab li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
  li + li .itemRate {
    border-top: 1px solid #f0f0f0;
  }
  .icon-star {
    width: 24px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/s.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 5px;
  }
  .icon-star:hover ~ .icon-star {
    background-image: url(../img/s.png) !important;
  }
  .icon-star.active {
    background-image: url(../img/s-active.png);
  }
  .show-user-rating {
    font-size: 0;
  }
  .show-user-rating:hover .icon-star {
    background-image: url(../img/s-active.png);
  }
  .rating-start {
    display: inline-block;
    background-image: url(../img/star.png);
    height: 11px;
    width: 63px;
    position: relative;
    background-position: bottom left;
    background-repeat: no-repeat;
    margin-right: 5px;
  }
  .rating-start > * {
    display: inline-block;
    background-image: url(../img/star.png);
    height: 11px;
    width: 63px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0px;
  }
  .rating-start .rating-start0 {
    width: 0px;
  }
  .rating-start .rating-start1 {
    width: 13px;
  }
  .rating-start .rating-start2 {
    width: 26px;
  }
  .rating-start .rating-start3 {
    width: 39px;
  }
  .rating-start .rating-start4 {
    width: 52px;
  }
  .rating-start .rating-start5 {
    width: 63px;
  }
  .show-star {
    width: 14px;
    height: 12px;
    display: inline-block;
    background-image: url(../img/s.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 2px;
    margin-right: -2px;
  }
  .show-star.active {
    background-image: url(../img/s-active.png);
  }
  .list-rating .item {
    position: relative;
  }
  .action-tool {
    position: absolute;
    right: 0;
    top: 0;
  }
  .action-tool .btn {
    padding: 2px 10px;
    color: #999;
  }
  .list-rating .thumbnail {
    width: 80px;
    height: 80px;
    float: left;
    padding: 0;
    margin: auto;
    position: relative;
    overflow: hidden;
  }
  .list-rating .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .list-rating .summary {
    padding-left: 90px;
  }
  .list-rating .summary .user-name {
    font-size: 13px;
    font-weight: bold;
    margin: auto;
  }
  .list-rating .summary .date {
    font-style: italic;
    color: #555;
  }
  .list-rating li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
  }
  .list-rating li:last-child {
    margin-bottom: auto;
    padding-bottom: 0;
    border-bottom: none;
  }
  .avatarBlock {
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    overflow: hidden;
  }
  .avatarBlock .infoUser {
    position: absolute;
    left: 100%;
    bottom: 0;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    max-width: 320px;
  }
  .avatarBlock .infoUser .userName {
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .avatarBlock .infoUser .phone {
    display: block;
    color: hsl(0, 0%, 100%);
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .itemRate {
    padding: 10px 0;
  }
  .itemRate .entry {
    overflow: hidden;
  }
  .itemRate .thumbnail {
    width: 80px;
    float: left;
  }
  .itemRate .thumbnail img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .itemRate .summary {
    padding-left: 95px;
  }
  .itemRate .summary .icon-star {
    width: 24px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/s.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 5px;
  }
  .itemRate .summary .icon-star.active {
    background-image: url("../img/s-active.png");
  }
  .blockToc .mbn-toc .header-toc {
    font-size: 14px;
    background-color: #fdfdfd;
    border: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .blockToc .mbn-toc .wrap-toc {
    overflow: hidden;
    border-radius: 10px;
    background-color: #f9f9f9;
  }
  .blockToc .mbn-toc .wrap-toc ul {
    padding: 5px 0;
  }
  .blockToc .mbn-toc .wrap-toc ul a {
    font-size: 14px;
    padding: 3px 10px;
    color: black;
    line-height: 20px;
  }
  .categoryItems > div {
    width: 10%;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .categoryItems .count {
    font-weight: bold;
    font-size: 14px;
  }
  .categoryItems .name {
    line-height: 17px;
    height: 34px;
    overflow: hidden;
    font-size: 13px;
    margin: auto;
  }
  .categoryItems a:hover {
    background-color: #ffa5b321;
    border-radius: 4px;
    border: 1px solid #7900131c;
  }
  .categoryItems a {
    border: 1px solid #ffffff;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #000;
    padding: 10px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
  }
  .categoryItems .icon {
    width: 56px;
    height: 56px;
    display: block;
    margin: auto;
    margin-bottom: 4px;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
  }
  .categoryItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
  }
  .tags a {
    display: inline-block;
    padding: 5px 8px;
    background: #f3f3f3;
    border-radius: 5px;
  }
  .errors-item {
    color: red;
  }
  .shop-analytics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 15px;
  }
  .shop-analytics .shop-analytics-item {
    width: calc(25% - 10px);
    margin: 5px;
    position: relative;
  }
  .shop-analytics .shop-analytics-item .text {
    font-size: 12px;
  }
  .shop-analytics .shop-analytics-item .num {
    color: #a5081a;
    font-size: 15px;
    position: absolute;
    top: 0px;
    left: 35px;
  }
  .shop-analytics .shop-analytics-item .bg {
    background-image: url('../img/shop.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
  }
  .shop-analytics .shop-analytics-item .bg1 {
    background-image: url('../img/shop.svg');
  }
  .shop-analytics .shop-analytics-item .bg2 {
    background-image: url('../img/followers.svg');
  }
  .shop-analytics .shop-analytics-item .bg3 {
    background-image: url('../img/following.svg');
  }
  .shop-analytics .shop-analytics-item .bg4 {
    background-image: url('../img/rating.svg');
  }
  .shop-analytics .shop-analytics-item .bg5 {
    background-image: url('../img/building.svg');
  }
  .shop-analytics .shop-analytics-item .bg6 {
    background-image: url('../img/building.svg');
  }
  .shop-analytics .shop-analytics-item .bg7 {
    background-image: url('../img/car.svg');
    background-position: center 2px;
  }
  .shop-analytics .shop-analytics-item .bg8 {
    background-image: url('../img/service.svg');
  }
  .shop-analytics .shop-analytics-item .bg9 {
    background-image: url('../img/recruitment.svg');
  }
  .shop-analytics .shop-analytics-item .bg10 {
    background-image: url('../img/blog.svg');
  }
  .shop-analytics .shop-analytics-item a {
    color: #333;
  }
  .p0 {
    padding: 0px !important;
  }
  .table-sidebar-left {
    line-height: 20px;
  }
  .bg-default {
    background-image: url('../img/shop.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
  }
  .bg-wall {
    background-image: url('../img/service.svg');
  }
  .bg-shop {
    background-image: url('../img/shop.svg');
  }
  .bg-intro {
    background-image: url('../img/intro.svg');
  }
  .bg-fields {
    background-image: url('../img/briefcase.svg');
  }
  .bg-map {
    background-image: url('../img/map.svg');
  }
  .bg-open {
    background-image: url('../img/open.svg');
  }
  .favourite-wapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .favourite-wapp .favourite-item {
    width: 50%;
  }
  .viewed-favourite {
    display: inline-block;
    float: right;
  }
  .viewed-favourite .vf-name {
    display: inline-block;
    width: 65px;
    position: relative;
    top: -8px;
    color: red;
    line-height: 15px;
  }
  .viewed-favourite .viewed-favourite-item {
    display: inline-block;
  }
  .viewed-favourite .viewed-favourite-item .item-thumb {
    background-color: #fff;
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    margin-left: 0;
    margin-right: 0.3rem;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .viewed-favourite .viewed-favourite-item .item-thumb:hover {
    -webkit-box-shadow: 0 1px 2px rgba(255, 6, 6, 0.8);
            box-shadow: 0 1px 2px rgba(255, 6, 6, 0.8);
  }
  .viewed-favourite .viewed-favourite-item .item-image {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    margin: 0;
  }
  .viewed-favourite .viewed-favourite-item .item-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 0.4rem;
  }
  .cat-favourite {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cat-favourite .cf-name {
    margin-right: 10px;
  }
  .cat-favourite a {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
  }
  .cat-favourite a:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #999;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
  }
  .cat-favourite a:first-child {
    padding-left: 0px;
  }
  .cat-favourite a:first-child:before {
    width: 0px;
    height: 0px;
  }
  .box-bigcategory {
    margin-bottom: 20px;
  }
  .box-bigcategory a {
    display: block;
    background: #fff;
    position: relative;
    color: black;
    text-align: center;
  }
  .box-bigcategory a .wrapImage {
    padding-top: 45%;
    border: 1px solid #efefef;
    border-radius: 5px;
  }
  .box-bigcategory a img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .box-bigcategory a > .title {
    margin: auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    z-index: 9;
    background: #1444a8f2;
    font-size: 14px;
    color: #fff;
    padding: 7px 20px;
    left: 0;
    right: 0;
    border-radius: 20px;
  }