@charset "UTF-8";

@font-face {
    font-family: "Main";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Afacad-Bold.ttf");
}

@font-face {
    font-family: "Main";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Afacad-Medium.ttf");
}

@font-face {
    font-family: "Main";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Afacad-Regular.ttf");
}

@font-face {
    font-family: "Main";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Afacad-SemiBold.ttf");
}

@font-face {
    font-family: "Carter One";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/CarterOne-Regular.ttf");
}

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

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Main";
    font-weight: 400;
    top: 0px !important;
}

.🐷 {
    margin-top: 70px;
}

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

.wrap-content {
    margin: 0px auto;
    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;
    transition: width 2s, height 2s, transform 2s;
    position: relative;
}

.scale-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    z-index: 10;
    transition: transform 0.6s;
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

.scale-img:hover:before {
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

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

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

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

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

.scale-img:hover>img {
    transition: 0.3s all;
}

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

.transition {
    transition: 0.3s all;
}

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

.btn-frame .kenit-alo-circle-fill {
    transition: 0.3s all;
    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 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 .pulse {
    animation-name: pulse;
}

.btn-messenger {
    bottom: 130px;
}

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

.control-owl button {
    transition: 0.3s all;
    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;
}

.carousel-comment-media .carousel-control a span {
    transition: 0.3s all;
}

.support-online .kenit-alo-circle-fill {
    transition: 0.3s all;
}

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

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

#google_language_translator {
    clear: both;
    width: auto !important;
    text-align: right;
    display: none;
}

.goog-te-banner-frame,
.skiptranslate iframe {
    display: none !important;
    visibility: visible !important;
}

#google_language_translator {
    height: 30px;
    overflow: hidden;
    font-size: 0;
}

#google_language_translator span {
    display: none;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.header {
    background: #fff;
}

.header-fixed {
    background: #fff;
    position: relative;
    padding: 22px 10px 22px 20px;
    width: 100%;
}

.header-fixed.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0px 0px 0px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-right {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 8px 16px 8px 0px;
}

.header-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 0;
    border-radius: 30px;
    background: #FAF8EB;
    gap: 10px;
    padding: 4px 0 4px 16px;
}

.header-search input {
    flex: 1 1 0;
    font-size: 13px;
    color: #333;
    border-radius: 10px;
    border: none;
    background: none;
}

.header-search input:focus {
    border: none;
    box-shadow: none;
}

.header-search label {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #151412;
}

.header-search label i {
    font-weight: bold;
    color: #999;
}

.header-search select {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    padding-right: 32px;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600;
    color: #000;
}

.header-search select option {
    background: #FAF8EB;
    padding: 8px;
}

.header-member .user-header a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.header-member .user-header a:hover {
    color: var(--color-main);
}

.header-lang {
    position: relative;
    margin-left: 0;
    display: flex;
    align-items: center;
    background: var(--color-main);
    color: #fff;
    border-radius: 5px;
    width: 60px;
}

.header-lang .lang_current {
    align-items: center;
    display: flex;
    cursor: pointer;
    border-radius: 5px;
    padding: 0 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    height: 30px;
    width: -moz-max-content;
    width: max-content;
}

.header-lang .lang_current svg {
    flex-shrink: 0;
    margin-right: 6px;
    width: 17px;
    height: 17px;
    margin-top: -1px;
}

.header-lang .lang_current .lang_txt {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-lang .box_solang {
    position: absolute;
    top: 105%;
    right: 0;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    padding: 12px 20px;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    width: 150px;
    box-sizing: border-box;
}

.header-lang .box_solang a {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    color: #333;
    font-size: 12px;
    letter-spacing: 1px;
    height: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    background-size: 30px 20px;
    margin-bottom: 10px;
    min-width: 120px;
}

.header-lang .box_solang a:hover {
    color: var(--color-main);
}

.header-cart a {
    font-size: 18px;
    color: #000;
    position: relative;
}

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

.menu {
    max-width: 930px;
}

.menu a {
    font-size: 14px;
    font-weight: 600;
    color: #434343;
    margin: 0px;
    padding: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    display: block;
    line-height: 45px;
    height: 45px;
    text-transform: uppercase;
}

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

.slideshow {
    position: relative;
}

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

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

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

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

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

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

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

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

.offcanvas-body::-webkit-scrollbar-track {
    background: #fff;
    width: 4px;
    height: 4px;
    -webkit-transition: all 1s;
    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 a:hover {
    color: #f00;
}

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

.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 li ul {
    padding-left: 10px;
}

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

#hamburger {
    width: 35px;
    height: 23px;
    position: relative;
    cursor: pointer;
}

#hamburger:before {
    background: var(--color-main);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: none 0.5s ease 0.5s;
    transition-property: transform, top, bottom, left, opacity;
}

