/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

:root {
    --mainColor: #062462;
    --priceColor: #d80000;
    --middleHeaderColor: #062462;
    --middleHeaderTextColor: #ffffff;
    --topBarColor: #ffc700;
    --topBarTextColor: #000000;
    --oldColor: #ffc700;
    --backgroundColorReview: #152755;
    --oldColorReview: #ffc700;
    --backgroundColorFlashSale: #152755;
    --oldColorFlashSale: #000f36;
    --oldColorFlashSale2: #fcdb10;
    --oldColorFlashSale3: #152755;
    --backgroundColorService: #152755;
    --backgroundColorItemVoucher: #305a9b;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.breadcrumb {
    background-color: #fff;
    padding: 0;
}

.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:991px) {
    body {
        padding-bottom: 45px;
    }
}

.d-none {
    display: none !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

svg {
    overflow: hidden;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.thumb {
    position: relative;
    padding-bottom: 100%;
    display: block;
}

.thumb img {
    width: auto;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 6px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.product-thumbnail .thumb img {
    position: absolute;
}

.home-product-tab .col-fix-2 {
    margin-bottom: 20px;
}

.hover-banner {
    position: relative;
    display: block;
    overflow: hidden;
}

.hover-banner:before {
    background: rgba(255, 255, 255, 0.1);
    content: '';
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    left: -100%;
    top: -100%;
}

.hover-banner:after {
    background: rgba(255, 255, 255, 0.1);
    content: '';
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    left: 100%;
    top: 100%;
}

.hover-banner:hover:before,
.hover-banner:hover:after {
    left: 0;
    top: 0;
}

.active-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.base-popup {
    max-width: 960px;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 10%;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
}

.position-relative {
    position: relative;
}

.social-fixed {
    position: fixed;
    right: 40px;
    top: initial !important;
    bottom: 100px;
    z-index: 999;
}

.social-fixed.social-mess-facebook {
    bottom: 155px;
}

.social-fixed>a {
    text-align: center;
    display: block;
    border-radius: 50%;
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 38px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.social-fixed>a svg {
    width: 25px;
    height: 25px;
    fill: var(--mainColor);
}

.social-fixed>a:hover {
    background: var(--mainColor);
}

.social-fixed>a:hover svg {
    fill: #fff;
}

.social-fixed .backtop {
    display: none;
}

.social-fixed .backtop.show {
    display: block;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 0 var(--mainColor);
    top: 50%;
    transform: translateY(calc(-50% - 0));
    margin: 0;
    transition: .3s;
    outline: none;
    background: #fff;
    box-shadow: 0 0 4px 0 var(--mainColor);
    border-radius: 4px;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
    opacity: 1;
    background: #fff;
    box-shadow: 0 0 4px 0 var(--mainColor);
}

@media (min-width:1199px) {
    .swiper-container .swiper-button-next:hover,
    .swiper-container .swiper-button-prev:hover {
        width: 33px;
        height: 33px;
    }
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
    font-size: 14px;
    color: var(--mainColor);
    font-weight: bold;
}

.product-action {
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #E2E6F2;
    transition: all ease-in-out .2s;
    overflow: hidden;
    padding: 8px;
    height: 100%;
}

.product-action .product-thumbnail {
    position: relative;
}

.product-action .product-thumbnail .smart {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(//bizweb.dktcdn.net/100/517/497/themes/956320/assets/bg-smart.png?1730885534042);
    background-repeat: no-repeat;
    font-size: 12px;
    border-radius: 5px;
    color: #ffff;
    height: 24px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-action .product-thumbnail .thumb img {
    transform: translateY(0);
}

.product-action .product-thumbnail .btn-wish {
    position: absolute;
    right: 0;
    top: 0;
}

.product-action .product-thumbnail .btn-wish svg {
    stroke: var(--mainColor);
    fill: none;
}

.product-action .product-thumbnail .btn-wish.active svg {
    fill: var(--mainColor);
}

.product-action .product-compare {
    margin-top: 8px;
}

.product-action .product-compare a {
    color: #2f80ed;
    font-size: 14px;
}

.product-action .product-compare a i {
    background-image: url(//bizweb.dktcdn.net/100/517/497/themes/956320/assets/icon_compare.png?1730885534042);
    background-size: 100%;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: 3px;
}

.product-action .product-compare a.active i {
    background-image: url(//bizweb.dktcdn.net/100/517/497/themes/956320/assets/icon_compare_active.png?1730885534042);
}

.product-action .product-info {
    position: relative;
    margin-top: 8px;
}

.product-action .product-info__name {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 39px;
}

.product-action .product-info__viewdetail {
    font-size: 13px;
}

.product-action .product-info__viewdetail svg {
    width: 19px;
    height: 11px;
    transform: translateY(-1px);
    margin-left: 3px;
    fill: var(--mainColor);
}

.product-action .product-info__price {
    font-size: 16px;
    color: var(--priceColor);
    font-weight: 500;
    min-height: 42px;
}

.product-action .product-info__price .compare-price {
    font-size: 14px;
    font-weight: 400;
    color: #a6a6a6;
    text-decoration: line-through;
    display: block;
}

.product-action .action {
    position: absolute;
    bottom: 3px;
    right: 0;
}

.product-action .action button:not(.btn-soldout),
.product-action .action a {
    border: initial;
    background: var(--mainColor);
    width: 34px;
    height: 34px;
    display: inline-flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.product-action .action button:not(.btn-soldout).add_to_cart svg,
.product-action .action a.add_to_cart svg {
    width: 18px;
    height: 19px;
}

.product-action .action button:not(.btn-soldout):hover,
.product-action .action a:hover {
    opacity: 0.7;
}

.product-action .action .btn-views {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    right: 0;
    visibility: hidden;
    transition: all 0.3s;
    overflow: hidden;
    height: 0;
}

.product-action .action .btn-soldout {
    border: initial;
    padding: 0;
}

.product-action .action .btn-soldout svg {
    width: 35px;
    height: 34px;
}

.product-action:hover .action .btn-views {
    visibility: visible;
    overflow: inherit;
    height: 34px;
}

.product-action:hover .product-thumbnail .thumb img {
    transform: translateY(-8px);
}

.product-action .product-vendor {
    margin-top: 8px;
    border-top: 1px solid #E2E6F2;
    padding-top: 8px;
}

.product-action .product-type {
    margin-top: 8px;
    border-top: 1px solid #E2E6F2;
    padding-top: 8px;
}

.product-action .product-specifications {
    margin-top: 8px;
    border-top: 1px solid #E2E6F2;
    padding-top: 8px;
}

.product-action .product-specifications h2 {
    font-size: 14px;
    margin-bottom: 10px;
}

.product-action .product-specifications table {
    width: 100%;
}

.product-action .product-specifications table td:first-child {
    width: 160px;
    font-weight: 500;
}

.product-action .product-specifications table tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.product-action .product-specifications table tr td {
    background: #edf0f3;
    border-color: #fff;
    padding: 8px;
}

.product-action .product-specifications table tr th {
    background: #c1c8d1;
    border-color: #fff;
    padding: 8px;
}

.popup-video {
    position: fixed;
    z-index: 99999;
    top: 0 !important;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.89);
    display: none;
}

.popup-video.active {
    display: flex;
}

.popup-video .close-popup-video {
    background: #fff;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.popup-video .close-popup-video:hover {
    opacity: 0.8;
}

.popup-video iframe {
    height: calc(100vh - 200px);
    width: 1100px;
}

@media (max-width:1100px) {
    .popup-video iframe {
        width: 700px;
    }
}

@media (max-width:767px) {
    .popup-video .body-popup {
        padding: 0 5px;
        width: 100%;
    }
    .popup-video .body-popup iframe {
        width: 100%;
        height: 300px;
    }
}

.item-blog:not(.relate) {
    height: 100%;
    background: #f6f6f6;
    border-radius: 12px;
}

.item-blog:not(.relate) .block-thumb {
    position: relative;
    background: #fff;
    border-radius: 12px;
}

.item-blog:not(.relate) .block-thumb .article-published {
    position: absolute;
    bottom: -15px;
    left: 25px;
    background: var(--oldColor);
    padding: 10px;
    border-radius: 12px;
    z-index: 9;
}

@media (max-width:991px) {
    .item-blog:not(.relate) .block-thumb .article-published {
        left: 15px;
    }
}

.item-blog:not(.relate) .block-thumb .thumb {
    padding-bottom: 0;
}

.item-blog:not(.relate) .block-thumb .thumb img {
    border-radius: 12px;
}

.item-blog:not(.relate) .block-thumb .thumb.video_play:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.item-blog:not(.relate) .block-thumb .thumb.video_play:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #333;
    opacity: 0.5;
    z-index: 1;
    border-radius: 12px;
}

.item-blog:not(.relate) .block-info {
    padding: 50px 25px 25px;
    border-radius: 0 0 12px 12px;
    margin-top: -15px;
}

@media (max-width:991px) {
    .item-blog:not(.relate) .block-info {
        padding: 50px 15px 15px;
    }
}

.item-blog:not(.relate) .block-info h3 {
    font-size: 16px;
    font-weight: 600;
    word-break: break-all;
}

.item-blog:not(.relate) .block-info h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
}

.item-blog:not(.relate) .block-info .article-content {
    font-size: 14px;
    color: #76809B;
    line-height: 1.4;
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
}

@media (max-width:991px) {
    .item-blog:not(.relate) .block-info .article-content {
        display: none;
    }
}

.page-content {
    margin-bottom: 30px;
}

.page-content .page-wishlist .col-fix {
    margin-bottom: 20px;
}

.social-share {
    display: flex;
    align-items: center;
    justify-content: end;
}

.social-share a {
    display: inline-flex;
    width: 35px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.social-share a svg {
    height: 17px;
    width: 17px;
    fill: #fff;
}

.social-share a.icon-facebook {
    background: #1673ea;
}

.social-share a.icon-instagram {
    background: #ef3484;
}

.social-share a.icon-twitter {
    background: #2da4dc;
}

.social-share a.icon-youtube {
    background: #e11a21;
}

.social-share a:hover {
    background: var(--mainColor);
}

.social-share a:hover svg {
    fill: #fff;
}

#noti-wish {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 99999;
}

#notification-container {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 99999;
}

.notifyed,
.notification {
    background-color: #333;
    margin-bottom: 10px;
    color: #fff;
    border-radius: .45rem;
    width: 255px;
    padding: .75rem 1.25rem;
}

@media (max-width:767px) {
    .notifyed,
    .notification {
        font-size: 14px;
    }
}

.notifyed.success,
.notification.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.notifyed.warning,
.notification.warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.notifyed.error,
.notification.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.notifyed .title,
.notification .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer {
    background: var(--mainColor);
}

.footer .mid-footer {
    padding: 60px 0 30px;
}

.footer .mid-footer .module-social .social-share {
    justify-content: left;
}

.footer .mid-footer .social-footer {
    display: inline-block;
}

.footer .mid-footer .social-footer svg {
    width: 30px;
    height: 30px;
}

.footer .mid-footer .social-footer svg path {
    fill: #fff;
}

.footer .mid-footer .social-footer a {
    display: inline-block;
    margin-right: 8px;
}

.footer .mid-footer .social-footer a:hover {
    opacity: 0.6;
}

.footer .mid-footer .title-menu {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.footer .mid-footer .list-menu a {
    font-size: 13px;
    display: block;
    padding: 5px 0;
    color: #fff;
    word-break: break-all;
}

.footer .mid-footer .list-menu a:hover {
    opacity: 0.8;
}

@media (max-width:767px) {
    .footer .mid-footer .list-menu {
        margin-bottom: 20px;
    }
}

.footer .mid-footer .contact-footer {
    color: #fff;
}

.footer .mid-footer .contact-footer .item {
    font-size: 13px;
    margin-bottom: 12px;
    position: relative;
}

.footer .mid-footer .contact-footer .item strong {
    display: block;
    font-size: 14px;
}

.footer .mid-footer .contact-footer .item a {
    color: #fff;
}

.footer .mid-footer .contact-footer .item a:hover {
    opacity: 0.8;
}

@media (max-width:991px) {
    .footer .mid-footer .contact-footer {
        margin-bottom: 30px;
    }
}

.footer .mid-footer .tuvan-khieunai {
    display: block;
    margin-bottom: 20px;
}

.footer .mid-footer .tuvan-khieunai .item {
    font-size: 13px;
    padding: 5px 0;
}

.footer .mid-footer .tuvan-khieunai .item a {
    color: var(--maincolor);
    font-size: 14px;
}

.footer .mid-footer .payment {
    margin-top: 15px;
}

.footer .mid-footer .payment .item {
    display: inline-flex;
    margin-right: 5px;
}

.footer .mid-footer .tmdt {
    margin-top: 15px;
}

.footer .mid-footer .tmdt .item {
    display: inline-flex;
    margin-right: 5px;
}

.footer #copyright {
    font-size: 13px;
    color: #fff;
}

.footer #copyright .border {
    border-top: 1px dashed #99A2BC;
    padding: 15px 0;
}

.footer #copyright .logo-footer {
    text-align: right;
}

.footer #copyright .wsp {
    text-align: left;
}

.footer #copyright a {
    color: var(--oldcolor);
}

.footer #copyright a:hover {
    opacity: 0.8;
}

