.css-content {
  font: 16px/22px 'Roboto', Helvetica, Arial, sans-senif;
  box-sizing: border-box;
  margin-bottom: 70px; }

.css-content h1,
.css-content h2,
.css-content h3,
.css-content h4,
.css-content h5 {
  margin: 0.3em 0 0em;
  line-height: 1.5em !important; }

.css-content a {
  color: #001dff; }

.css-content figure.sudo-media-item {
  padding-bottom: 10px; }

.css-content h1 {
  font: 700 24px/28px 'Roboto', Helvetica, Arial, sans-senif; }

.css-content h2 {
  font: 700 20px/24px 'Roboto', Helvetica, Arial, sans-senif; }

.css-content h3 {
  font: 700 18px/21px 'Roboto', Helvetica, Arial, sans-senif; }



.detail_news .css-content .mce-toc {
  margin-bottom: 10px; }

.detail_news .mce-toc h2 {
  cursor: pointer;
  position: relative;
  margin-top: 0;
  border: 1px solid #939393;
  border-radius: 0;
  padding: 10px;
  width: 22%;
  color: #111 !important; }

.detail_news .mce-toc h2::after {
  position: absolute;
  background: url(../../assets/img/icon/bars-solid.svg) no-repeat center center;
  content: '';
  top: 20%;
  right: 10%;
  border: 1px solid #939393;
  border-radius: 0;
  width: 35px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #333; }

.detail_news .css-content .mce-toc ul {
  display: none;
  transition: 0.5s; }

.detail_news .css-content .mce-toc ul.active {
  display: block; }

.css-content em {
  font-style: italic; }

.css-content em strong {
  font-style: oblique; }

.css-content p {
  line-height: 2em;
  padding-top: 10px;
  color: #333; }

.css-content table {
  max-width: 100%;
  margin: 0 auto 10px;
  border-collapse: collapse;
  border-spacing: 0; }

.css-content table th,
.css-content table td {
  border: 1px solid #ccc; }

.css-content ul,
.css-content ul li {
  list-style-type: disc;
  margin-left: 10px;
  margin-bottom: 0.5em;
  margin-top: 0.5em; }

.css-content ul li {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 0.5em;
  line-height: 1.4em;
  color: #333; }

.css-content ol {
  list-style: decimal;
  padding: 0 0 0 15px;
  margin: 0; }

.css-content ol li {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 0.5em;
  line-height: 1.4em; }

.css-content img {
  max-width: 100%;
  height: auto !important; }


  
    
  
    
      
      
      
    
  

.css-content blockquote {
  margin-left: 20px;
  font-style: italic; }

/* Scollbar */
::-webkit-scrollbar {
  width: 7px; }

::-webkit-scrollbar-track {
  background: #ccc; }

::-webkit-scrollbar-thumb {
  background: #333; }

::-webkit-scrollbar-thumb:hover {
  background: #333; }

.fb-comments {
  width: 75% !important; }

.itemProduct {
  width: 100%;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 40px; }
  .itemProduct-left {
    width: 50%;
    float: left; }
    .itemProduct-left__img {
      width: 70px;
      height: 65px;
      float: left;
      margin-right: 20px; }
      .itemProduct-left__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        float: left; }
    .itemProduct-left__info {
      float: left;
      line-height: 20px; }
      .itemProduct-left__info .item-star i {
        color: #adadad; }
        .itemProduct-left__info .item-star i.fa-star-active {
          color: #ff912c; }
      .itemProduct-left__info h3 {
        font-weight: normal; }
      .itemProduct-left__info p {
        color: #911a1d;
        font-weight: bold; }
      .itemProduct-left__info svg {
        color: #ffc200;
        font-size: 14px; }

.comments {
  width: 75%;
  float: left;
  margin-top: 20px; }

  /* ===== Tiêu đề khối bình luận ===== */
  .comments-top {
    width: 100%;
    float: left;
    padding-bottom: 18px;
    border-bottom: none;
    margin-bottom: 24px; }
    .comments-top__left {
      float: left; }
      .comments-top__left p {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .3px;
        color: #222;
        padding-left: 14px;
        position: relative; }
        .comments-top__left p:before {
          content: "";
          position: absolute;
          left: 0;
          top: 2px;
          bottom: 2px;
          width: 3px;
          background: #fabf00; }
    .comments-top__right {
      float: right; }
      .comments-top__right .item-rate {
        float: left;
        margin-right: 10px; }
        .comments-top__right .item-rate i {
          color: #d9d9d9; }
          .comments-top__right .item-rate i.fa-star-active {
            color: #fabf00; }
      .comments-top__right span, .comments-top__right label {
        float: left; }
      .comments-top__right span {
        margin-right: 15px;
        color: #666; }
      .comments-top__right svg {
        color: #fabf00; }

  /* ===== Form viết bình luận/đánh giá ===== */
  .comments-form {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    padding: 22px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    box-sizing: border-box; }
    .comments-form .item-showimg {
      width: 100%;
      float: left;
      margin-bottom: 15px; }
      .comments-form .item-showimg span {
        float: left;
        margin-top: 20px;
        font-weight: 700;
        color: #333; }
      .comments-form .item-showimg img {
        max-width: 100px;
        height: 50px;
        object-fit: cover;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        border-radius: 0;
        border: 1px solid #eee; }
    .comments-form .item-send {
      width: 100%;
      float: left;
      border: none;
      margin-top: 4px;
      height: auto; }
      .comments-form .item-send__button {
        float: right;
        display: flex;
        align-items: center;
        gap: 16px; }
        .comments-form .item-send__button a {
          background: linear-gradient(#fabf006e, #fabf00) no-repeat;
          padding: 0 26px;
          color: #333;
          float: right;
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: .3px;
          margin-top: 15px;
          border-radius: 0;
          height: 38px;
          line-height: 38px;
          box-shadow: 0 7px 13px -3px rgba(45,35,66,0.25), inset 0 -2px 0 0 #9f8945;
          transition: opacity .2s ease; }
          .comments-form .item-send__button a:hover {
            opacity: .9; }
          .comments-form .item-send__button a:last-child {
            display: flex;
            align-items: center;
            gap: 6px;
            float: right;
            line-height: 1;
            padding: 0 16px;
            height: 38px;
            font-size: 13px;
            font-weight: 500;
            color: #777;
            border: 1px solid #ddd;
            border-radius: 0;
            box-shadow: none;
            cursor: pointer;
            background: transparent; }
    .comments-form textarea {
      width: 100%;
      border: 1px solid #e2e2e2;
      border-radius: 0;
      height: 110px;
      padding: 12px 14px;
      color: #222;
      font-size: 14px;
      box-sizing: border-box;
      transition: border-color .2s ease; }
      .comments-form textarea:focus {
        border-color: #fabf00;
        outline: none; }
    .comments-form input[type=text] {
      border: 1px solid #e2e2e2;
      border-radius: 0;
      width: 100%;
      padding: 12px 14px;
      margin-bottom: 14px;
      font-size: 14px;
      box-sizing: border-box;
      transition: border-color .2s ease; }
      .comments-form input[type=text]:focus {
        border-color: #fabf00;
        outline: none; }
    .comments-form .rating {
      width: 100%;
      float: left;
      margin-bottom: 16px; }
      .comments-form .rating span {
        float: left;
        margin-right: 16px;
        font-weight: 600;
        color: #333;
        line-height: 26px; }
      .comments-form .rating-star {
        float: left; }
        .comments-form .rating-star i {
          color: #fabf00;
          margin-right: 5px; }
        .comments-form .rating-star svg {
          width: 22px;
          height: 22px;
          margin-right: 4px;
          cursor: pointer;
          transition: transform .15s ease; }
          .comments-form .rating-star svg:hover {
            transform: scale(1.15); }

  /* ===== Danh sách bình luận đã có ===== */
  .comments-show {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    .comments-show__viewadd {
      text-align: center;
      margin-top: 24px;
      width: 100%;
      float: left; }
      .comments-show__viewadd button {
        cursor: pointer;
        border: 1px solid #fabf00;
        color: #b8930a;
        background: transparent;
        padding: 10px 28px;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: .3px;
        transition: all .2s ease; }
        .comments-show__viewadd button:hover {
          background: #fabf00;
          color: #333; }
    .comments-show .comment-show-item {
      width: 100%;
      float: left;
      margin-top: 20px;
      padding: 20px;
      background: #fff;
      border: 1px solid #f0f0f0;
      border-radius: 0;
      box-shadow: 0 2px 10px rgba(0,0,0,0.04);
      box-sizing: border-box; }

    /* Khối trả lời (reply) - thụt vào, nền vàng nhạt, viền trái nhấn vàng thay vì ô xám mũi tên cũ */
    .comments-show__reply {
      width: 100%;
      float: left;
      background: #fdf8ea;
      padding: 16px 20px;
      border: none;
      border-left: 3px solid #fabf00;
      border-radius: 0;
      position: relative;
      margin-top: 18px; }
      .comments-show__reply:before {
        display: none; }
      .comments-show__reply .item {
        width: 100%;
        float: left;
        margin-bottom: 15px; }
        .comments-show__reply .item:last-child {
          margin-bottom: 0; }
        .comments-show__reply .item .content {
          width: 100%;
          float: left;
          margin-bottom: 8px;
          color: #333;
          line-height: 1.6; }
        .comments-show__reply .item .date {
          width: 100%;
          float: left; }
          .comments-show__reply .item .date-btn {
            float: left;
            margin-right: 10px; }
            .comments-show__reply .item .date-btn a {
              color: #b8930a;
              font-weight: 600;
              font-size: 13px; }
          .comments-show__reply .item .date-time {
            float: left; }
            .comments-show__reply .item .date-time span {
              color: #999999;
              font-size: 13px; }
        .comments-show__reply .item .infor {
          width: 100%;
          float: left;
          margin-bottom: 8px;
          border: none;
          background: none; }
          .comments-show__reply .item .infor-avt {
            float: left;
            padding-right: 10px; }
            .comments-show__reply .item .infor-avt span {
              float: left;
              background: linear-gradient(#fabf006e, #fabf00);
              color: #333;
              display: block;
              text-align: center;
              text-transform: uppercase;
              width: 34px;
              height: 34px;
              line-height: 34px;
              border-radius: 0;
              font-weight: 700; }
          .comments-show__reply .item .infor-name {
            float: left;
            margin-top: 8px;
            font-size: 15px; }
            .comments-show__reply .item .infor-name span {
              font-weight: 700;
              color: #222; }
          .comments-show__reply .item .infor-admin {
            float: left; }
            .comments-show__reply .item .infor-admin p {
              color: #333;
              background: #fabf00;
              padding: 2px 10px;
              border-radius: 0;
              float: left;
              margin: 9px 0 0 10px;
              font-size: 11px;
              font-weight: 700;
              text-transform: uppercase; }

    .comments-show__form {
      width: 100%;
      float: left; }
      .comments-show__form .form-import {
        width: 100%;
        float: left;
        display: none; }
        .comments-show__form .form-import .item-send {
          width: 100%;
          float: left;
          border: none;
          margin-top: 10px;
          height: auto; }
        .comments-show__form .form-import textarea {
          width: 100%;
          border: 1px solid #e2e2e2;
          border-radius: 0;
          height: 100px;
          padding: 12px 14px;
          color: #222;
          font-size: 14px;
          margin-top: 10px;
          box-sizing: border-box; }
          .comments-show__form .form-import textarea:focus {
            border-color: #fabf00;
            outline: none; }
        .comments-show__form .form-import a {
          background: linear-gradient(#fabf006e, #fabf00) no-repeat;
          padding: 0 22px;
          color: #333;
          float: right;
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase;
          margin-top: 10px;
          border-radius: 0;
          height: 36px;
          line-height: 36px; }
      .comments-show__form .form-reply {
        width: 100%;
        float: left;
        background: #faf7ee;
        border-radius: 0;
        padding: 15px;
        display: none; }
        .comments-show__form .form-reply button {
          background: linear-gradient(#fabf006e, #fabf00) no-repeat;
          padding: 8px 20px;
          color: #333;
          float: right;
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase;
          border-radius: 0; }
        .comments-show__form .form-reply input[type=text] {
          width: 100%;
          padding: 0 10px;
          margin-bottom: 10px;
          border: 1px solid #ddd;
          border-radius: 0;
          font-size: 14px;
          height: 35px; }
        .comments-show__form .form-reply label {
          margin-right: 10px; }
        

    /* Bình luận gốc (chưa có reply) */
    .comments-show__dad {
      width: 100%;
      float: left; }
      .comments-show__dad .content {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        color: #333;
        line-height: 1.6;
        font-size: 15px; }
      .comments-show__dad .date {
        width: 100%;
        float: left; }
        .comments-show__dad .date-btn {
          float: left;
          margin-right: 10px; }
          .comments-show__dad .date-btn a {
            color: #b8930a;
            font-weight: 600;
            font-size: 13px; }
        .comments-show__dad .date-time {
          float: left; }
          .comments-show__dad .date-time span {
            color: #999999;
            font-size: 13px; }
      .comments-show__dad .infor {
        width: 100%;
        float: left;
        margin-bottom: 12px;
        border: none;
        background: none; }
        .comments-show__dad .infor-avt {
          float: left;
          padding-right: 12px; }
          .comments-show__dad .infor-avt span {
            float: left;
            background: linear-gradient(#fabf006e, #fabf00);
            color: #333;
            display: block;
            text-align: center;
            text-transform: uppercase;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 0;
            font-weight: 700;
            font-size: 16px; }
        .comments-show__dad .infor-name {
          float: left;
          margin-top: 10px;
          font-size: 15px; }
          .comments-show__dad .infor-name span {
            font-weight: 700;
            color: #222; }
        .comments-show__dad .infor-star {
          float: right;
          margin-top: 10px; }
          .comments-show__dad .infor-star i {
            color: #fabf00; }


  
    
      
    
      
        
        
  

.categoriesNews {
  width: 100%;
  float: left; }
  
    
    
    
  
    
      
        
        
          
          
          
          
      
        
        
          
          
  .categoriesNews-slider {
    width: calc(100% + 20px);
    float: left;
    margin-top: 35px;
    margin-bottom: 35px; }
    
      
    
    

.item-star {
  float: left;
  margin-right: 30px; }
  .item-star i {
    color: #ff912c; }
  .item-star svg {
    color: #ffc200;
    font-size: 14px; }
  .item-star label {
    color: #0066c0;
    margin-left: 5px;
    cursor: pointer; }

.item-content__right {
  width: 38%;
  float: right; }
  .item-content__right .item-title {
    background: #4d4d4d;
    width: 100%;
    float: left;
    padding: 10px 0 10px 10px; }
    .item-content__right .item-title input[type=radio] {
      margin-right: 8px; }
    .item-content__right .item-title span {
      color: #fff;
      font-size: 18px; }
  .item-content__right .slogan {
    width: 100%;
    float: left;
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    padding-bottom: 5px; }
    .item-content__right .slogan-item {
      width: 100%;
      float: left;
      padding: 12px 10px 12px 10px;
      border-bottom: 1px solid #fff; }
      .item-content__right .slogan-item:last-child {
        border-bottom: 0; }
      .item-content__right .slogan-item__title {
        width: 100%;
        float: left;
        margin-bottom: 2px; }
        .item-content__right .slogan-item__title ul {
          list-style: none; }
          .item-content__right .slogan-item__title ul li {
            float: left; }
            .item-content__right .slogan-item__title ul li:before {
              content: "\2022";
              color: #ed1c24;
              font-weight: bold;
              display: inline-block;
              width: 1em; }
        .item-content__right .slogan-item__title p {
          font-weight: bold;
          float: right; }
      .item-content__right .slogan-item__perfix {
        width: 100%;
        float: left;
        margin-left: 1em; }
  .item-content__right .hotline {
    width: 100%;
    float: left;
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 5px 5px 0 5px; }
    .item-content__right .hotline-item {
      width: 100%;
      float: left;
      padding: 10px 0;
      border-bottom: 1px solid #e9e9e9; }
      .item-content__right .hotline-item:last-child .hotline-item__right {
        border-bottom: none; }
      .item-content__right .hotline-item__left {
        width: 45px;
        height: 45px;
        float: left; }
        .item-content__right .hotline-item__left img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 0; }
      .item-content__right .hotline-item__right {
        float: right;
        width: calc(100% - 65px);
        margin-left: 10px;
        padding-bottom: 12px; }
        .item-content__right .hotline-item__right i {
          color: #ff0006;
          float: left;
          padding: 14px 10px 0 0; }
        .item-content__right .hotline-item__right svg {
          background: #ff0006;
          border-radius: 0;
          padding: 5px;
          color: #fff;
          font-size: 18px;
          float: left;
          margin-right: 10px;
          margin-top: 12px; }
        .item-content__right .hotline-item__right span {
          font-weight: bold; }
          .item-content__right .hotline-item__right span a {
            color: #ff0006; }

.breadcrum {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0; }
  .breadcrum ul li {
    list-style: none;
    float: left;
    font-size: 13px; }
    .breadcrum ul li:nth-child(n+1) {
      text-decoration: none;
      float: left; }
      .breadcrum ul li:nth-child(n+1):after {
        content: "/";
        color: #350000;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px; }
    .breadcrum ul li:last-child {
      text-decoration: none;
      float: left; }
      .breadcrum ul li:last-child:after {
        content: "";
        color: #222222;
        display: inline-block;
        padding-left: 10px; }
    .breadcrum ul li h1 {
      font-size: 13px;
      font-weight: normal; }
    .breadcrum ul li a {
      color: #350000;
      /* Rule toàn site "h1,h2,...,a,...{font-weight:700 !important}" (desktop.css)
         làm mọi link web bị in đậm 700 mặc định - quá đậm cho breadcrumb.
         Ghi đè riêng về Medium (500, cùng token dùng cho menu chính ở
         header-biz.css) để breadcrumb 2 nền tảng đồng nhất, không đụng tới
         rule toàn site (ảnh hưởng mọi link/heading/button khác). */
      font-weight: var(--hb-fw-medium) !important; }
      .breadcrum ul li a:hover {
        color: #1aceff; }


  
    
    
  
    
    
      
        
        
    
    
.header__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px 0; }
  
    
  .header__bottom--content {
    display: flex;
    width: calc(100% - 245px);
    box-sizing: border-box;
    align-items: center; }
    .header__bottom--content .item {
      display: inline-flex; }
    .header__bottom--content .search {
      flex: 1;
      min-width: 0; }
      .header__bottom--content .search__form {
        width: 100%;
        max-width: 700px;
        min-width: 300px;
        position: relative;
        margin: 0 auto 0 0; }
        .header__bottom--content .search__form input {
          width: 100%;
          height: 42px;
          padding: 0 90px 0 40px;
          border-radius: 0;
          outline: none;
          border: 1px solid #e0e0e0;
          font-size: 14px;
          box-sizing: border-box; }
          .header__bottom--content .search__form input:focus {
            border-color: #fabf00; }
        
        
          
    .search__suggest {
      display: none;
      position: absolute;
      top: calc(100% + 6px);
      left: 0;
      right: 0;
      background: #fff;
      border: 1px solid #eee;
      border-radius: 0;
      box-shadow: 0 8px 24px rgba(0,0,0,0.12);
      max-height: 400px;
      overflow-y: auto;
      z-index: 60; }
      .search__suggest.active {
        display: block; }
      .search__suggest__item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 16px;
        color: #333;
        text-decoration: none; }
        .search__suggest__item:hover {
          background: #f7f7f7; }
        .search__suggest__item img {
          width: 44px;
          height: 44px;
          border-radius: 0;
          object-fit: cover;
          flex-shrink: 0; }
        .search__suggest__item .name {
          font-size: 13px;
          color: #333;
          line-height: 1.4;
          flex: 1;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .search__suggest__item .price {
          font-size: 13px;
          font-weight: 700;
          color: #db0000;
          flex-shrink: 0; }
      .search__suggest__empty {
        padding: 16px;
        text-align: center;
        color: #999;
        font-size: 13px; }
    .header__bottom--content .hotline {
      width: 250px;
      color: #db0000; }
      
      
        
          
          

#header, #menu, #slide_home, #commitment_home {
  margin-top: 0; }

#slide_home {
  position: relative; }
  #slide_home .nav-next {
    right: 75px; }
  #slide_home .nav-prev {
    left: 75px; }

.slide_home {
  width: 100%; }
  
    
    
  @media (max-width: 767px) {
     }




  
    
    
  


  
    
      
        
      
        
        
      
        
  
  
  
  
  
  
  
    
      





/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%); } }
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%); } }
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    transform: translateX(-100%); } }
/*
contact
*/
.contact .hb-container h1#title {
  font-size: var(--hb-fs-h3);
  color: var(--hb-primary); }
.contact .hb-container .map_contact {
  width: 100%;
  overflow: hidden;
  margin: var(--hb-space-8) 0; }
  .contact .hb-container .map_contact iframe {
    width: 100%; }
.contact_list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--hb-space-12); }
  .contact_list .left {
    flex: 1 1 320px; }
    .contact_list .left #title_left {
      color: var(--hb-text-main);
      text-transform: uppercase;
      font-size: var(--hb-fs-h3);
      margin-bottom: var(--hb-space-8); }
    .contact_list .left .item {
      margin-bottom: var(--hb-space-6); }
      .contact_list .left .item:last-child {
        margin-bottom: 0; }
      .contact_list .left .item #title {
        font-size: var(--hb-fs-h4);
        font-weight: bold; }
      .contact_list .left .item #adrress {
        color: var(--hb-text-muted);
        margin: var(--hb-space-1) 0; }
        .contact_list .left .item #adrress i {
          color: var(--hb-text-main);
          margin-right: var(--hb-space-1); }
      .contact_list .left .item #phone a {
        color: var(--hb-text-muted); }
        .contact_list .left .item #phone a i {
          color: var(--hb-text-main);
          margin-right: var(--hb-space-1); }
        .contact_list .left .item #phone a:first-child {
          margin-right: var(--hb-space-8); }
  .contact_list .right {
    flex: 1 1 320px; }
    .contact_list .right #title_right {
      color: var(--hb-text-main);
      text-align: center;
      text-transform: uppercase;
      font-size: var(--hb-fs-h3);
      margin-bottom: var(--hb-space-8); }
    .contact_list .right .form_contact form .form-group {
      margin-bottom: var(--hb-space-3); }
      .contact_list .right .form_contact form .form-group input, .contact_list .right .form_contact form .form-group textarea {
        padding: var(--hb-space-4) var(--hb-space-3);
        resize: vertical;
        border: 1px solid var(--hb-border);
        outline: none;
        transition: var(--hb-transition);
        box-sizing: border-box;
        width: 100%; }
    .contact_list .right .form_contact form #email_phone {
      display: flex;
      flex-wrap: wrap;
      gap: var(--hb-space-3); }
      .contact_list .right .form_contact form #email_phone input {
        /* flex-basis co giãn đều, tự xuống dòng khi không đủ chỗ thay vì bị
           tràn/kẹt như công thức width:49% + margin-right:10px cũ (tổng có
           thể vượt 100% ở màn hình hẹp, khiến 2 input dính/kẹt lẫn nhau). */
        flex: 1 1 180px;
        width: auto; }
    .contact_list .right .form_contact form #contact_buttom {
      text-align: center;
      text-transform: uppercase;
      background-color: var(--hb-btn-primary-bg);
      color: var(--hb-btn-primary-text);
      display: block;
      width: 100%;
      padding: var(--hb-space-3) 0;
      cursor: pointer;
      border-radius: var(--hb-btn-radius);
      font-weight: var(--hb-btn-font-weight); }
@media (max-width: 991px) {
  .contact_list .left,
  .contact_list .right {
    flex-basis: 100%; }
}

/**
*Đăng ký
*/
.registration .hb-container #title {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: uppercase; }
  .registration .hb-container #title:after {
    position: absolute;
    content: '';
    background-color: #db0000;
    width: 66px;
    height: 2px;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0; }
.registration .hb-container .form_registration {
  width: 50%;
  transform: translateX(-50%);
  left: 50%;
  position: relative; }
  .registration .hb-container .form_registration p#des {
    margin-bottom: 15px; }
  .registration .hb-container .form_registration .form-alert {
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 14px; }
  .registration .hb-container .form_registration .form-alert-danger {
    background-color: #fdecea;
    color: #db0000; }
  .registration .hb-container .form_registration .form-alert-success {
    background-color: #eafaf1;
    color: #1a9c5c; }
  .registration .hb-container .form_registration .form-group {
    margin-bottom: 20px; }
    .registration .hb-container .form_registration .form-group label {
      display: block;
      margin-bottom: 10px; }
      .registration .hb-container .form_registration .form-group label #obligatory {
        color: #ff0000; }
    .registration .hb-container .form_registration .form-group input {
      resize: vertical;
      border: 1px solid #dedede;
      outline: none;
      transition: 0.3s all ease;
      box-sizing: border-box;
      width: 100%;
      background-color: #eeeff7;
      border: unset;
      font-size: 14px;
      padding-left: 10px;
      height: 45px;
      border-radius: 0; }
  .registration .hb-container .form_registration #button {
    display: flex;
    align-items: center; }
    .registration .hb-container .form_registration #button #registration_buttom {
      text-transform: uppercase;
      color: #fff;
      font-size: 16px;
      padding: 10px 20px;
      border-radius: 0;
      background-color: #db0000; }
    .registration .hb-container .form_registration #button a {
      position: absolute;
      right: 0; }
  .registration .hb-container .form_registration #m-login {
    display: flex; }
    .registration .hb-container .form_registration #m-login a:last-child {
      position: absolute;
      right: 0; }

/**
*chi tiết tin tức
*/
.detail_news {
  margin-bottom: 30px; }
  .detail_news__list {
    display: flex; }
    .detail_news__list .left {
      width: 65%;
      margin-right: 4%; }
      .detail_news__list .left #calendar_clock {
        margin: 20px 0; }
      .detail_news__list .left #share_facebook {
        margin-top: 25px;
        display: flex;
        align-items: center;
        flex-direction: row-reverse; }
        .detail_news__list .left #share_facebook .twitter-share-button {
          background-color: #1b95e0;
          color: #fff;
          padding: 6px 8px;
          border-radius: 0;
          margin-left: 3px; }
        .detail_news__list .left #share_facebook .linkedin-share {
          margin-left: 3px;
          display: flex;
          align-items: center;
          border: 1px solid #e1e1e1;
          border-radius: 0; }
          .detail_news__list .left #share_facebook .linkedin-share svg {
            background-color: #3374b0;
            font-size: 18px;
            color: #fff;
            padding: 4px;
            border-radius: 0;
            margin-right: 10px; }
          .detail_news__list .left #share_facebook .linkedin-share span {
            margin-right: 10px;
            font-weight: bold; }
        .detail_news__list .left #share_facebook .plus {
          background-color: #fe6d4c;
          color: #fff;
          padding: 6px 8px;
          border-radius: 0;
          margin-left: 3px; }
          .detail_news__list .left #share_facebook .plus svg {
            color: #fff; }
      .detail_news__list .left #comment {
        margin-top: 30px; }
        .detail_news__list .left #comment #title {
          background-color: #14a3a2;
          color: #fff;
          font-size: 18px;
          padding: 15px 20px;
          border-radius: 0;
          text-transform: uppercase;
          float: left;
          width: 160px; }
    .detail_news__list .right {
      width: 30%; }
      .detail_news__list .right > #title {
        text-transform: uppercase;
        color: #333333;
        font-size: 20px;
        margin-bottom: 20px; }
      .detail_news__list .right_list__item {
        border-bottom: 1px solid #e1e1e1e1;
        margin-bottom: 15px;
        padding-bottom: 15px; }
        .detail_news__list .right_list__item:last-child {
          border-bottom: unset;
          margin-bottom: unset;
          padding-bottom: unset; }
        .detail_news__list .right_list__item a {
          display: flex; }
          .detail_news__list .right_list__item a .img {
            width: 35%;
            margin-right: 10px;
            height: 82px;
            overflow: hidden; }
            .detail_news__list .right_list__item a .img img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              vertical-align: middle; }
          .detail_news__list .right_list__item a .infor {
            width: 65%;
            padding: 5px 0; }
            .detail_news__list .right_list__item a .infor #title {
              font-weight: 600;
              height: 38px;
              overflow: hidden; }
            .detail_news__list .right_list__item a .infor #calendar_clock {
              margin-top: 10px; }