#hamburger:after {
    background: var(--color-main);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 20px;
    transition: none 0.5s ease 0.5s;
    transition-property: transform, top, bottom, left, opacity;
}

#hamburger span {
    background: var(--color-main);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 10px;
    transition: none 0.5s ease 0.5s;
    transition-property: transform, top, bottom, left, opacity;
}

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

.mm-wrapper_opening #hamburger:after {
    top: 10px;
    transform: rotate(-45deg);
}

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

.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: 700;
    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 ul ul li a {
    font-weight: normal;
}

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

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

.menu-product-list ul li a {
    position: relative;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    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 li a:hover {
    color: #f00;
}

.title-detail {
    position: relative;
    margin: 20px 0px;
}

.title-detail h1,
.title-detail span {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

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

.title-main h2,
.title-main span {
    color: #1F1F1F;
    font-size: 62px;
    text-transform: capitalize;
}

.title-main p {
    margin-bottom: 0;
    color: #1F1F1F;
    font-size: 20px;
    text-transform: capitalize;
}

.title-main-2 {
    position: relative;
    text-align: center;
    margin-bottom: 36px;
    padding-bottom: 0.5rem;
}

.title-main-2:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 86px;
    height: 3px;
    background: #FFE190;
}

.title-main-2 h2,
.title-main-2 span {
    color: #1F1F1F;
    font-size: 62px;
    text-transform: capitalize;
}

.news-box {
    padding: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.05);
    height: 100%;
}

.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:hover {
    color: var(--color-main);
}

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

.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;
    flex-wrap: wrap;
    gap: 10px;
    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%;
}

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

.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: 700;
    text-transform: uppercase;
    -webkit-line-clamp: 3 !important;
}

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

.ds-news .desc {
    color: #333;
}

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

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

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

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

.footer-article {
    padding: 50px 0px;
}

.footer-title {
    margin-bottom: 1.5rem;
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.footer-name {
    margin-bottom: 1rem;
    color: var(--color-main);
    font-family: "Carter One";
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

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

.footer-ul li {
    padding-left: 25px;
    position: relative;
}

.footer-ul li:before {
    content: "\f054";
    font-family: "Font Awesome 6 Sharp";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 700;
}

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

.footer-ul li a {
    color: #434343;
    font-size: 17px;
}

.footer-ul li a:hover {
    text-decoration: none;
    color: var(--color-main);
}

.footer-powered {
    padding: 25px 0px;
    background-color: #FAFAFA;
}

.footer-copyright {
    color: #434343;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: center;
}

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

.footer-copyright a {
    color: #434343;
    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: 450px;
    margin-top: 0px;
}

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

#facebookComponent {
    height: 200px;
}

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

.video-main {
    position: relative;
}

.list-video {
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.img-video {
    position: relative;
    padding-top: 75%;
}

.img-video span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid rgba(255, 0, 0, 0.4);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f00;
    background: rgba(255, 255, 255, 0.6588235294);
    font-size: 27px;
    cursor: pointer;
    transition: all 1s;
}

.img-video img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-video::after {
    position: absolute;
    width: 63px;
    height: 63px;
    top: calc(50% - 31.5px);
    left: calc(50% - 31.5px);
    background: url(../images/video_small.png) center center no-repeat;
    background-size: contain;
    content: "";
}

.item-video:hover span {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
}

.item-video h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.wrap-video {
    margin-bottom: 60px;
}

.row-video {
    margin: 0px -10px;
}

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

.pic-video {
    position: relative;
    cursor: pointer;
    display: block;
    padding-top: 41.6666666667%;
    overflow: hidden;
}

.pic-video:before {
    content: "";
    position: absolute;
    width: 133px;
    height: 133px;
    top: calc(50% - 66.5px);
    left: calc(50% - 66.5px);
    z-index: 1;
    background: url(../images/video_big.png) no-repeat center center;
    cursor: pointer;
    background-size: contain;
}

.pic-video img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.video .pic-video {
    padding-top: 55.5555555556%;
}

.video .pic-video:before {
    width: 63px;
    height: 63px;
    top: calc(50% - 31.5px);
    left: calc(50% - 31.5px);
    z-index: 1;
    background: url(../images/video_small.png) no-repeat center center;
}

.pic-video-2 {
    position: relative;
    cursor: pointer;
    display: block;
    padding-top: 68.3274021352%;
}

.pic-video-2:before {
    content: "";
    position: absolute;
    width: 63px;
    height: 63px;
    top: calc(50% - 31.5px);
    left: calc(50% - 31.5px);
    z-index: 1;
    background: url(../images/video_small.png) no-repeat center center;
    cursor: pointer;
    background-size: cover;
}

.pic-video-2 img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.name-video {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    color: var(--color-black);
}

.owl-video {
    margin-top: 25px;
}

.box-video {
    cursor: pointer;
}

.box-video h3 {
    color: #1C1B17;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 16px;
}

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

.sort-select-main {
    display: grid;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    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);
}

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