.footer .module-application {
    margin-top: 30px;
}

@media (max-width:1199px) and (min-width:767px) {
    .footer .module-application img {
        margin-bottom: 10px;
    }
}

.footer .module-payment {
    margin-top: 30px;
}

.footer .module-payment .item {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 12px;
}

@media (max-width:1199px) and (min-width:767px) {
    .footer .module-payment .item {
        margin-bottom: 8px;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 200px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes goRight {
    0% {
        opacity: 0;
        transform: translate3d(-100px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes goLeft {
    0% {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width:1199px) {
    .item-effect {
        opacity: 0;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-delay: 0s;
    }
}

img {
    max-width: 100%;
}

.popup-compare {
    max-width: 1170px;
    top: unset !important;
    bottom: 0;
    border-radius: 6px 0 0 0;
    border-top: 1px solid #e5e5e5;
    display: none;
    width: 100%;
    margin: auto;
    position: fixed;
    left: 50%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
    transform: translateX(-50%);
}

.popup-compare.show {
    display: flex;
}

.popup-compare .mini-compare {
    position: absolute;
    right: 0;
    top: -30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    text-align: center;
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.popup-compare .mini-compare:hover {
    color: var(--mainColor);
}

.popup-compare .bottom-compare {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 25%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.popup-compare .bottom-compare .button-go-compare {
    width: 50%;
    text-align: center;
    background: var(--mainColor);
    color: var(--oldColor);
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 6px;
    font-size: 14px;
}

.popup-compare .bottom-compare .button-go-compare:hover {
    background: var(--oldColor);
    color: var(--mainColor);
}

.popup-compare .list-compare {
    display: inline-flex;
    width: calc(100% - 25%);
    border: unset;
    padding: 0;
    margin-bottom: 0;
}

.popup-compare .list-compare .compare-item {
    width: calc(100% / 3);
    border-right: 1px solid #e0e0e0;
    text-align: center;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.popup-compare .list-compare .compare-item .addCompare .add-icon {
    height: 45px;
    display: inline-flex;
    width: 45px;
    align-items: center;
    justify-content: center;
    border: 1px dashed #bdbdbd;
    color: #bdbdbd;
    font-size: 18px;
    margin-bottom: 10px;
}

.popup-compare .list-compare .compare-item .addCompare p {
    color: #666;
    margin: 0;
}

.popup-compare .list-compare .compare-item .compare-thumb img {
    height: 70px;
    object-fit: scale-down;
}

.popup-compare .list-compare .compare-item .compare-info {
    margin-top: 10px;
}

.popup-compare .list-compare .compare-item .compare-info h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 39px;
    margin: 0;
}

.popup-compare .list-compare .compare-item .compare-info h3 a {
    display: block;
}

.popup-compare .list-compare .compare-item .remove-compare {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: initial;
    border: initial;
}

.popup-compare .list-compare .compare-item .remove-compare:before {
    content: '';
    width: 18px;
    height: 1px;
    background: #999494;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    overflow: hidden;
}

.popup-compare .list-compare .compare-item .remove-compare:after {
    content: '';
    width: 18px;
    height: 1px;
    background: #999494;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    overflow: hidden;
}

.popup-search-compare {
    max-width: 500px;
    width: 100%;
    position: fixed;
    background: #fff;
    left: 50%;
    z-index: 99999;
    transform: translateX(-50%);
    top: 10% !important;
    padding: 10px;
    border-radius: 6px;
    display: none;
}

.popup-search-compare.show {
    display: block;
}

.popup-search-compare .search-compare form {
    position: relative;
}

.popup-search-compare .search-compare form input {
    height: 40px;
    border-radius: 5px;
    padding: 0 40px 0 20px;
    border: solid 1px #ebebeb;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    width: 100%;
}

.popup-search-compare .search-compare form .icon-search {
    position: absolute;
    right: 10px;
    top: 8px;
}

.popup-search-compare .search-compare .title {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.popup-search-compare .search-compare .result-compare {
    margin-top: 15px;
}

.popup-search-compare .search-compare .result-compare .result-text {
    margin-top: 10px;
}

.popup-search-compare .search-compare .result-compare .list-result-compare {
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
}

.popup-search-compare .search-compare .result-compare .list-result-compare .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ebebeb;
}

.popup-search-compare .search-compare .result-compare .list-result-compare .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.product-suggest-compare {
    margin-top: 20px;
}

.product-suggest-compare .title {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.product-suggest-compare .list-product-suggest {
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
}

.product-suggest-compare .list-product-suggest .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ebebeb;
}

.product-suggest-compare .list-product-suggest .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.product-action-compare {
    display: flex;
}

.product-action-compare .product-thumbnail {
    width: 100px;
}

.product-action-compare .product-thumbnail .thumb {
    padding-bottom: 66%;
}

.product-action-compare .product-info {
    width: calc(100% - 100px);
    padding-left: 15px;
}

.product-action-compare .product-info .product-compare {
    margin-bottom: 5px;
}

.product-action-compare .product-info .product-compare a {
    color: #2f80ed;
    font-size: 13px;
}

.product-action-compare .product-info .product-compare a i {
    background-image: url(//bizweb.dktcdn.net/100/517/497/themes/956320/assets/icon_compare.png?1730885534042);
    background-size: 100%;
    height: 13px;
    width: 13px;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.product-action-compare .product-info .product-compare a.active i {
    background-image: url(//bizweb.dktcdn.net/100/517/497/themes/956320/assets/icon_compare_active.png?1730885534042);
}

.product-action-compare .product-info h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-action-compare .product-info__price {
    font-size: 16px;
    color: var(--priceColor);
    font-weight: 500;
}

.product-action-compare .product-info__price .compare-price {
    font-size: 14px;
    font-weight: 400;
    color: #a6a6a6;
    text-decoration: line-through;
    display: block;
}

.compare-fixed {
    position: fixed;
    cursor: pointer;
    right: 40px;
    bottom: 210px;
    top: initial !important;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 38px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.compare-fixed svg {
    width: 25px;
    height: 25px;
}

.compare-fixed svg path {
    fill: var(--mainColor);
}

.compare-fixed .fixed-count {
    position: absolute;
    right: -9px;
    top: -8px;
    background: var(--mainColor);
    width: 19px;
    height: 19px;
    color: #fff;
    border-radius: 19px;
    line-height: 19px;
    font-size: 12px;
}

.compare-fixed:hover {
    background: var(--mainColor);
}

.compare-fixed:hover svg path {
    fill: #fff;
}

@media (max-width:1199px) and (min-width:991px) {
    .popup-compare {
        max-width: 935px;
    }
}

@media (max-width:991px) and (min-width:767px) {
    .popup-compare {
        max-width: 700px;
        bottom: 45px;
    }
    .popup-compare .bottom-compare .button-go-compare {
        width: 70%;
    }
    .social-fixed {
        bottom: 210px;
    }
    .social-fixed.social-mess-facebook {
        bottom: 260px;
    }
    .compare-fixed {
        bottom: 310px;
    }
}

@media (max-width:767px) {
    .footer .opacity1 {
        display: block;
    }
    .footer .mid-footer {
        padding-top: 40px;
    }
    .social-fixed {
        right: 10px;
        bottom: 180px;
    }
    .social-fixed.social-mess-facebook {
        bottom: 225px;
    }
    .social-fixed>a {
        height: 35px;
        width: 35px;
        line-height: 33px;
        margin-bottom: 10px;
    }
    .compare-fixed {
        height: 35px;
        width: 35px;
        line-height: 33px;
        right: 10px;
        bottom: 265px;
    }
    .popup-compare.show {
        display: block;
    }
    .popup-compare .list-compare {
        width: 100%;
    }
    .popup-compare .list-compare .compare-item {
        padding: 6px;
    }
    .popup-compare .list-compare .compare-item .compare-thumb img {
        height: 40px;
    }
    .popup-compare .list-compare .compare-item .compare-info h3 {
        font-size: 13px;
    }
    .popup-compare .bottom-compare {
        width: 100%;
        flex-flow: nowrap;
        max-width: 100%;
        border-top: 1px solid var(--mainColor);
    }
    .popup-compare .bottom-compare .button-go-compare {
        border-radius: 0;
        margin-bottom: 0;
    }
    .popup-compare .bottom-compare .remove-all {
        width: 50%;
        text-align: center;
    }
}

.ajax-tab .tab-content .tab-content-item {
    display: none;
}

.ajax-tab .tab-content .tab-content-item.active {
    display: block;
}

.home-slider .swiper-slide {
    text-align: center;
}

.home-slider .swiper-slide img {
    display: block;
    margin: 0 auto;
}

@media (max-width:413px) and (min-width:410px) {
    .home-slider .swiper-slide {
        height: 246px;
    }
}

.home-search {
    margin-bottom: 30px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.home-search h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    color: #152755;
}

.home-search .row-fix {
    margin-left: -10px;
    margin-right: -10px;
}

.home-search .row-fix .col-fix {
    padding-left: 10px;
    padding-right: 10px;
}

.home-search .widget_search_box {
    background: #F2F4FA;
    padding: 25px 25px 15px;
    border-radius: 12px;
}

.home-search .widget_search_box.item-effect.on-show {
    animation-name: fadeInDown;
}

.home-search .widget_search_box select,
.home-search .widget_search_box input {
    height: 40px;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #8F939F;
    border-color: #eaeaea;
    border-radius: 8px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.widget_search_box input[disabled] {
    background-color: #eee;
    opacity: 1;
}

.widget_search_box .widget_search_btn {
    color: var(--oldColor);
    line-height: 30px;
    font-weight: 600;
    height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: var(--mainColor);
    z-index: 1;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    outline: none;
    display: block;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: 0s all;
}

.widget_search_box .widget_search_btn:hover,
.widget_search_box .widget_search_btn:focus {
    opacity: 0.8;
}

.home-about {
    padding-top: 40px;
}

.home-about .col-left.on-show {
    animation-name: fadeInDown;
}

.home-about .col-left .about-text-1 {
    color: var(--oldColor);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.home-about .col-left h2 {
    color: #212633;
    line-height: 40px;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px;
}

.home-about .col-left .des {
    color: #76809B;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 30px;
}

@media (max-width:1199px) {
    .home-about .col-left .des {
        font-size: 14px;
    }
}

.home-about .col-left .content_about .list-content {
    display: flex;
    flex-wrap: wrap;
}

.home-about .col-left .content_about .list-content .item {
    color: #2B2F33;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 50%;
    padding-right: 15px;
}

.home-about .col-left .content_about .list-content .item .icon {
    overflow: hidden;
    width: 40px;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 13%;
}

@media (max-width:767px) {
    .home-about .col-left .content_about .list-content .item .icon {
        padding-bottom: 9%;
    }
}

@media (max-width:375px) {
    .home-about .col-left .content_about .list-content .item .icon {
        padding-bottom: 12%;
    }
}

.home-about .col-left .content_about .list-content .item .icon img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease;
}

.home-about .col-left .content_about .list-content .item svg {
    width: 40px;
}

.home-about .col-left .content_about .list-content .item .text {
    width: calc(100% - 40px);
    padding-left: 15px;
}

.home-about .col-right .thumb {
    padding-bottom: 30px;
}

.home-about .col-right.on-show {
    animation-name: goRight;
}

.home-cate {
    background: #F2F4FA;
    position: relative;
    padding: 60px 0 70px;
}

.home-cate h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 40px;
    color: #152755;
    line-height: 1;
}

.home-cate .block-content {
    margin: -30px;
}

.home-cate .block-content.on-show {
    animation-name: fadeInUp;
}

.home-cate .cate-swiper {
    padding: 30px;
}

.home-cate .cate-swiper .cate-item {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.06);
    counter-increment: list-counter;
    position: relative;
    height: auto;
}

.home-cate .cate-swiper .cate-item .cate-title {
    background: #f5f5f7;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    border-left: 3px solid var(--mainColor);
}

.home-cate .cate-swiper .cate-item .cate-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home-cate .cate-swiper .cate-item .cate-img {
    padding: 0;
}

.home-cate .cate-swiper .cate-item .cate-img a {
    position: relative;
    padding-bottom: 0;
}

.home-cate .cate-swiper .cate-item .cate-img a img {
    width: auto;
    max-height: 100%;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease;
}

.home-cate .cate-swiper .cate-item .cate-sub-menu {
    padding: 15px 25px;
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a {
    color: #76809B;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a:hover {
    color: var(--mainColor);
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a.view-all {
    margin-top: 15px;
    color: var(--mainColor);
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a.view-all svg {
    width: 10px;
    height: 10px;
    position: relative;
    top: -1px;
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a.view-all svg path {
    fill: var(--mainColor);
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a.view-all:hover {
    color: var(--oldColor);
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a.view-all:hover svg path {
    fill: var(--oldColor);
}

.home-three-banner {
    margin-bottom: 70px;
}

.home-three-banner .three-banner-swiper .swiper-slide .thumb {
    padding-bottom: 50%;
}

.home-three-banner .three-banner-swiper .swiper-slide.item-effect:nth-child(1).on-show {
    animation-name: goRight;
}

.home-three-banner .three-banner-swiper .swiper-slide.item-effect:nth-child(2).on-show {
    animation-name: fadeInUp;
}

.home-three-banner .three-banner-swiper .swiper-slide.item-effect:nth-child(3).on-show {
    animation-name: goLeft;
}

.home-three-banner .three-banner-swiper .swiper-pagination {
    position: initial;
}

@media (min-width:767px) {
    .home-three-banner .three-banner-swiper .swiper-pagination {
        display: none;
    }
}

.home-three-banner .three-banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--mainColor);
}

.home-voucher {
    margin-bottom: 70px;
}

.home-voucher .item .inner {
    background: var(--backgroundColorItemVoucher);
    padding: 0 25px;
    position: relative;
}

.home-voucher .item .inner .bg {
    background: #fff;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 40px;
    position: absolute;
}

.home-voucher .item .inner .bg.left-top {
    left: -12px;
    top: -12px;
}

.home-voucher .item .inner .bg.right-top {
    right: -12px;
    top: -12px;
}

.home-voucher .item .inner .bg.right-bottom {
    right: -12px;
    bottom: -12px;
}

.home-voucher .item .inner .bg.left-bottom {
    left: -12px;
    bottom: -12px;
}

.home-voucher .item .inner .inner-2 {
    background: #F3F8FF;
    padding: 7px;
    border-left: 2px dashed var(--backgroundColorItemVoucher);
    border-right: 2px dashed var(--backgroundColorItemVoucher);
}

.home-voucher .item .inner .inner-2 .inner-3 {
    background: #fff;
    border: 1px solid #D4E0F1;
    padding: 10px;
}

.home-voucher .item .title {
    color: var(--mainColor);
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}

.home-voucher .item .des {
    color: #152755;
    line-height: 1.3;
}

.home-voucher .item .hsd {
    color: #152755;
    font-weight: bold;
    margin-top: 5px;
}

.home-voucher .item .voucher-code {
    padding: 2px 16px 2px 16px;
    background: var(--mainColor);
    display: inline-block;
    border-radius: 8px;
    color: var(--oldColor);
    font-weight: 700;
    margin-top: 10px;
    cursor: pointer;
}

.home-voucher .item .voucher-code:hover {
    opacity: 0.8;
}

.home-voucher .item .voucher-code.iscopied {
    opacity: 0.8;
}

.home-voucher .swiper-pagination {
    position: initial;
    margin-top: 10px;
}

.home-voucher .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--mainColor);
}

.home-voucher .item-effect.on-show {
    animation-name: fadeInDown;
}

.home-service {
    background: var(--backgroundColorFlashSale);
    padding-bottom: 70px;
    margin-bottom: 70px;
}

.home-service .item-effect.on-show {
    animation-name: fadeInUp;
}

.home-service h2 {
    background-image: url(../images/bg-title-flashsale.png);
    width: 630px;
    height: 92px;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    margin: auto;
    position: relative;
    top: -9px;
    margin-bottom: 30px;
}

.home-service .block-content .service-swiper .swiper-slide .thumb {
    padding-bottom: 10%;
}

.home-service .block-content .service-swiper .swiper-slide .info {
    background: #fff;
    height: 100%;
    border-radius: 0 12px 12px 12px;
    width: 85%;
    padding: 15px 40px 20px 20px;
    position: relative;
    margin-top: -70px;
}

.home-service .block-content .service-swiper .swiper-slide .info h3 {
    color: #2B2F33;
    font-size: 18px;
}

.home-service .block-content .service-swiper .swiper-slide .info p {
    font-size: 15px;
    color: #76809B;
    line-height: 1.3;
    text-align: justify;
    margin-bottom: 0;
}

@media (max-width:991px) and (min-width:767px) {
    .home-service .block-content .service-swiper .swiper-slide .info p {
        min-height: 78px;
    }
}

.home-service .block-content .service-swiper .swiper-slide .info .view-now {
    color: #152755;
    font-size: 16px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--oldColor);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.home-service .block-content .service-swiper .swiper-slide .info .view-now svg {
    width: 14px;
    height: 14px;
}

.home-service .block-content .service-swiper .swiper-slide .info .view-now:hover {
    background: var(--mainColor);
}

.home-service .block-content .service-swiper .swiper-slide .info .view-now:hover svg path {
    fill: #fff;
}

.home-flash-sale .block-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.home-flash-sale .block-countdown img {
    width: 180px;
    position: relative;
    z-index: 9;
}

@media (max-width:991px) and (min-width:767px) {
    .home-flash-sale .block-countdown img {
        display: none;
    }
}

.home-flash-sale .block-countdown #countdown {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    position: relative;
    font-style: italic;
    padding: 8px 30px 8px 130px;
    margin-left: -110px;
}

@media (max-width:991px) and (min-width:767px) {
    .home-flash-sale .block-countdown #countdown {
        padding: 8px 30px 8px 30px;
        margin-left: 0;
    }
}

.home-flash-sale .block-countdown #countdown .text {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-right: 20px;
}

.home-flash-sale .block-countdown #countdown:before {
    content: "";
    background: var(--oldColorFlashSale);
    transform: skew(-26deg);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.home-flash-sale .block-countdown #countdown .dots {
    color: var(--oldColorFlashSale2);
    font-size: 40px;
    display: inline-block;
    position: relative;
    z-index: 99;
    transform: skew(-26deg);
    font-style: initial;
}

.home-flash-sale .block-countdown #countdown .item {
    color: var(--oldColorFlashSale2);
    font-weight: 600;
    font-size: 40px;
    display: inline-block;
    position: relative;
    margin: 0 10px;
    line-height: 1;
    padding: 0 10px 5px;
}

.home-flash-sale .block-countdown #countdown .item span {
    position: relative;
    z-index: 99;
}

.home-flash-sale .block-countdown #countdown .item:before {
    content: "";
    background: var(--oldColorFlashSale3);
    width: 100%;
    height: 75%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: skew(-26deg);
}

.home-flash-sale .block-countdown #countdown .inner-countdown {
    position: relative;
    top: -5px;
}

.home-flash-sale .block-countdown #countdown .inner-countdown:before {
    position: absolute;
    right: 140px;
    top: -135px;
    content: "";
    height: 282px;
    width: 2px;
    background: linear-gradient(180deg, rgba(252, 219, 16, 0) 0%, #E4C400 100%);
    rotate: -90deg;
}

.home-flash-sale .block-countdown #countdown .inner-countdown:after {
    position: absolute;
    left: 140px;
    top: -80px;
    content: "";
    height: 282px;
    width: 2px;
    background: linear-gradient(180deg, rgba(252, 219, 16, 0) 0%, #E4C400 100%);
    rotate: 90deg;
}

.home-flash-sale .flash-sale-swiper .swiper-slide {
    height: auto;
}

@media (max-width:991px) and (min-width:767px) {
    .home-flash-sale .block-countdown #countdown .text {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .home-service {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .home-service h2 {
        width: 290px;
        background-size: contain;
        height: 42px;
        font-size: 24px;
        top: -4px;
    }
    .home-flash-sale .block-countdown img {
        display: none;
    }
    .home-flash-sale .block-countdown #countdown {
        padding: 10px;
        margin-left: 0;
        font-style: initial;
    }
    .home-flash-sale .block-countdown #countdown:before {
        transform: initial;
    }
    .home-flash-sale .block-countdown #countdown .text {
        display: none;
    }
    .home-flash-sale .block-countdown #countdown .item {
        font-size: 20px;
    }
    .home-flash-sale .block-countdown #countdown .item:before {
        transform: initial;
    }
    .home-flash-sale .block-countdown #countdown .dots {
        font-size: 20px;
        transform: initial;
    }
    .home-flash-sale .block-countdown #countdown .inner-countdown {
        position: relative;
        top: -5px;
    }
    .home-flash-sale .block-countdown #countdown .inner-countdown:before {
        display: none;
    }
    .home-flash-sale .block-countdown #countdown .inner-countdown:after {
        display: none;
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        transform: scaleX(1);
    }
}

