/* @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: #018329;
    --color-social: #f00;
    --color-hover: #f00;
    --color-text: #f00;
    --menu-border: rgb(255 255 255 / 20%);
    --menu-color: #fff;
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
}

body.no-responsive {
    min-width: 1366px;
}

.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 {
    margin: 0px auto;
    max-width: 1200px;
}

.max-w-1000 {
    max-width: 1000px;
}

.w-1300 {
    max-width: 1300px;
}

.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);
} */
.scale-img {
    position: relative;
    overflow: hidden
}

.scale-img:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.scale-img:hover:before {
    transition: 1s;
    left: 100%
}

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

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

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

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

.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;
}

.title-detail h1, .title-main h2, .title-main h3, .title-main h4, .title-main span {
    color: var(--color-main);
    \: SVN-Kimberley;
    font-size: 32px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-bottom: 16px;
    font-weight: 700;
}

.news-right .title-main span {
    font-size: 22px;
    display: block;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: left;
}

.title-main p {
    color: #3E3E3E;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

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

.title-album.title-main p {
    font-size: 20px;
    font-weight: 400;
    max-width: 310px;
    margin: 0 auto;
}

.sub-title {
    color: #008E45;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.title-main.title-detail span {
    background: #1D5AAB;
    height: 1px;
}

.wrap-container {
    margin-bottom: 50px;
}

.hide-deskop {
    display: none !important;
}

.title-detail {
    text-align: center;
}

/* 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;
}

/* Blink */
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/*   Header   */
.header {
    color: #fff;
    font-size: 15px;
    width: 100%;
    background-size: cover;
    padding: 10px 0;
}

.header.inslide {
    /* position: relative; */
}

.flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-cart {
    border: 1px solid var(--color-main);
    padding: 10px;
    border-radius: 5px;
    position: relative;
    color: var(--color-main);
}

.header-cart:hover {
    color: #fed402;
}

.header-cart i {
    font-size: 20px;
}

.header-cart .count-cart {
    position: absolute;
    z-index: 999;
    color: #fff;
    background: #f00;
    border-radius: 50%;
    top: -10px;
    right: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}

/* .menu-head { display: flex; gap: 20px; justify-content: space-between; align-items: center; }
.menu-head a { color: #fff; }
.menu-head a:hover { color: #fed402; }
.line-head { background-color: #72b2fd; height: 32px; width: 1px; } */
/* Search */
/* Search RP */
.search{float:right;position:relative;width:270px;margin-top:5px;display: flex;align-items: center;align-items: center;}
.search input{background:#fff;height:38px;border:none;padding:0px 10px;border-radius:5px;width:100%;color:#333;}
.search label{position:absolute;right:10px;top:8px;font-size:15px;color:#333;}
.search input::-webkit-input-placeholder{color:#333;}
.search input:-moz-placeholder{color:#333;}
.search input::-moz-placeholder{color:#333;}
.search input:-ms-input-placeholder{color:#333;}
.ds-item-search {
    width: calc(100% - 70px);
}

.ds-item-search a {
    font-size: 14px;
    color: #333;
}

.show-search {
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.box-search .price-product {
    width: 100%;
    margin: 0px;
    text-align: left;
}

.box-search .price-product .price-new {
    color: #f00;
    font-size: 14px;
    font-weight: bold;
}

.box-search .price-product .price-old {
    color: #999;
    text-decoration-line: line-through;
}

.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 39px;
    height: 39px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: var(--color-main);
    font-size: 18px;
    margin: 0px;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

button.icon-search.transition.active svg path {
    fill: #000 !important;
    !importan; !importa; !import; !impor; !impo; !imp; !im; !i; !; }

.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: 3;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
    display: flex;
    align-items: center;
}

.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;
    font-size: 14px;
    display: flex;
}

.search-grid button {
    color: var(--color-main);
    line-height: 39px;
    width: 40px;
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #7A7A7A;
    font-weight: 500;
}

.search-res .search-grid input:-moz-placeholder {
    color: #7A7A7A;
    font-weight: 500;
}

.search-res .search-grid input::-moz-placeholder {
    color: #7A7A7A;
    font-weight: 500;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #7A7A7A;
    font-weight: 500;
}

/* 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;
}

.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 */
#hamburger {
    width: 28px;
    height: 21px;
    position: relative;
    cursor: pointer;
}

#hamburger:before, #hamburger:after, #hamburger span {
    background: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0px;
    border-radius: 10px;
    overflow: hidden;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 9px;
}

#hamburger:after {
    top: 18px;
}

#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;
}

.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-wrapper_opening #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 */
.menu-head.fix_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
/* Menu */
.menu-head {
    background: #018329;
}

.menu {
    float: left;
    width: calc(100% - 530px);
    padding: 0px 30px;
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none;
}

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

.menu ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none!important;
    font-size: 15px;
    color: #fff;
    margin: 0px;
    padding: 13px 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.menu ul li .active,.menu ul li > a:hover {
    color: #fff;
    background: #0b9936
}

.menu ul li ul {
    position: absolute;
    left: 0px;
    min-width: 200px;
    background: #018329;
    box-shadow: 0 3px 11px 0 rgba(0,0,0,0.1);
    -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 .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 .7s;
}

.menu ul li ul li a {
    text-align: left;
    padding: 10px;
    font-size: 14px;
}

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

.menu ul li ul li a h2 {
    font-size: 14px;
    padding: 12px 15px;
}

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

.menu ul ul li {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

/* Menu-left */
.mn-list {
    float: left;
    width: 260px;
    position: relative;
}

.mn-list h4 {
    cursor: pointer;
    background: url(../images/icon_menu.png)no-repeat 20px 17px #0b9936;
    padding-left: 55px;
    line-height: 48px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.mn-list h4 i {
    vertical-align: 3px;
    display: inline-block;
}

.menu-left {
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 100%;
    padding: 0px;
    z-index: 9;
    background: #018329;
}

.menu-left ul {
    padding: 0px;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 100%;
    background: #018329;
    display: none;
}

.menu-left li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #099634;
    position: relative;
}

.menu-left li a {
    color: #fff;
    text-transform: uppercase;
}

.menu-left li:hover > ul {
    display: block;
}

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

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

.news-time span {
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

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

.news-date {
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 9px;
}

.news-view {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    background: #18BFDB;
    width: 126px;
    line-height: 36px;
    justify-content: 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;
}

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

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

.item-news-all a .img-news-all {
    max-width: 220px;
    width: 100px;
}

.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;
}

/* Partner */
.info-partner {
    background: #f8f8f8;
    padding: 15px 0px;
}

/* Footer */
.footer-tags {
    padding: 40px 0px;
}

.title-tags {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5\px;
    text-transform: uppercase;
}

.item-tags {
    display: inline-block;
    background: #F1F1F1;
    color: #525252;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px 0px 12px;
    border-radius: 3px;
    margin: 0px 10px 10px 0px;
    line-height: 20px;
    font-size: 14px;
}

.item-tags i {
    margin-right: 7px;
    color: var(--color-main);
    font-size: 18px;
    vertical-align: middle;
}

.item-tags:hover {
    color: #fff;
    background: var(--color-main);
}

.item-tags:hover i {
    color: #fff;
}

.footer-article {
    color: #fff;
}

.footer-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.name-company {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-info {
    font-size: 16px;
}

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

.footer-ul li {
    margin-bottom: 10px;
}

.footer-ul li:last-child {
    margin-bottom: 0px;
}

.footer-ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
}

.footer-ul li a:hover {
    text-decoration: none;
    color: #ffeb00;
}

.item-icon-footer img {
    max-height: 35px;
    margin: 0px 10px 10px 0px;
}

.footer-powered {
    margin-top: 30px;
    background: #0d7730;
    padding: 10px 0px;
}

.footer-copyright {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.footer-copyright span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.footer-copyright a {
    color: #fff;
    font-weight: 700;
}

.footer-statistic {
    text-align: right;
}

.footer-statistic span {
    padding-right: 10px;
}

.footer-statistic span:last-child {
    padding-right: 0px;
}

#footer-map {
    position: relative;
    height: 220px;
    margin-top: 0px;
}

#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

.newsletter-slogan {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}

.form-newsletter input, .form-newsletter select {
    font-size: 14px;
    padding: 0;
    outline: none;
    color: #1B0A02;
    background: #fff;
    margin-bottom: 0;
    box-shadow: none !important;
    border-radius: 5px;
    border: none;
    height: 42px;
    padding: 0 15px;
}

.form-newsletter textarea::placeholder, .form-newsletter input::placeholder {
    color: #1A1A1A;
    font-weight: 500;
}


.social-footer {
    margin-top: 15px;
    /* gap: 40px; */
    align-items: center !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    justify-content: start;
    margin-bottom: 15px;
}

.social-footer a {
    margin-left: 10px;
}

.social-footer a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.social-footer a span {
    display: inline-block;
    margin-left: 9px;
}

.social-footer a~a {
}

#facebookComponent {
    height: 210px;
    overflow: hidden;
}

#tiktokComponent {
    height: 403px;
    position: relative;
}

#tiktokComponent .tiktok-embed {
    margin: 0px;
    height: 403px;
    position: relative;
}

