@font-face {
    font-family: 'SVNGilroy';
    src: url('../fonts/SVN-Gilroy/SVNGilroy.eot');
    src: url('../fonts/SVN-Gilroy/SVNGilroy.eot') format('embedded-opentype'), url('../fonts/SVN-Gilroy/SVNGilroy.woff2') format('woff2'), url('../fonts/SVN-Gilroy/SVNGilroy.woff') format('woff'), url('../fonts/SVN-Gilroy/SVNGilroy.ttf') format('truetype'), url('../fonts/SVN-Gilroy/SVNGilroy.svg#SVNGilroy') format('svg');
}

@font-face {
    font-family: 'SVNGilroyMedium';
    src: url('../fonts/SVN-GilroyMedium/SVNGilroyMedium.eot');
    src: url('../fonts/SVN-GilroyMedium/SVNGilroyMedium.eot') format('embedded-opentype'), url('../fonts/SVN-GilroyMedium/SVNGilroyMedium.woff2') format('woff2'), url('../fonts/SVN-GilroyMedium/SVNGilroyMedium.woff') format('woff'), url('../fonts/SVN-GilroyMedium/SVNGilroyMedium.ttf') format('truetype'), url('../fonts/SVN-GilroyMedium/SVNGilroyMedium.svg#SVNGilroyMedium') format('svg');
}

@font-face {
    font-family: 'SVNGilroySemiBold';
    src: url('../fonts/SVN-GilroySemiBold/SVNGilroySemiBold.eot');
    src: url('../fonts/SVN-GilroySemiBold/SVNGilroySemiBold.eot') format('embedded-opentype'), url('../fonts/SVN-GilroySemiBold/SVNGilroySemiBold.woff2') format('woff2'), url('../fonts/SVN-GilroySemiBold/SVNGilroySemiBold.woff') format('woff'), url('../fonts/SVN-GilroySemiBold/SVNGilroySemiBold.ttf') format('truetype'), url('../fonts/SVN-GilroySemiBold/SVNGilroySemiBold.svg#SVNGilroySemiBold') format('svg');
}

@font-face {
    font-family: 'SVNGilroyBold';
    src: url('../fonts/SVN-GilroyBold/SVNGilroyBold.eot');
    src: url('../fonts/SVN-GilroyBold/SVNGilroyBold.eot') format('embedded-opentype'), url('../fonts/SVN-GilroyBold/SVNGilroyBold.woff2') format('woff2'), url('../fonts/SVN-GilroyBold/SVNGilroyBold.woff') format('woff'), url('../fonts/SVN-GilroyBold/SVNGilroyBold.ttf') format('truetype'), url('../fonts/SVN-GilroyBold/SVNGilroyBold.svg#SVNGilroyBold') format('svg');
}

@font-face {
    font-family: 'SVNGilroyBlack';
    src: url('../fonts/SVN-GilroyBlack/SVNGilroyBlack.eot');
    src: url('../fonts/SVN-GilroyBlack/SVNGilroyBlack.eot') format('embedded-opentype'), url('../fonts/SVN-GilroyBlack/SVNGilroyBlack.woff2') format('woff2'), url('../fonts/SVN-GilroyBlack/SVNGilroyBlack.woff') format('woff'), url('../fonts/SVN-GilroyBlack/SVNGilroyBlack.ttf') format('truetype'), url('../fonts/SVN-GilroyBlack/SVNGilroyBlack.svg#SVNGilroyBlack') format('svg');
}

@font-face {
    font-family: 'UTMBitsumishiPro';
    src: url('../fonts/UTMBitsumishiPro/UTMBitsumishiPro.eot');
    src: url('../fonts/UTMBitsumishiPro/UTMBitsumishiPro.eot') format('embedded-opentype'), url('../fonts/UTMBitsumishiPro/UTMBitsumishiPro.woff2') format('woff2'), url('../fonts/UTMBitsumishiPro/UTMBitsumishiPro.woff') format('woff'), url('../fonts/UTMBitsumishiPro/UTMBitsumishiPro.ttf') format('truetype'), url('../fonts/UTMBitsumishiPro/UTMBitsumishiPro.svg#UTMBitsumishiPro') format('svg');
}

/* @keyframe */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10%, 30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%, 40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%, 50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse-animation {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }

    10% {
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }

    100% {
        transform: scale3d(1.6, 1.6, 1.6);
        opacity: 0;
    }
}

@keyframes border-animation {
    0% {
        transform: scale3d(0.6, 0.6, 0.6);
        opacity: 0;
    }

    20% {
        transform: scale3d(1.2, 1.2, 1.2);
        opacity: 1;
    }

    100% {
        transform: scale3d(1.4, 1.4, 1.4);
        opacity: 0;
    }
}

:root {
    --color-main: #FE0000;
    --color-social: #FE0000;
    --color-hover: #9a0d0d;
    --color-text: #FE0000;
    --menu-border: rgb(255 255 255 / 20%);
    --menu-color: #fff;
}

body {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'SVNGilroy';
    background: #EBEBEB;
}

.seo-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.max-width, .wrap-content {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
}

.wrap-content1 {
    width: calc(100% - 30px);
    max-width: 1100px;
    margin: 0px auto;
    position: relative;
}