.home-one-banner {
    margin-bottom: 60px;
}

.home-one-banner .thumb {
    padding-bottom: 16.3%;
}

.home-one-banner .item-effect.on-show {
    animation-name: fadeInDown;
}

.home-product-tab {
    margin-bottom: 70px;
}

.home-product-tab.ajax-tab-1 .item-effect.on-show {
    animation-name: fadeInUp;
}

.home-product-tab.ajax-tab-2 .item-effect.on-show {
    animation-name: fadeInUp;
}

.home-product-tab.ajax-tab-3 .col-product.item-effect.on-show {
    animation-name: goLeft;
}

.home-product-tab.ajax-tab-3 .col-banner.item-effect.on-show {
    animation-name: goRight;
}

.home-product-tab .block-title {
    position: relative;
    margin-bottom: 30px;
}

.home-product-tab .block-title h2 {
    color: #212633;
    font-size: 32px;
    margin-bottom: 0;
}

.home-product-tab .block-title ul {
    position: absolute;
    top: 15px;
    right: 0;
    margin-bottom: 0;
}

.home-product-tab .block-title ul li {
    display: inline-flex;
    border-radius: 4px;
    color: #2B2F33;
    align-items: center;
    justify-content: center;
    padding: 8px 16px 8px 16px;
    margin-right: 8px;
    cursor: pointer;
    background: #F2F4FA;
}