.product {
    display: block;
    position: relative;
}

.product:hover .product-info,
.product:hover .product-top {
    opacity: 1;
    visibility: visible;
}

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

.product-name a {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.64px;
}

.product-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 10px;
    background: rgba(255, 132, 0, 0.9);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.product-desc {
    color: #FFF;
    font-size: 13px;
    letter-spacing: -0.26px;
}

.product-premium .product-top,
.product-premium .product-info {
    background-color: rgba(0, 0, 0, 0.9);
}

.product-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 3px 4px;
    background: rgba(255, 132, 0, 0.9);
    z-index: 9;
    text-align: right;
    opacity: 0;
    visibility: hidden;
}

.product-top .addcart {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.product-top .addcart:hover i {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.product-sold {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-sold a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.product-price {
    margin-bottom: 5px;
    color: #555;
}

.product-price .price-new {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-main);
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
}

.product-price .price-old {
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
    color: #AEAEAE;
    font-weight: 300;
    text-transform: uppercase;
}

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

.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 {
    width: 45px;
    text-align: center;
}

.product-cart span {
    display: inline-block;
    cursor: pointer;
    width: 38px;
    height: 38px;
    background: url(../images/add_cart.png) center center no-repeat, #FDBC0E;
    border-radius: 50%;
}

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

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

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

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

.product-detail {
    margin-top: 3rem;
}

.product-detail__title {
    margin-bottom: 3rem;
    font-size: 2.5rem;
    font-weight: 700;
}

.product-detail__album-item {
    cursor: pointer;
    text-align: center;
    position: relative;
    isolation: isolate;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.product-detail__album-item-name {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.product-detail__album-item-name span {
    color: #fff;
    font-size: 20px;
}

.product-detail__album-item:hover .product-detail__album-item-name {
    opacity: 1;
    visibility: visible;
}

.product-detail__album-item.active {
    border-color: var(--color-main);
}

.product-detail__album-item-img {
    display: inline-block;
    position: relative;
    isolation: isolate;
}

.product-detail__album-item-background {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-size: cover;
    background-position: center center;
}

.product-detail__pic {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: none;
    cursor: move;
}

.product-detail__pic-ratio {
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center center;
    transition: background-image 0.3s ease;
}

.product-detail__pic-background {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.product-detail__tool-muislider-button {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 10px);
    cursor: grab;
    z-index: 5;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

.product-detail__info-item {
    border: 1px solid rgb(221, 221, 221);
    padding: 20px;
}

.product-detail__info-properties-title {
    margin-bottom: 1rem;
}

.product-detail__info-properties-title span {
    color: #1C1B19;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}

.product-detail__info-properties-title b {
    color: var(--color-main);
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 10px;
}

.product-detail__info-properties-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.product-detail__info-properties-item input[type=radio] {
    background-color: #ccc;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    border-color: #ccc;
    box-shadow: none;
    width: 20px;
    height: 20px;
}

.product-detail__info-properties-item input[type=radio]:checked,
.product-detail__info-properties-item input[type=radio]:focus {
    background-color: var(--color-main);
}

.product-detail__info-properties-item label span {
    color: #1C1B19;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 18px;
}

.product-detail__info-properties-item label p {
    margin-bottom: 0;
    font-size: 16px;
    color: rgb(102, 102, 102);
    font-weight: 700;
}

.product-detail__info-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.product-detail__info-price-load {
    position: relative;
    isolation: isolate;
}

.product-detail__info-price-load:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    height: 10px;
    background: rgb(255, 255, 47);
    z-index: -1;
}

.product-detail__info-price-load small {
    font-size: 28px;
    color: #1C1B19;
    font-weight: 700;
}

.product-detail__info-price-load p {
    margin-bottom: 0;
    font-size: 40px;
    color: #1C1B19;
    font-weight: 700;
}

.product-detail__info-price span {
    font-size: 22px;
    color: rgb(153, 153, 153);
    font-weight: 700;
}

.product-detail__info-attr span {
    font-size: 20px;
    color: rgb(102, 102, 102);
}

.product-detail__info-attr b {
    font-size: 20px;
    color: #1C1B19;
    font-weight: 700;
}

.product-detail__cart {
    margin-top: 32px;
}

.product-detail__cart a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ccc;
}

.product-detail__cart a.addcart {
    background-color: var(--color-main);
}

#popup-addcart .info p {
    font-size: 24px;
    color: #1C1B19;
    font-weight: 700;
    margin-bottom: 0;
}

#popup-addcart .info span {
    font-size: 22px;
    color: #1C1B19;
}

#popup-addcart .button {
    cursor: pointer;
    border-radius: 5px;
    font-size: 20px;
    padding: 0px 40px;
    color: #fff;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup-addcart .button-cancel {
    background-color: #ccc;
}

#popup-addcart .button-confirm {
    background-color: var(--color-main);
}

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

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

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

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

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