/**
css nội thất thông minh
*/
.smart-furniture {
  display: flex;
  margin-bottom: 30px; }
  .smart-furniture_left {
    width: 24%;
    margin-right: 15px;
    /*css bộ lọc*/
    /*gửi yêu cầu tư vấn*/ }
    .smart-furniture_left > ul#cate_product {
      padding: 0;
      border-radius: 0;
      border-top: none; }
      .smart-furniture_left > ul#cate_product #t_cate_pro {
        background-color: var(--hb-primary);
        color: var(--hb-white);
        font-size: 20px;
        display: block;
        padding: 10px 0 10px 10px;
        margin-left: 0 !important;
        border-radius: 0;
        border: 1px solid var(--hb-primary); }
      .smart-furniture_left > ul#cate_product > li {
        flex-direction: column; }
        .smart-furniture_left > ul#cate_product > li > span {
          border-bottom: 1px solid var(--hb-border);
          border-top: 1px solid var(--hb-border);
          padding: 10px;
          position: relative; }
          .smart-furniture_left > ul#cate_product > li > span i {
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 1.3em;
            font-weight: normal;
            cursor: pointer; }
        .smart-furniture_left > ul#cate_product > li > ul.sub_menu {
          padding: 10px 25px;
          display: none; }
          .smart-furniture_left > ul#cate_product > li > ul.sub_menu > li {
            margin-bottom: 20px; }
            .smart-furniture_left > ul#cate_product > li > ul.sub_menu > li:last-child {
              margin-bottom: 0; }
          .smart-furniture_left > ul#cate_product > li > ul.sub_menu > li.active a {
            color: var(--hb-secondary); }
        .smart-furniture_left > ul#cate_product > li ul.show_h {
          display: block; }
      .smart-furniture_left > ul#cate_product > li:first-child span {
        border-top: 0; }
      .smart-furniture_left > ul#cate_product > li:last-child span {
        border-bottom: 0; }
      .smart-furniture_left > ul#cate_product li:hover a {
        color: var(--hb-secondary); }
      .smart-furniture_left > ul#cate_product li:hover i {
        color: var(--hb-secondary); }
      .smart-furniture_left > ul#cate_product li:hover ul a {
        color: var(--hb-neutral-900); }
      .smart-furniture_left > ul#cate_product li:hover ul i {
        color: var(--hb-neutral-900); }
      .smart-furniture_left > ul#cate_product li:hover ul li:hover a {
        color: var(--hb-secondary); }
      .smart-furniture_left > ul#cate_product li:hover ul li:hover i {
        color: var(--hb-secondary); }
      .smart-furniture_left > ul#cate_product li.active a {
        color: var(--hb-secondary); }
      .smart-furniture_left > ul#cate_product li.active i {
        color: var(--hb-secondary); }
      .smart-furniture_left > ul#cate_product li.active ul li a {
        color: var(--hb-neutral-900); }
      .smart-furniture_left > ul#cate_product li.active ul li:hover a {
        color: var(--hb-secondary); }
    .smart-furniture_left > ul#home > li {
      flex-direction: column;
      cursor: pointer; }
      .smart-furniture_left > ul#home > li i {
        float: right; }
      .smart-furniture_left > ul#home > li:hover a {
        color: var(--hb-secondary); }
      .smart-furniture_left > ul#home > li:hover i {
        color: var(--hb-secondary); }
      .smart-furniture_left > ul#home > li.active a {
        color: var(--hb-secondary); }
      .smart-furniture_left > ul#home > li.active i {
        color: var(--hb-secondary); }
      .smart-furniture_left > ul#home > li > span {
        padding: 10px 10px 10px 20px; }
        .smart-furniture_left > ul#home > li > span svg {
          font-size: 16px;
          position: absolute;
          right: 20px;
          cursor: pointer; }
          .smart-furniture_left > ul#home > li > span svg:hover {
            color: var(--hb-secondary); }
      .smart-furniture_left > ul#home > li > ul.sub_menu {
        padding: 10px 25px;
        display: none; }
        .smart-furniture_left > ul#home > li > ul.sub_menu > li {
          margin-bottom: 20px; }
          .smart-furniture_left > ul#home > li > ul.sub_menu > li:last-child {
            margin-bottom: 0; }
        .smart-furniture_left > ul#home > li > ul.sub_menu > li.active a {
          color: var(--hb-secondary); }
      .smart-furniture_left > ul#home > li ul.show_h {
        display: block; }
    .smart-furniture_left_menu {
      border: 1px solid var(--hb-border);
      padding: 10px 0;
      margin-bottom: 20px; }
      .smart-furniture_left_menu > li {
        display: flex;
        position: relative; }
        .smart-furniture_left_menu > li a {
          font-size: 16px;
          width: 100%;
          transition: all ease 0.5s; }
        .smart-furniture_left_menu > li svg {
          font-size: 16px;
          position: absolute;
          right: 0; }
    .smart-furniture_left form .p-filter {
      margin-bottom: 20px;
      width: 100%;
      float: left; }
      .smart-furniture_left form .p-filter > #title {
        background-color: var(--hb-primary);
        color: var(--hb-white);
        font-size: 20px;
        text-align: center;
        display: block;
        padding: 10px 0;
        margin-left: 0 !important;
        border-radius: 0; }
      .smart-furniture_left form .p-filter_list > #title {
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: bold; }
      .smart-furniture_left form .p-filter_list > p {
        margin-top: 15px; }
        .smart-furniture_left form .p-filter_list > p input {
          width: 20px;
          height: 18px;
          padding-right: 13px;
          margin-right: 5px;
          position: relative;
          top: 1px; }
        .smart-furniture_left form .p-filter_list > p .i-check {
          cursor: pointer;
          display: inline-block;
          font-size: 14px; }
          .smart-furniture_left form .p-filter_list > p .i-check input {
            display: none; }
          .smart-furniture_left form .p-filter_list > p .i-check i {
            width: 16px;
            height: 16px;
            border: solid 1px var(--hb-border);
            background: var(--hb-white);
            text-align: center;
            line-height: 13px;
            font-style: normal;
            display: inline-block;
            vertical-align: middle;
            margin-top: -2px;
            margin-right: 5px; }
            .smart-furniture_left form .p-filter_list > p .i-check i:after {
              content: '';
              display: block;
              width: 8px;
              height: 8px;
              margin: 3px;
              opacity: 0;
              background: var(--hb-success); }
    .smart-furniture_left .send_advice {
      margin-top: 40px;
      border: 1px solid var(--hb-secondary);
      border-radius: 0; }
      .smart-furniture_left .send_advice #send_advice_title {
        font-size: 20px;
        display: block;
        padding: 15px 0; }
        .smart-furniture_left .send_advice #send_advice_title #title {
          padding-left: 10px;
          color: var(--hb-neutral-900);
          text-transform: uppercase; }
      .smart-furniture_left .send_advice form {
        padding: 10px; }
        .smart-furniture_left .send_advice form .form-group {
          margin-bottom: 20px; }
          .smart-furniture_left .send_advice form .form-group label {
            margin-bottom: 5px;
            display: block; }
            .smart-furniture_left .send_advice form .form-group label span {
              color: var(--hb-danger); }
          .smart-furniture_left .send_advice form .form-group .form-inline select, .smart-furniture_left .send_advice form .form-group .form-inline input, .smart-furniture_left .send_advice form .form-group .form-inline textarea {
            padding: 0 10px;
            height: 30px;
            resize: vertical;
            border: 1px solid var(--hb-border);
            outline: none;
            transition: 0.3s all ease;
            box-sizing: border-box;
            width: 100%;
            border-radius: 0;
            background-color: var(--hb-neutral-50);
            font-size: 14px; }
          .smart-furniture_left .send_advice form .form-group .form-inline textarea {
            height: 100px; }
        .smart-furniture_left .send_advice form .form-group-1 {
          display: flex;
          justify-content: center; }
          .smart-furniture_left .send_advice form .form-group-1 #contact_buttom {
            text-transform: uppercase;
            background-color: var(--hb-secondary);
            color: var(--hb-btn-primary-text);
            display: block;
            font-weight: bold;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 0;
            transition: var(--hb-transition);
            font-weight: bold; }
          .smart-furniture_left .send_advice form .form-group-1 #contact_buttom:hover {
            background-color: var(--hb-secondary-hover); }
  .smart-furniture_right {
    width: 76%; }
    .smart-furniture_right .specifications {
      width: 100%;
      float: left;
      position: relative;
      margin-bottom: 20px; }
      .smart-furniture_right .specifications .image-banner {
        width: 100%;
        float: left;
        position: relative;
        max-height: 350px;
        overflow: hidden; }
        .smart-furniture_right .specifications .image-banner img {
          width: 100%;
          float: left; }
        .smart-furniture_right .specifications .image-banner .title {
          width: 100%;
          float: left;
          position: absolute;
          top: 44%;
          text-align: center; }
          .smart-furniture_right .specifications .image-banner .title h1 {
            display: inline;
            font-size: 25px;
            line-height: 1.3;
            color: var(--hb-white);
            text-align: center;
            padding: 15px 40px;
            background: var(--hb-primary);
            text-transform: uppercase; }
    .smart-furniture_right .css-content {
      width: 100%;
      float: left;
      height: 120px;
      overflow: hidden; }
    .smart-furniture_right #specifications_detail {
      width: 100%;
      float: left;
      height: 120px;
      overflow: hidden; }
    .smart-furniture_right .note-page {
      line-height: 40px;
      background: var(--hb-neutral-50);
      padding: 0 15px;
      width: 100%;
      float: left; }
      .smart-furniture_right .note-page i {
        color: var(--hb-danger);
        padding-right: 5px; }
    .smart-furniture_right .product-list {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      float: left; }
      .smart-furniture_right .product-list.is-list-view {
        flex-direction: column; }
        .smart-furniture_right .product-list.is-list-view .product {
          width: 100% !important;
          margin-right: 0 !important; }
          .smart-furniture_right .product-list.is-list-view .product > a {
            display: flex;
            flex-direction: row; }
          .smart-furniture_right .product-list.is-list-view .product .img {
            width: 160px;
            flex-shrink: 0; }
          .smart-furniture_right .product-list.is-list-view .product .detail {
            flex: 1; }
          .smart-furniture_right .product-list.is-list-view .product .cart {
            display: none; }