.home-product-tab .block-title ul li.active,
.home-product-tab .block-title ul li:hover {
    background: var(--mainColor);
    color: var(--oldColor);
}

.home-product-tab .block-title ul li h4 {
    margin-bottom: 0;
}

.home-product-tab .block-title.title-ajax-3 {
    text-align: center;
}

.home-product-tab .block-title.title-ajax-3 h2 span {
    color: var(--oldColor);
}

.home-product-tab .tab-nav {
    margin-bottom: 20px;
}

.home-product-tab .tab-nav li {
    display: inline-flex;
    border-radius: 4px;
    color: #2B2F33;
    align-items: center;
    justify-content: center;
    padding: 8px 16px 8px 16px;
    margin-right: 8px;
    cursor: pointer;
    background: #F2F4FA;
}

.home-product-tab .tab-nav li.active,
.home-product-tab .tab-nav li:hover {
    background: var(--mainColor);
    color: var(--oldColor);
}

.home-product-tab .tab-nav li h4 {
    margin-bottom: 0;
}

.home-product-tab .tab-content .row .col-fix {
    margin-bottom: 20px;
}

@media (min-width:991px) {
    .home-product-tab .tab-content .row .col-fix {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width:991px) and (min-width:767px) {
    .home-product-tab .tab-content .row .col-fix:nth-child(9),
    .home-product-tab .tab-content .row .col-fix:nth-child(10) {
        display: none;
    }
}

.home-product-tab .tab-content .row .col-fix-2 {
    margin-bottom: 20px;
}

.home-product-tab .tab-content .view-all a {
    display: inline-block;
    font-size: 16px;
    padding: 6px 16px;
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    border-radius: 4px;
}

.home-product-tab .tab-content .view-all a svg {
    margin-left: 5px;
    width: 14px;
    height: 14px;
}

.home-product-tab .tab-content .view-all a:hover {
    background: var(--mainColor);
    color: #fff;
}

.home-product-tab .tab-content .view-all a:hover svg path {
    fill: #fff;
}

.home-product-tab .col-banner .thumb {
    padding-bottom: 124%;
}

@media (max-width:991px) {
    .home-product-tab {
        margin-bottom: 40px;
    }
    .home-product-tab .col-banner {
        margin-top: 20px;
    }
    .home-product-tab .tab-nav {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        display: block;
        text-align: center;
    }
    .home-product-tab .tab-nav::-webkit-scrollbar {
        display: none;
    }
    .home-product-tab .block-title h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
    }
    .home-product-tab .block-title ul {
        position: initial;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        display: block;
        text-align: center;
    }
    .home-product-tab .block-title ul::-webkit-scrollbar {
        display: none;
    }
}

.home-review-customer {
    background: var(--backgroundColorReview);
    padding: 70px 0;
    margin-bottom: 70px;
}

.home-review-customer .block-image.item-effect.on-show {
    animation-name: goLeft;
}