/*.container-custom { padding: 0px 10px; margin: 0px auto; }*/
img {
    max-width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.social-plugin {
    display: flex;
    margin-top: 10px;
}

.scale-img {
    overflow: hidden;
}

.scale-img img, .scale-img picture {
    transition: all 0.5s;
}

.scale-img:hover img, .scale-img:hover picture {
    transform: scale(1.2, 1.2);
}

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

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.p-relative {
    position: relative;
}

.table {
    border-color: #000
}

.table-responsive table[align="center"] {
    margin: 0 auto
}

.content-text, .content-main {
    font-family: "Arial";
    line-height: 1.8em;
    font-size: 18px;
}

.content-text a:hover, .content-main a:hover {
    color: var(--color-main);
    text-decoration: underline;
}

/* Transition All */
.transition, .btn-frame .kenit-alo-circle-fill, .control-owl button, .carousel-comment-media .carousel-control a span, .menu ul li a.has-child:after, .menu ul li ul, .menu ul li:hover > ul, .scale-img img, .scale-img:hover > img, .support-online .kenit-alo-circle-fill {
    transition: 0.3s all;
}

.gutter-x-20 {
    --bs-gutter-x: 20px;
}

.gutter-x-5 {
    --bs-gutter-x: 5px;
}

/* effect */
.effect {
    display: block;
    overflow: hidden;
}

.effect img {
    transition: 0.7s;
    width: 100%;
}

.effect:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.effect-1 {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    display: block;
}

.effect-1:after {
    position: absolute;
    top: 0;
    left: -66%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.effect-1:hover:after {
    -webkit-animation: shine .75s;
    */ animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.box-readmore li ul > li:before, .box-readmore ul li:before {
    content: "" !important
}

.box-readmore li ul > li {
    padding-left: 12px
}

/*   Header   */
.header {
    position: relative;
    z-index: 99;
    width: 100%;
    background: #EBEBEB
}

.header-top {
    position: relative;
}

.header-top::before {
    position: absolute;
    content: "";
    width: calc((100% - 1070px)/2);
    right: 0;
    top: 0;
    height: 44px;
    background: var(--color-main)
}

.header-top marquee {
    width: 35%;
    color: var(--color-main);
    font-size: 15px;
    font-family: 'SVNGilroyMedium';
}

.header-bottom {
    background: #DEDEDE;
    padding: 12px 0 8px
}

.header-top-right {
    background: var(--color-main);
    line-height: 44px;
    margin-left: 50px;
    position: relative;
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

.header-top-right::before {
    position: absolute;
    content: "";
    width: 45px;
    right: 100%;
    top: 0;
    height: 44px;
    background: url("../images/af_header.png") no-repeat center;
}

.header-top-right a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-family: SVNGilroyMedium;
    font-size: 15px;
    gap: 5px;
    white-space: nowrap;
}

.header-cart {
    position: relative;
}

.header-cart span {
    margin: 0;
    position: absolute;
    top: -3px;
    right: -8px;
    line-height: normal;
    background: #980000;
    padding: 0 5px 2px;
    font-size: 13px;
    border-radius: 50%;
}

.logo-header {
    position: relative;
    max-width: 250px;
    text-align: center;
}

.logo-header img {
    max-height: 75px;
    transition: all 1s;
    width: auto;
}

.logo-header span {
    color: var(--color-main);
    font-size: 14px;
    text-align: center;
    display: inline-block;
    font-weight: 700
}

.hotline {
    background: url("../images/hotline.png") no-repeat left center;
    padding-left: 50px;
    min-height: 50px;
    align-content: center;
    background-size: 40px 40px
}

.hotline p {
    margin-bottom: 0;
    color: #3C3C3C;
    font-family: SVNGilroyMedium;
    font-size: 13px;
}

.hotline span {
    display: block;
    color: var(--color-main);
    font-family: 'SVNGilroyBlack';
    font-size: 16px;
    line-height: 24px;
}

.right-header {
    display: none !important
}

.header-bottom-top {
    margin-bottom: 10px;
}

.header-bottom-end a.link-menu {
    border-radius: 10px;
    border: 1px solid #FACACA;
    background: linear-gradient(90deg, #FFF 0%, #FBDCDC 100%);
    line-height: 42px;
    padding: 0 20px;
    color: #222;
    font-family: SVNGilroyBold;
    font-size: 16px;
    text-transform: capitalize;
    display: block
}

.header-bottom-end a.link-menu:hover {
    color: var(--color-main);
}

.hotline_menu {
    line-height: 42px;
    border-radius: 120px;
    border: 1px solid #FACACA;
    background: url("../images/phone.png") no-repeat left 5px center, linear-gradient(0deg, #FFF 0%, #FFF 100%);
    padding: 0 15px 0 70px;
    color: #FFF;
    text-shadow: 0 2.602px 3.469px #FE0000;
    font-family: 'UTMBitsumishiPro';
    font-size: 25px;
    position: relative;
}

.hotline_menu::before {
    position: absolute;
    content: "";
    width: calc(100% - 45px);
    right: -1px;
    top: -1px;
    height: calc(100% + 2px);
    background: linear-gradient(270deg, #FE0000 0%, #980000 100%);
    border: 1px solid #FACACA;
    border-radius: 100px 50px 50px 0
}

.hotline_menu span {
    display: block;
    position: relative;
    z-index: 1;
    top: 3px
}

.menu-service {
    gap: 15px
}

.menu-service li {
    display: block;
    position: relative;
}

.menu-service li:hover > ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
}

.menu-service li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #E9E9E9;
    transition: all .5s;
    padding: 0;
    margin: 0;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.menu-service li ul li {
    display: block;
    position: relative;
}

.menu-service li ul li a {
    font-size: 15px;
    color: #222;
    margin: 0px;
    padding: 8px 15px;
    position: relative;
    z-index: 1;
    text-decoration: none !important;
    display: block;
    line-height: 25px;
    font-family: 'SVNGilroySemiBold';
    text-transform: capitalize;
    border-bottom: 1px solid #cccccc30
}

.menu-service li ul li a:hover {
    color: var(--color-main);
}

.menu-service li ul li:last-child > a {
    border-bottom: none;
}

.menu-service li ul li ul {
    left: 100%;
    top: 0
}

.header.fix {
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: fadeInDown 1.3s ease backwards;
    -moz-animation: fadeInDown 1.3s ease backwards;
    -o-animation: fadeInDown 1.3s ease backwards;
    -ms-animation: fadeInDown 1.3s ease backwards;
    -webkit-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);
    -moz-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);
    box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);
    position: fixed;
}

.header.fix .header-bottom-top {
    margin-bottom: 5px
}

/* search */
.search {
    width: 450px;
    border: none;
    border-radius: 120px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.search label {
    width: 48px;
    text-align: center;
    color: #000;
    line-height: 48px;
    font-size: 15px;
    background: none;
    cursor: pointer;
}

.search input {
    width: calc(100% - 48px);
    line-height: 48px;
    border: none;
    padding: 0 15px;
    color: #3C3C3C;
    font-size: 14px;
    outline: none;
    --tw-ring-inset: unset;
    --tw-ring-offset-width: 0;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #fff !important;
    border-radius: 120px 0 0 120px;
    font-family: 'SVNGilroyMedium';
}

.search input::-webkit-input-placeholder {
    color: #3C3C3C;
}

.search input:-moz-placeholder {
    color: #3C3C3C;
}

.search input::-moz-placeholder {
    color: #3C3C3C;
}

.search input:-ms-input-placeholder {
    color: #3C3C3C;
}

.show-search {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #E9E9E9;
    z-index: 9;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
    overflow: overlay;
    max-height: 500px;
    width: 100%;
    min-width: 300px
}

.show-search::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.show-search::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.show-search::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
}

.box-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc59;
    padding: 5px 0;
}

.box-search:last-child {
    border-bottom: none
}

.pic-search {
    width: 60px;
    border-radius: 5px;
    overflow: hidden;
}

.pic-search img {
    border-radius: 5px;
    overflow: hidden;
}

.info-search {
    width: calc(100% - 75px);
}

.info-search h3 {
    margin-bottom: 5px;
    position: relative;
    display: block;
}

.info-search h3 a {
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #222;
    font-family: 'SVNGilroySemiBold';
    font-size: 16px;
    text-transform: capitalize
}

.box-search:hover .info-search h3 a {
    color: var(--color-main);
}

.price-product-search {
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
}

.price-product-search span.price-old {
    color: #434343;
    font-size: 14px;
    text-decoration-line: line-through;
    position: relative;
    top: 1px
}

.price-product-search span.price-new {
    color: var(--color-main);
    font-size: 17px;
    font-family: 'SVNGilroyBold';
}

/* search */
.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 35px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    color: var(--color-main);
    font-size: 15px;
    margin: 0px;
    border: 1px solid var(--color-main);
    border-radius: 50%;
}