/* ---- Thanh công cụ trên danh sách sản phẩm (đếm số lượng / sắp xếp /
   số sản phẩm mỗi trang / chuyển lưới-danh sách) ---- */
.product-toolbar {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 14px 0;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--hb-border); }
  .product-toolbar__count {
    font-size: 14px;
    color: var(--hb-text-main); }
    .product-toolbar__count strong {
      color: var(--hb-primary); }
  .product-toolbar__controls {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap; }
  .product-toolbar__select {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px; }
  .product-toolbar__label {
    font-size: 14px;
    color: var(--hb-text-muted);
    white-space: nowrap; }
  .product-toolbar__trigger {
    display: flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: var(--hb-primary);
    font-weight: 500;
    padding: 4px 0;
    white-space: nowrap; }
    .product-toolbar__trigger svg {
      width: 12px;
      height: 12px;
      transition: transform 0.2s; }
    .product-toolbar__select.is-open .product-toolbar__trigger svg {
      transform: rotate(180deg); }
  .product-toolbar__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background: var(--hb-white);
    border: 1px solid var(--hb-border);
    min-width: 170px;
    z-index: 20;
    box-shadow: var(--hb-shadow-md); }
    .product-toolbar__select.is-open .product-toolbar__dropdown {
      display: block; }
  .product-toolbar__option {
    padding: 10px 14px;
    font-size: 14px;
    cursor: pointer;
    color: var(--hb-text-main);
    white-space: nowrap; }
    .product-toolbar__option:hover {
      background: var(--hb-neutral-50); }
    .product-toolbar__option.is-active {
      color: var(--hb-secondary-hover);
      font-weight: 600; }
  .product-toolbar__view {
    display: flex;
    gap: 4px;
    margin-left: 4px; }
  .product-toolbar__view-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--hb-neutral-50);
    border: 1px solid var(--hb-border);
    cursor: pointer;
    color: var(--hb-text-muted); }
    .product-toolbar__view-btn svg {
      width: 16px;
      height: 16px; }
    .product-toolbar__view-btn.is-active {
      background: var(--hb-primary);
      border-color: var(--hb-primary);
      color: var(--hb-white); }
    .smart-furniture_right .p-title {
      width: 100%;
      display: flex;
      position: relative;
      margin-bottom: 20px; }
      .smart-furniture_right .p-title > #title {
        position: relative;
        text-transform: uppercase;
        font-size: 20px;
        color: var(--hb-primary); }
        .smart-furniture_right .p-title > #title::after {
          position: absolute;
          content: '';
          width: 200px;
          height: 2px;
          background-color: var(--hb-primary);
          color: var(--hb-white);
          left: 0;
          top: 24px; }
      .smart-furniture_right .p-title #order_list {
        position: absolute;
        right: 0;
        z-index: 9; }
        .smart-furniture_right .p-title #order_list #o1 {
          padding-left: 10px; }
          .smart-furniture_right .p-title #order_list #o1 span:first-child {
            margin-right: 20px; }
          .smart-furniture_right .p-title #order_list #o1 span:last-child {
            margin-right: 20px;
            cursor: pointer; }
        .smart-furniture_right .p-title #order_list__item {
          flex-direction: column;
          background-color: var(--hb-neutral-50);
          text-align: right;
          border-top: 1px solid var(--hb-border);
          margin-top: 10px;
          border-radius: 0;
          display: none;
          transition: all ease 0.5s; }
          .smart-furniture_right .p-title #order_list__item label.order {
            display: block;
            overflow: hidden;
            font-size: 14px;
            color: var(--hb-neutral-900);
            line-height: 30px;
            cursor: pointer;
            margin-right: 20px; }
    .smart-furniture_right .item {
      width: 32.55%;
      float: left;
      position: relative;
      margin-bottom: 10px;
      box-sizing: border-box;
      height: 270px;
      margin-right: 10px;
      overflow: hidden; }
      .smart-furniture_right .item:nth-child(3n+3) {
        margin-right: 0; }
      .smart-furniture_right .item__view:hover .image img {
        transform: scale(1.2); }
      .smart-furniture_right .item__view:hover .icon {
        visibility: visible;
        opacity: 1; }
        .smart-furniture_right .item__view:hover .icon span a img {
          transform: scale(1); }
      .smart-furniture_right .item__view .image {
        width: 100%; }
        .smart-furniture_right .item__view .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          vertical-align: middle;
          transition: all ease 0.5s; }
      .smart-furniture_right .item__view .info {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 30px 10px 10px;
        line-height: 1.5em;
        z-index: 1;
        background: linear-gradient(transparent 0%, #000 100%); }
        .smart-furniture_right .item__view .info h3 {
          font-weight: unset; }
          .smart-furniture_right .item__view .info h3 a {
            color: #fff;
            text-transform: uppercase; }
        .smart-furniture_right .item__view .info #design a {
          text-transform: unset; }
        .smart-furniture_right .item__view .info p {
          color: #ff261c; }
      .smart-furniture_right .item__view .icon {
        position: absolute;
        visibility: visible;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
        visibility: hidden;
        opacity: 0; }
        .smart-furniture_right .item__view .icon span a img {
          transition: all ease 0.5s;
          transform: scale(0); }
    .smart-furniture_right .tproduct {
      width: calc((100% - 20px)/3);
      margin-right: 10px;
      margin-bottom: 10px;
      float: left; }
      .smart-furniture_right .tproduct:nth-child(3n) {
        margin-right: 0; }
      .smart-furniture_right .tproduct .timg img {
        height: auto; }
    .smart-furniture_right .product {
      width: calc((100% - 30px)/4);
      margin-right: 10px;
      margin-bottom: 10px;
      float: left; }
      .smart-furniture_right .product:nth-child(4n) {
        margin-right: 0; }


  
    


  

  
    
      
      
      
        
      
        
          
        
          
  
    
      

.product-for-you {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  display: none; }
  .product-for-you.active {
    display: block; }
  .product-for-you .top {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap; }
    .product-for-you .top .left {
      width: 60%;
      float: left; }
      .product-for-you .top .left .tproduct {
        width: calc(100% - 10px);
        height: 100%; }
        .product-for-you .top .left .tproduct img {
          height: 100%; }
      .product-for-you .top .left .product {
        width: calc(100% - 10px);
        height: 100%; }
        .product-for-you .top .left .product .img {
          max-height: 560px; }
        .product-for-you .top .left .product img {
          height: 100%; }
    .product-for-you .top .right {
      width: 40%;
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      .product-for-you .top .right .tproduct {
        width: calc((100% - 10px) / 2);
        float: left;
        height: 230px;
        margin-bottom: 10px;
        margin-right: 10px; }
        .product-for-you .top .right .tproduct:nth-child(2n) {
          margin-right: 0; }
        .product-for-you .top .right .tproduct:nth-child(5), .product-for-you .top .right .tproduct:nth-child(6) {
          margin-bottom: 0; }
      .product-for-you .top .right .product {
        width: calc((100% - 10px) / 2); }
        .product-for-you .top .right .product .img {
          max-height: 230px; }
        .product-for-you .top .right .product .detail h3 {
          font-size: 14px; }
        .product-for-you .top .right .product:nth-child(2n) {
          margin-right: 0; }
        .product-for-you .top .right .product:nth-child(5), .product-for-you .top .right .product:nth-child(6) {
          margin-bottom: 0; }
  .product-for-you .bottom {
    width: 100%;
    float: left; }
    .product-for-you .bottom .tproduct {
      width: calc((100% - 40px) / 5);
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
      height: 230px; }
      .product-for-you .bottom .tproduct:nth-child(5) {
        margin-right: 0;
        float: right; }
      .product-for-you .bottom .tproduct:nth-child(1) {
        width: calc((100% - 45px) / 5); }
      .product-for-you .bottom .tproduct:nth-child(2) {
        width: calc((100% - 45px) / 5); }

.wholesale_price {
  width: 100%;
  float: left;
  margin: 15px 0;
  display: none; }
  .wholesale_price .no-data {
    width: 100%;
    float: left;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #e11615; }
  .wholesale_price ul {
    border: #ee1c25 1px dashed;
    overflow: hidden;
    padding: 15px; }
    .wholesale_price ul li {
      width: 110px;
      float: left;
      font-size: 16px;
      font-weight: bold; }
      .wholesale_price ul li p:first-child {
        padding-bottom: 15px;
        color: #e11615; }
      .wholesale_price ul li p:last-child {
        color: #333; }
      .wholesale_price ul li:first-child p {
        color: #333;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase; }

.search-product {
  width: 100%;
  float: left; }
  .search-product .smart-furniture_right {
    width: 100%; }
    .search-product .smart-furniture_right .product {
      width: calc((100% - 40px) / 5);
      margin: 0 10px 10px 0;
      height: 220px; }
      .search-product .smart-furniture_right .product:nth-child(5n +5) {
        float: right;
        margin-right: 0; }

.search-designs {
  width: 100%;
  float: left; }
  .search-designs .tproduct {
    width: calc((100% - 40px) / 5);
    margin: 0 10px 10px 0;
    height: 220px;
    float: left;
    overflow: hidden; }
    .search-designs .tproduct:nth-child(5n +5) {
      float: right;
      margin-right: 0; }

.search .box-search {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
.search .title-search {
  font-size: var(--hb-fs-h3);
  color: var(--hb-text-main);
  font-weight: bold;
  padding-bottom: 20px; }
.search .tnews {
  width: calc((100% - 60px) / 3);
  height: 250px;
  float: left;
  margin-bottom: 30px;
  overflow: hidden; }
  .search .tnews:nth-child(3n+2) {
    margin: 0 30px 30px; }
.search .paginate {
  margin-top: 30px; }

.message {
  width: 100%;
  float: left;
  padding: 15px 0 5px; }
  .message .alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 0;
    position: relative;
    font-size: 14px; }
  .message .alert-success {
    color: #fff;
    background-color: rgba(38, 185, 154, 0.88);
    border-color: rgba(38, 185, 154, 0.88);
    display: block; }
  .message .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
  .message p.close-alert {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    line-height: 27px;
    font-size: 16px;
    right: 15px;
    text-align: center;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    color: black; }

/* Loading full page */
#loading_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
  opacity: 0;
  visibility: hidden; }

#loading_image {
  width: 100%;
  height: 100%;
  background: url("../img/loading_image.gif") no-repeat center center;
  background-size: 50px 50px; }

/* loading in box */
.loading {
  position: relative;
  transition: 0.2s; }
  .loading:before, .loading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100000; }
  .loading:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .loading:after {
    background: url("../img/loading_image.gif") no-repeat center center;
    background-size: 50px 50px; }

.filter-list {
  width: 100%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  background: var(--hb-neutral-50); }
  .filter-list__title {
    color: var(--hb-neutral-900);
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0; }
  .filter-list__item {
    cursor: pointer;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    position: relative; }
    .filter-list__item:after {
      position: absolute;
      width: 18px;
      height: 18px;
      content: "✓";
      color: transparent;
      text-align: center;
      left: 0;
      top: 0;
      transition: 0.3s;
      border: 1px solid var(--hb-neutral-900); }
    .filter-list__item.active:after {
      background: var(--hb-secondary);
      color: var(--hb-btn-primary-text);
      border-color: transparent; }
    .filter-list__item.active span {
      color: var(--hb-secondary); }
    .filter-list__item i {
      font-size: 20px;
      color: var(--hb-neutral-900);
      margin-right: 5px;
      position: relative;
      top: 1px;
      background: var(--hb-white); }
    .filter-list__item span {
      color: var(--hb-neutral-900);
      font-size: 16px;
      margin-left: 30px; }
    .filter-list__item input {
      display: none; }

.category-child {
  width: 100%;
  float: left;
  margin-bottom: 15px; }
  .category-child__item {
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    background: #333;
    border-radius: 0; }
    .category-child__item a {
      color: #fabf00; }
      .category-child__item a i {
        color: #fabf00;
        font-size: 12px;
        margin-right: 5px;
        font-weight: bold; }

#page {
  margin-bottom: 30px; }
  #page h1 {
    text-align: center;
    font-size: 24px;
    margin: 30px 0; }

.popup#popup_news {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease 0.5s;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25); }
  .popup#popup_news .popup-content {
    border-radius: 0;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1000px !important; }
    .popup#popup_news .popup-content .left {
      width: 650px;
      position: absolute;
      left: -100px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3; }
      .popup#popup_news .popup-content .left:after {
        content: "";
        position: absolute;
        width: 102%;
        height: 100%;
        left: 0px;
        top: 12px;
        background-color: rgba(0, 0, 0, 0.075);
        border-radius: 0;
        z-index: 2; }
      .popup#popup_news .popup-content .left:before {
        content: "";
        position: absolute;
        width: 100px;
        border-top: 20px solid #fabf00;
        border-right: 50px solid #fabf00;
        border-left: 50px solid transparent;
        border-bottom: 20px solid transparent;
        left: 0;
        top: 99%;
        z-index: 1; }
      .popup#popup_news .popup-content .left .img {
        position: relative;
        z-index: 3;
        margin-right: 0; }
        .popup#popup_news .popup-content .left .img img {
          width: 100%; }
    .popup#popup_news .popup-content .right {
      padding-top: 0;
      width: 360px; }
      .popup#popup_news .popup-content .right .img {
        margin-bottom: 10px; }
        .popup#popup_news .popup-content .right .img img {
          margin-top: -20px;
          margin-right: -20px; }
      .popup#popup_news .popup-content .right .form-popup-news {
        width: 290px;
        padding-left: 13px; }
      .popup#popup_news .popup-content .right .form-group {
        margin-bottom: 15px; }
        .popup#popup_news .popup-content .right .form-group label {
          font-weight: bold;
          color: #fabf00;
          display: block;
          margin-bottom: 5px;
          font-size: 16px; }
        .popup#popup_news .popup-content .right .form-group input {
          height: 35px;
          width: 100%;
          line-height: 35px;
          padding: 0 10px;
          border: 2px solid #e2dfdc;
          border-radius: 0; }
        .popup#popup_news .popup-content .right .form-group textarea {
          height: 80px;
          width: 100%;
          padding: 10px;
          border: 2px solid #e2dfdc;
          resize: none;
          border-radius: 0;
          font-family: "Roboto", sans-serif; }
    .popup#popup_news .popup-content .closeBtn {
      background: #fabf00;
      right: -10px;
      top: -10px;
      border-radius: 0; }
    .popup#popup_news .popup-content .closeBtn:before, .popup#popup_news .popup-content .closeBtn:after {
      height: 3px;
      color: #fff;
      background-color: #fff; }
    .popup#popup_news .popup-content #btn-popup-news {
      height: 35px;
      width: 130px;
      line-height: 35px;
      background: #fabf00;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      display: block;
      text-align: center;
      border-radius: 0;
      margin: 0 auto;
      font-size: 14px; }
  .popup#popup_news.active {
    opacity: 1; }