#tiktokComponent .tiktok-embed iframe {
    margin: 0px;
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}

footer {
    background: #009431;
    color: #fff;
    padding: 30px 0px 0px;
}

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

.sort-select .click-sort {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px 6px 8px;
    margin: 0px;
}

.sort-select-main {
    display: grid;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    position: absolute;
    padding: 0 7px;
    top: 30px;
    right: 0;
    width: 160px;
    z-index: 2;
}

.sort-select-main p {
    border-bottom: 1px solid #f1f1f1;
    margin: 0px;
    order: 2;
}

.sort-select-main p:has(.check) {
    order: 1;
}

.sort span {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 3px;
    display: block;
    cursor: pointer;
}

.sort span.check i {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 100px;
    vertical-align: middle;
}

.sort span.check i::after {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -4px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.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 -5px;
}

.col-product {
    padding: 0px 5px;
    margin-bottom: 20px;
}

.product {
    display: block;
    position: relative;
    pad;
    height: 100%;
    border: 1px solid #ccc3;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    padding: 6px;
    padding-bottom: 12px;
}

.product:hover {
    border-color: var(--color-main);
}

.product-pic {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    aspect-ratio: 540/510;
}

.product-pic a, .product-pic img {
    border-radius: 0;
    display: block;
    overflow: hidden;
}