.modal-detail {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.768627451);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

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

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

.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);
    background-color: #333;
    content: "";
    left: 13px;
    height: 14px;
    position: absolute;
    top: 10px;
    width: 1px;
}

.btn-closemenu::after {
    transform: rotate(-45deg);
    background-color: #333;
    content: "";
    left: 13px;
    height: 14px;
    position: absolute;
    top: 10px;
    width: 1px;
}

.cursor-pointer {
    cursor: pointer;
}

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

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

.right-contact-detail {
    width: calc(40% - 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;
    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(33.3333333333% - 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(20% - 8px);
}

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

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

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

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

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

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

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

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

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

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

.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::-moz-placeholder {
    transform: translateY(-200%);
}

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

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

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

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

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

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

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

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

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

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

.breadCrumbs {
    padding: 10px 10px;
    background: #FAF8EB;
}

.breadCrumbs ol {
    margin: 0px;
}

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

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

.paging-product {
    position: relative;
}

.pagination {
    margin: 20px 0px;
    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);
}

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

.grid-properties span {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px 15px;
    cursor: pointer;
}

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

.grid-properties span:hover: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.active {
    border: 1px solid #f00;
    color: #f00;
}

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

.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

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

a.views_dm {
    width: 140px;
    height: 38px;
}

.news-left {
    width: 68%;
}

.news-right {
    position: sticky;
    top: 61px;
    width: 30%;
    background: rgba(241, 241, 241, 0.8);
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.4705882353);
}

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

.baonoidung {
    word-wrap: break-word;
}

.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 {
    list-style: auto;
    padding-left: 2rem;
}

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

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

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

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

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

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

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

.swiper .swiper-wrapper {
    width: inherit;
    height: inherit;
}

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

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

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

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

.wrap-about {
    padding: 55px 0px;
    background: #E7F5EE;
    margin-bottom: 50px;
}

.wrap-product {
    margin-bottom: 40px;
}

.wrap-product .swiper-button-prev {
    left: -30px;
}

.wrap-product .swiper-button-next {
    right: -30px;
}

.tab-product {
    text-align: center;
    margin-bottom: 15px;
}