.popup-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  display: block;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 1px rgba(109, 108, 108, 0.1);
  top: 50%;
  transition: all ease 0.5s;
  z-index: 1; }
  .popup-content .left {
    width: 50%;
    float: left; }
    .popup-content .left .img {
      margin-right: 30px; }
      .popup-content .left .img img {
        width: 100%; }
  .popup-content .right {
    width: 50%;
    float: right;
    padding-top: 40px; }
    .popup-content .right p {
      line-height: 25px; }
      .popup-content .right p.p3 {
        font-style: italic; }
      .popup-content .right p.p1 {
        font-weight: bold;
        font-size: 24px; }
      .popup-content .right p strong {
        color: #e1000f;
        font-size: 16px; }
    .popup-content .right .img img {
      width: 100%; }
    .popup-content .right .btn {
      margin-top: 30px; }
      .popup-content .right .btn a {
        display: inline-block;
        line-height: normal;
        float: left;
        width: 100%;
        padding: 9px 0;
        text-align: center;
        background: #fabf00;
        color: #fff;
        border-radius: 0;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 10px 10px 0 0;
        width: calc(50% - 5px);
        border: 2px solid #fabf00;
        box-sizing: border-box; }
      .popup-content .right .btn-continue {
        display: inline-block; }
      .popup-content .right .btn-cancel {
        margin-right: 0 !important;
        background: #fff !important;
        color: #fabf00 !important; }


.popup#last_product {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  left: 0;
  top: 0;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.83);
  transition: all ease 0.5s; }
