
  
  .frm-account {
    position: relative;
    background: var(--white);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 0px 20px 0px #0000001A;
  }
  
  .frm-box_title h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  
  .frm-box_title p,
  .frm-box_title a {
    font-size: 14px;
    line-height: 24px;
  }
  
  .frm-account .form-label {
    color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
  }
  
  .required {
    color: var(--red);
  }
  
  .frm-account input {
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  
  .frm-account input:focus {
    box-shadow: none;
    border-color: #dee2e6;
  }
  
  .password-toggle {
    position: relative;
  }
  
  .password-toggle-btn .password-toggle-check {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
  }
  
  .password-toggle-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .625rem;
    left: unset;
    margin-bottom: 0;
    padding: .5rem;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    border: 0;
    background: unset;
  }
  
  .form-other,
  .form-loginIcon,
  .login-social-icon {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .form-other {
    justify-content: space-between;
    gap: initial;
  }
  
  .login-social-icon {
    gap: 6px;
  }
  
  .form-loginIcon p {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--black);
  }
  
  .btn-login-page button {
    background: var(--primary);
    color: var(--white);
    border-radius: 30px;
    padding: 12px 20px;
  }
  
  .btn-login-page button:hover {
    background: var(--primary);
    color: var(--white);
  }
  
  /*---------------------
    My Order
  -----------------------*/
  
  .customer-dashboard {
    padding: 30px 0;
  }
  
  .customer-menu {
    display: block;
    position: relative;
    border: 1px solid var(--bg-light);
    border-top: 3px solid var(--primary);
    border-radius: 5px;
    overflow: hidden;
  }
  
  .customer-menu .tit-menu-cus {
    color: var(--primary);
    font-weight: 700;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid #c9d0cd;
    font-size: 17px;
    display: block;
    line-height: 20px;
  }
  
  .block_info_profile {
    padding: 15px 20px;
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .avata_profile {
    width: 50px;
  }
  
  .block_info_profile .name_profile {
    color: var(--primary);
  }
  
  .name_profile p {
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
  }
  
  .name_profile a {
    color: var(--dark);
    font-size: 14px;
    line-height: 24px;
  }
  
  .name_profile a:hover {
    color: var(--primary);
  }
  
  .customer-menu ul.menu_siderbar_custom_view {
    display: block;
  }
  
  ul.menu_siderbar_custom_view > li {
    border-bottom: 1px solid #d7d7d7;
    margin: 0;
    position: relative;
    text-transform: uppercase;
  }
  
  .customer-menu ul.menu_siderbar_custom_view li {
    padding-left: 20px;
  }
  
  ul.menu_siderbar_custom_view > li:before {
    position: absolute;
    left: 2px;
    content: '\f111';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 8px;
    top: 50%;
    color: var(--primary);
    transform: translateY(-50%);
  }
  
  .customer-menu ul.menu_siderbar_custom_view li:before {
    left: 15px;
  }
  
  ul.menu_siderbar_custom_view > li > a {
    border-left: 0;
    padding: 15px 0 15px 15px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--secondary);
    font-size: 13px;
    letter-spacing: 1.2px;
    display: block;
  }
  
  .customer-menu ul.menu_siderbar_custom_view li a:hover,
  ul.menu_siderbar_custom_view li a.active {
    text-decoration: underline;
    color: var(--primary);
  }
  
  .customer-dashboard-content {
    display: block;
    position: relative;
    border: 1px solid var(--bg-light);
    border-top: 3px solid var(--primary);
    border-radius: 5px;
    overflow: hidden;
  }
  
  .customer-dashboard-content .page-title h2 {
    color: var(--primary);
    font-weight: 700;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid var(--bg-light);
    font-size: 17px;
    text-transform: uppercase;
  }
  
  .customer-dashboard-content .content_profile_view_container {
    padding: 10px;
  }
  
  .my-dashboard {
    padding-bottom: 10px;
  }
  
  .my-dashboard p {
    font-size: 14px;
    line-height: 24px;
  }
  
  .row-title {
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-size: 18px;
  }
  
  .title_primary_profile {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 0;
    margin-top: 0;
  }
  
  .title_primary_profile a,
  .profile_view_usr .item a.action {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary);
    text-decoration: underline;
    text-transform: uppercase;
  }
  
  .profile_view_usr .item {
    padding: 15px 10px;
    display: block;
  }
  
  .profile_view_usr .item span.label {
    font-weight: 700;
    font-size: 14px;
    color: var(--secondary);
  }
  
  .profile_view_usr .item span.value,
  .contact_title,
  .address-cnt {
    color: var(--secondary);
    font-size: 14px;
    line-height: 24px;
  }
  
  .profile_view_usr .item:nth-child(2n) {
    background: #f8f8f8;
  }
  
  .avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 15px auto;
  }
  
  .avatar-upload .avatar-edit {
    display: none;
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
  }
  
  .avatar-upload .avatar-edit input {
    display: none;
  }
  
  .avatar-upload .avatar-edit.active {
      display: block;
  }
  
  .content_profile_view_container .card-body .form-group input, 
  .content_profile_view_container .card-body .form-group select, 
  .content_profile_view_container .card-body .form-group textarea {
    font-size: 14px;
    color: var(--secondary);
  }
  
  .content_profile_view_container .card-body .form-group input:focus, 
  .content_profile_view_container .card-body .form-group select:focus, 
  .content_profile_view_container .card-body .form-group textarea:focus {
    box-shadow: none;
    border-color: #dee2e6;
  }
  
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  
  .avatar-upload .avatar-edit input + label::after {
      content: '\f304';
      font-family: 'Font Awesome 6 Pro';
      font-weight: 900;
      color: var(--dark);
      position: absolute;
      top: 7px;
      left: 0;
      right: 0;
      text-align: center;
      margin: auto;
  }
  
  .content_profile_view_container .card-body .form-group label {
    display: block;
    margin-bottom: 3px;
  }
  
  .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  
  .avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
  }
  
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .content_profile_view_container input[type="button"],
  .content_profile_view_container input[type="submit"] {
    background: var(--primary);
    color: var(--white) !important;
  }
  
  .content_profile_view_container input[name="btn_cancel"].form-control {
      background: var(--secondary);
      border-color: var(--secondary);
      color: var(--white);
  }
  
  .btn_edit_form.active,
  .btn_update,
  .btn_cancel {
    display: none;
  }
  
  .btn_update.active,
  .btn_cancel.active {
    display: block;
  }
  
  .btn-add-old-order {
    background: var(--primary);
    color: var(--white);
    font-size: 14px;
    border-radius: 4px;
  }
  
  .list-order .btn-add-old-order:hover,
  .list-order .btn-add-old-order:active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
  }
  
  .list-order .navbar-expand-lg .navbar-nav a {
      background: #f2f1f6;
      color: var(--black) !important;
      display: inline-block;
      padding: 5px 20px;
      margin-right: 10px;
      border-radius: 3px;
      font-size: 15px;
      border-right: none !important;
      white-space: nowrap;
  }
  
  .list-order .navbar-nav .nav-link.active {
      font-weight: 700;
      color: var(--primary);
  }
  
  .list-order .navbar-expand-lg .navbar-nav a.active, 
  .list-order .navbar-expand-lg .navbar-nav a:hover {
      background: var(--primary);
      color: var(--white) !important;
  }
  
  
  @media (min-width: 1200px) {
      .col-16 {
          flex: 0 0 16.66666666666667%;
          max-width: 16.66666666666667%;
      }
  }
  
  @media (min-width: 992px) and (max-width: 1344px) {
    .box-product-btn a {
      font-size: 16px;
    }
  }
  
  @media (max-width: 991px) {
  
      .item-video a::before {
        padding-top: calc(100% + 165px);
      }
  }
  
  @media (max-width: 767px) {
    .offcanvas-header{
      justify-content: left;
    }
  
    .sale-wrapper {
      padding: 27px 16px;
    }
  
    .title h3 {
      font-size: 20px;
      line-height: 24px;
    }
  
    .view-more a {
      font-size: 12px;
      line-height: 24px;
    }
  
    .title-countdown {
      align-items: center;
      gap: 6px;
      justify-content: space-between;
  
      flex-wrap: wrap;
      flex: 1;
      width: auto;
      padding-right: 0;
    }
    .title-countdown .countdown {
  /*    flex: 0 0 100%;*/
    }
  
    .timer-number {
      font-size: 12px;
      line-height: 20px;
    }
  
    .countdown-timer-content {
      min-width: 30px;
      min-height: 20px;
    }
  
    .coupons-wrapper {
      gap: 3px;
    }
  
    .coupons-wrapper>div {
      font-size: 10px;
      line-height: 12px;
      padding-right: 8px;
      padding-left: 8px;
    }
  
    .product-title {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
  
    .product-star-sell {
    }
  
    .product-slider .owl-nav .owl-prev,
    .suggestion-slider .owl-nav .owl-prev {
      left: -3%;
    }
  
    .product-slider .owl-nav .owl-next,
    .suggestion-slider .owl-nav .owl-next {
      right: -3%;
    }
  
    .content-brand h3 {
      font-size: 18px;
    }
  
    .border-title {
      padding-left: 24px;
      padding-right: 24px;
    }
  
    .ads-info p {
      font-size: 36px;
      line-height: 50px;
    }
  
    .item-video a::before {
      padding-top: calc(100% + 125px);
    }
  
    .block {
      display: inline;
    }
  
    .nav-orders {
      overflow-x: auto;
    }
  
    .nav-orders .navbar-nav {
      flex-wrap: nowrap;
      flex-direction: inherit;
    }
  
    .seller {
      height: auto;
    }
  }
  
  @media (max-width: 580px) {
      .title-countdown img {
          max-height: 60px;
      }
  }
  @media (max-width: 480px) {
      .title-countdown img {
          max-height: 45px;
      }
  }
  
  @media (max-width: 400px) {
    .coupons-wrapper {
      flex-wrap: wrap;
    }
    .title-countdown img {
          max-height: 38px;
      }
  }
  
  
  /* 5/8/2024 */
  
  input+.error, select+.error {
    font-size: 15px;
    color: #f00;
    margin-top: 5px;
  }
  
  .error-message, input+.error, select+.error {
    font-size: 13px;
    color: #f00;
    margin-top: 5px;
  }
  .select2+.error {
    position: absolute;
    bottom: -22px;
  }
  
  
  .scroll-text {
    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    
    -moz-animation: my-animation 20s linear infinite;
    -webkit-animation: my-animation 20s linear infinite;
    animation: my-animation 20s linear infinite;
  }
  
  /* for Firefox */
  @-moz-keyframes my-animation {
    from { -moz-transform: translateX(100%); }
    to { -moz-transform: translateX(-100%); }
  }
  
  /* for Chrome */
  @-webkit-keyframes my-animation {
    from { -webkit-transform: translateX(100%); }
    to { -webkit-transform: translateX(-100%); }
  }
  
  @keyframes my-animation {
    from {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  /* rate_thongke */
  .rate_thongke{
    font-size: 14px;
  /*    border: 1px solid #ddd;*/
      /*border-radius: 10px;*/
  }
  
  .rate_thongke hr{
      background-color: #7c7c7c;
  }
  
  .rate_diem{
      font-size: 30px;
  }
  .rate_diem i {
    margin: 0 5px;
  }
  
  .thongke_star_detail{
  /*    border-left: 1px solid #efefef;*/
  }
  
  .thongke_star_detail ul {padding: 0;margin: 0;}
  .thongke_star_detail ul li{
      display: flex; align-items: center; justify-content: center;
  }
  
  .thongke_star_detail .tk_star,
  .thongke_star_detail .tk_progress,
  .thongke_star_detail .tk_num{
      display: inline-block;
      padding: 0 3px;
      font-size: 14px;
      color: #9a9a9a;
  }
  .thongke_star_detail .tk_star, .thongke_star_detail .tk_num{width: 42px;}
  .thongke_star_detail .tk_progress{
    flex: 1;
  }
  
  .thongke_star_detail .tk_progress .progress{
      height: 5px;
  }
  .thongke_star_detail .tk_progress .progress-bar{
          background-color: #000;
  }
  
  
  .view_thumbnail img{
      display: inline-block;
      max-height: 80px;
  }
  
  
  /* end rate_thongke */
  /*product review*/
  
  .review-star .radio-group{
    display: flex;
    flex: 1;
  }
  .review-star .radio-group div{
    display: flex;
  }
  .review-star .radio-group label{
    cursor: pointer;
    padding: 0 3px;
    color: #cacaca;
    text-align: center;
    font-weight: normal;
    margin: 0;
    font-size: 18px;
  }
  
  /*.review-star .radio-group input:checked+label,*/
  .review-star .radio-group label.active,
  .review-star .radio-group label:hover{
      color: #f5a623;
  }
  .review-star .radio-group input{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
  }
  
  #review label{
      font-weight: bold;
  }
  #review input,
  #review textarea{
      font-size: 14px;
      padding: 7px;
  }
  
  
  .up_picture_rate label{
      cursor: pointer;
  }
  .up_picture_rate input{
      opacity: 0;
  }
  
  .view_thumbnail {
      display: inline-block;
      position: relative;
      padding: 5px;
      margin: 5px;
      border: 1px solid #eee;
      border-radius: 5px;
  }
  .view_thumbnail .btn {
      color: #f00;
      background-color: #fff;
      border-color: #f00;
      position: absolute;
      right: -5px;
      top: -5px;
      border-radius: 50%;
      z-index: 99;
      font-size: 12px;
      padding: 3px 5px;
      line-height: 1;
      width: 20px;
      height: 20px;
  }
  .review-star .voted{
      color: #fd9727;
  }
  
  .review-detail{
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #D9D9D9;
  }
  .r-date{
  /*    font-size: 14px;*/
      color: #878787;
  }
  .r-name {
    font-size: 14px;
  }
  .r-name b{
  /*  font-size: ;*/
  }
  
  .icon-replies-count{
      color: #2f80ed;
      font-size: 13px;
      cursor: pointer;
  }
  
  .box_reply{
      display: none;
      border: 1px solid #dadada;
      padding: 5px;
      padding-left: 15px;
      border-radius: 3px;
      position: relative;
      margin: 10px 0 5px;
      background: #f1f1f1;
  }
  
  .box_reply:after, .box_reply:before {
      bottom: 100%;
      left: 30px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
  }
  
  .box_reply:after {
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #f1f1f1;
      border-width: 9px;
      margin-left: -9px;
  }
  .box_reply:before {
      border-color: rgba(194, 225, 245, 0);
      border-bottom-color: #dadada;
      border-width: 10px;
      margin-left: -10px;
  }
  .list_rate_title{
      display: inline-block;
      border-bottom: 1px solid #ddd;
      padding-bottom: 5px;
      font-size: 13px;
      margin-bottom: 10px;
      margin-top: 5px;
  }
  .reply_item .list_rate_title span{
      color: #4bab02;
      font-size: 14px;
      font-weight: bold;
  }
  
  .count-comment{
      position: absolute;
    right: 15px;
    font-size: 13px;
    color: #f15a34;
  }
  .count-comment span{
      color: #333;
  }
  .count-comment span.error{
      color: #f15a34;
  }
  
  #aniimated-thumbnials img{
      max-height: 65px;
  }
  /*product review*/
  
  /*blog*/
  .section-title {
      text-align: center;
      margin-bottom: 15px;
  }
  
  .section-title h3 {
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.3;
      font-size: 24px;
      color: #000000;
      margin-bottom: 0;
  }
  
  .blogs {
      background: #E9EAE8;
  }
  
  .news-item {
      background: #e9eae8;
      position: relative;
      border-radius: 10px;
  }
  
  .item-news h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    margin-top: 0px;
    -webkit-line-clamp: 2;
  }
  .news-image {
      position: relative;
      box-sizing: border-box;
      overflow: hidden;
      border-radius: 10px 10px 0 0;
  }
  
  .news-image a {
      position: relative;
      overflow: hidden;
      padding-top: 60%;
      /* padding-top: 100%; */
      width: 100%;
      height: 0;
      display: block;
  }
  .item-news:not(:last-child) {
    margin-bottom: 20px;
  }
  .cnZzhJ {
    width: 100px;
    height: 1px;
    background-color: var(--black);
    margin-left: auto;
    margin-right: auto;
  }
  .news-content{
    margin-bottom: 50px;
  }
  .item-news{
  
    display: flex;
    position: relative;
  }
  
  .thumb-news{
    overflow: hidden;
  
    width: 170px;
    border-radius: 5px;
  
    /* height: 114.62px;
    width: 196px; */
  }
  .item-news .content{
    width: calc(100% - 170px);
    padding-left: 15px;
  }
  /* .item-news .thumb-news img{
    height: 114.62px;
    width: 196px;
  } */
  .news-image img {
      transition: all ease-in .3s;
      -webkit-transition: all ease-in .3s;
      -moz-transition: all ease-in .3s;
      position: absolute;
      display: block;
      width: 100%;
      max-width: 100%;
      /* height: 100%;
      max-height: 100%; */
      left: 0;
      right: 0;
      top: 0;
      /* bottom: 0; */
      margin: auto;
      object-fit: cover;
  }
  
  .news-item:hover img {
      transform: scale(1.1);
  }
  
  .news-overlay {
      padding: 15px 18px;
  }
  
  .news-cata {
      text-transform: uppercase;
      color: #2F4F89;
  }
  
  .news-overlay a {
      display: block;
      color: #000000;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 600;
      line-height: 1.5;
      margin: 5px 0 13px 0;
      min-height: 48px;
  }
  
  .news-date {
      color: #c6c6c6;
  }
  .blog-post-title h2,
  .blog-post-title h3,
  .blog-post-content h2 {
    font-size: 22px;
    
  }
  .blog-post-content h3 {
    font-size: 20px;
  }
  
  .sidebar-news .news-item {
    background: unset;
    display: flex;
    margin-bottom: 20px;
    border-radius: 0;
  }
  .sidebar-news .news-item .news-image {
    flex:  0 0 30%;
    border-radius: 0;
  }
  .sidebar-news .news-image a {
    padding-top: 80%;
    border-radius: 9px;
  }
  .sidebar-news .news-overlay{
    padding: 0 0 0 15px;
    font-size: 14px;
  }
  .sidebar-news .news-overlay a {
    margin-top: 0;
    font-size: 14px;
    min-height: 40px;
  }
  .sidebar-news .news-cata{
    display: none;
  }
  /*blog*/
  
  /*content loading*/
  .mh-100{
      min-height: 100px !important;
  }
  .list-content-loading {
    background: rgba(0, 0, 0, .3);
    border-radius: 3px;
    bottom: 0;
    display: none;
    left: 0;
    /*margin: -15px;*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1021;
  }
  
  .half-circle-spinner {
    border-radius: 100%;
    height: 60px;
    margin: 20px auto;
    position: relative;
    width: 60px
  }
  
  .half-circle-spinner,
  .half-circle-spinner * {
    box-sizing: border-box
  }
  
  .half-circle-spinner .circle {
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
  }
  
  .half-circle-spinner .circle.circle-1 {
    -webkit-animation: half-circle-spinner-animation 1s infinite;
    animation: half-circle-spinner-animation 1s infinite;
    border-top-color: var(--color-primary)
  }
  
  .half-circle-spinner .circle.circle-2 {
    -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
    animation: half-circle-spinner-animation 1s infinite alternate;
    border-bottom-color: var(--color-primary)
  }
  
  @-webkit-keyframes half-circle-spinner-animation {
    0% {
      transform: rotate(0)
    }
    to {
      transform: rotate(1turn)
    }
  }
  
  @keyframes half-circle-spinner-animation {
    0% {
      transform: rotate(0)
    }
    to {
      transform: rotate(1turn)
    }
  }
  
  .list-content-loading .half-circle-spinner .circle.circle-1 {
    border-top-color: #fff
  }
  
  .list-content-loading .half-circle-spinner .circle.circle-2 {
    border-bottom-color: #fff
  }
  
  .list-content-loading .half-circle-spinner {
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .list-content-loading .half-circle-spinner .circle {
    border: 5px solid transparent
  }
  
  @media screen and (max-width:768px) {
    .list-content-loading {
      top: 15px
    }
  }
  
  
  @-webkit-keyframes button-loading-spinner {
    0% {
      transform: rotate(0)
    }
    to {
      transform: rotate(1turn)
    }
  }
  
  @keyframes button-loading-spinner {
    0% {
      transform: rotate(0)
    }
    to {
      transform: rotate(1turn)
    }
  }
  /*content loading*/
  
  /*social-icon*/
  .social-icon ul li {
    width: 30px;
    text-align: center;
  }
  .social-icon a {
    color: #000;
    font-size: 18px;
  }
  /*social-icon*/
  
  /*modal*/
  .modal-backdrop {
    z-index: 999;
  }
  /*modal*/
  
  /*menu mobile*/
  @media(max-width: 990px)
  {
  }
  
  .offcanvas {
      transition: 0.5s;
    left: -100%;
    top: 0;
    width: 100%;
  
  }
  .open-offcanvas .offcanvas {
    left: 0; 
    visibility: visible;
  }
  .offcanvas-overlay {
      background-color: #000;
      height: 100%;
      left: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      position: fixed;
      top: 0;
      -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
      width: 100%;
      z-index: 990;
      visibility: hidden;
  }
  .offcanvas-overlay.show {
    opacity: 0.5;
    visibility: visible;
  }
  .btn.btn-offcanvas-close {
  /*    display: none;*/
      position: absolute;
      top: 20px;
      left: -40px;
      padding: 0;
      width: 38px;
      height: 38px;
      font-size: 20px;
      color: #000;
      background: #fff;
      border-radius: 50%;
      z-index: 999;
      transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  .open-offcanvas .btn.btn-offcanvas-close {
  /*    display: block;*/
      left: 310px;
  }
  
  #wrapper {
    transition: 0.5s;
  }
  .open-offcanvas #wrapper {
      height: 100%;
      /*overflow: hidden;*/
      /*position: fixed;*/
      /*-webkit-transform: translate(300px, 0px);
      -ms-transform: translate(300px, 0px);
      -o-transform: translate(300px, 0px);
      transform: translate(300px, 0px);*/
  }
  .open-offcanvas .sidebar {
      margin-left: 0;
  }
  .open-offcanvas .offcanvas-overlay {
      opacity: 0.7;
      filter: alpha(opacity=80);
      visibility: visible;
  }
  /*menu mobile*/
  
  
  /* blog update */
  .i-margin{
    margin-top: 1.5625rem;
  }
  .italic {
    font-style: italic;
    
          font-size: 2.25rem;
         
  }
  .italic h2 {
    font-weight: 600;
  }
  
  @media (min-width: 1024px) {
    .banner-image[data-v-8fe1ae48] {
        height: 32.3125rem;
        border-radius: 10px;
    }
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-center {
    background-position: center;
  }
  .bg-cover {
    background-size: cover;
  }
  @media (max-width: 767px) {
  .banner-image[data-v-8fe1ae48] {
    height: 12.5rem;
    border-radius: 10px;
  }
  .italic{
    font-style: normal;
    
   
  }
  .blog-detail >.entry-meta
  {
    padding-top: 0px !important;
  }
  .list-group-product .product-sale{
    width: 50%;
  }
  .list-btn-search >ul li{
    
    min-width: 48%;
    max-width: calc(48% - 12px);
    flex: 0 0 calc(48% - 12px);
  }
  
  .list-btn-search >ul li:last-child {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .badge-circle{
    width: 46px;
    height: 46px;
  }
  
  .more .fa-arrow-right {
    line-height: normal;
    font-size: 16px;
  }
  .coupons-wrapper,
  .product-star-sell {
     
      gap: 1px;
      
  }
  .topbar{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  }
  
  
  .td-title{
    --bs-table-bg-state: #f7f7f7;
    padding: 15px 10px 15px 10px !important;
  }
  .table>tbody td{
    padding: 15px 10px 15px 10px ;
  }
  
  .table>thead th{
    background: #f7f7f7;
  }
  .table>tbody {
    color: var(--secondary);
    font-size: 13px;
  }
  
  .sidebar-content .form-check-input:checked {
    background-color: var(--primary);
  }
  
  .collapsed > .fa-chevron-up::before
  {
    content: '\f078';
  }
  /*  */
  @media (min-width: 1025px) {
    .product-success {
        padding: 0 40px;
       
    }
  }
  .product-success {
    margin: 0 auto;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    margin-bottom: 50px;
    margin-top: 40px;
    position: relative;
    padding: 0 20px 20px;
  }
  .title-notification {
    display: block;
    overflow: visible;
    position: relative;
  }
  ._notistatus {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    width: 280px;
    line-height: 46px;
    font-size: 16px;
    color: var(--primary);
    font-weight: 600;
    text-align: center;
    display: block;
    margin: auto;
    text-transform: uppercase;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  ._thank {
    color: var(--black);
    line-height: 22px;
    background: var(--white);
    padding-top: 40px;
    padding-bottom: 20px;
  }
  ._title_bill {
    display: block;
    line-height: 30px;
    color: var(--black);
    background: #efefef;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: bold;
  }
  ._info_order, ._call_ship {
    padding: 10px 0;
  }
  ._info_order {
      border: 1px solid #ececec;
  }
  
  ._result {
    margin: 10px 0;
    flex-wrap: wrap;
    display: flex;
  }
  ._total {
    font-weight: bold;
    display: inline-block;
    flex: 1;
  }
  ._total-prices {
    display: inline-block;
    color: var(--red);
    font-weight: 700;
  }
  .icon {
    padding: 10px;
    /*  */
    font-family: "icoibco" !important;
    speak: never;
    font-size: var(--fz-normal);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .info-order-item {
    margin-bottom: 5px;
    padding-left: 20px;
  }
  .info-order-item:last-child {
      margin-bottom: 0;
  }
   .table-order-detail tr>td, .table-order-detail tr>th {
    margin-top: 10px;
    border: 1px solid #ececec;
    /* padding: .4rem .7rem; */
    color: #000;
  }
  
  .table-scroll>.table tr>td, .table-scroll tr>th {
    margin-top: 10px;
    border: 1px solid #ececec;
  }
  .table-scroll>.table {
      min-width: 700px;
  }
  .item-bottom {
    text-align: center;
    padding-bottom: 20px;
  }
  
  .btn__customs {
    background-color: #2f4f89;
    color: var(--white);
    position: relative;
    display: inline-block;
    font-size: var(--fz-normal);
    text-align: center;
    height: 50px;
    line-height: 48px;
    border-radius: 30px;
    outline: none;
    padding: 0 20px;
    overflow: hidden;
    border: 1px solid #2f4f89;
    cursor: pointer;
    transition: .4s all;
    text-transform: uppercase;
    min-width: 160px;
  }
  
  .btn__customs:hover {
    color: var(--white);
    background-color: var(--black);
    border: 1px solid var(--black);
  }
  /*  */
  
  .navbar-vertical #img-icon{
    max-width: 24px;
    margin-right: 10px;
  }
  .navbar-nav-main .nav-link:hover{
    color: var(--primary);
      font-size: 16px;
      font-weight: 700;
  }
  #icon-cardf:hover
  {
  
  }
  
  .col-right a img:hover {
    width: 30px;
  }
  
  .col-right a:hover {
    font-weight: 700;
  }
  
  
  
  
  
  .service-item img {
      -webkit-transform: scale(1);
      transform: scale(1);
    transition: transform 0.4s ease-in-out;
  }
  .service-item:hover img{
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
  .service-item p {
    transition: transform 0.3s ease-in-out; /* Hiệu ứng mượt trong 0.3 giây */
  }
  
  .service-item p:hover {
    transform: scale(1.2); /* Zoom lên 20% */
  }
  
  .service-item h3 {
    transition: transform 0.3s ease-in-out; /* Hiệu ứng mượt trong 0.3 giây */
  }
  
  .service-item h3:hover {
    transform: scale(1.2); /* Zoom lên 20% */
  }
  
  
  .box-product-btn:hover{
    color: #fff !important;
  }
  
  
  
  .item-brand-hover img {
    width: 100%;
    transition: all 0.3s;
  }
  .item-brand-hover:hover img {
    transform: scale(1.1);
  }
  
  .item-brand-hoverd {
    
    position: relative;
  }
  
  
  
  .item-brand-hoverd::before {
  
    position: absolute;
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
      background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg);
  
  }
  
  .item-brand-hoverd:hover::before {
    -webkit-animation: shine .75s;
      animation: shine .75s;
    
  }
  
  @-webkit-keyframes shine {
      100% {
          left: 125%;
      }
  }
  @keyframes shine {
  
    
      100% {
          left: 125%;
      }
  }
  
  
  
  .review-item{
    /* overflow: hidden; */
  }
  
  
  
  @media (min-width: 1200px) {
    .main {
      /* margin-top: 199px;
          width: 100%; */
      }
  }
  
  
  .iOCHGJ {
    /* position: fixed;
    z-index: 998;
    left: 0px;
    right: 0px;
    top: 0px;
    background: rgb(255, 255, 255); */
  }
  
  
  .item-brand-hoversp:hover img {
      opacity: 1;
      -webkit-animation: flash 1.5s;
      animation: flash 1.5s;
  }
  @-webkit-keyframes flash {
      0% {
          opacity: .4;
      }
      100% {
          opacity: 1;
      }
  }
  @keyframes flash {
      0% {
          opacity: .4;
      }
      100% {
          opacity: 1;
      }
  }
  
  
  
  
  /*  */
  
  #myTab-blog{
    justify-content: center;
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
    margin: 0 0 16px;
    }
    .section-title__title {
    font-style: normal;
    letter-spacing: 0em;
    text-align: center;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    margin-bottom: 30px ;
    }
    .nav-tabs-blog>.nav-item{
    
    padding: 12px 0;
    
    }
    
    .nav-link-blog {
    display: block;
    padding: 0rem 1rem;
    font-size: 16px;
    /* font-weight: normal; */
    color: black;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    
    font-weight: 400;
    line-height: 23px;
    color: rgb(129, 129, 129);
    }
    .nav-link-blog:hover{
    color: var(--primary);
    font-weight: 600;
    border-bottom: 1px solid var(--primary);
    }
    .title-countdown>.title{
    max-width: 330px;
    }
    
    
    .btn-watch:hover
    {
    background-position: left bottom !important;
    background-color: var(--primary);
    color: #fff ;
    }
    
    .btn-watch:hover a{
    color: #fff ;
    }
    .btn-watch a{
    color:#000;
    }
    .btn-watch{
    
    font-weight: 600;
    border-radius: 56px;
    border-color: var(--primary);
    
    
    
    }
    .nav-item >.active{
    color: var(--primary);
    font-weight: 600;
    
    }
    .logo-footer{
      max-width: 150px;
    }
    
    
    
    .ellipsis-3-t {
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      word-break: break-word;
    }
    
    
    
    @media (max-width: 768px) {
      .nav-tabs-blog {
        display: flex ;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
      }
      
      .nav-tabs-blog::-webkit-scrollbar {
        display: none; /* Ẩn thanh cuộn ngang trên trình duyệt WebKit */
      }
    
      .nav-item {
        flex-shrink: 0;
      }
    
      .nav-link-blog {
        padding: 10px 15px;
        white-space: nowrap !important;
      }
      .nav-link-blog:hover{
        color: var(--primary);
        font-weight: 600;
        border-bottom: none;
        }
      
    }
  
  
    @media (min-width: 992px) { 
      .category-slider {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-around; */
    }
  
    .item-cate {
      flex-basis: 16.66%; 
     
        margin-bottom: 20px; 
    }
  }
  /*  */
  .index-vouchers {
    padding-top: 30px;
  }
  .index-vouchers .voucher-list {
    align-items: unset;
  }
  .voucher-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  @media (min-width: 1024px) {
    .index-vouchers .voucher-item {
        width: 25%;
        min-height: 135px;
        padding: 5px;
    }
  }
  .voucher-item {
    width: 50%;
    flex-shrink: 0;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .item-ribbon {
    background: #fdf2f2;
    display: flex;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #cfcfcf;
  }
  
  .item-ribbon__left {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .item-ribbon__right {
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    max-width: 75%;
    padding: 15px 20px;
    border-left: 1px dashed #b5b5b5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  
  .item-ribbon__right:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 9px;
    background: #fff;
    top: -1px;
    left: -8px;
    border: 1px solid #cfcfcf;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  .item-info .condition {
    margin: 0;
    font-size: 12px;
  }
  @media (min-width: 768px) {
    .index-vouchers .item-info .title {
        font-size: 16px;
    }
  }
  .item-info .title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }
  
  .save-voucher-btn {
    background: #820813;
    display: inline-block;
    padding: 5px 35px;
    font-size: 14px;
    color: #fff !important;
    position: relative;
  }
  @media (min-width: 768px) {
    .index-vouchers .save-voucher-btn {
        padding: 1px 20px;
        font-size: 14px;
    }
  }
  .item-info__lower {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 15px;
  }
  
  @media (min-width: 768px) {
    .index-vouchers .item-info__lower span:not(.coupon-ani) {
        font-size: 11px;
    }
  }
  
  .view-coupon-btn .dt {
    font-size: 13px;
    display: block;
    color: #000;
    
  }
  .view-coupon-btn .mb {
    display: none;
  }
  
  .item-info__upper .heading {
    display: flex;
    justify-content: space-between;
  }
  
  
  
  
  
  .coupon-detail-container {
    background: #fff;
  }
  .blog-detail{
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    position: relative;
    width: 90%;
  }
  .bg-blog{
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    position: relative;
    width: 90%;
  }
  #title-blog{
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    position: relative;
    width: 90%;
  }
  
  