body {
  background: #f5f7fa !important;
}
.container-fff{
  background: none !important;
}
.top-big-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.product-img {
    background: url("../images/tab-pro-banner.jpg") #b69c92 center no-repeat;
}
.top-big-img .content-box {
    width: 1144px;
    margin: 0 auto;
}
.top-big-img .content-box .liner-title {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    color: #fff;
    margin-bottom: 5px;
}
.top-big-img .content-box .top-title {
    height: 34px;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top-big-img .content-box .title-des {
    width: 650px;
    word-break: break-word;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}
.top-big-img .content-box a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
}
.title-des + a {
    margin-top: 20px;
}
.top-big-img .content-box .title-btn {
    padding: 5px 15px;
    height: 35px;
    border-radius: 100px;
    border: 1px solid #ffdbb7;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #ffdbb7;
    cursor: pointer;
    background: transparent;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.userlogin-language:hover .langname i.fa-angle-down {
    transform: rotate(180deg);
}
.langname i {
    transition: all 0.15s;
    transform: rotate(0deg);
}

/***main-content*************/
.main-content {
  width: 1436px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.main-content .left-menu {
    width: 200px;
    background: #fff;
    padding: 20px 7px 20px 15px;
    /* margin-right: 10px; */
    box-sizing: border-box;
}
.main-content .content {
    width: 1225px;
}

@media only screen and (max-width: 1440px) {
    .main-content {
      width: 1200px;
    }
    
    .main-content .content {
      width: 985px;
    }
}
/***menu-left***/

.main-content .left-menu .menu-title {
    font-size: 14px;
    line-height: 21px;
    color: #222;
    margin-bottom: 15px;
}
.main-content .left-menu .menu-title.is-active {
    color: #e64545;
    font-weight: 600;
}
.main-content .left-menu .menu-list {
    cursor: pointer;
    padding: 0;
    list-style: none;
    margin: 0;
}
.main-content .left-menu .menu-list .menu-list-item {
    width: 100%;
    margin-bottom: 10px;
}
.main-content .left-menu .menu-list .menu-list-item .item-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.main-content .left-menu .menu-list .menu-list-item .item-content span {
    font-size: 14px;
    line-height: 22px;
    color: #222;
    display: block;
    width: 160px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main-content .left-menu .menu-list .menu-list-item i.fa.fa-angle-down {
    color: #828282;
    font-size: 18px;
}
/*hieu-ung-left-menu*/
.menu-sublist {
    display: none;
    padding-left: 10px;
}
.menu-list-item.is-open .menu-sublist {
    display: block;
}
.menu-sublist.limit li:nth-child(n+7) {
    display: none;
}
.menu-sublist.show-all li {
    display: block !important;
}
.menu-btn {
    cursor: pointer;
    color: #007bff;
    font-size: 13px;
    margin-top: 5px;
    border: 1px solid #ccc;
    max-width: fit-content;
    padding: 3px 15px;
    border-radius: 6px;
}

.main-content .left-menu .menu-list .menu-list-item .menu-sublist {
  display: none;
  padding-left: 13px;
  margin-top: 10px;
}
.main-content .left-menu .menu-list .is-open .menu-sublist {
  display: block !important;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.main-content .left-menu .menu-list .is-open .menu-sublist a {
    display: block;
    font-size: 13px;
    padding-bottom: 6px;
    color: #817878;
}
.main-content .left-menu .menu-list .is-open .menu-sublist a:hover,.main-content .left-menu .menu-list .is-open .menu-sublist a.active
{
  color: #e64545;
  text-decoration: none;
}
.menu-sublist,
.menu-sublist li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.menu-list-item.is-open .menu-btn{
    display: block;
}
.menu-list-item .menu-btn{
    display: none;
}
.leftsupp-block {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e9eef4;
}
.titlesupp-nhom {
    margin-bottom: 20px;
}
.sr-layout-row {
    margin-left: -10px;
    margin-right: -10px;
}
.outtab-products {
    display: flex;
    gap: 20px;
}
.sr-proList {
    position: relative;
    flex: 1;
    margin-bottom: 30px;
}
.sr-proList-pic-wrap {
    max-width: 500px;
    margin: 0 auto;
}
.prod-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    font-size: 0;
    overflow: hidden;
}
.prod-image img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in;
    object-fit: contain;
}
.prod-image:hover img {
    animation: zoomSoft 3s ease-in-out infinite;
}
@keyframes zoomSoft {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.sr-proList-txt {
    margin-top: 10px;
}
.sr-proList-name {
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sr-proList-name a {
    color: #222;
    text-decoration: none;
}
.sr-proList-price {
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}
.sr-proList-num {
    color: #e64545;
    line-height: 21px;
    font-weight: bold;
    font-size: 18px;
}
span.sr-proList-km {
    text-decoration: line-through;
    padding-left: 5px;
    font-size: 14px;
}
.gyc-proList {
    font-weight: 600;
    height: 38px;
    line-height: 36px;
    border-radius: 100px;
    border: 1px solid #222;
    background: #fff;
    display: grid;
    text-align: center;
    color: #222;
    font-size: 14px;
}
.gyc-proList:hover {
    background: #f4f4f4;
    text-decoration: none;
    color: #222;
}

.righttrend .trend-top-tab {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    width: 100%;
    /*height: 54px;*/
    box-sizing: border-box;
    margin-bottom: 20px;
}
.righttrend .trend-top-tab .trend-tab-item,
.righttrend .trend-top-tab .trend-tab-product {
    box-sizing: border-box;
    padding: 5px 15px;
    height: 34px;
    border: 1px solid #222;
    border-radius: 100px;
    margin-right: 10px;
    font-size: 13px;
    color: #222;
    white-space: nowrap;
    cursor: pointer;
}
.righttrend .trend-top-tab .trend-tab-item.is-active,
.righttrend .trend-top-tab .trend-tab-product.is-active {
    background: #222;
    color: #fff;
}
.noneproduct {
    margin-top: 50px;
    font-size: 20px;
}

.pagination {
    text-align: center;
    margin-top: 15px;
}
.page-item {
    display: inline-block;
    padding: 6px 12px;
    margin: 3px;
    background: #eee;
    cursor: pointer;
}
.page-item:hover {
    background: #333;
    color: #fff;
}
.page-item.active {
    background: #333;
    color: #fff;
}
.trend-top-tab {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
    scroll-behavior: smooth;
}

/* Ẩn scrollbar (tuỳ chọn) */
.trend-top-tab::-webkit-scrollbar {
    height: 6px;
}
.trend-top-tab::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Tab item */
.trend-tab-item {
    flex: 0 0 auto; /* ❗ QUAN TRỌNG */
    padding: 6px 12px;
    background: #eee;
    cursor: pointer;
    border-radius: 4px;
    white-space: nowrap;
}
.trend-tab-item.is-active {
    background: #333;
    color: #fff;
}