.home-review-customer .block-image .bg {
    background: var(--oldColorReview);
    border-radius: 12px;
    padding: 45px;
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide {
    text-align: center;
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .icon {
    width: 65px;
    height: 65px;
    margin: auto;
    background: var(--backgroundColorReview);
    border-radius: 12px;
    margin-bottom: 20px;
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .icon svg {
    width: 40px;
    height: 32px;
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .icon svg path {
    fill: #fff;
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .thumb {
    padding-bottom: 17%;
    margin-bottom: 15px;
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .thumb img {
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .des {
    color: #212633;
    font-size: 18px;
    line-height: 1.4;
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .star {
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .star svg {
    width: 168px;
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .star svg path {
    fill: #fe670c;
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .name {
    font-size: 18px;
    color: #212633;
    font-weight: 700;
    margin-bottom: 5px;
}

.home-review-customer .block-image .swiper-pagination {
    position: initial;
    margin-top: 15px;
    line-height: 1;
}

.home-review-customer .block-image .swiper-pagination .swiper-pagination-bullet {
    background: #E2E6F2;
    border-radius: 2px;
    margin: 0 5px;
    opacity: 1;
}

.home-review-customer .block-image .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--oldColorReview);
    width: 45px;
}

.home-review-customer .block-info.item-effect.on-show {
    animation-name: goRight;
}

.home-review-customer .block-info h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.home-review-customer .block-info h2 span {
    color: var(--oldColorReview);
    display: block;
}

.home-review-customer .block-info p {
    color: #BDC4D8;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

@media (min-width:1199px) {
    .home-review-customer .block-info p {
        padding-right: 120px;
    }
}

.home-review-customer .block-info .text-donghanh {
    color: #BDC4D8;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.home-review-customer .block-info .text-donghanh span {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.home-review-customer .block-info .thumb {
    padding-bottom: 15%;
}

.home-review-customer .block-info .thumb img {
    margin: initial;
}

.home-brand {
    margin-bottom: 70px;
}

.home-brand .swiper-brand.item-effect.on-show {
    animation-name: fadeInDown;
}

.home-brand .swiper-brand .swiper-slide a {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.home-brand .swiper-brand .swiper-slide a img {
    padding: 5px;
}

.home-blogs {
    margin-bottom: 70px;
}

.home-blogs h2 {
    color: #212633;
    font-size: 42px;
    margin-bottom: 30px;
    text-align: center;
}

.home-blogs h2 span {
    color: var(--oldColor);
}

.home-blogs .swiper-slide {
    height: auto;
}

.home-blogs .index-blog-swiper.item-effect.on-show {
    animation-name: fadeInUp;
}

@media (max-width:1199px) and (min-width:991px) {
    .home-search {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .home-about .col-left h2 {
        font-size: 32px;
    }
    .home-about .col-left .content_about .list-content .item .icon {
        padding-bottom: 17%;
    }
    .home-flash-sale {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .home-flash-sale .block-content .service-swiper .swiper-slide .info h3 {
        font-size: 20px;
    }
    .home-three-banner {
        margin-bottom: 50px;
    }
    .home-one-banner {
        margin-bottom: 50px;
    }
    .home-review-customer {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .home-brand {
        margin-bottom: 50px;
    }
    .home-blogs {
        margin-bottom: 50px;
    }
    .home-voucher .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        width: auto;
    }
    .home-voucher .row .item {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        min-width: 30%;
        margin-bottom: 14px;
    }
}

@media (max-width:991px) {
    .home-search {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .home-search .row-fix .col-fix {
        margin-bottom: 15px;
    }
    .home-one-banner {
        margin-bottom: 40px;
    }
    .home-flash-sale {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .home-three-banner {
        margin-bottom: 40px;
    }
    .home-blogs {
        margin-bottom: 40px;
    }
    .home-blogs .title-module {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .home-blogs .block-content {
        margin-bottom: 20px;
    }
    .home-blogs .block-content .block-title h2 {
        font-size: 18px;
    }
    .home-brand {
        margin-bottom: 40px;
    }
    .home-brand h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .home-review-customer {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .home-review-customer .block-info {
        text-align: center;
    }
    .home-review-customer .block-info h2 {
        font-size: 28px;
    }
    .home-review-customer .block-info .thumb {
        display: none;
    }
    .home-review-customer .block-info .text-donghanh {
        display: none;
    }
    .home-service h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .home-about .col-left .about-text-1 {
        text-align: center;
    }
    .home-about .col-left h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px;
    }
    .home-about .col-left h2 span {
        display: block;
    }
}

@media (max-width:991px) and (min-width:767px) {
    .home-voucher {
        margin-bottom: 50px;
    }
    .home-about .col-right .thumb {
        padding-bottom: 82%;
    }
    .home-cate {
        padding: 40px 0 50px;
    }
    .home-flash-sale {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .home-product-tab .col-banner .thumb {
        padding-bottom: 102%;
    }
}

@media (max-width:767px) {
    .flash-sale-swiper .swiper-button-next,
    .flash-sale-swiper .swiper-button-prev {
        top: 40%;
    }
    .home-cate {
        padding: 40px 0 40px;
        margin-top: initial;
    }
    .home-cate h2 {
        font-size: 28px;
    }
    .home-cate .block-content {
        margin: 0;
    }
    .home-cate .block-content .cate-swiper {
        padding: 0;
    }
    .home-cate .block-content .cate-swiper .cate-item {
        box-shadow: initial;
    }
    .home-blogs h2 {
        font-size: 28px;
    }
    .home-review-customer .block-image .bg {
        padding: 20px;
    }
    .home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .inner {
        display: block;
    }
    .home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .inner .thumb {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding-bottom: 80%;
    }
    .home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .inner .info {
        width: 100%;
        padding: 0;
    }
    .home-voucher {
        margin-bottom: 40px;
    }
    .home-about .col-left {
        margin-bottom: 30px;
    }
    .home-about .col-left h2 span {
        display: inline-block;
    }
    .home-about .col-left .content_about .list-content .item {
        margin-bottom: 12px;
        width: 100%;
        padding-right: 0;
    }
}

.flashsale__bottom .flashsale__label {
    font-size: 12px;
}

.flashsale__bottom .flashsale__label img {
    width: 35px;
    margin-top: -5px;
}

.flashsale__bottom .flashsale__progressbar {
    display: block;
    width: 100%;
    height: 10px;
    background: #ebebeb;
    margin-bottom: 6px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.flashsale__bottom .flashsale__progressbar.style2 {
    height: 16px;
}

.flashsale__bottom .flashsale__progressbar.style2 .flashsale__label {
    font-size: 11px;
    position: relative;
    left: 0;
    z-index: 2;
    text-align: center;
    margin: auto;
}

.flashsale__bottom .flashsale__progressbar.style2 .flashsale__label img {
    display: none;
}

.flashsale__bottom .flashsale___percent {
    width: 0%;
    height: 100%;
    background-color: #ffc700;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 0;
    z-index: 1;
    background-size: 40px 40px;
    -webkit-animation: progress_bar_fill 2s linear infinite;
    animation: progress_bar_fill 2s linear infinite;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
}

@keyframes progress_bar_fill {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}

.sold-module {
    height: 20px;
    border-radius: 10px;
    background: linear-gradient(to right, #ec1a17, #ffad00);
}

.sold-module img {
    left: 2px;
    top: -2px;
    width: 18px;
}

.sold-module .sold {
    font-size: 12px;
    color: #fff;
    z-index: 2;
    line-height: normal;
}

.sold-module .remain {
    background: #ffbda6;
    right: 0;
    top: 0;
    z-index: 1;
}

.header__middle {
    background: var(--middleHeaderColor);
    padding: 16px 0;
    position: relative;
}

.header__middle .col-search .header-search {
    position: relative;
}

@media (min-width:991px) {
    .header__middle .col-search .header-search {
        margin-left: 40px;
    }
}

.header__middle .col-search .header-search .bg_boder {
    width: 100%;
    height: 52px;
    border: 1px solid var(--mainColor);
    border-radius: 6px;
    padding-right: 10px;
    padding-left: 10px;
    color: #99A2BC;
    background-color: #fff !important;
    line-height: 52px;
}

.header__middle .col-search .header-search input {
    width: 100%;
    height: 52px;
    border: 1px solid var(--mainColor);
    border-radius: 6px;
    padding-right: 60px;
    padding-left: 20px;
    color: #99A2BC;
}

.header__middle .col-search .header-search input::placeholder {
    color: #99A2BC;
    font-size: 14px;
}

.header__middle .col-search .header-search button {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 40px;
    height: 36px;
    background: transparent;
    border: 0;
    border-radius: 8px;
    background: var(--oldColor);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__middle .col-search .header-search button svg {
    fill: var(--mainColor);
}

.header__middle .col-search .header-search button:hover {
    opacity: 0.7;
}

.header__middle .col-contact a {
    display: flex;
    align-items: center;
    color: var(--middleHeaderTextColor);
    margin-left: 20px;
}

.header__middle .col-contact a svg {
    margin-right: 10px;
    width: 28px;
    height: 29px;
}

.header__middle .col-contact a svg path {
    fill: var(--middleHeaderTextColor);
}

.header__middle .col-contact a.hethong-header svg path {
    fill: none;
    stroke: var(--middleHeaderTextColor);
}

.header__middle .col-contact a .info span {
    display: block;
    color: #C5C5C5;
    font-size: 14px;
}

.header__middle .col-contact a:hover {
    opacity: 0.8;
}

@media (max-width:1199px) and (min-width:991px) {
    .header__middle .col-contact a {
        margin-left: 13px;
        font-size: 13px;
    }
}

.header__top {
    background: var(--topBarColor);
}

.header__top .col-left ul {
    gap: 30px;
}

.header__top .col-left ul li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--topBarTextColor);
}

.header__top .col-left ul li a {
    color: var(--topBarTextColor);
}

.header__top .col-left ul li a:hover {
    opacity: 0.7;
}

.header__top .col-left ul li a svg path {
    fill: var(--topBarTextColor);
}

.header__top .col-left ul li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 4px;
    width: 1px;
    height: 15px;
    background: #062462;
    opacity: 0.2;
}

.header__top .col-left ul li:last-child:after {
    display: none;
}

.header__top .col-left ul li svg {
    margin-right: 3px;
}

.header__top .col-left ul li svg path {
    fill: #231f20;
}

.header__top .col-left ul li svg.svg-address {
    margin-top: -1px;
}

.header__top .col-left ul li svg.svg-address path {
    fill: none;
    stroke: var(--topBarTextColor);
}

.header__menu .col-left .header-category {
    position: relative;
    width: 100%;
}

.header__menu .col-left .header-category .title {
    border-radius: 6px;
    background: var(--mainColor);
    color: #fff;
    border: 1px solid transparent;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.header__menu .col-left .header-category .title svg {
    margin-right: 8px;
}

.header__menu .col-left .header-category .title svg path {
    stroke: #fff;
}

.header__menu .col-left .header-category .title:hover {
    border: 1px solid var(--mainColor);
    color: var(--mainColor);
    background: transparent;
}

.header__menu .col-left .header-category .title:hover path {
    stroke: var(--mainColor);
}

.header__menu .col-right>div {
    margin-left: 15px;
    position: relative;
}

.header__menu .col-right>div svg {
    position: relative;
    width: 20px;
    height: 20px;
}

.header__menu .col-right>div>a {
    border: 1px solid #DEE1E9;
    display: block;
    padding: 6px;
    border-radius: 6px;
}

.header__menu .col-right .header-account>a span {
    display: block;
}

.header__menu .col-right .header-account .drop-account {
    width: 130px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    text-align: center;
    z-index: 999;
    -webkit-box-shadow: 0 2px 6px 0 rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0 2px 6px 0 rgba(50, 50, 50, 0.33);
    box-shadow: 0 2px 6px 0 rgba(50, 50, 50, 0.33);
    transition-duration: 0s;
    transition-delay: .1s;
    opacity: 0;
    visibility: hidden;
}

.header__menu .col-right .header-account .drop-account a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    padding: 0 5px;
    border-bottom: solid 1px #ebebeb;
}

.header__menu .col-right .header-account .drop-account a:last-child {
    border-bottom: none;
}

@media (min-width:991px) {
    .header__menu .col-right .header-account:hover .drop-account {
        opacity: 1;
        visibility: visible;
    }
}

.header__menu .col-right .header-cart a {
    position: relative;
    border: 1px solid #DEE1E9;
    display: block;
    padding: 6px;
    border-radius: 6px;
}

@media (max-width:1199px) {
    .header__menu .col-right .header-cart a {
        font-size: 0;
    }
}

.header__menu .col-right .header-cart .count_item.count_item_pr {
    position: absolute;
    right: -15px;
    top: -5px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: var(--mainColor);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.navigation-head {
    padding-left: 40px;
    display: inline-flex;
    padding-right: 50px;
    height: 100%;
    position: relative;
    width: 100%;
}

.navigation-head #prevNav,
.navigation-head #nextNav {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: var(--mainColor);
    margin-top: -2px;
}

.navigation-head #prevNav svg,
.navigation-head #nextNav svg {
    width: 12px;
    height: 12px;
}

.navigation-head #prevNav svg path,
.navigation-head #nextNav svg path {
    fill: #231f20;
}

.navigation-head #prevNav:hover svg path,
.navigation-head #nextNav:hover svg path {
    fill: var(--mainColor);
}

.navigation-head #prevNav {
    right: 15px;
}

.navigation-head .nav-horizontal {
    flex: 1;
    display: block;
    overflow-x: hidden;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.navigation-head .nav-horizontal::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.nav-horizontal {
    padding: 0;
}

.nav-horizontal>ul.item_big {
    text-align: left;
}

@media (min-width:992px) {
    .nav-horizontal>ul.item_big {
        margin: 0 0 0 0;
        padding: 0;
        height: 100%;
        width: 100%;
        white-space: nowrap;
        transition: margin-left 0.3s ease;
    }
}

.nav-horizontal>ul.item_big li {
    position: relative;
}

.nav-horizontal>ul.item_big>li.nav-item {
    display: inline-block;
    position: static;
    margin-right: 35px;
    padding: 0;
    height: 100%;
}

.nav-horizontal>ul.item_big>li.nav-item:first-child {
    margin-left: 0;
}

.nav-horizontal>ul.item_big>li.nav-item>a {
    display: block;
    text-align: left;
    padding: 0;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    position: relative;
    text-decoration: none;
    white-space: normal;
}

@media (min-width:991px) {
    .nav-horizontal>ul.item_big>li.nav-item>a.caret-down:after {
        content: "";
        position: relative;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #2B2F33 transparent transparent transparent;
        display: inline-block;
        top: -2px;
        margin-left: 2px;
        margin-top: -6px;
        transition: 0.5s;
    }
}

@media (min-width:992px) {
    .nav-horizontal>ul.item_big>li.nav-item:hover>a {
        color: var(--mainColor);
    }
    .nav-horizontal>ul.item_big>li.nav-item:hover>a:after {
        transform: rotate(180deg);
        border-color: var(--mainColor) transparent transparent transparent;
    }
    .nav-horizontal>ul.item_big>li.nav-item:hover>ul {
        overflow: visible;
        max-height: 3000px;
        max-width: 3000px;
        opacity: 1;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    }
    .nav-horizontal>ul.item_big>li.nav-item .item_small {
        overflow: hidden;
        max-height: 0;
        max-width: 0;
        position: absolute;
        top: 100%;
        left: auto;
        width: 220px;
        padding: 0;
        background-color: #fff;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
        z-index: 99;
        opacity: 0;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}

.nav-horizontal>ul.item_big>li.nav-item>ul {
    list-style: none;
}

.nav-horizontal>ul.item_big>li.nav-item>ul li {
    float: none;
    padding: 0 0;
}

.nav-horizontal>ul.item_big>li.nav-item>ul li:last-child>a {
    border-bottom: 0;
}

@media (min-width:992px) {
    .nav-horizontal>ul.item_big>li.nav-item>ul li:hover>ul {
        display: block;
        position: absolute;
        width: 250px;
        padding: 0;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    }
}

@media (min-width:992px) and (max-width:1199px) and (min-width:992px) {
    .nav-horizontal>ul.item_big>li.nav-item>ul li:hover>ul {
        position: relative;
        left: 0;
        width: 100%;
        padding-left: 0;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    }
    .nav-horizontal>ul.item_big>li.nav-item>ul li:hover>ul li a {
        padding-left: 25px;
    }
}

.nav-horizontal>ul.item_big>li.nav-item>ul li a {
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 5px 20px 5px 20px;
    position: relative;
    text-align: left;
    white-space: normal;
    display: block;
}

.nav-horizontal>ul.item_big>li.nav-item>ul li a.caret-down {
    padding-right: 40px;
}

@media (min-width:991px) {
    .nav-horizontal>ul.item_big>li.nav-item>ul li a.caret-down:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #333 transparent transparent transparent;
        display: inline-block;
        top: 50%;
        left: 100%;
        margin-left: -15px;
        margin-top: -2px;
        transition: 0.5s;
        transform: rotate(270deg);
    }
}

.nav-horizontal>ul.item_big>li.nav-item>ul li ul {
    display: none;
    left: 220px;
    top: 0;
    list-style: none;
    transition-duration: 0s;
    transition-delay: .1s;
}

@media (min-width:992px) {
    .nav-horizontal>ul.item_big>li.nav-item>ul>li:hover>a {
        color: var(--mainColor);
    }
    .nav-horizontal>ul.item_big>li.nav-item>ul>li:hover>a.caret-down:before {
        border-color: var(--mainColor) transparent transparent transparent;
    }
}

.nav-horizontal>ul.item_big>li.nav-item>ul>li ul li:hover>a {
    color: var(--mainColor);
}

.nav-horizontal>ul.item_big>li.nav-item.has-mega {
    position: static;
}

.nav-horizontal>ul.item_big>li.nav-item.has-mega .mega-content {
    background: #fff;
    overflow: hidden;
    display: block;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    margin: 0;
    padding: 15px 15px 0;
    position: absolute;
    top: 100%;
    z-index: 9999;
    width: 100%;
    border: none;
    text-align: left;
}

.nav-horizontal>ul.item_big>li.nav-item.has-mega .mega-content .level1.item>a:hover,
.nav-horizontal>ul.item_big>li.nav-item.has-mega .mega-content .level1.item>a:focus {
    text-decoration: none;
}

.nav-horizontal>ul.item_big>li.nav-item.has-mega .mega-content .level1.item .h-mega {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 5px;
    white-space: break-spaces;
    display: block;
    font-weight: 600;
}

.nav-horizontal>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 {
    margin-bottom: 30px;
}

.nav-horizontal>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a {
    white-space: normal;
}

.nav-horizontal>ul.item_big>li.nav-item.has-mega .mega-content .row .level1 {
    margin-bottom: 10px;
}

@media (min-width:991px) {
    .nav-horizontal>ul.item_big>li.nav-item.has-mega .mega-content .row .level1:nth-child(4n+1) {
        clear: left;
    }
}

.nav-horizontal>ul.item_big>li.nav-item.has-mega:hover>.mega-content {
    overflow: visible;
    max-height: 800px;
    max-width: 845px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

@media (min-width:991px) {
    .nd-categories {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        transition-property: opacity, visibility;
        transition-duration: 0.4s;
        transition-delay: 0.2;
        transition-timing-function: ease;
    }
    .nd-categories.show {
        visibility: visible;
        opacity: 1;
    }
    .nd-categories .inner {
        background: #edf0f3;
        position: relative;
        z-index: 99;
    }
    .nd-categories .backdrop-nd-categories {
        background-color: #363636;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0 !important;
        left: 0 !important;
        opacity: 0.5;
    }
    .nd-categories .nav-cate {
        background: #fff;
        width: 300px;
        position: relative;
        z-index: 9;
    }
}

@media (min-width:991px) and (max-width:1199px) and (min-width:991px) {
    .nd-categories .nav-cate {
        width: 220px;
    }
}

@media (min-width:991px) {
    .nd-categories .nav-cate ul {
        width: 100%;
        overflow: visible;
        border-top: none;
    }
    .nd-categories .nav-cate ul li {
        display: block;
        overflow: visible;
        cursor: pointer;
    }
    .nd-categories .nav-cate ul li .nd-categories-a {
        position: relative;
        display: block;
        color: #000;
        padding: 9px 15px 9px;
        border-bottom: 1px dotted #e1e1e1;
        margin: 0;
        font-size: 14px;
    }
    .nd-categories .nav-cate ul li .nd-categories-a label {
        margin-bottom: 0;
    }
    .nd-categories .nav-cate ul li .nd-categories-a span {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .nd-categories .nav-cate ul li .nd-categories-a svg {
        width: 10px;
        height: 10px;
        position: absolute;
        top: 15px;
        right: 10px;
    }
    .nd-categories .nav-cate ul li .nd-categories-a svg path,
    .nd-categories .nav-cate ul li .nd-categories-a svg rect {
        fill: #000;
    }
    .nd-categories .nav-cate ul li .nd-categories-a:hover,
    .nd-categories .nav-cate ul li .nd-categories-a:focus {
        color: #fff;
        background: var(--mainColor);
    }
    .nd-categories .nav-cate ul li .nd-categories-a:hover svg path,
    .nd-categories .nav-cate ul li .nd-categories-a:focus svg path {
        fill: #fff;
    }
    .nd-categories .nav-cate ul li .icon-down {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        display: flex;
        align-items: center;
        width: 30px;
        justify-content: center;
    }
    .nd-categories .nav-cate ul li .icon-down svg {
        width: 10px;
        height: 10px;
    }
    .nd-categories .nav-cate ul li .icon-down svg path,
    .nd-categories .nav-cate ul li .icon-down svg rect {
        fill: #000;
    }
    .nd-categories .nav-cate ul li:last-child .nd-categories-a {
        border-bottom: none;
    }
    .nd-categories .nav-cate ul li.dropdown {
        position: relative;
    }
    .nd-categories .nav-cate ul li.dropdown.active {
        position: static;
    }
    .nd-categories .nav-cate ul li.dropdown.active .nd-categories-a {
        color: #fff;
        background: var(--mainColor);
    }
    .nd-categories .nav-cate ul li.dropdown.active .nd-categories-a svg path {
        fill: #fff;
    }
    .nd-categories .nav-cate ul li.dropdown .nd-categories-a {
        padding-right: 30px;
    }
    .nd-categories .nav-cate ul li.dropdown.active .subcate {
        display: block;
    }
    .nd-categories .nav-cate ul li .subcate {
        display: none;
        cursor: default;
        position: absolute;
        top: 0;
        left: 100%;
        padding: 15px;
        width: 880px;
        background: #edf0f3;
    }
}

@media (min-width:991px) and (max-width:1199px) and (min-width:991px) {
    .nd-categories .nav-cate ul li .subcate {
        width: 720px;
    }
}

@media (min-width:991px) {
    .nd-categories .nav-cate ul li .subcate .margin {
        margin-right: -5px;
        margin-left: -5px;
    }
    .nd-categories .nav-cate ul li .subcate .item {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .nd-categories .nav-cate ul li .subcate .item .inner-aside {
        background: #fff;
        padding: 10px;
        border-radius: 10px;
        height: 100%;
    }
    .nd-categories .nav-cate ul li .subcate .item .nd-categories-main-sub {
        display: flex;
        align-items: center;
        font-weight: 500;
    }
    .nd-categories .nav-cate ul li .subcate .item .nd-categories-main-sub .icon {
        width: 30px;
        text-align: center;
    }
    .nd-categories .nav-cate ul li .subcate .item .nd-categories-main-sub .icon img {
        height: 30px;
        object-fit: scale-down;
    }
    .nd-categories .nav-cate ul li .subcate .item .nd-categories-main-sub .title {
        width: calc(100% - 30px);
        padding-left: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .nd-categories .nav-cate ul li .subcate .item .nd-categories-main-sub:hover,
    .nd-categories .nav-cate ul li .subcate .item .nd-categories-main-sub:focus {
        color: var(--oldColor);
    }
    .nd-categories .nav-cate ul li .subcate .item .list-nd-categories-main-sub {
        margin-top: 5px;
    }
    .nd-categories .nav-cate ul li .subcate .item .list-nd-categories-main-sub .nd-categories-main-sub-a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .nd-categories .nav-cate ul li .subcate .item .list-nd-categories-main-sub .nd-categories-main-sub-a:hover,
    .nd-categories .nav-cate ul li .subcate .item .list-nd-categories-main-sub .nd-categories-main-sub-a:focus {
        color: var(--mainColor);
    }
    .nd-categories .nav-cate ul li .subcate .item .list-nd-categories-main-sub .view-all {
        position: relative;
        display: block;
        color: var(--mainColor);
        margin-top: 5px;
    }
    .nd-categories .nav-cate ul li .subcate .item .list-nd-categories-main-sub .view-all:hover {
        color: #231f20;
    }
    .nd-categories .nav-cate ul li .subcate .item .list-nd-categories-main-sub .view-all svg {
        width: 10px;
        height: 10px;
        position: relative;
        top: -1px;
    }
}

@media (max-width:991px) {
    .navigation-head {
        width: 300px;
        height: 100vh;
        display: flex;
        flex-flow: column;
        position: fixed;
        left: 0;
        top: 0 !important;
        background: #ffff;
        z-index: 999999;
        margin-left: 0;
        padding: 0;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.5s, visibility 0.5s;
    }
    .navigation-head.show {
        visibility: visible;
        transform: translateX(0);
    }
    .navigation-head #prevNav,
    .navigation-head #nextNav {
        display: none;
    }
    .navigation-head .nav-horizontal {
        padding: 0 0 10px;
    }
    .navigation-head .nav-horizontal .title {
        text-align: center;
        background: var(--mainColor);
        color: #fff;
        padding: 10px;
        font-size: 18px;
    }
    .navigation-head .nav-horizontal .title.margin-top {
        margin-top: 20px;
    }
    .navigation-head .nav-horizontal ul.item_big {
        padding: 0;
    }
    .navigation-head .nav-horizontal ul.item_big>li {
        width: 100%;
        margin: 0;
        position: relative !important;
    }
    .navigation-head .nav-horizontal ul.item_big>li>a {
        height: initial;
        line-height: initial;
        text-transform: none;
        padding: 10px 20px 10px 10px;
    }
    .navigation-head .nav-horizontal ul.item_big>li>a.caret-down {
        padding-right: 40px;
    }
    .navigation-head .nav-horizontal ul.item_big>li>a svg {
        display: none;
    }
    .navigation-head .nav-horizontal ul.item_big>li .icon-down {
        visibility: visible;
        display: inline-block;
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        position: absolute;
        right: 15px;
        top: 5px;
        transition: all 0.3s;
    }
    .navigation-head .nav-horizontal ul.item_big>li .icon-down:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #333 transparent transparent transparent;
        display: inline-block;
        transition: 0.5s;
    }
    .navigation-head .nav-horizontal ul.item_big>li>.item_small {
        display: none;
    }
    .navigation-head .nav-horizontal ul.item_big>li.current .icon-down {
        display: block;
    }
    .navigation-head .nav-horizontal ul.item_big>li.current>.icon-down {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -os-transform: rotate(180deg);
        transition: all 0.5s;
        top: 10px;
    }
    .navigation-head .nav-horizontal ul.item_big>li.current>.icon-down:before {
        border-color: var(--mainColor) transparent transparent transparent;
    }
    .navigation-head .nav-horizontal ul.item_big>li.current>.item_small {
        display: block;
        position: relative;
        max-height: unset;
        max-width: 100%;
        width: 100%;
        box-shadow: none;
        top: 0;
    }
    .navigation-head .nav-horizontal ul.item_big>li li>a svg {
        display: none;
    }
    .navigation-head .nav-horizontal ul.item_big>li li .icon-down {
        visibility: visible;
        display: inline-block;
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        position: absolute;
        right: 15px;
        top: 5px;
        transition: all 0.3s;
    }
    .navigation-head .nav-horizontal ul.item_big>li li .icon-down svg {
        margin: -5px 0 1px -3px;
        width: 20px;
        height: 20px;
    }
    .navigation-head .nav-horizontal ul.item_big>li li.current>.icon-down {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -os-transform: rotate(180deg);
        transition: all 0.5s;
        top: 10px;
    }
    .navigation-head .nav-horizontal ul.item_big>li li.current>.icon-down:before {
        border-color: var(--mainColor) transparent transparent transparent;
    }
    .navigation-head .nav-horizontal ul.item_big>li li.current>ul {
        display: block;
        position: relative;
        max-height: unset;
        max-width: 100%;
        width: 100%;
        box-shadow: none;
        top: 0;
        left: 0;
        padding: 0;
    }
    .navigation-head .nav-horizontal ul.item_big>li li.current>ul li a {
        padding-left: 30px;
    }
    .header__middle .header-group {
        padding: 15px 0;
    }
    .header__middle .header-group .search,
    .header__middle .header-group .user {
        display: none;
    }
    .header__middle .header-group>div.menu-bar svg {
        stroke: #000;
    }
    .header__middle .header-group .search form {
        top: initial;
        bottom: 75px;
        left: -25px;
    }
    .header__menu .col-right {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        top: initial !important;
        background: var(--mainColor);
        z-index: 99;
        padding: 10px 0;
    }
    .header__menu .col-right>div>a {
        color: #fff;
        border: initial;
        padding: initial;
    }
    .header__menu .col-right>div>a svg path {
        fill: #fff;
    }
    .header__menu .col-right .menu-bar svg path {
        stroke: #fff;
    }
    .header__menu .col-right .header-cart a {
        font-size: 0;
        display: inline-block;
        color: #fff;
        border: initial;
        padding: initial;
    }
    .header__menu .col-right .header-cart .count_item.count_item_pr {
        top: -10px;
        background: #fff;
        color: var(--mainColor);
        right: -10px;
    }
    .header__menu .col-right .header-cart svg path {
        fill: transparent;
        stroke: #fff;
    }
    .header__menu .col-right .hethong-mb svg path {
        fill: transparent;
        stroke: #fff;
    }
    .header__menu .col-right>div {
        width: 20%;
        text-align: center;
        margin-right: 0;
        padding-right: 0;
        margin-left: 0;
    }
    .header__menu .inner {
        height: 45px;
        padding: 0 0 0 15px;
    }
    .header__menu .col-right {
        justify-content: space-between !important;
    }
}

@media (max-width:767px) {
    .header__middle {
        text-align: center;
    }
    .header__middle .col-search {
        margin-top: 15px;
    }
    .header__top .social-share {
        justify-content: center;
    }
}

.breadcrumb {
    margin-bottom: 20px;
    border-top: 1px solid #E2E6F2;
}

.breadcrumb ul {
    line-height: 1.4;
}

.breadcrumb ul li {
    display: inline-block;
    word-break: break-all;
    margin-top: 10px;
}

.breadcrumb ul li a:hover {
    color: var(--mainColor);
}

.breadcrumb ul li .mr_lr {
    padding: 0 5px;
    display: inline-block;
    position: relative;
}

.breadcrumb ul li strong {
    color: var(--mainColor);
}

.pagenav .pagination {
    text-align: center;
}

.pagenav .pagination .page-item {
    display: inline-block;
    margin: 0 3px 6px;
}

.pagenav .pagination .page-item .page-link {
    font-weight: 400;
    display: block;
    width: 35px;
    background: #fff;
    border: 1px solid #E2E6F2;
    text-align: center;
    height: 35px;
    padding: 0;
    line-height: 32px;
    color: #7d7d7d;
    text-decoration: none;
    border-radius: 6px;
}

.pagenav .pagination .page-item .page-link:hover {
    background-color: var(--mainColor);
    color: #fff;
    border: 1px solid var(--mainColor);
}

.pagenav .pagination .page-item .page-link:hover svg {
    fill: #fff;
}

.pagenav .pagination .page-item.active .page-link {
    background-color: var(--mainColor);
    color: #fff;
    border: 1px solid var(--mainColor);
}

.page {
    padding-bottom: 40px;
}

.page__title {
    font-size: 22px;
    margin-bottom: 30px;
}

.page.tu-van .list-form-tu-van .item label {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
}

.page.tu-van .list-form-tu-van .item input,
.page.tu-van .list-form-tu-van .item textarea {
    border: 1px solid #f1f1f1;
    width: 100%;
    outline: none;
    font-size: 14px;
    border-radius: 6px;
    background: #fdfdfd;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.page.tu-van .list-form-tu-van .item select {
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    padding: 3px 6px;
}

.page.tu-van .list-form-tu-van button {
    background: var(--mainColor);
    color: #fff;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid transparent;
    margin-top: 15px;
}

.page.tu-van .list-form-tu-van button:hover {
    border-color: var(--mainColor);
    color: var(--mainColor);
    background: transparent;
}

.page.tu-van .block-info {
    margin-top: 15px;
    font-size: 15px;
}

.page.tu-van .page__content {
    margin-top: 30px;
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
}

.page.tu-van .page__content p,
.page.tu-van .page__content h1,
.page.tu-van .page__content h2,
.page.tu-van .page__content h3,
.page.tu-van .page__content h4,
.page.tu-van .page__content h5,
.page.tu-van .page__content h6,
.page.tu-van .page__content ul,
.page.tu-van .page__content ol {
    margin-bottom: 10px;
}

.page.tu-van .page__content ul li,
.page.tu-van .page__content ol li {
    margin-bottom: 10px;
}

.page.tu-van .page__content ul li:last-child,
.page.tu-van .page__content ol li:last-child {
    margin-bottom: 0;
}

@media (max-width:991px) {
    .page.tu-van .block-thumb {
        margin-top: 20px;
    }
}

.compare-fixed {
    display: none;
}

@media (max-width:991px) {
    .page-comparison {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: unset;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-align-items: unset;
        align-items: unset;
    }
    .page-comparison .col-fix {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 45%;
    }
}

@media (max-width:991px) and (max-width:767px) {
    .page-comparison .col-fix {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        min-width: 70%;
    }
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
    padding-left: 10px;
    padding-right: 10px;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 992px) {
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
}

.d-block {
    display: block;
}

.mnv-subdate {
    margin: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 5px;
}

.mnv-subdate::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.mnv-subdate::-webkit-scrollbar-thumb {
    background-color: #d5c4f0;
}

.mnv-subdate::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.mnv-subdate li {
    width: auto;
    padding: 0 10px;
    margin-right: 1px;
    display: inline-block;
    float: left;
    text-align: center;
    position: relative;
}

.mnv-subdate li span {
    color: #fff !important;
    font-size: 12px;
    display: block;
    line-height: 13px;
    padding: 5px 3px;
}

.mnv-subdate li.active:after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateX(-50%);
    border-bottom: 2px solid #9d66f4;
    border-right: 2px solid #9d66f4;
    bottom: -6px;
    right: calc(50% - 6px);
    background-color: #9d66f4;
}

.mnv-subdate li.active span {
    color: #fff !important;
}

.mnv-subdate li {
    background: #88b2ac;
}

.mnv-subdate li.active {
    background: #9d66f4;
}

.mnv-subdate li.active a {
    color: #2483b3;
}

.position-sticky {
    position: sticky;
    top: 0;
}

.social-media {
    display: flex;
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
    align-items: center;
    color: #55585C;
}

.social-media .title {
    margin-right: 8px;
}

.social-media .title svg {
    position: relative;
    top: -2px;
}

.social-media .social-media__item {
    display: inline-block;
    margin-left: 5px;
    width: 24px;
}

.social-media .social-media__item svg {
    width: 24px;
    height: 24px;
}

.social-media .social-media__item svg path {
    fill: var(--mainColor);
}

.social-media .social-media__item:hover svg path {
    fill: var(--oldColor);
}

.layout-product {
    background: #edf0f3;
    padding-bottom: 10px;
}

.list-unstyled {
    border: 1px solid #E2E6F2;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 15px;
}

.list-unstyled .a-title {
    font-weight: 500;
}

.list-unstyled .product-status .a-stock {
    color: #28a745;
}

.list-unstyled .product-status .a-stock .stock-out {
    color: var(--priceColor);
}

.background-white {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}

.modal-specifications {
    max-width: 600px;
    padding: 15px;
    border-radius: 6px;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 10%;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
}

.modal-specifications #product-specifications .title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.modal-specifications #product-specifications .close-button {
    top: 18px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    right: 15px;
    position: absolute;
}

.modal-specifications #product-specifications table {
    width: 100%;
}

.modal-specifications #product-specifications table td:first-child {
    width: 180px;
    font-weight: 500;
}

.product-specifications {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.product-specifications h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.product-specifications table {
    width: 100%;
}

.product-specifications table td:first-child {
    width: 160px;
    font-weight: 500;
}

.product-specifications__content {
    max-height: 250px;
    overflow: hidden;
}

.product-specifications .view-more {
    position: relative;
    text-align: center;
}

.product-specifications .view-more:before {
    background: linear-gradient(0, #fff 0%, rgba(255, 255, 255, 0) 100%);
    display: block;
    content: "";
    height: 55px;
    position: absolute;
    top: -55px;
    width: 100%;
    left: 0;
}

.product-specifications .view-more button {
    border: 1px solid transparent;
    background: var(--mainColor);
    color: var(--oldColor);
    border-radius: 6px;
    padding: 6px 18px;
}

.product-specifications .view-more button:hover {
    border-color: var(--mainColor);
    color: var(--mainColor);
    background: transparent;
}

.product-blogRelate {
    border-radius: 6px;
    background: #fff;
    padding: 10px;
}

.product-blogRelate h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.product-blogRelate__content .item-blog {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.product-blogRelate__content .item-blog .block-thumb {
    width: 120px;
}

.product-blogRelate__content .item-blog .block-thumb .thumb {
    padding-bottom: 62%;
}

.product-blogRelate__content .item-blog .block-thumb .thumb img {
    border-radius: 6px;
}

.product-blogRelate__content .item-blog .block-info {
    width: calc(100% - 120px);
}

.product-blogRelate__content .item-blog .block-info h3 {
    font-size: 15px;
}

.product-blogRelate__content .item-blog .block-info h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-details__productName {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.3;
}

.product-details__productName a {
    color: #2f80ed;
    font-size: 14px;
    display: block;
    position: relative;
    margin-top: 5px;
    font-weight: 400;
}

.product-details__productName a i {
    background-image: url(//bizweb.dktcdn.net/100/517/497/themes/956320/assets/icon_compare.png?1725034339446);
    background-size: 100%;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: 3px;
}

.product-details__productName a.active i {
    background-image: url(//bizweb.dktcdn.net/100/517/497/themes/956320/assets/icon_compare_active.png?1725034339446);
}

.product-details .sapo-product-reviews-badge {
    margin: 15px 0 5px;
}

.product-details .sapo-product-reviews-badge .sapo-product-reviews-star i {
    font-size: 14px;
}

.product-details__productInfor {
    font-size: 15px;
    margin-bottom: 20px;
}

@media (min-width:768px) and (max-width:991px) {
    .product-details__productInfor {
        font-size: 14px;
    }
}

.product-details__productInfor .mb-break {
    position: relative;
    padding-left: 12px;
}

.product-details__productInfor .mb-break:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #5c5b5b;
    border-radius: 50%;
}

.product-details__productInfor .mb-break .a-content {
    font-weight: bold;
    color: var(--mainColor);
}

.product-details__priceBox .special-price {
    font-size: 24px;
    font-weight: bold;
    color: var(--priceColor);
    display: inline-block;
    margin-right: 15px;
}

@media (max-width:767px) {
    .product-details__priceBox .special-price {
        margin-bottom: 0;
    }
}

.product-details__priceBox .old-price {
    text-decoration: line-through;
    display: inline-block;
    color: #929292;
    font-size: 18px;
    font-weight: 400;
}

.product-details__productForm {
    margin-top: 25px;
}

.product-details__productForm .product-options .swatch {
    margin-bottom: 15px;
}

.product-details__productForm .product-options .swatch .swatch-title {
    margin-bottom: 5px;
    font-weight: 500;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element {
    vertical-align: middle;
    margin-bottom: 4px;
    display: inline-block;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element label {
    min-width: 32px;
    height: 32px;
    border: 1px solid #e4e4e4;
    color: #000;
    cursor: pointer;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: 14px;
    background: #fff;
    border-radius: 6px;
    gap: 6px;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element img {
    width: 30px;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element input {
    display: none;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element input:checked+label {
    border-color: var(--mainColor);
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color input:checked+label {
    border-color: var(--mainColor);
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.tim label {
    background-color: #db23b6;
    border-color: #db23b6;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.xanh label {
    background-color: #0554ff;
    border-color: #0554ff;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.vang label {
    background-color: #e6fa0a;
    border-color: #e6fa0a;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.den label {
    background-color: #000000;
    border-color: #000000;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.do label {
    background-color: #f20808;
    border-color: #f20808;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.cam label {
    background-color: #fc9905;
    border-color: #fc9905;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.xam label {
    background-color: #615a5a;
    border-color: #615a5a;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.xanh-nuoc-bien label {
    background-color: #3a40fa;
    border-color: #3a40fa;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.xanh-la-cay label {
    background-color: #00ff15;
    border-color: #00ff15;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.trang label {
    background-color: #ffffff;
    border-color: #ffffff;
}

.product-details__productForm .product-variants .selector-wrapper {
    margin-bottom: 15px;
}

.product-details__productForm .product-variants .selector-wrapper select {
    border-color: #E0E0E0;
    width: 308px;
    height: 40px;
    color: #333333;
    font-size: 14px;
    padding-left: 5px;
    outline: none;
    border-radius: 3px;
}

@media (max-width:767px) {
    .product-details__productForm .product-variants .selector-wrapper select {
        width: 100%;
    }
}

.product-details__productForm .product-variants .selector-wrapper label {
    display: none;
}

.product-details__productForm #add-to-cart-form {
    margin-bottom: 10px;
}

.product-details__productForm .custom-btn-number {
    gap: 6px;
}

.product-details__productForm .custom-btn-number label {
    margin-bottom: 0;
    min-width: 85px;
}

.product-details__productForm .custom-btn-number .vd {
    font-size: 14px;
    line-height: 32px;
    color: #5E5E5E;
}

@media (max-width:767px) {
    .product-details__productForm .custom-btn-number {
        margin-bottom: 15px;
    }
}

.product-details__productForm .custom-btn-number .input_number_product {
    position: relative;
    max-width: 102px;
}

.product-details__productForm .custom-btn-number .input_number_product button {
    border: none;
    color: #000;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    height: 32px;
    width: 32px;
}

.product-details__productForm .custom-btn-number .input_number_product button svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: -2px;
}

.product-details__productForm .custom-btn-number .input_number_product button.btn-plus {
    right: 0;
}

.product-details__productForm .custom-btn-number .input_number_product button.btn-minus {
    left: 0;
}

.product-details__productForm .custom-btn-number .input_number_product button:hover svg,
.product-details__productForm .custom-btn-number .input_number_product button:focus svg {
    fill: var(--mainColor);
}

.product-details__productForm .custom-btn-number .input_number_product input {
    border: 1px solid #E5E5E5;
    padding: 0 40px;
    text-align: center;
    min-height: 32px;
    border-radius: 6px;
    width: 100%;
}

.product-details .product-buttons {
    margin-top: 15px;
    gap: 8px;
}

.product-details .product-buttons button {
    background: #fff;
    border: solid 1px var(--mainColor);
    color: var(--mainColor);
    padding: 6px 8px;
    border-radius: 8px;
}

.product-details .product-buttons button .text {
    display: block;
    margin-top: 3px;
}

.product-details .product-buttons button svg {
    width: 19px;
    height: 19px;
}

.product-details .product-buttons button svg path {
    stroke: var(--mainColor);
}

.product-details .product-buttons button.btn-buy-now {
    box-shadow: none;
    border-color: var(--mainColor);
    background: var(--mainColor);
    color: var(--oldColor);
    width: 70%;
}

.product-details .product-buttons button.btn-buy-now:hover {
    background: #fff;
    color: var(--mainColor);
}

@media (max-width:767px) {
    .product-details .product-buttons button.btn-buy-now {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.product-details .product-buttons button:disabled {
    padding: 8px 16px;
    cursor: default;
}

.product-details .product-buttons button:disabled:hover {
    background: var(--mainColor);
    border-color: var(--mainColor);
    color: #fff;
}

@media (min-width:768px) {
    .product-details .product-buttons button:hover,
    .product-details .product-buttons button:focus {
        box-shadow: none;
        outline: none;
        background: var(--mainColor);
        color: var(--oldColor);
    }
    .product-details .product-buttons button:hover svg path,
    .product-details .product-buttons button:focus svg path {
        stroke: var(--oldColor);
    }
}

@media (max-width:767px) {
    .product-details .product-buttons {
        width: 100%;
    }
    .product-details .product-buttons button {
        width: 100%;
    }
}

.product-notice {
    margin-top: 15px;
}

.product-notice svg path {
    fill: var(--mainColor);
}

.product-notice .notice-content .t1 {
    font-weight: 500;
    color: var(--mainColor);
}

.product-notice .notice-content .number {
    font-weight: 500;
    color: var(--mainColor);
}

.product-specifications table tr:nth-of-type(odd),
.modal-specifications table tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.product-specifications table tr td,
.modal-specifications table tr td {
    background: #edf0f3;
    border-color: #fff;
    padding: 8px;
}

.product-specifications table tr th,
.modal-specifications table tr th {
    background: #c1c8d1;
    border-color: #fff;
    padding: 8px;
}

.product-promotion {
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.product-promotion h2 {
    background: linear-gradient(102.28deg, #FF6F1E 9.68%, #FF0F49 100%);
    font-weight: 600;
    padding: 10px;
    font-size: 17px;
    margin-bottom: 0;
    color: #fff;
}

.product-promotion h2 svg {
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.product-promotion__content {
    border: 1px solid #E2E6F2;
    border-top: none;
    padding: 10px;
    border-radius: 0 0 6px 6px;
}

.product-promotion__content ul {
    list-style: disc;
    padding-left: 15px;
    font-size: 15px;
}

.product-promotion__content strong {
    color: #ff0f49;
}

.product-promotion__content p {
    margin-bottom: 5px;
}

.policy-product {
    border-radius: 6px;
    overflow: hidden;
}

.policy-product h2 {
    background: var(--mainColor);
    color: var(--oldColor);
    font-weight: 600;
    padding: 10px;
    font-size: 17px;
    margin-bottom: 0;
}

.policy-product h2 svg {
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.policy-product__content {
    border: 1px solid #E2E6F2;
    border-top: none;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    margin-bottom: 15px;
}

.policy-product__content .item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E2E6F2;
    padding-bottom: 10px;
}

.policy-product__content .item .icon {
    width: 48px;
}

.policy-product__content .item .info {
    width: calc(100% - 48px);
}

.policy-product__content .item .info .title {
    font-size: 15px;
    font-weight: 600;
    color: #062462;
}

.policy-product__content .item .info p {
    margin-bottom: 0;
    color: #76809B;
}

.policy-product__content .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: initial;
}

.product-images {
    position: relative;
}

.product-images .btn-wish {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 9;
}

.product-images .btn-wish svg {
    stroke: var(--mainColor);
    fill: none;
}

.product-images .btn-wish.active svg {
    fill: var(--mainColor);
}

@media (max-width:767px) {
    .product-images {
        margin-bottom: 15px;
    }
}

.product-images .gallery-top {
    border: 1px solid #E2E6F2;
    border-radius: 6px;
    margin-bottom: 15px;
    background: #fff;
}

.product-images .gallery-top .swiper-slide {
    padding-bottom: 100%;
    display: block;
}

.product-images .gallery-top .swiper-slide img {
    border-radius: 6px;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-images .gallery-top .frame {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

@media (max-width:991px) {
    .product-images .gallery-thumbs {
        margin-bottom: 20px;
    }
}

.product-images .gallery-thumbs .swiper-slide {
    border: solid thin #E2E6F2;
    cursor: pointer;
    border-radius: 6px;
    padding-bottom: 22%;
    display: block;
}

.product-images .gallery-thumbs .swiper-slide img {
    border-radius: 6px;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-images .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--mainColor);
}

.block-tab-product {
    margin-top: 20px;
}

@media (max-width:991px) {
    .block-tab-product .position-sticky {
        margin-top: 20px;
    }
}

.product-tab {
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    height: 100%;
}

.product-tab__nav {
    margin-bottom: 20px;
}

.product-tab__nav ul {
    border-bottom: 1px solid #E2E6F2;
    display: flex;
    gap: 20px;
}

.product-tab .tab-link {
    position: relative;
    cursor: pointer;
}

.product-tab .tab-link h3 {
    font-size: 18px;
}

.product-tab .tab-link.active:after,
.product-tab .tab-link:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--mainColor);
}

.product-tab .tab-link.active h3,
.product-tab .tab-link:hover h3 {
    color: var(--mainColor);
}

.product-tab .tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.product-tab .tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.combo-shopping {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 6px;
}

.combo-shopping .title {
    font-size: 18px;
    border-bottom: 1px solid #E2E6F2;
    margin-bottom: 15px;
    padding: 7px 10px;
    font-weight: 500;
}

.combo-shopping .style-list {
    padding: 0 10px;
}

.combo-shopping .style-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.combo-shopping .style-list .item .checkbox-wrap {
    margin: 0 4px 0 0;
}

.combo-shopping .style-list .item .checkbox-wrap .checkbox {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
}

.combo-shopping .style-list .item .checkbox-wrap .checkbox input[type=checkbox] {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

.combo-shopping .style-list .item .checkbox-wrap .checkbox input[type=checkbox]+span.ico {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(//bizweb.dktcdn.net/100/517/497/themes/956320/assets/check-off2.svg?1725034339446);
    background-size: 18px;
    vertical-align: middle;
    color: #a6a6a6;
    margin-right: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.combo-shopping .style-list .item .checkbox-wrap .checkbox input[type=checkbox]:checked+span.ico {
    background-image: url(//bizweb.dktcdn.net/100/517/497/themes/956320/assets/check-on2.svg?1725034339446);
}

.combo-shopping .style-list .item .image {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    text-align: center;
    margin-right: 8px;
    padding: 2px;
    width: 46px;
    height: 46px;
    position: relative;
}

.combo-shopping .style-list .item .image img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.combo-shopping .style-list .item .name {
    width: calc(100% - 78px);
}

.combo-shopping .style-list .item .name select {
    margin: 5px 0;
}

.combo-shopping .style-list .item .name a {
    display: block;
}

.combo-shopping .style-list .item .name a:hover,
.combo-shopping .style-list .item .name a:focus {
    color: var(--mainColor);
}

.combo-shopping .style-list .item .name .variant_price {
    color: var(--priceColor);
}

@media (max-width:480px) {
    .combo-shopping .style-list .item .name b {
        display: block;
    }
    .combo-shopping .style-list .item .name span {
        display: none;
    }
}

.combo-shopping .style-list .item.disabled .image,
.combo-shopping .style-list .item.disabled .name,
.combo-shopping .style-list .item.disabled .variant_price {
    opacity: 0.3;
}

.combo-shopping .summary {
    border-top: 1px solid #E2E6F2;
    padding: 10px 0;
}

.combo-shopping .summary p {
    font-size: 16px;
}

.combo-shopping .summary p .total-prices {
    color: var(--priceColor);
    font-weight: 600;
}

.combo-shopping .summary button {
    border: 1px solid transparent;
    background: var(--mainColor);
    color: var(--oldColor);
    border-radius: 6px;
    padding: 6px 18px;
}

.combo-shopping .summary button:hover,
.combo-shopping .summary button:focus {
    border-color: var(--mainColor);
    color: var(--mainColor);
    background: transparent;
}

.product-relate {
    margin-bottom: 20px;
    margin-top: 20px;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
}

.product-relate h2 {
    font-weight: 700;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.product-relate h2 a {
    color: #343434;
}

.product-relate h2 a:hover {
    color: var(--mainColor);
}

.product-relate .product-relate-swiper .swiper-slide {
    height: auto;
}

@media (max-width:480px) {
    .product-relate .product-relate-swiper .swiper-button-next,
    .product-relate .product-relate-swiper .swiper-button-prev {
        top: 40%;
    }
}

.product-viewed {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.product-viewed h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.product-viewed .recent-viewed .swiper-slide {
    height: auto;
}

@media (max-width:480px) {
    .product-viewed .recent-viewed .swiper-button-next,
    .product-viewed .recent-viewed .swiper-button-prev {
        top: 40%;
    }
}

@media (max-width:1199px) {
    .product-tab__nav {
        grid-template-columns: initial;
        display: block;
    }
    .product-tab__nav .tab-link {
        display: inline-block;
    }
}

@media (max-width:991px) and (min-width:767px) {
    .product-images .gallery-thumbs .swiper-slide {
        padding-bottom: 15%;
    }
    .product-images .gallery-top .swiper-slide {
        padding-bottom: 70%;
    }
}

@media (max-width:991px) {
    .product-details {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .product-tab {
        position: relative;
        margin-bottom: 20px;
    }
    .product-tab__nav {
        flex: 1;
        display: block;
        overflow-x: hidden;
    }
    .product-tab__nav ul {
        white-space: nowrap;
        transition: margin-left 0.3s ease;
        overflow: auto;
    }
    .product-tab__nav ul::-webkit-scrollbar {
        display: none;
    }
    .header__middle .col-search .header-search .bg_boder {
        width: 100%;
        height: 30px;
        border: 1px solid var(--mainColor);
        border-radius: 6px;
        padding-right: 10px;
        padding-left: 10px;
        color: #99A2BC;
        background-color: #fff !important;
        line-height: 30px;
    }
}

@media (max-width:767px) {
    .product-images .gallery-thumbs .swiper-slide {
        padding-bottom: 29%;
    }
    .productRelate .block-title h2 {
        font-size: 24px;
    }
    .title-product {
        margin-top: 15px;
    }
    .layout-product .product-quantity {
        display: block;
    }
    .layout-product .input_number_product {
        width: 100%;
    }
    .layout-product .button_actions .add_to_cart {
        margin-top: 15px;
        width: 100%;
    }
    .product-details__productName {
        font-size: 24px;
    }
    .modal-specifications {
        max-width: 400px;
    }
}

@media (max-width:767px) and (max-width:320px) {
    .modal-specifications {
        max-width: 300px;
    }
}

.prodetail__box__content_action {
    border: 1px solid #d70018;
    background: #FFF;
    display: inline-block;
    padding: 0.5rem 1rem;
    min-width: 160px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-transform: capitalize;
    color: #d70018;
    border-radius: 0.5rem;
}

.prodetail__box__content_action span::after {
    margin-left: 6px;
    font-size: 13px;
    position: relative;
    top: 1px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Fontawesome';
    font-weight: 900;
    content: "\f150";
}

.prodetail__box__content_action .show-min {
    display: none;
}

.content-show .prodetail__box__content_action .show-max {
    display: none;
}

.content-show .prodetail__box__content_action .show-min {
    display: inline-block;
}

.prodetail__box__content_collapse {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
    transition: max-height 1s ease;
}

.content-show .prodetail__box__content_collapse {
    max-height: none !important;
}

.form-control[readonly] {
    background-color: transparent;
}

.backdrop__body-backdrop___1rvky {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #363636;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: opacity .15s linear;
}

.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5;
    display: block;
}