.product-name {
    margin: 15px 0;
    font-weight: normal;
}

.product-name a {
        margin: 0px 0px 5px 0px;
    font-size: 15px;
    color: #333;
    text-align: center;
    font-weight: 500;
    line-height: 20px;
    height: 40px;
    -webkit-line-clamp: 2;
}

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

.product-name .text-split {
    -webkit-line-clamp: 1;
}

.product-info-left {
    width: calc(100% - 50px);
}

.product-price {
    color: #555;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
/*
.price-new {
    color: var(--color-main);
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.price-old {
    font-size: 15px;
    text-decoration: line-through;
    display: inline-block;
    color: #808080;
    text-transform: uppercase;
    display: inline-block;
}

.price-per {
    color: #FF2E00;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
} */

.price-product{margin-bottom:0px;text-align:center;color:#999999;}
.price-product span{padding:0px 5px;}
.price-new{font-size:15px;color:#ca0000;font-weight:500;}
.price-old{font-size:14px;color:#a3a3a3;text-decoration:line-through;}
.price-per{position:absolute;top:15px;right:15px;color:#fff;background:#eb8e1f;font-size:11px;border-radius:2px;width:45px;height:25px;text-align:center;line-height:25px;}


.product-star-view {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-star {
    font-size: 9px;
    position: relative;
    color: #999;
    margin-right: 15px;
}

.product-star .star-active {
    position: absolute;
    left: 0px;
    top: 0px;
    width: var(--star-width);
    white-space: nowrap;
    overflow: hidden;
    color: #FFCD00;
}

.product-view {
    color: #999;
    font-size: 13px;
}

.product-cart {
    text-align: center
}

.product-cart span {
    border-radius: 4px;
    background: var(--MU-CHNH, linear-gradient(180deg, #E6001A 0%, #BC0015 100%));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-weight: 500;
    color: #fff;
    gap: 6px;
    cursor: pointer;
}

.cart-add {
    margin-left: 10px;
    background-color: #00A5D9;
    width: 155px;
}

.cart-add:hover {
    background-color: #1d1d1d;
}

.cart-buy {
    background-color: #FF2E00;
    width: 93px;
    height: 33px;
}

.cart-buy:hover {
    background-color: #5172fd;
}

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

.grid-pro-detail .left-pro-detail {
    width: 28%;
}

.grid-pro-detail .right-pro-detail {
    width: 45%;
    font-weight: 500;
}

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

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

.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: #f00;
}

.grid-pro-detail .right-pro-detail .title-pro-detail {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.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: #8E8E8E;
    font-size: 14px;
    padding: 0px 1rem;
    position: relative;
}

.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;
}

.product-price-detail {
    padding: 12px 0px;
    border-radius: 6px;
}

.product-price-detail strong {
    color: #474747;
    font-size: 14px;
    margin-right: 15px;
}

.product-price-detail .attr-content-pro-detail {
    display: flex;
    align-items: center;
}

.product-price-detail .price-new-pro-detail {
    /* color: var(--color-main); */
    /* font-size: 24px; */
}

.product-price-detail .price-old-pro-detail {
    color: #9E9E9E;
    font-size: 15px;
    margin-right: 25px;
    font-style: italic;
}

.product-price-detail .percent-pro-detail {
    color: #fff;
    font-size: 13px;
    padding: 1px 10px;
    border-radius: 2px;
    background: var(--color-main);
}

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

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: #ff2e00;
}

.price-old-pro-detail {
    font-weight: 500;
    color: #666;
    text-decoration: line-through;
    padding-left: 10px;
}

.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: 164px;
    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;
}

.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: 10px 20px;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    border: 1px solid var(--color-main);
}

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

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

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

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

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

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

.wrap-show-content.max-height {
    max-height: 500px;
    overflow: hidden;
}

.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: linear-gradient(180deg, transparent, #FAFAFA);
    padding-top: 100px;
}

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

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

/* 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 */
.album-name {
    font-size: 16px;
    text-align: left;
}

.album-name a {
    color: var(--color-main);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

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

/* 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: 385px;
    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;
    padding: 5px 30px;
    margin-top: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    gap: 10px;
}

.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: #22292f;
    transition: all 0.8s;
}

.contact-input input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    height: 45px;
    margin-bottom: 15px;
    overflow: hidden;
    background: transparent;
}

.contact-input input::placeholder {
    font-size: 15px;
    color: #ced4da;
    transition: all 0.5s !important;
}

.contact-input textarea {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    height: 70px;
    margin-bottom: 20px;
    background: transparent;
}

.contact-input textarea::placeholder {
    font-size: 15px;
    color: #ced4da;
    transition: all 0.5s !important;
}

.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;
    !i; !; background: transparent;
}

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

.contact-input .form-control:focus+label {
    color: var(--color-main);
}

.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: #ddd;
}

.breadCrumbs ol {
    margin: 0px;
}

.breadCrumbs ol li a {
    color: #333;
    text-transform: capitalize;
}

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

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

.pagination {
    margin: 20px 0px;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination li span {
    cursor: pointer;
}

.pagination .page-item .page-link {
    color: #717171;
    min-width: 35px;
    min-height: 35px;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #E2E2E2;
}

.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;
}

/* Messenger */
.btn-messenger { bottom: 150px; right: 20px;}

.btn-messenger svg {
    width: 29px;
}
.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed{display:none!important}
.js-facebook-messenger-tooltip{bottom:97px;right:97px}
.js-facebook-messenger-tooltip{color:#404040;background:#fff}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-tooltip{display:none;position:fixed;text-align:center;border-radius:10px;overflow:hidden;font-size:12px;line-height:1;padding:10px;border:1px solid rgba(0,0,0,0.1);box-shadow:rgba(0,0,0,0.15) 0 2pt 10pt;z-index:1.0E+30}
.js-facebook-messenger-close-tooltip{width:10px;height:10px;display:inline-block;cursor:pointer;margin-left:10px}
.js-facebook-messenger-box.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}
.js-facebook-messenger-box.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-box{display:block;position:fixed;cursor:pointer;bottom:150px;right:17px;width:56px;height:56px;text-align:center;background:#1182FC;border-radius:100%;overflow:hidden;z-index:99;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3)}
.js-facebook-messenger-box.rotate svg#fb-msng-icon{transform:rotate(0deg)}
.js-facebook-messenger-box svg#fb-msng-icon{width:32px;height:33px;position:absolute;top:13px;left:12px;opacity:1;overflow:hidden;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;}
.js-facebook-messenger-box.rotate svg#close-icon{transform:rotate(-45deg)}
.js-facebook-messenger-box svg#close-icon{opacity:0;width:19px;height:20px;position:absolute;top:19px;left:19px;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;}
.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:1000}
.js-facebook-messenger-container{position:fixed;opacity:0;transform:translateY(50px);bottom:110px;right:90px;border-radius:10px;pointer-events:none;box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);-webkit-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-moz-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-o-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;transition:transform 160ms ease-in-out,opacity 160ms ease-in-out}
.js-facebook-messenger-top-header{width:220px}
.js-facebook-messenger-top-header{color:#fff;background:#1182FC}
.js-facebook-messenger-top-header{display:block;position:relative;width:220px;background:#1182FC;color:#fff;text-align:center;line-height:1;padding:10px;font-size:14px;border-top-left-radius:10px;border-top-right-radius:10px}
.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe{border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:1000}
.js-facebook-messenger-top-header{color:#fff;background:#1182FC}
.js-facebook-messenger-top-header{width:220px}
.js-facebook-messenger-tooltip{color:#404040;background:#fff}
.js-facebook-messenger-container.open{transform:translateY(0px);opacity:1;pointer-events:all}
.js-facebook-messenger-tooltip{bottom:97px;right:97px}
.js-facebook-messenger-box.open svg#fb-msng-icon{opacity:0}
.js-facebook-messenger-box.rotate.open svg#close-icon{transform:rotate(0deg)}
.js-facebook-messenger-box.open svg#close-icon{opacity:1}

.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;
}

.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;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-main);
}

/* 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;
}

/* BTN */
.btn-main a {
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 14px 20px;
    display: inline-flex;
    background: var(--color-main);
    color: #fff;
    font-weight: 500;
    line-height: normal;
    font-size: 17px;
    border-radius: 5px;
}

.btn-main a:hover {
    background: #a50000;
}

.btn-red a {
    background: #D61414;
}

.btn-red a:hover {
    background: var(--color-main);
}

/* 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);
}

.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;
}

/* 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);
    }
}

/* Swiper arrow */
.swiper-arrow.swiper-button-next, .swiper-arrow.swiper-button-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--color-main);
}

.swiper-arrow.swiper-button-next:after, .swiper-arrow.swiper-button-prev:after {
    font-size: 15px;
    color: #fff;
}

.swiper-arrow.swiper-button-prev {
    left: -40px;
}

.swiper-arrow.swiper-button-next {
    right: -40px;
}

/* Product */
.wrap-readmore {
    text-align: center;
}

.wrap-readmore span {
    color: #fff;
    background: var(--color-main);
    padding: 10px 20px;
    border: 1px solid var(--color-main);
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.wrap-readmore span:hover {
    color: #fff;
    background: #f00;
    border-color: #f00;
}

.wrap-readmore span.active::before {
    position: absolute;
    inset: 0px;
    content: '';
    color: #fff;
    background: var(--color-main);
    transition: 0.7s;
}

.wrap-readmore span.active::after {
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    content: '\e4bb';
    color: #fff;
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.7s;
    animation: rotate 1.5s linear infinite;
}

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

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

/* Footer */
.footer-news:nth-child(1) {
    width: 405px;
}

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

.footer-news:nth-child(3) {
    width: 20%;
}

.footer-news:nth-child(4) {
    width: 20%;
}

.title-fanpage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #2B2823;
    font-family: "UTM Bebas";
}

/* Slide */
.slideshow {
    position: relative;
}

/* .menu ul.ulmn>li.btn-booking { background: #1A1A1A; width: 120px; height: 40px; display: flex; align-items: center; justify-content: center; gap: 10px; margin-left: 35px; flex: unset; cursor: pointer; border: 1px solid #000; }
.menu ul.ulmn>li.btn-booking:hover { background: #eeebe5; color: #00; }
.menu ul.ulmn>li.btn-booking:hover span { color: #000; }
.menu ul.ulmn>li.btn-booking:hover svg path { fill: #000 !important; } */
/*Rotate IMG*/
.rotate-img {
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
}

.rotate-img:hover svg, .rotate-img:hover img {
    transform: scaleY(180);
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
    transform: rotateY(360deg);
    /*transform: rotateX(360deg); transform: rotateZ(360deg); */
}

/* Header */
.header {
    background: url(../images/bg_head.png)no-repeat;
    background-size: cover;
}

.center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotline {
    background: url(../images/hotline.png)no-repeat left center;
    padding-left: 60px;
}

.hotline p {
    margin: 0px;
    color: #000;
    font-weight: 500;
}

.hotline p span {
    color: #d20101;
    font-size: 22px;
    margin: 0px;
    font-weight: bold;
}

.cart-head {
    background: url(../images/cart.png)no-repeat left center;
    padding-left: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart-head p {
    margin: 0px;
    color: #333
}
/* Criteria */
.info__main {
    padding: 20px 0px;
    position: relative;
}
.box-tc{background:#fafafa;padding:10px;border:1px solid #f2f2f2;display: flex;align-items: center;justify-content: space-between;}
.box-tc img{float:left;margin-right:10px;transition:all 1s;}
.box-tc:hover img{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);}
.box-tc h3{font-size:16px;font-family: 600;margin:5px 0px;}
.box-tc p{margin:0px;}
.pic-tc{width: 65px;}
.info-tc{width: calc(100% - 85px);}

/* Product */
.info__list {
    padding: 30px 0px;
    background: url(../images/bg_list.png) no-repeat;
    background-size: cover;
}
.img-list img {
    position: relative;
    z-index: 9;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    display: inline-block;
}
.img-list {
    position: relative;
    max-width: 290px;
    margin: 0px auto;
    display: block;
}

.box-list h3 {
    position: relative;
    z-index: 9;
    background: #009431;
    padding: 12px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%);
    margin-top: -45px;
    overflow: hidden;
    max-width: 290px;
    text-align: center;
}
.box-list h3 a {
    color: #fff;
}
.b-list {
    display: inline-block;
    position: relative;
}

.img-list:after {
    content: '';
    position: absolute;
    bottom: 44px;
    left: 0px;
    right: 0px;
    height: 95px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #007724;
}

.title-pro{text-align:center;background:url(../images/title_pro.png)no-repeat;background-size:100% 100%;padding:30px 0px;}
.title-pro h4{color:#fff;font-size:65px;line-height:65px;text-transform:capitalize;margin:0px;}
.title-pro span{font-size:28px;color:#fff;}
.title-list{position:relative;margin-bottom:20px;background:#f2f2f2;border-top:2px solid #018329;display: flex;align-items: center;}
.title-list h4{background:#018329;display:inline-block;text-transform:uppercase;font-size:20px;color:#fff;font-weight: 700;padding:0px 40px 0px 20px;line-height:48px;clip-path:polygon(0 0,100% 0%,92% 100%,0% 100%);margin:0px;display: inline-block;}
.title-list a{color:#018329;position:absolute;right:10px;top:15px;background:url(../images/icon_view.png)no-repeat left center;padding-left:15px;font-weight: 500;}
.title-nb{text-align:center;margin-bottom:20px;padding-bottom:10px;border-bottom:1px dotted #b2b2b2}
.title-nb h4{font-size:25px;color:#db0000;text-transform:uppercase;font-family:Roboto-Bold;margin:0px 0px 5px;}
.title-nb span{font-size:15px;color:#323232}

.sale {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/sale.png) no-repeat;
    width: 50px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

/* News */
.wr-news{width:49%}
.pic-newshome-best img{width:100%;}
.news-name a{color:#333333;font-size:18px;line-height:18px;font-weight:500;margin-bottom:10px;}
.news-name a:hover{color:#f00}
.news-name a.text-split{-webkit-line-clamp:2;}
.news-time{color:#7b7b7b;margin:5px 0px;}
.news-time p{margin:0px;}
.news-desc{color:#4c4c4c;margin-bottom:0px;}
.box-news{padding:10px 0px;}
.pic-news{width: 215px;}
.info-news{width: calc(100% - 225px);}

.title h4 {
    position: relative;
    font-size: 30px;
    margin: 0px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}
.title h4:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 3px;
    background: #018329;
}
/* Letter */
.wr-letter{width:49%;padding:30px 40px 300px 40px;background:url(../images/bg_letter.png)no-repeat;background-size:cover;}
.title-letter{margin-bottom:20px;text-align:center;}
.title-letter h4{font-size:30px;text-transform:uppercase;font-weight:700;}
.newsletter-input input{height:42px;border:none;border-radius:5px;}
.send-letter{width:170px;height:42px;margin:10px auto 0px;display:block;border:none;background:linear-gradient(to right,#55b555,#0e685f 90%);text-transform:uppercase;color:#fff;font-weight:700;}


/* Doi tac */
.info__partner {
    padding: 20px 0px;
    background: #f7f7f7;
}

.footer-name {
    position: relative;
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.item-tags {
    padding-bottom: 0.375rem;
    color: rgb(255, 255, 255);
    background: rgb(202, 0, 0);
}
.item-tags:hover {
    background: rgb(255, 182, 0);
    color: #000;
}

/*  Product Hot */
.photo-bc {
    width: 36%;
}
.pro-bc {
    width: 62%;
}
.title-c{display:inline-block;}
.title-c span{cursor:pointer;display:inline-block;padding:0px 5px;position:relative;font-size: 12px;font-weight: 500;}
.title-c span:last-child:after{display:none}
.title-c span:hover,.title-c .active{color:#f00}
.title-c span:after{content:'';position:absolute;right:0px;top:6px;height:10px;border-right:1px solid #666;}

/* product Deatil */
.flex-product-detail { display: flex; justify-content: space-between; }
.left-product-detail { width: 270px; position: relative; z-index: 998; }
.right-product-detail { width: calc(100% - 290px); position: relative; z-index: 1; }
.aside--sticky {position: -webkit-sticky;position: sticky;top: 75px;width: 25%;}
.group-sidebox { margin: 0 0 20px; position: relative; padding: 10px 10px; border: 1px solid #e7e7e7; background: #fff; z-index: 10; }
.group-sidebox-none { margin-bottom: 20px; }
.group-sidebox .sidebox-title h3 { font-size: 18px; text-transform: uppercase; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #A2A3A3; text-align: center; position: relative; color: #000000; }
.sidebox-content ul { list-style: none; padding: 0px; }
.menuList-links { margin: 0; }
.menuList-links li { position: relative; z-index: 10; }
.menuList-links li a { color: #252a2b; position: relative; font-size: 14px; display: inline-block; }
.menuList-links li a:hover, .menuList-links li a:focus { color: var(--main-color); }
.menuList-links li { border-bottom: 1px solid #e7e7e7; }
.menuList-links li:last-child { border-bottom: none; }
.menuList-links li a {padding: 12px 0;font-weight: 500;font-size: 15px;padding-right: 15px;}
.menuList-links li.has-submenu > a { padding-right: 30px; }
.menuList-links > li.has-submenu .icon-plus-submenu:hover { border: 1px solid #e7e7e7; }
ul.menuList-links li ul.submenu-links { display: none; }
ul.submenu-links li a { padding: 8px 0 8px 0px; }
li.has-submenu.level0 ul.submenu-links { border-top: 1px dashed #e7e7e7; }
li.has-submenu.level0 ul.submenu-links li a { padding-left: 12px; }
li.has-submenu.level1 ul.submenu-links li a { padding-left: 15px; }
li.has-submenu.level2 ul.submenu-links li a { padding-left: 25px; }
ul.menuList-links li { border: none; }
ul.menuList-links li.level1 { border-bottom: 1px solid #dfdfdf; }
ul.menuList-links li ul { background: #fff; padding-left: 25px; display: none; }
ul.menuList-links li:hover ul { opacity: 1; visibility: visible; overflow: visible; }
.menuList-links > li.has-submenu span.icon-plus-submenu { width: 25px; height: 25px; cursor: pointer; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid transparent; }
.icon-plus-2,.icon-plus {position: absolute;top: 50%;transform: translateY(-50%);right: 0;}


/* Combo Phone */
.support-online{position:fixed;z-index:999;left:10px;bottom:70px;}
.support-online a{position:relative;margin:20px 10px;text-align:left;width:40px;height:40px;}
.support-online i{width:40px;height:40px;background:#43a1f3;color:#fff;border-radius:100%;font-size:20px;text-align:center;line-height:1.9;position:relative;z-index:999;}
.support-online a span{border-radius:2px;text-align:center;background:rgb(103,182,52);padding:9px;display:none;width:180px;margin-left:10px;position:absolute;color:#ffffff;z-index:999;top:0px;left:40px;transition:all 0.2s ease-in-out 0s;-moz-animation:headerAnimation 0.7s 1;-webkit-animation:headerAnimation 0.7s 1;-o-animation:headerAnimation 0.7s 1;animation:headerAnimation 0.7s 1;}
.support-online a:hover span{display:block;}
.support-online a{display:block;}
.support-online a span:before{content:"";width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent  rgb(103,182,52) transparent transparent;position:absolute;left:-10px;top:10px;}
.support-online .kenit-alo-circle-fill{width:60px;height:60px;top:-10px;position:absolute;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background-color:rgba(0,175,242,0.5);opacity:.75;right:-10px;}
.support-online .kenit-alo-circle{width:50px;height:50px;top:-5px;right:-5px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,0.4);opacity:.1;border-color:#0089B9;opacity:.5;}
.support-online .support-online .btn-support{cursor:pointer;}
.support-online .mes i{background:orange;}
.support-online .sms i{background:red;}
.support-online .call-now i{background:green;}

.footer-news a{
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
}
.namefooter{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* <!-- KHóa giỏ hàng --> */
.cart-fixed,.cart-product,.cart-pro-detail,.giohang,.xcart,.t_giohang,.quantity-pro-detail,.quantity-pro-detail,.addcart,.cart-header,.addcart,.cart-fixed,.quantity-pro-detail,.cart-head{
        display: none !important;
    }