.search-res .icon-search.active {
    color: var(--color-main);
    background: #ffffff;
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--color-main);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.search-res .search-grid p {
    float: left;
    width: 40px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: var(--color-main);
    line-height: 40px;
    text-align: center;
}

.search-res .search-grid input {
    width: calc(100% - 40px);
    float: right;
    outline: none;
    border: none;
    color: #333;
    box-shadow: none;
    line-height: 38px
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #313131;
}

/* slideshow */
.slideshow {
    position: relative;
    z-index: 0;
    margin: 16px 0;
    max-width: 950px;
    border-radius: 10px;
    overflow: hidden;
}

.slideshow img {
    border-radius: 10px;
    overflow: hidden;
}

/* Mmenu */
.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow: scroll;
}

.offcanvas-body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #0d6efd;
    border-radius: 5px;
    transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
    background: #fff;
    width: 4px;
    height: 4px;
    transition: all 1s;
}

.btn-close-menu {
    position: absolute;
    right: 20px;
    top: 20px;
}

.menu-mobile ul {
    padding: 0px;
}

.menu-mobile ul li {
    position: relative;
}

.menu-mobile ul li > span i {
    transition: transform 0.3s ease;
    /* Adjust duration and easing as needed */
}

.menu-mobile ul li a {
    display: block;
    padding-right: 30px;
    color: #333;
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.menu-mobile ul li a i {
    margin-right: 10px;
}

.menu-mobile ul li li a {
    font-weight: normal;
}

.menu-mobile ul li a:hover {
    color: #f00;
}

.menu-mobile ul li .scroll {
    position: absolute;
    right: 0px;
    top: 9px;
    background: #0253a4;
    font-size: 17px;
    line-height: 18px;
    height: 25px;
    color: #fff;
    width: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-mobile ul li:hover {
    color: #f00;
}

.menu-mobile ul ul li .scroll {
    background: none;
    color: #0253a4;
}

.menu-mobile ul li ul {
    padding-left: 10px;
}

.company {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.company p {
    margin-bottom: 5px;
    font-size: 13px;
}

.company p span {
    color: #333;
    font-weight: 700;
}

.head-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.head-menu img {
    max-width: 80px;
}

.search-menu {
    width: 100%;
    position: relative;
    margin: 10px 0px;
}

.search-menu input {
    width: 100%;
    background: #f5f5fa;
    border: 1px solid #f1f1f1;
    height: 40px !important;
    font-size: 13px;
}

.search-menu p {
    position: absolute;
    right: 10px;
    bottom: 8px;
}

/* menu_left */
.menu_left {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.title_left {
    line-height: 44px;
    background: var(--color-main);
    text-align: center;
    color: #FFF;
    font-family: 'SVNGilroyBold';
    font-size: 18px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    border-radius: 10px;
    cursor: pointer;
}

.box-menu-left {
    position: absolute;
    top: calc(100% + 24px);
    left: 0;
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.box-menu-left ul {
    width: 100%;
    left: 0;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px #E9E9E9;
    transition: all .5s;
    margin: 0;
    padding: 0;
    display: none;
    border-radius: 10px;
    padding: 10px 0
}

.box-menu-left ul.active {
    height: 455px;
    overflow-y: overlay;
    display: block;
}

.box-menu-left.activemenu:not(.active) {
    top: 100%
}

.box-menu-left.activemenu:not(.active) > ul {
    display: block;
}

.box-menu-left.activemenu.active {
    display: none
}

.box-menu-left.active > ul {
    display: block;
    position: absolute;
    min-height: 455px;
    list-style: none
}

.box-menu-left.active > ul li {
    position: relative;
}

.box-menu-left > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.box-menu-left > ul::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.box-menu-left > ul::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
}

.menu_left li:hover > ul {
    transition: all .7s;
    display: block
}

.menu_left ul li {
    padding: 0 18px;
    list-style: none;
}

.menu_left ul li ul {
    position: absolute;
    width: 300px;
    left: 100%;
    top: 0;
    border-radius: 0;
    padding: 5px 0;
    list-style: none
}

.menu_left ul li ul li {
    position: relative;
}

.menu_left ul li a {
    font-size: 16px;
    color: #222;
    padding: 9px 0;
    margin: 0px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    text-decoration: none !important;
    display: block;
    line-height: 30px;
    font-family: 'SVNGilroyMedium';
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_left ul li a img {
    width: 30px
}

.menu_left ul li a span {
    width: calc(100% - 45px);
}

.menu_left ul li a:hover {
    color: var(--color-main);
}

.box-menu-left ul li ul li a {
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 5px 0;
    line-height: 25px
}

/* menu mobile  */
#hamburger {
    width: 35px;
    height: 23px;
    position: relative;
    cursor: pointer;
    display: none
}

#hamburger:before, #hamburger:after, #hamburger span {
    background: var(--color-main);
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before, #hamburger:after, #hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.menu-mobile-opened #hamburger:before, .menu-mobile-opened #hamburger:after {
    top: 10px;
}

.menu-mobile-opened #hamburger span {
    left: -50px;
    opacity: 0;
}

.menu-mobile-opened #hamburger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-mobile-opened #hamburger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}

.mm-slideout {
    z-index: unset;
}

.menu-head-left {
    position: relative;
}

.title-menu {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    line-height: 40px;
    display: block;
}

.menu-product-list {
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 250px;
    background: #fff;
    border-radius: 2px;
}

.menu-product-list ul {
    padding: 0px;
    margin-bottom: 0px;
}

.menu-product-list ul ul {
    position: absolute;
    width: 750px;
    background: #fff;
    left: 100%;
    top: 0px;
    border: 1px solid #999;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    height: 100%;
    overflow-x: hidden;
}

.menu-product-list ul ul ul {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    border: none;
    display: block;
    height: auto;
}

.menu-product-list ul li a {
    position: relative;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #ddd;
}

.menu-product-list ul li a .icon-down {
    position: absolute;
    right: 10px;
    top: 10px;
}

.menu-product-list ul ul li a span {
    position: absolute;
    right: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #00a3ff;
}

.menu-product-list ul li a:hover {
    color: #f00;
}

.menu-product-list ul ul li a {
    border-bottom: none;
    font-weight: bold;
}

.menu-product-list ul ul ul li a {
    font-weight: normal;
}

/*  */
.menu {
    position: relative;
    z-index: 9;
}

.menu ul {
    padding: 0px;
    margin: 0;
    list-style: none;
}

.menu ul li {
    position: relative;
    z-index: 99;
}

.menu ul li a {
    font-size: 15px;
    color: #222;
    margin: 0px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    display: block;
    line-height: 44px;
    font-family: 'SVNGilroyBold';
    text-transform: capitalize;
}

.menu ul li a.active, .menu ul li:hover > a {
    color: var(--color-main);
}

.menu ul li ul {
    position: absolute;
    min-width: 280px;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.menu ul li:hover > ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
}

.menu ul li ul li {
    text-align: left;
    border-bottom: 1px solid rgb(173 173 173 / 32%);
}

.menu ul li ul li:last-child {
    border-bottom: 0px;
}

.menu ul li ul li a {
    font-size: 14px;
    padding: 10px;
    display: block;
    text-decoration: none !important;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    color: #000
}

.menu ul li ul li ul {
    top: 0px;
    left: 100%;
}

/*   SLider */
.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 22.5px);
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 2px solid #fff;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #00a3ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-owl button:hover {
    opacity: 1;
}