.popup#popup_phone, .popup#popup_news {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  left: 0;
  top: 0;
  overflow: hidden;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.83);
  transition: all ease 0.5s; }
  .popup#popup_phone .popup-content, .popup#popup_news .popup-content {
    width: 500px;
    background: #f5f5f5; }
  .popup#popup_phone.active, .popup#popup_news.active {
    display: block; }
  .popup#popup_phone p, .popup#popup_news p {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
    text-align: center; }
  .popup#popup_phone .form-group, .popup#popup_news .form-group {
    display: block;
    margin-bottom: 20px; }
    .popup#popup_phone .form-group input, .popup#popup_news .form-group input {
      height: 40px;
      width: 100%;
      border-radius: 0;
      background: #fff;
      line-height: 40px;
      padding: 0 10px;
      border: 1px solid #ddd; }
    .popup#popup_phone .form-group textarea, .popup#popup_news .form-group textarea {
      height: 100px;
      font-family: 'Roboto', sans-serif;
      width: 100%;
      border-radius: 0;
      background: #fff;
      padding: 10px;
      border: 1px solid #ddd; }
  .popup#popup_phone a, .popup#popup_news a {
    display: block;
    width: 120px;
    background: #350000;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto; }
    .popup#popup_phone a:hover, .popup#popup_news a:hover {
      background: #737361; }