.item-tab-product {
    cursor: pointer;
    color: #333;
    border-radius: 5px;
    border: 1px solid #15AA5A;
    padding: 5px 15px;
    display: inline-block;
    margin: 0px 5px 5px;
}

.item-tab-product:hover {
    background: #15AA5A;
    color: #fff;
}

.item-tab-product.active {
    background: #15AA5A;
    color: #fff;
}

.box-brand {
    text-align: center;
}

.name-brand {
    margin-top: 10px;
}

.name-brand a {
    color: #333;
    font-size: 15px;
}

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

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

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

.row-checkout {
    display: flex;
    justify-content: space-between;
}

.left-checkout {
    width: 65%;
}

.right-checkout {
    width: 33%;
}

.icon-accept {
    width: 80px;
}

.box-info-checkout {
    border: 1px solid #ccc;
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
}

.t-thongtinmuahang {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 500;
}

.t-name-checkout {
    font-size: 15px;
    margin-bottom: 7px;
}

.t-name-checkout span {
    font-weight: 500;
}

.box-thongtinmuahang {
    margin-bottom: 20px;
    width: 50%;
    padding: 10px;
}

.title-donhang {
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

.box-tamtinh-checkout {
    padding: 7px 15px;
    border-top: 1px solid #ccc;
}

.total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.box-total-checkout {
    padding: 8px 0px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
}

.box-total-checkout p {
    margin-bottom: 0;
    font-size: 17px;
}

.box-total-checkout p.total-price-checkout {
    color: var(--color-hover);
    font-weight: 600;
}

.info-pro-checkout {
    padding: 15px 0;
}

.row-info-pro-checkout {
    margin-bottom: 15px;
}

.name-pro-checkout {
    font-size: 14px;
    font-weight: 500;
}

.price-new-checkout {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-hover);
}

.price-old-checkout {
    text-decoration: line-through;
    color: #ccc;
}

.tieptucmuahang {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.tieptucmuahang a {
    width: 190px;
    height: 50px;
    background-color: var(--color-hover);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 15px;
    font-family: "ab";
    transition: 0.4s;
}

.tieptucmuahang a:hover {
    background-color: var(--color-hover);
}

.name_shop_checkout {
    font-size: 2em;
    font-weight: 500;
    color: var(--color-hover);
    margin-bottom: 20px;
}

.box_thankyou {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.boxtext_thankyou {
    padding-left: 20px;
    width: calc(100% - 80px);
}

.t-accept-mail {
    font-size: 14px;
}

.t-thankyou {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

.section-2 {
    padding: 70px 0;
    background-color: #FBF9EC;
}

.section-4 .item {
    position: relative;
}

.section-4 .item .info {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
}

.section-4 .item .info .name {
    margin-bottom: 0;
    color: #FFF;
    font-size: 52px;
    font-weight: 500;
    text-transform: capitalize;
}

.section-4 .item:hover .info {
    opacity: 0;
    visibility: hidden;
}

.section-6 .item {
    text-align: center;
}

.section-6 .item .pic {
    border-radius: 8px;
}

.section-6 .item .name {
    color: #2F3538;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.section-6 .item .name:hover {
    color: var(--color-main);
}

.section-6 .item .view {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 46px;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.section-6 .item .view:hover {
    background: var(--color-main);
    border-color: var(--color-main);
    color: #fff;
}

.section-9 .main {
    padding: 36px 0;
    background-color: #FBF9EC;
}

.section-9 .main .swiper-auto {
    max-width: 850px;
    margin: auto;
}

.section-9 .item {
    padding-right: 55px;
}

.section-9 .item .pic {
    padding: 28px 34px 12px 28px;
    position: relative;
}

.section-9 .item .pic img {
    border-radius: 50%;
}

.section-9 .item .pic:after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/after_hkh.png) no-repeat center/100% 100%;
    aspect-ratio: 258/235;
}

.section-9 .item .desc {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.section-9 .item .name {
    margin-bottom: 0;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    max-width: calc(100% - 100px);
}

.section-9 .button {
    position: absolute;
    right: 0;
    bottom: 28px;
}

.section-9 .button .cursor-pointer {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #FFE190;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.section-9 .button .cursor-pointer:hover {
    background-color: #FFE190;
    color: #fff;
}