.control-owl button.owl-prev {
    left: 20px;
}

.control-owl button.owl-next {
    right: 20px;
}

/* DT */
.box-photo-ct {
    border-radius: 20px;
    overflow: hidden;
}

.title-detail {
    position: relative;
    margin: 0 0 10px;
    text-align: center;
}

.title-detail h1, .title-detail span {
    color: var(--color-main);
    display: block;
    margin-bottom: 0;
    font-size: 35px;
    font-family: 'SVNGilroyBold';
    position: relative;
    text-transform: uppercase;
}

.title-detail span ,.title-detail h1 {
    font-size: 25px
}

.title-main {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.title-main span, .title-main h1 {
    color: var(--color-main);
    display: block;
    margin-bottom: 0;
    font-size: 50px;
    font-family: 'UTMBitsumishiPro';
    position: relative;
    text-transform: capitalize;
}

.tt-week {
    font-size: 25px;
    text-align: center;
    margin: 20px 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.title-cat-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.title-cat-main span {
    display: block;
    color: #999;
    background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.title-cat-main span:hover, .title-cat-main span.active {
    background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
    color: #000;
}

.title-detail1 {
    position: relative;
    margin: 0 0 10px;
}

.title-detail1 span {
    color: var(--color-main);
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    font-family: 'SVNGilroyBold';
    text-transform: uppercase;
}

/* News */
.row-news {
    margin: 0px -10px;
}

.col-news {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.news-box {
    padding: 10px;
    border-radius: 5px;
    background: rgb(0 0 0 / 5%);
}

.news-pic {
    margin-bottom: 1rem;
    display: block;
}

.news-name a {
    font-weight: 700;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
}

.news-name a.text-split {
    -webkit-line-clamp: 2;
}

.news-name a:hover {
    color: var(--color-main);
}

.news-time {
    display: flex;
    align-items: center;
    color: #fff;
}

.news-time svg {
    width: 14px;
    margin-right: 5px;
    fill: #fff;
}

.news-desc {
    color: #333;
    font-size: 14px;
    line-height: 1.7;
}

.news-desc.text-split {
    -webkit-line-clamp: 3;
}

.news-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--color-main);
    padding: 13px 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.news-view {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.news-view svg {
    width: 14px;
    margin-left: 5px;
    fill: #fff;
    transition: 0.5s;
}

.news-view:hover {
    color: #fff;
}

.news-view:hover svg {
    margin-left: 10px;
}

.item-news .ds-news {
    width: 100%;
}

.ds-news span {
    display: block;
    line-height: 25px;
    color: #999;
    font-size: 13px;
    margin: 10px 0px 0px;
    font-style: italic;
}

.ds-news h3 {
    font-size: 16px;
    margin: 0;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-line-clamp: 3 !important;
}

.ds-news h3:hover {
    color: var(--color-main);
}

.ds-news .desc {
    color: #333;
    margin-bottom: 0px;
}

.item-news:hover h3 {
    color: #f00;
}

.item-news-all a {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.item-news-all a .scale-img {
    max-width: 120px;
}

.item-news-all a .ds-news h3 {
    text-transform: capitalize;
    font-size: 15px;
}

.flex-news-detail {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.a2a_kit .a2a_svg {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 17px;
    list-style: square;
}

.list-news-other li {
    margin-bottom: 2px;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
}

.list-news-other li a:hover {
    color: #fed402;
}

/* Toc */
.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}

.tt-toc {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.box-readmore li ul > li {
    margin: 0;
    margin-bottom: 8px;
}

.box-readmore li ul > li:before {
    content: counters(item, '.') ' ';
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
    display: none;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px;
}

.box-readmore ul li:before {
    content: counters(item, '.') '. ';
    display: table-cell;
    padding-right: 5px;
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/* Footer */
.footer-article {
    padding: 40px 0 15px;
    border-top: 11px solid var(--color-main);
}

.footer-news {
    position: relative;
}

.title_ft {
    color: #222;
    font-family: 'SVNGilroyBold';
    font-size: 16px;
    position: relative;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px
}

.title_ft::before {
    position: absolute;
    content: "";
    width: 42px;
    height: 2px;
    background: linear-gradient(90deg, #980000 0%, #EE0A02 100%);
    left: 0;
    bottom: 0;
}

.content_ft {
    color: #222;
    font-size: 14px;
    line-height: 22px;
}

.content_ft p {
    margin-bottom: 5px
}

.footer-news:nth-child(1) {
    width: 25%;
    margin-top: -40px;
    border-radius: 0 0 12px 12px;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
    padding: 20px;
}

.footer-news:nth-child(2) {
    width: 70%
}

.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    line-height: 25px;
    margin-bottom: 12px;
}

.footer-ul li a {
    color: #222;
    font-size: 14px;
    line-height: 25px;
}

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

.social-footer {
    z-index: 1;
    position: relative;
}

.social-footer a {
    transition: all 1s;
    display: inline-block;
}

.social-footer a:hover {
    transition: all 1s;
    transform: rotate(360deg);
}

.support {
}

.title_support {
    overflow: hidden;
    color: #222;
    font-family: SVNGilroyBold;
    font-size: 16px;
    line-height: 30px;
    border-top: 1px solid #ACACAC;
    padding-top: 10px
}

.hotline_ft {
    background: url("../images/hotline_ft.png") no-repeat left center;
    padding-left: 40px;
    line-height: 33px;
    margin: 10px 0
}

.hotline_ft p {
    display: inline-block;
    color: #222;
    font-family: SVNGilroySemiBold;
    font-size: 16px;
    margin: 0
}

.hotline_ft a {
    color: #FE0000 !important;
    font-size: 16px;
    font-family: 'SVNGilroyBlack';
}

/* footer-powered */
.footer-powered {
    padding: 15px 0;
    line-height: 25px;
    width: 100%;
    color: #222;
    font-size: 12px;
}

.footer-powered span {
    text-transform: uppercase;
    font-family: SVNGilroyBold;
}

.footer-powered a {
    color: #222;
}

/* Sort */
.sort-select {
    display: flex;
    justify-content: end;
    margin: 0;
    position: relative;
}

.sort-select .click-sort {
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    padding: 0 10px;
    margin: 0;
    line-height: 40px;
    background: #d6d6d6;
    font-family: 'SVNGilroyMedium'
}

.sort-select-main {
    position: relative;
}

.sort-select-main > p {
    margin-bottom: 0
}

.sort-select-main > p > span {
    position: relative;
    background: #d6d6d6;
    line-height: 38px;
    padding: 0 15px;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'SVNGilroyMedium';
    text-transform: capitalize;
    gap: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6d6d6;
}

.sort-select-main > p > span.check {
    background: #FBDCDC;
    border-color: var(--color-main);
}

/*.sort span { color: #000; font-size: 14px; line-height: 17px; padding: 11px 3px; display: block; cursor: pointer; display: flex; align-items: center; justify-content: space-between; }*/
.sort-select .sort-show {
    padding-right: 12px;
    position: relative;
}

.sort-select .sort-show::before {
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    content: '';
    height: 0;
    position: absolute;
    top: 6px;
    right: 0;
    width: 0;
}

/* Product */
.filter {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    display: none;
}

.flex-product-main {
    display: flex;
    gap: 20px;
}

.flex-product-main .left-product {
    width: 250px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}

.flex-product-main .right-product {
    width: calc(100% - 250px);
}

.wrap-product-sale {
    background-color: #ffa09e;
    border-radius: 10px;
    overflow: hidden;
}

.wr-search p {
    font-weight: bold;
    text-transform: uppercase;
}

.row-product {
    margin: 0px -6px;
}

.col-product {
    padding: 0px 6px;
    margin-bottom: 12px;
}

.product {
    display: block;
    position: relative;
    text-align: center;
}

.item-product {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    position: relative;
    display: block;
    padding: 10px;
    overflow: hidden;
}

.product-pic {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.icon-new {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    width: 65px;
    height: 67px;
}

.icon-outofstock {
    position: absolute;
    left: -4px;
    top: -4px;
    width: 65px;
    height: 67px;
    z-index: 1
}

.icon-sale {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    width: 100px;
    height: 40px;
}

.product-pic a, .product-pic a img {
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.product-info {
    padding: 12px 0 0;
    position: relative;
    text-align: center;
}

.product-info h3 {
    margin-bottom: 5px;
    position: relative;
    display: block;
}

.product-info h3 a {
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #222;
    font-family: 'SVNGilroySemiBold';
    font-size: 15px;
    text-transform: capitalize;
    height: 46px;
}

.product:hover .product-info h3 a {
    color: var(--color-main);
}

.product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.product-price span.price-old {
    color: #434343;
    font-size: 14px;
    text-decoration-line: line-through;
    position: relative;
    top: 1px
}

.product-price span.price-new {
    color: var(--color-main);
    font-size: 17px;
    font-family: 'SVNGilroyBold';
}

.product > a {
    border-radius: 120px;
    border: 1px solid var(--color-main);
    background: rgba(255, 255, 255, 0.20);
    display: inline-flex;
    padding: 0 25px;
    line-height: 38px;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    color: var(--color-main);
    font-size: 14px;
    font-family: 'SVNGilroySemiBold';
    text-transform: uppercase;
    margin: 10px auto 0;
}

.product > a:hover {
    background: var(--color-main);
    color: #fff
}

.discount {
    width: 30px;
    height: 30px;
    text-align: center;
    align-content: center;
    color: #fff;
    background: #EA2413;
    position: absolute;
    left: 15px;
    top: 40px;
    font-family: SVNGilroyBold;
    font-size: 12px;
    display: block;
    line-height: 30px;
    /*	text-transform: uppercase;*/
    /*	padding-bottom: 8px;*/
    border-radius: 50%;
    overflow: hidden;
    /*	clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 7px), 0 100%, 0 0);*/
}

/* product detail */
.grid-pro-detail {
    display: flex;
    justify-content: space-between;
}

.grid-pro-detail .left-pro-detail {
    width: calc(50% - 20px);
}

.grid-pro-detail .right-pro-detail {
    width: 50%;
}

.grid-pro-detail .right-pro-detail ul {
    list-style: none;
    padding: 0px;
}

.grid-pro-detail .right-pro-detail ul li {
    margin-bottom: 20px;
}

.grid-pro-detail .right-pro-detail .title-pro-detail {
    font-size: 23px;
    font-family: 'SVNGilroyBold';
    margin-bottom: 0.5rem;
}

.title-product-detail {
    background: #EEEEEE;
    color: #1C1B19;
    padding: 12px 18px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.album-product {
    position: relative;
    max-width: 550px;
    margin: 10px auto 0px;
}

.row-pro-detail {
    margin: 0px -5px;
}

.col-pro-detail {
    padding: 0px 5px;
}

.swiper-button-next, .swiper-button-prev {
    padding: 7px;
    background: rgb(0 0 0 / 20%);
    color: #fff;
    border-radius: 5px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}

.swiper-pro-detail .swiper-button-prev {
    left: 0px;
}

.swiper-pro-detail .swiper-button-next {
    right: 0px;
}

.swiper-pro-detail .swiper-button-prev, .swiper-pro-detail .swiper-button-next {
    top: calc(50% + 7px);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 50%);
    border-radius: 5px;
    color: #fff;
}

.swiper-pro-detail .swiper-button-next:after, .swiper-pro-detail .swiper-button-prev:after {
    font-size: 15px;
}

.swiper-pro-detail .swiper-button-prev:hover, .swiper-pro-detail .swiper-button-next:hover {
    background: var(--color-main);
    color: #fff;
}

.item-detail {
    color: #000;
    font-size: 14px;
    padding: 0px 1rem;
    position: relative;
}

.item-detail:first-child {
    padding-left: 0px;
}

.item-detail::after {
    position: absolute;
    right: 0px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #8E8E8E;
    content: "";
}

.item-detail:last-child::after {
    display: none;
}

.item-detail i {
    margin-right: 5px;
}

.item-detail-comment-star {
    position: relative;
    font-size: 13px;
    margin-right: 19px;
}

.item-detail-comment-star::after {
    position: absolute;
    right: -19px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #8E8E8E;
    content: "";
}

.item-detail-comment-star span {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFCD00;
    white-space: nowrap;
    overflow: hidden;
}

.product-sold-detail {
    color: #9F9F9F;
    font-size: 14px;
}

.product-sold-detail span {
    color: #474747;
    font-weight: 600;
}

.attr-content-pro-detail {
    display: block;
    width: calc(50% - 10px);
    margin: 5px 0;
    gap: 10px;
    font-family: 'SVNGilroyMedium';
}

.attr-content-pro-detail span:nth-child(1) {
    font-family: 'SVNGilroyBold';
    margin-right: 5px
}

.attr-content-pro-detail .price-new-pro-detail {
    color: #ff2e00;
    font-size: 18px;
    font-family: 'SVNGilroyBold';
}

.attr-content-pro-detail .price-old-pro-detail {
    color: #7c7c7c;
    font-size: 18px;
    font-family: 'SVNGilroyBold';
    text-decoration: line-through;
}

.attr-label-pro-detail {
    font-weight: 500;
    color: #474747;
}

.color-pro-detail.active {
    color: #fff !important;
    background: var(--color-main);
}

.size-pro-detail.active {
    color: #fff !important;
    background: var(--color-main);
}

.size-pro-detail:hover {
    color: #fff !important;
    background: var(--color-main);
}

.quantity-pro-detail {
    margin-top: 10px;
    width: 100%;
    max-width: 120px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #000;
    margin-right: 20px;
    border-radius: 15px;
    font-weight: 500;
    border: none;
    border-radius: 0px;
}

.quantity-pro-detail span {
    line-height: 31px;
    padding: 0;
    width: 37px;
    height: 33px;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    border-radius: 3px;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    margin-left: -1px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    margin-right: -1px;
}

.quantity-pro-detail input {
    height: 33px;
    width: calc(100% - 72px);
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #ddd;
    background: #fff
}

.quantity-pro-detail .quantity-minus-pro-detail {
    background-color: #FFFFFF;
    border: 1px solid #ddd;
}

.quantity-pro-detail .quantity-plus-pro-detail {
    background-color: #FFFFFF;
    border: 1px solid #ddd;
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.cart-pro-detail a {
    text-align: center;
    color: #fff;
    padding: 0 20px;
    text-transform: capitalize;
    cursor: pointer;
    font-family: 'SVNGilroyMedium';
    font-size: 15px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.cart-pro-detail a.addnow {
    color: #fff;
}

.cart-pro-detail a.addnow:hover {
    background-color: var(--color-hover);
    color: #fff;
}

.cart-pro-detail a.buynow {
    background-color: var(--color-main);
}

.cart-pro-detail a.buynow:hover {
    background-color: var(--color-hover);
    color: #fff;
}

.wrap-show-content {
    position: relative;
}

.wrap-show-content.max-height {
    max-height: 200px;
    overflow: hidden;
    /* padding-bottom: 50px; */
}

.wrap-show-content.active {
    max-height: 100%;
}

.wrap-show-content.active .btn-show-content {
    position: relative;
    padding: 20px;
    background: none;
}

.btn-show-content {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ebebeb;
    /* padding-top: 100px; */
    /* display: none; */
}

.btn-show-content span {
    background: var(--color-main);
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.btn-show-content span i {
    margin-left: 10px;
}

.tabs-pro-detail .tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 20px;
    background: #fff
}

.tabs-pro-detail .nav {
    gap: 2px
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: var(--color-main);
}

.nav-tabs li a {
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    background: #cecece !important;
    font-family: 'SVNGilroySemiBold';
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    background: var(--color-main) !important;
    color: #fff
}

.item-properties {
    margin-bottom: 15px
}

.attr-label-pro-detail {
    font-family: 'SVNGilroyBold';
    margin-bottom: 10px
}

input {
    outline: none
}

.photolist {
    border-radius: 20px;
    overflow: hidden;
}

.slick_photolist {
    display: none
}

/*  */
.title-bonus {
    color: #000;
    font-family: 'SVNGilroySemiBold';
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
    width: 100%
}

.box_bonus {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%
}

.item-bonus-cart {
    width: calc(33% - 10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-bonus-cart {
    width: 40px;
}

.item-bonus-cart h3 {
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #222;
    font-family: 'SVNGilroySemiBold';
    font-size: 13px;
    text-transform: capitalize;
    max-height: 36px;
    margin: 0;
    width: calc(100% - 50px);
}

.p-10 {
    padding: 10px !important
}

/* css brand */
.brand-pic {
    margin-bottom: 1rem;
}

.brand-name {
    font-size: 16px;
}

.brand-name a {
    font-weight: 700;
    color: #333;
}

.brand-name a:hover {
    color: var(--color-main);
}

/* css album */
.row-album {
    margin: 0px -10px;
}

.col-album {
    padding: 0px 10px;
    margin-bottom: 20px;
}

/* css block actions  */
.ul-actions {
    display: flex;
    justify-content: center;
    margin: 20px;
    gap: 15px;
    align-items: flex-start;
}

.ul-actions li, .ul-actions > div {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 80px;
    text-align: center;
}

.ul-actions .active .box__tabr, .ul-actions .box__tabr:hover {
    border-color: #fd6e1d;
}

.ul-actions .box__tabr {
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    min-height: 55px;
    padding: 4px;
    height: 60px;
    width: 80px;
}

.icon-action {
    background-image: url('../images/icon_chitiet@2x-min.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 300px 180px;
}

.icon-dnb {
    background-position: 0 0;
    height: 28px;
    width: 28px;
}

.icon-tskt {
    background-position: -105px 0;
    height: 30px;
    width: 30px;
}

.icon-ttsp {
    background-position: -140px 0;
    height: 19px;
    width: 23px;
}

.ul-actions p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
    white-space: normal;
    color: #000;
}

/* modal-detail */
.modal-detail::-webkit-scrollbar {
    width: 10px;
}

.modal-detail::-webkit-scrollbar-thumb {
    width: 10px;
    background: #4d90e0;
    border-radius: 10px;
    height: 50px;
}

.modal-detail {
    position: fixed;
    z-index: 999;
    background: #000000c4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.content-modal-detail {
    background: #fff;
    max-width: 1200px;
    margin: 0px auto;
    min-height: 100vh;
}

.content-modal-detail .tabs {
    display: flex;
    cursor: pointer;
    padding: 0;
    list-style: none;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 99;
}

.content-modal-detail .tabs li {
    padding: 20px 20px;
    margin-right: 5px;
    font-weight: bold;
    position: relative;
    border-bottom: 4px solid #fff;
}

.content-modal-detail .tabs li.active {
    color: #2d9cdb;
    border-bottom: 4px solid #2d9cdb;
}

.content-modal-detail .tab-content {
    padding: 20px;
    max-width: 900px;
    margin: 0px auto;
}

.content-modal-detail .tab-content.active {
    display: block;
}

.close-tab {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 10;
}

.btn-closemenu {
    position: fixed;
    top: 10px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    line-height: 21px;
    padding: 7px;
    text-align: right;
    width: 72px;
}

.btn-closemenu::before {
    transform: rotate(45deg);
}

.btn-closemenu::after {
    transform: rotate(-45deg);
}

.btn-closemenu::before, .btn-closemenu::after {
    background-color: #333;
    content: '';
    left: 13px;
    height: 14px;
    position: absolute;
    top: 10px;
    width: 1px;
}

.cursor-pointer {
    cursor: pointer;
}

/* Contact */
.contact-detail {
    display: flex;
    justify-content: space-between;
}

.left-contact-detail {
    width: 60%;
}

.right-contact-detail {
    width: calc(100% - 60% - 60px);
}

.contact-map {
    position: relative;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.contact-map iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.row-contact {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}

.social-contact {
    text-align: center;
}

.social-contact > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    padding: 5px 30px;
    margin-top: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.social-contact > div a {
    display: inline-block;
    margin: 0 2px;
}

.contact-item {
    width: calc((100% / 3) - 10px);
    text-align: center;
    font-size: 15px;
}

.contact-item i {
    display: inline-block;
    margin-bottom: 10px;
}

.contact-item img {
    width: 40px;
    height: 40px !important;
}

.contact-item p {
    margin-bottom: 10px;
    font-weight: 700;
}

.contact-item span {
    font-size: 14px;
}

.row-contact-input {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.row-contact-input .contact-input:nth-child(1) {
    width: 80%;
}

.row-contact-input .contact-input:nth-child(2) {
    width: calc(100% - 80% - 8px);
}

.row-contact-input .contact-input:nth-child(2) label {
    margin-bottom: 15px;
}

.contact-input label {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    transition: all 0.8s;
    margin-bottom: 10px
}

.contact-input input {
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
}

.contact-input textarea {
    height: 100px;
    font-size: 14px;
    margin-bottom: 15px
}

.contact-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    height: 40px;
    background: var(--color-main);
    border-radius: 30px;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.3s;
}

.contact-form button:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background: #000;
}

.contact-input {
    display: flex;
    flex-direction: column-reverse
}

.contact-input .form-control {
    overflow: hidden;
}

.contact-input .form-control:focus {
    color: #212529;
    border-color: var(--color-main);
    outline: 0;
    box-shadow: unset !important;
}

.contact-input .form-control:focus::placeholder {
    transform: translateY(-200%);
}

.contact-input .form-control:focus + label {
    color: #000;
}

.contact-input input input[type=number]::-webkit-inner-spin-button, .contact-input input input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.contact-input input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    transition: all 0.4s;
    font-size: 20px;
    display: block;
    text-align: center;
}

.file-input.has-file label {
    color: var(--color-main);
}

.custom-file-upload i {
    font-size: 25px;
}

.custom-file-upload:hover {
    color: var(--color-main);
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

/*  breadCrumbs */
.breadCrumbs {
    padding: 10px 10px;
    background: #cdcdcd;
}

.breadCrumbs ol {
    margin: 0px;
}

.breadCrumbs ol li a {
    color: #333;
}

.breadCrumbs ol li a:hover {
    color: #f00;
}

/* paging */
.paging-product {
    position: relative;
}

.pagination {
    margin: 20px 0px;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination li span {
    cursor: pointer;
}

.pagination .page-item .page-link {
    color: var(--color-main);
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 10;
    cursor: pointer;
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: #1182fc;
    opacity: 0.5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: 0.4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

.grid-properties {
    display: flex;
    gap: 10px;
}

.grid-properties span {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px 15px;
    cursor: pointer;
    background: #fff;
    font-family: 'SVNGilroyMedium';
}

.grid-properties span:hover, .grid-properties span.active {
    border: 1px solid #f00;
    color: #f00;
}

.grid-properties span:hover:after, .grid-properties span.active:after {
    content: '';
    border: 0.9375rem solid transparent;
    border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
    bottom: 0;
    position: absolute;
    right: -0.9375rem;
}

.grid-properties span.outstock {
    pointer-events: none;
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
}

/* scrollToTop */
.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

[x-cloak] {
    display: none !important;
}

/* CSSS T */
a.views_dm {
    width: 140px;
    height: 38px;
}

.effect_button {
    transform-style: preserve-3d;
    transform: translateZ(-25px);
    transition: transform 0.25s;
    position: relative;
    display: inline-flex;
    z-index: 1;
}

.effect_button:after, .effect_button:before {
    position: absolute;
    content: 'xem thêm';
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f00;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: -1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.effect_button:before {
    color: #fff;
    background: #f00;
    transform: rotateY(0deg) translateZ(25px);
}

.effect_button:after {
    color: #f00;
    transform: rotateX(90deg) translateZ(25px);
}

.effect_button:hover {
    transform: translateZ(-25px) rotateX(-90deg);
}

/* News */
.flex-news-detail {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.news-left {
    width: 68%;
}

.news-right {
    position: sticky;
    top: 61px;
    width: 30%;
    background: #f1f1f1cc;
    padding: 20px;
    box-shadow: 0px 0px 5px #99999978;
}

.news-right .title-main span {
    font-size: 25px;
}

a.btn_link {
    position: relative;
    margin: 5px;
    height: 36px;
    width: 140px;
}

.btn_link.effect_button:first-child:after, .btn_link.effect_button:first-child:before {
    content: 'facebook';
}

.btn_link.effect_button:first-child:after, .btn_link.effect_button:first-child:before, .btn_link.effect_button:nth-child(2):after, .btn_link.effect_button:nth-child(2):before {
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 165 217 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}

.btn_link.effect_button:nth-child(2):after, .btn_link.effect_button:nth-child(2):before {
    content: 'google map';
}

div.slick.in-page:not(.slick-initialized) {
    display: flex;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.attr-pro-detail {
    margin: auto;
    padding: 0;
}

.baonoidung table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    -webkit-border-horizontal-spacing: 1px;
    -webkit-border-vertical-spacing: 1px;
    display: block;
    overflow-y: auto;
}

.baonoidung tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.baonoidung tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

.baonoidung td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-width: 1px;
}

.baonoidung ul, .baonoidung ol {
    list-style: auto;
    padding-left: 2rem;
}

.baonoidung ul li, .baonoidung ol li {
    margin-bottom: 0.75rem;
    list-style-type: auto;
}

.baonoidung iframe {
    max-width: 100% !important;
}

.baonoidung img {
    height: auto !important;
    max-width: 100% !important;
}

.baonoidung * {
    max-width: 100% !important;
}

div.desc-pro-detail ul li {
    margin-bottom: 0.75rem;
    list-style-type: circle;
}

div.desc-pro-detail ul li:last-child {
    margin-bottom: 0 !important;
}

div.baonoidung ul li {
    margin-bottom: 0.75rem;
    list-style-type: disc;
}

div.baonoidung ol li {
    margin-bottom: 0.75rem;
    list-style-type: decimal;
}

.line-download {
    margin-bottom: 10px;
}

.line-download a {
    color: #000;
    font-family: 'SVNGilroyMedium';
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    gap: 10px
}

.line-download i {
    color: var(--color-main);
    order: 2;
    font-size: 18px;
    position: relative;
    top: -2px
}

.line-download a::before {
    flex: 1;
    border-bottom: 1px dashed #000;
    content: "";
    order: 2;
    position: relative;
}

/* Swipper */
.swiper .swiper-wrapper {
    width: inherit;
    height: inherit;
}

.swiper.swiper-initialized .swiper-wrapper {
    margin: 0;
    width: 100%;
    height: 100%;
}

.swiper.swiper-initialized .swiper-slide {
    padding: 0;
    margin: 0px;
    overflow: hidden;
}

/* Popup */
.modal-title {
    font-size: 20px;
}

/* CSS cho loading */
.loading-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.loading {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 5px solid #3498db;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* listhome */
.listhome {
    padding: 10px 0 0;
}

.box_listhome {
    margin-bottom: 30px;
}

.title-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
    position: relative;
}

.title-product::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FE0000 0%, #DDD 100%);
    left: 0;
    bottom: 0
}

.title-product > h2 {
    color: var(--color-main);
    font-family: 'UTMBitsumishiPro';
    font-size: 50px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: -12px;
    margin-bottom: 0
}

.title-product > h2 a {
    color: var(--color-main) !important;
}

.box_tab_cat {
    text-align: center;
    padding-bottom: 8px;
    white-space: nowrap;
    overflow-x: overlay;
    max-width: 62%;
    top: 2px;
    position: relative;
}

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

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

.box_tab_cat::-webkit-scrollbar {
    height: 4px;
    background-color: var(--color-main);
}

.box_tab_cat::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
}

.box_tab_cat .click_tab {
    display: inline-block;
    text-transform: capitalize;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    padding: 0 15px;
    line-height: 39px;
    font-family: 'SVNGilroyMedium';
    font-size: 16px;
    color: #222;
    border-radius: 11px;
    border: 1px solid #DBDBDB;
    background: #F4F4F4;
}

.box_tab_cat .click_tab a {
    color: #222;
}

.box_tab_cat .click_tab.active {
    background: var(--color-main);
    color: #fff;
    border-color: var(--color-main);
}

.box_tab_cat .click_tab.active a {
    color: #fff
}

.slick_orther, .slick_product, .slick_suggest, .slick_price, .slick_post {
    display: none;
    margin-left: -6px;
    margin-right: -6px;
}

.slick_orther .col-12, .slick_product .col-12, .slick_suggest .col-12, .slick_price .col-12, .slick_post .col-12 {
    padding: 0 6px;
    margin-bottom: 15px
}

.box_content_tab {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

.tab_content {
    opacity: 0;
    visibility: hidden;
    position: relative;
    width: 100%;
}

.tab_content.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.tab_content.active .box_content_tab {
    position: relative
}

.img_list {
    margin-top: 20px;
}

.img_list a, .img_list img {
    border-radius: 10px;
    overflow: hidden;
}

/*  */
.slick_product .slick-prev {
    width: 45px;
    height: 45px;
    background: url('../images/left.png') !important;
    left: -50px;
    opacity: 1;
    z-index: 9;
    top: 46%
}

.slick_product .slick-next {
    width: 45px;
    height: 45px;
    background: url('../images/right.png') !important;
    right: -50px;
    opacity: 1;
    top: 46%
}

.slick_product .slick-prev:before {
    content: '';
}

.slick_product .slick-next:before {
    content: '';
}

.slick_orther .slick-prev {
    width: 45px;
    height: 45px;
    background: url('../images/left.png') !important;
    left: -50px;
    opacity: 1;
    z-index: 9;
    top: 46%
}

.slick_orther .slick-next {
    width: 45px;
    height: 45px;
    background: url('../images/right.png') !important;
    right: -50px;
    opacity: 1;
    top: 46%
}

.slick_orther .slick-prev:before {
    content: '';
}

.slick_orther .slick-next:before {
    content: '';
}

/* partner */
.partner {
    padding: 10px 0;
    position: relative;
}

.partner .wrap-content {
    border-radius: 10px;
    background: #DEDEDE;
    padding: 20px;
}

.slick_partner {
    display: none;
    margin-left: -10px;
    margin-right: -10px
}

.slick_partner .col-12 {
    padding: 0 10px;
}

.item-partner {
    display: block;
    border-radius: 8px;
    background: #FFF;
}

/* criteria */
.criteria {
    padding: 50px 0 60px;
}

.slick_criteria {
    display: none;
    margin-left: -12px;
    margin-right: -12px
}

.slick_criteria .col-12 {
    padding: 0 12px
}

.item_criteria {
    text-align: center;
    position: relative;
}

.img_criteria {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FE0000 0%, #980000 100%);
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.14);
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: -50px;
    z-index: 9;
    position: relative;
}

.img_criteria img {
    max-width: 60px;
}

.info_criteria {
    border-radius: 20px;
    border: 1px dashed var(--color-main);
    background: #FFF;
    padding: 80px 15px 45px;
    position: relative;
    z-index: 1
}

.info_criteria h3 {
    margin: 0 0 10px;
    color: #B10000;
    text-align: center;
    font-family: 'SVNGilroyBold';
    font-size: 18px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

/* newshome */
.item_news {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.img_news {
    position: relative;
}

.img_news a, .img_news a img {
    border-radius: 10px 10px 0px 0px;
    background: #D9D9D9;
    overflow: hidden;
}

.info_news {
    padding: 15px;
    position: relative;
}

.info_news h3 {
    margin: 0 0 5px;
    position: relative;
    display: block
}

.info_news h3 a {
    color: #001524;
    line-height: 25px;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: 'SVNGilroySemiBold';
    height: 50px;
}

.item_news:hover .info_news h3 a {
    color: var(--color-main);
}

.info_news span {
    color: #4F4F4F;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 75px;
    font-weight: 500
}

/* box_filter */
.box_filter {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 1;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}

.title_filter {
    position: relative;
    background: #d6d6d6;
    line-height: 35px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'SVNGilroyMedium';
    text-transform: capitalize;
    gap: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6d6d6;
}

.item_filter:has(li.active) .title_filter {
    background: #FBDCDC;
    border-color: var(--color-main);
}

.title_filter i {
    top: 3px;
    position: relative;
}

.item_filter {
    position: relative;
}

.item_filter ul {
    position: absolute;
    top: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    max-width: 600px;
    opacity: 0;
    padding: 16px;
    transition: .5s;
    width: calc(100vw - 20px);
    z-index: -1;
}

.item_filter ul::before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 30px;
    position: absolute;
    top: -10px;
}

.item_filter ul.active {
    display: flex;
    opacity: 1;
    gap: 8px;
    flex-wrap: wrap;
    z-index: 10
}

.item_filter ul li {
    position: relative;
    align-items: center;
    background: #f2f2f3;
    border: none;
    border-radius: 8px;
    color: #1d1d20;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    gap: 4px;
    height: 40px;
    justify-content: center;
    padding: 8px 16px;
    transition: .3s;
    white-space: nowrap;
    font-family: 'SVNGilroyMedium';
    border: 1px solid #e4e4e7;
}

.item_filter ul li.active {
    background: #FBDCDC;
    border-color: var(--color-main);
}

.btn-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.btn-filter span {
    width: calc(50% - 5px);
    text-align: center;
    line-height: 40px;
    border-radius: 7px;
    border: 1px solid #ccc;
    font-family: 'SVNGilroyBold';
    color: #000;
    text-transform: capitalize;
    cursor: pointer;
}

.btn-filter span:nth-child(2) {
    background: var(--color-main);
    border-color: var(--color-main);
    color: #fff
}

/* item-bonus */
.item-bonus {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    position: relative;
    display: block;
    padding: 10px;
    text-align: center;
}

.img-bonus {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.img-bonus span, .img-bonus span img {
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.item-bonus h3 {
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #222;
    font-family: 'SVNGilroySemiBold';
    font-size: 15px;
    text-transform: capitalize;
    height: 46px;
}

/*  */
.item-product-price {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 15px;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    position: relative;
    padding: 5px;
    overflow: hidden;
}

.img-product-price {
    width: calc(40% - 5px);
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.img-product-price a, .img-product-price a img {
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.info-product-price {
    width: calc(60% - 10px);
}

.info-product-price h3 {
    margin-bottom: 5px;
    position: relative;
    display: block;
}

.info-product-price h3 a {
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #222;
    font-family: 'SVNGilroySemiBold';
    font-size: 14px;
    text-transform: capitalize;
}

.item-product-price:hover .info-product-price h3 a {
    color: var(--color-main);
}

.product-price1 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    flex-wrap: wrap;
}

.product-price1 span.price-old {
    color: #434343;
    font-size: 14px;
    text-decoration-line: line-through;
    position: relative;
    top: 1px
}

.product-price1 span.price-new {
    color: var(--color-main);
    font-size: 15px;
    font-family: 'SVNGilroyBold';
}