.user {
  padding: 30px 0; }
  .user .container {
    width: 100%;
    max-width: calc(var(--hb-container) * 1px);
    margin: 0 auto;
    padding: 20px 0; }
    .user .container .left {
      flex: 1;
      margin-right: 20px; }
      .user .container .left .usite__item {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px; }
        .user .container .left .usite__item .title {
          padding: 10px;
          background-color: #ededed; }
          .user .container .left .usite__item .title i {
            display: block;
            width: 10px; }
          .user .container .left .usite__item .title p {
            display: block;
            width: calc(100% - 10px);
            font-weight: 600; }
        .user .container .left .usite__item .detail {
          padding: 10px; }
          .user .container .left .usite__item .detail a {
            display: flex;
            align-items: center;
            margin-bottom: 5px; }
            .user .container .left .usite__item .detail a i {
              font-size: 5px;
              color: #007236;
              margin-right: 5px; }
    .user .container .right {
      flex: 3; }
      .user .container .right > p.title {
        font-size: 24px;
        margin-bottom: 10px;
        color: #414042;
        font-family: "Roboto", sans-serif;
      font-weight: 700; }
      .user .container .right > span {
        font-size: 16px;
        color: #333;
        margin-bottom: 20px;
        font-family: "Roboto", sans-serif;
      font-weight: 500; }
      .user .container .right > p.table__title {
        display: block;
        width: 100%;
        padding: 10px;
        background-color: #fabf00;
        color: #fff;
        margin-bottom: 20px;
        font-size: 20px;
        font-family: "Roboto", sans-serif;
      font-weight: 700; }
      .user .container .right .right__table.order_detail .sub {
        width: 100%;
        padding: 10px;
        background-color: #007236;
        display: flex;
        align-items: center;
        border-radius: 0; }
        .user .container .right .right__table.order_detail .sub p, .user .container .right .right__table.order_detail .sub a {
          display: block;
          color: #fff; }
        .user .container .right .right__table.order_detail .sub p {
          font-size: 18px;
          text-transform: uppercase;
          width: 100%; }
        .user .container .right .right__table.order_detail .sub a {
          width: 200px;
          text-align: right;
          display: block;
          text-decoration: underline; }
      .user .container .right .right__table.order_detail > div.flex-row {
        width: 100%; }
        .user .container .right .right__table.order_detail > div.flex-row .item {
          padding: 10px; }
          .user .container .right .right__table.order_detail > div.flex-row .item p {
            font-weight: 600;
            position: relative;
            padding-bottom: 10px;
            font-size: 17px; }
            .user .container .right .right__table.order_detail > div.flex-row .item p:after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 50px;
              height: 2px;
              background-color: #e5e5e5; }
          .user .container .right .right__table.order_detail > div.flex-row .item span {
            display: block;
            padding: 10px;
            color: #333; }
      .user .container .right .right__table.order_detail > p.table__title {
        width: 100%;
        display: block;
        padding: 10px;
        background-color: #007236;
        text-transform: uppercase;
        color: #fff;
        border-radius: 0; }
      .user .container .right .right__table.order_detail .table {
        width: 96%;
        margin: 0 auto;
        margin-top: 30px;
        padding: 10px;
        border: 1px solid #ededed;
        border-radius: 0;
        margin-bottom: 30px; }
        .user .container .right .right__table.order_detail .table table {
          border-collapse: collapse;
          width: 100%; }
        .user .container .right .right__table.order_detail .table th, .user .container .right .right__table.order_detail .table td {
          text-align: left;
          padding: 10px;
          text-align: center; }
        .user .container .right .right__table.order_detail .table tr:nth-child(even) {
          background-color: #f2f2f2; }
        .user .container .right .right__table.order_detail .table th {
          border-bottom: 1px solid #e5e5e5;
          color: #333;
          font-weight: 600; }
        .user .container .right .right__table.order_detail .table td a {
          transition: all ease 0.5s;
          float: left;
          line-height: 100px; }
          .user .container .right .right__table.order_detail .table td a:hover {
            text-decoration: underline;
            color: #007236; }
        .user .container .right .right__table.order_detail .table td:first-child img {
          width: 80px;
          padding: 5px;
          border-radius: 0;
          border: 1px solid #eee;
          margin-right: 15px;
          float: left; }
        .user .container .right .right__table.order_detail .table tr td:first-child, .user .container .right .right__table.order_detail .table tr th:first-child {
          text-align: left; }
        .user .container .right .right__table.order_detail .table tfoot {
          background: #ededed; }
          .user .container .right .right__table.order_detail .table tfoot td:first-child {
            font-weight: bold;
            font-size: 18px; }
          .user .container .right .right__table.order_detail .table tfoot td:last-child {
            font-weight: bold;
            font-size: 20px;
            color: #007236; }
      .user .container .right .right__table.order_detail .add-order {
        width: 96%;
        margin: 0 auto;
        padding: 10px; }
        .user .container .right .right__table.order_detail .add-order p {
          line-height: 25px; }
  .user__cart {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ededed; }
    .user__cart table {
      border-collapse: collapse;
      width: 100%;
      padding: 8px;
      border-radius: 0; }
    .user__cart th, .user__cart td {
      text-align: left;
      padding: 8px; }
    .user__cart th {
      padding: 20px 15px; }
    .user__cart th {
      font-family: "Roboto", sans-serif;
      font-weight: 700; }
    .user__cart th {
      background-color: #ededed; }
    .user__cart .item-order {
      border: 1px solid #ededed;
      padding: 15px; }
      .user__cart .item-order_top {
        padding-bottom: 15px;
        border-bottom: 1px solid #ededed; }
        .user__cart .item-order_top .id {
          font-weight: bold;
          float: left; }
        .user__cart .item-order_top .status {
          float: right; }
      .user__cart .item-order_detail {
        border-bottom: 1px solid #ededed;
        padding: 10px 0; }
        .user__cart .item-order_detail .img {
          width: 80px;
          float: left; }
          .user__cart .item-order_detail .img img {
            width: 100%; }
        .user__cart .item-order_detail .info {
          width: 60%;
          float: left;
          padding-left: 20px; }
          .user__cart .item-order_detail .info a {
            width: 100%;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: .3125rem;
            font-size: 1rem;
            line-height: 1rem;
            max-height: 2rem; }
        .user__cart .item-order_detail .price {
          float: right;
          width: 20%;
          color: #f60;
          font-size: 16px; }
      .user__cart .item-order_bottom {
        padding-top: 15px; }
        .user__cart .item-order_bottom span, .user__cart .item-order_bottom i {
          font-size: 20px;
          font-weight: bold;
          color: #f60; }
    .user__cart hr {
      height: 10px;
      background: #ededed;
      color: #ededed;
      border: none; }

.account {
  padding: 30px 0; }
  .account .container {
    width: 100%;
    max-width: calc(var(--hb-container) * 1px);
    margin: 0 auto; }
  .account-title {
    background: #ededed;
    height: 30px;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    padding-left: 10px;
    box-sizing: border-box;
    font-weight: bold; }
  .account-content {
    width: 100%;
    float: left; }
    .account-content__detail .form {
      padding: 20px 0; }
      .account-content__detail .form-group {
        margin-bottom: 20px;
        width: 100%;
        clear: both;
        float: left; }
        .account-content__detail .form-group label {
          width: 150px;
          text-align: left;
          float: left;
          line-height: 30px; }
      .account-content__detail .form-inline {
        width: calc(100% - 500px);
        float: left;
        padding-left: 20px; }
        .account-content__detail .form-inline input {
          height: 30px;
          width: 100%;
          padding: 0 5px;
          border: 1px solid #eee; }
        .account-content__detail .form-inline input[type=checkbox] {
          width: 18px;
          height: 18px;
          float: left;
          margin: 0 10px 10px 0; }
      .account-content__detail .form-submit {
        padding-left: 170px; }
        .account-content__detail .form-submit button {
          color: #fff;
          height: 35px;
          line-height: 35px;
          text-align: center;
          width: 200px;
          border-radius: 0;
          float: left;
          font-size: 16px;
          cursor: pointer;
          background: #6f0015; }

  .account .alert-success {
    background: #26B99A;
    border: 1px solid #169F85;
    border-radius: 0;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px; }

.flex-row {
  display: flex; }
  .flex-row > .item {
    flex: 1; }

.flex-column {
  display: flex;
  flex-direction: column; }

.row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.products-slide.s-wrap {
  overflow: inherit; }
  .products-slide.s-wrap .slides-box {
    overflow: hidden; }
  .products-slide.s-wrap .nav .nav-next {
    top: -12%;
    left: 95%;
    box-shadow: none;
    border: none;
    z-index: 1;
    position: absolute; }
  .products-slide.s-wrap .nav .nav-prev {
    top: -12%;
    left: 91%;
    z-index: 1;
    box-shadow: none;
    border: none;
    position: absolute; }

/* Khối "Sản phẩm mới nhất" - thay cho khối danh mục cũ, dùng màu hệ thống (vàng #fabf00, nền tối, giá đỏ) */
.new-arrivals {
  display: block;
  width: 100%;
  clear: both;
  margin: 0;
  scroll-margin-top: 60px;
  background-color: #14212E;
  font-family: 'Roboto', sans-serif; }
  .new-arrivals__banner {
    width: 100%;
    padding: 35px 15px 20px;
    text-align: center; }
  .new-arrivals__title {
    color: #FAC110;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .5px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif; }
  .new-arrivals__subtitle {
    color: #e0e0e0;
    font-size: 15px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6; }
  .new-arrivals__body {
    padding: 10px 0 25px; }
  .new-arrivals__slider {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .new-arrivals__track {
    display: flex;
    transition: transform .5s ease; }
  .new-arrivals__item {
    flex: 0 0 calc((100% - 4 * 16px) / 5.3);
    margin-right: 16px;
    box-sizing: border-box;
    border: 1px solid #0f3d3d;
    background: #fff;
    padding: 12px;
    overflow: hidden;
    transition: box-shadow .3s ease, border-color .3s ease; }
    .new-arrivals__item:last-child {
      margin-right: 0; }
    .new-arrivals__item:hover {
      border-color: #fabf00;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18); }
    .new-arrivals__item a {
      display: block;
      width: 100%;
      height: 100%; }
  .new-arrivals__img {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    position: relative; }
    .new-arrivals__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .5s ease; }
    .new-arrivals__item:hover .new-arrivals__img img {
      transform: scale(1.08); }
  .new-arrivals__sale {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    background: #d92b24;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 0; }
  .new-arrivals__info {
    padding: 24px 0 24px 0; }
    .new-arrivals__info h3 {
      font-size: 14px;
      font-weight: 600;
      line-height: 22px;
      min-height: 24px;
      color: #222;
      text-transform: capitalize;
      text-decoration: none;
      text-decoration-color: #0f3d3d;
      text-underline-offset: 3px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      transition: color .3s ease; }
    .new-arrivals__item:hover .new-arrivals__info h3 {
      text-decoration: underline; }
  .new-arrivals__price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap; }
  .new-arrivals__price-old {
    color: #999;
    font-size: 13px;
    text-decoration: line-through; }
  .new-arrivals__price {
    color: #d92b24;
    font-weight: bold;
    font-size: 16px; }
  .new-arrivals__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 25px 0 10px; }
  .new-arrivals__arrow {
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .3s ease; }
    .new-arrivals__arrow svg {
      fill: currentColor; }
    .new-arrivals__arrow:hover {
      color: #FAC110; }
    .new-arrivals__arrow:disabled {
      opacity: .35;
      cursor: default; }
      .new-arrivals__arrow:disabled:hover {
        color: #fff; }
  .new-arrivals__page {
    font-size: 14px;
    color: #fff; }
  .new-arrivals__viewall {
    text-align: center;
    padding: 10px 0 30px; }
  .new-arrivals__btn {
    display: inline-block;
    padding: 10px 32px;
    border-radius: 0;
    background: #FAC110;
    color: #111;
    font-weight: 600;
    font-size: 14px;
    box-shadow: none; }
    .new-arrivals__btn:hover {
      opacity: .92; }
  @media (max-width: 992px) {
    .new-arrivals__item {
      flex: 0 0 calc((100% - 2 * 16px) / 2.3); } }




  
  
  
  
    
  
    
  
  
  
@keyframes home-popup-in {
  from { opacity: 0; transform: scale(.92); }
  to { opacity: 1; transform: scale(1); } }


  .cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 0;
    background: #db0000;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box; }

/* Cân đối lại thanh menu chính - tránh khoảng trống lớn khi số mục menu ít, dùng flexbox thay cho float */
#menu .container {
  display: flex;
  align-items: center; }
  #menu .container > a.left {
    float: none;
    flex-shrink: 0; }
  #menu .container nav.left {
    float: none;
    flex: 1;
    min-width: 0; }
    #menu .container nav.left > ul {
      justify-content: center; }
  #menu .container .right {
    float: none;
    flex-shrink: 0; }

/* Khối "Mua nhanh" (buybox) - số lượng + tạm tính + nút mua, đặt phía trên "Cam kết" ở trang chi tiết sản phẩm */
.buybox {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  box-sizing: border-box; }

/* Khối "Phê Decor cam kết" dạng đóng/mở (accordion) - mặc định thu gọn để trang không bị dài */
.item-title--toggle {
  width: 100%;
  clear: both;
  margin: 0 0 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0; }
  .item-title--toggle span {
    font-size: 15px;
    font-weight: 700;
    color: #222; }
  .item-title__chevron {
    fill: #888;
    transition: transform .3s ease; }
  .item-title--toggle.item-title--open .item-title__chevron {
    transform: rotate(180deg); }
.slogan--collapsed {
  max-height: 0;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  opacity: 0;
  transition: max-height .35s ease, opacity .25s ease; }
.slogan:not(.slogan--collapsed) {
  max-height: 2000px;
  opacity: 1;
  transition: max-height .5s ease, opacity .4s ease .1s; }

/* Tab "Chi tiết sản phẩm" / "Bình luận" - thay cho việc xếp chồng 2 khối dài, tiết kiệm diện tích trang */
.product-tabs {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 30px; }

/* Khối "Bài viết liên quan" trên trang chi tiết sản phẩm - tăng liên kết nội bộ */
.related-articles{width:100%;float:left;margin-top:24px;padding-top:20px;border-top:1px solid #f0f0f0}
.related-articles__title{font-size:15px;font-weight:700;color:#222;margin-bottom:10px}
.related-articles__list{list-style:none;margin:0;padding:0}
.related-articles__list li{padding:6px 0}
.related-articles__list a{color:#4a90e2;font-size:14px;font-weight:600;text-decoration:none}
.related-articles__list a:hover{text-decoration:underline}

/* Nhóm menu trên cùng header: Giới thiệu-Tin tức-Liên hệ | Đăng ký-Đăng nhập - tách biệt
   rõ ràng bằng khoảng cách + vạch phân cách, giống kiểu Thế Giới Di Động */
.header-top__group {
  display: inline-flex;
  align-items: center; }




/* Dropdown "Thông tin" (Giới thiệu/Tin tức/Liên hệ) và "Tài khoản" (Đăng ký/Đăng nhập)
   trên thanh header top - viết CSS riêng, không phụ thuộc .sub_menu (class đó đang dùng
   ở nhiều nơi khác với cách định vị khác nhau, dùng chung dễ xung đột). */
.header-top__has-dropdown {
  position: relative;
  cursor: pointer; }
  
  
  
  
  
  






/*# sourceMappingURL=home.css.map */


/** thêm css **/
.post{
  background-color: white !important;
  margin-top: 12px;
}
