:root {
    /* --font-body-family: 'Montserrat', 'Arial', sans-serif; */
    --font-body-family: 'Mulish', 'Arial', sans-serif;
}

html ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.2);
    -moz-box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.2);
    background-color: rgba(100, 100, 100, 0.2)
}

html ::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

html ::-webkit-scrollbar-thumb {
    background: #fec401;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2)
}

html ::-webkit-scrollbar-thumb:window-inactive {
    background: #fec401
}

body {
    font-family: var(--font-body-family);
}

a {
    text-decoration: none;
}

img,
iframe,
video,
audio {
    max-width: 100%;
}

img {
    width: auto;
    height: auto;
}

.post-body {
    display: block;
    position: relative;
}

.post-body img {
    height: auto !important;
}

.post-body table {
    border: 1px solid var(--bs-light);
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1.5rem;
    background-color: transparent !important;
}

.post-body table td,
.post-body table th {
    border: 1px solid var(--bs-light);
    padding: .5rem;
}

.post-body * {
    line-height: 1.75;
}

.post-body p {
    margin-bottom: .5rem;
}

.row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.container-fuild,
.container,
[class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.form-control:focus {
    box-shadow: none;
}

.topbar {
    padding: 1rem 0;
    text-align: center;
    background-color: var(--bs-danger);
}

.topbar .topbar-link {
    color: var(--bs-dark);
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: .8125rem;
}

.topbar .topbar-slick {
    overflow: hidden;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: none;
    width: auto;
    height: auto;
}

.navbar-toggler-icon::before {
    content: '\F5C7';
    font-family: 'bootstrap-icons';
    font-size: 2rem;
    color: var(--bs-dark);
}

#footer {
    display: block;
    padding: 2rem 0;
}

#footer .footer-logo {
    display: block;
    margin: 0 0 1rem;
    text-align: center;
}

#footer .footer-logo img {
    display: inline-block;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
}

#footer .footer-col-title,
#footer .footer-link a {
    color: var(--bs-dark);
}

#footer .footer-col-title {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    margin: 0 0 .5rem;
}

#footer .footer-col-title .footer-col-collapsed {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer .footer-col-title .footer-col-collapsed::before {
    content: '\F229';
    font-family: 'bootstrap-icons';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: var(--bs-dark);
}

#footer .footer-col-title .footer-col-collapsed.less::before {
    content: '\F235';
}

#footer .footer-link a {
    text-decoration: none;
    display: block;
    padding: .25rem 0;
    transition: all .225s ease-in-out;
}

#footer .footer-link a::before {
    display: inline-block;
    content: '\F309';
    font-family: 'bootstrap-icons';
    margin-right: .5rem;
    vertical-align: middle;
}

#footer .footer-contact-social {
    display: block;
    margin: 0 0 1rem;
}

#footer .footer-contact-social a {
    display: inline-flex;
    color: var(--bs-white);
    text-decoration: none;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-secondary);
    border-radius: 100%;
    font-size: 1.25rem;
    transition: all .5s ease-in-out;
}

#footer .footer-contact-social a+a {
    margin-left: .75rem;
}

#footer .footer-contact-social a:hover {
    opacity: .75;
}

#footer .copyright {
    display: block;
    font-size: .875rem;
    color: var(--bs-dark);
    font-weight: 400;
    margin: 2rem 0 0;
}

.cta-button {
    position: fixed;
    z-index: 1010;
    right: 3rem;
    bottom: 3rem;
    display: block;
}

.cta-button .cta-item {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-danger);
    border-radius: 100%;
    width: 48px;
    height: 48px;
    position: relative;
    animation-name: pulse3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.cta-button .cta-support-dropdown {
    margin: 2.5rem 0 0;
}

.cta-button .cta-support-dropdown .dropdown-menu {
    min-width: 16rem;
    border-radius: 1rem;
}

.cta-button .cta-support-dropdown .dropdown-menu a:hover {
    background-color: transparent;
}

.cta-button .cta-support-dropdown .dropdown-menu a:hover .txt {
    color: var(--bg-navbar);
}

.cta-button .cta-support-dropdown .dropdown-menu.show {
    animation-name: fadeIn;
    animation-duration: 1.2s;
}

.cta-button .cta-support-dropdown .dropdown-menu .arrow {
    position: absolute;
    right: 2rem;
    bottom: -.5rem;
}

.cta-button .cta-support-dropdown .dropdown-menu .arrow::before,
.cta-button .cta-support-dropdown .dropdown-menu .arrow::after {
    content: '';
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: .5rem .5rem 0;
}

.cta-button .cta-support-dropdown .dropdown-menu .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25);
}

.cta-button .cta-support-dropdown .dropdown-menu .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.cta-button .cta-item {
    color: var(--bs-white);
}

.cta-button .cta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .25rem;
}

.cta-button .cta-item .cta-icon {
    font-size: 1.5rem;
    color: var(--bs-black);
    position: absolute;
    display: flex;
    width: 80%;
    height: 80%;
    align-items: center;
    justify-content: center;
}

.cta-button .cta-item .cta-icon.active img {
    display: none !important;
}

.cta-button .cta-item .cta-icon.active {
    -webkit-animation: kfPhoneFixedClose 1.5s;
    animation: kfPhoneFixedClose 1.5s;
}

.cta-button .cta-item .cta-icon.active::before,
.cta-button .cta-item .cta-icon.active::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: var(--bs-white);
    position: absolute;
    top: 0;
    left: 50%;
}

.cta-button .cta-item .cta-icon.active::before {
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}

.cta-button .cta-item .cta-icon.active::after {
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
}


.cta-button #cta-support-dropdown .cta-item img {
    width: 35px;
    height: 35px;
    position: relative;
    top: auto;
    left: 0;
    transform: none;
    filter: grayscale(30%) invert(.5) brightness(0%);
    margin-left: auto;
    margin-right: auto;
}

.cta-button .slick-slide {
    position: relative;
}

.cta-support .support-item {
    display: flex;
    flex-grow: 1;
    color: var(--dark);
    align-items: center;
    text-decoration: none;
}

.cta-support .support-item+.support-item {
    margin-top: 1rem;
}

.cta-support .support-item:hover {
    text-decoration: none;
    background-color: var(--light);
}

.cta-support .support-item .icon {
    margin-right: .75rem;
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--danger);
    color: var(--primary);
    font-size: 1.25rem;
    position: relative;
}

.cta-support .support-item .icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.offcanvas .btn-close {
    background: none;
    color: var(--bs-light);
    width: auto;
    height: auto;
}

.offcanvas .btn-close::before {
    content: '\F62A';
    font-family: 'bootstrap-icons';
    margin-right: .5rem;
    vertical-align: middle;
    display: inline-block;
    font-size: 2rem;
}

.offcanvas .offcanvas-header {
    padding: 1rem 1rem;
}

.offcanvas .offcanvas-header .navbar-brand img {
    width: 50px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.offcanvas .list-group-item a {
    position: relative;
    color: var(--bs-dark);
}

.offcanvas .list-group-item .level-1 {
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.offcanvas .list-group-item .level-1::after {
    content: '\F286';
    font-family: 'bootstrap-icons';
    display: inline-block;
}

.offcanvas .list-group-item .collapsed::after {
    content: '\F282';
    font-family: 'bootstrap-icons';
    display: inline-block;
}

.offcanvas .list-group-item .collapsed.no-menu-sub::after {
    display: none;
}

.offcanvas .list-group-item .list-group .list-group-item a::before {
    content: '\F285';
    font-family: 'bootstrap-icons';
    display: inline-block;
    margin-right: .5rem;
}

.form-search-mobile .form-control,
.form-search-mobile .btn {
    color: var(--bs-dark);
    background-color: var(--bs-white);
    overflow: hidden;
}

.form-search-mobile .form-control {
    border-radius: 50rem 0 0 50rem;
}

.form-search-mobile .btn {
    border-radius: 0 50rem 50rem 0;
}

.apect-ratio {
    display: block;
    position: relative;
    overflow: hidden;
}

.apect-ratio::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.apect-ratio img,
.apect-ratio video,
.apect-ratio iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    transition: all .75s ease-in-out;
}

.ar-1x1 {
    padding: 0 0 100%;
    aspect-ratio: 1/1;
}

.ar-4x3 {
    padding: 0 0 75%;
    aspect-ratio: 4/3;
}

.ar-16x9 {
    padding: 0 0 56.25%;
    aspect-ratio: 16/9;
}

.ar-4x5 {
    padding: 0 0 125%;
    aspect-ratio: 4/5;
}

.ar-9x16 {
    padding: 0 0 177.777777778%;
    aspect-ratio: 9/16;
}

.product-list {
    display: block;
}

.product-list .product-list-item {
    display: block;
    background-color: var(--bs-ligth);
    overflow: hidden;
    border-radius: 1rem;
}

.product-list .product-list-item .product-body {
    display: block;
    padding: 1rem;
}

.product-list .product-list-item .product-variants {
    display: block;
    margin: 0 0 .25rem;
}

.product-variants .variant-thumb,
.product-list .product-list-item .product-variants .variant-thumb {
    display: inline-flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 .25rem .25rem 0;
    padding: 0;
    border: 1px solid transparent;
}

.product-list .product-list-item .product-name {
    display: block;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-price,
.product-list .product-list-item .product-price {
    display: block;
}

.product-price .current,
.product-list .product-list-item .product-price .current {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--bs-danger);
}

.product-price .at-compare,
.product-list .product-list-item .product-price .at-compare {
    display: inline-block;
    font-size: .8125rem;
    text-decoration: line-through;
}

.product-list .product-list-item .product-price .get-quote {
    font-size: .875rem;
    color: var(--bs-primary);
}

.hashtag {
    display: block;
    padding: 2rem 0;
}

.hashtag .section-title {
    display: block;
    margin: 0 0 1rem;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.hashtag a {
    display: inline-flex;
    margin: 0 1rem 1rem 0;
    font-size: .8125rem;
    color: var(--bs-secondary);
    transition: all .5s ease-in-out;
}

.hashtag .active,
.hashtag a:hover {
    color: var(--bs-primary);
}

.hashtag .active {
    font-weight: 700;
}

.breadcrumb {
    padding: 1rem 0;
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-bottom: 0;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item+.breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item a {
    font-size: .8125rem;
    white-space: nowrap;
    transition: all .5s ease-in-out;
}

.breadcrumb .breadcrumb-item a:hover {
    color: var(--bs-primary);
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-secondary);
}

.breadcrumb .breadcrumb-item.active {
    font-weight: 700;
}

.section-title {
    display: block;
    margin: 0 0 1rem;
    color: var(--bs-dark);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.75rem;
    text-align: center;
    position: relative;
    padding: 0;
}


.section-title .bar {
    display: none;
    width: 15rem;
    height: 0;
    border-bottom: 4px double var(--bs-dark);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.section-title .bar::before {
    content: '';
    width: 1rem;
    height: 1rem;
    background-color: var(--bs-dark);
    position: absolute;
    left: 50%;
    bottom: calc(-0.5rem - 2px);
    transform: translateX(-50%) rotate(-45deg);
    border-radius: .25rem;
}

.pagination {
    margin: 2rem 0 0;
}

.pagination .page-item .page-link {
    border-radius: .25rem !important;
    color: var(--bs-dark);
}

.pagination .active .page-link {
    color: var(--bs-light);
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
    cursor: not-allowed;
    pointer-events: none;
}

.pagination .page-item .page-link:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.pagination .page-item+.page-item {
    margin-left: 1rem;
}

.faqs {
    display: block;
}

.faqs ul {
    display: block;
    margin: 0;
    padding: 1rem;
    list-style: none;
    position: relative;
}

.faqs ul li {
    display: block;
    list-style: none;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .5rem;
}

.faqs ul li+li {
    margin-top: 1rem;
}

.faqs h2 {
    display: block;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.faqs h2 a {
    display: block;
    position: relative;
    padding-right: 2rem;
}

.faqs h2 .collapsed {
    color: var(--bs-dark);
}

.faqs h2 a::before {
    font-family: 'bootstrap-icons';
    content: '\F286';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.faqs h2 .collapsed::before {
    content: '\F282';
}

.faqs .faq-desc {
    margin: 1rem 0 0;
}

[data-content="short"].post-body {
    max-height: 25rem;
    overflow: hidden;
    margin: 0 0 1rem;
}

[data-content="short"].post-body::before {
    content: '';
    display: block;
    height: 50px;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

[data-content="short"].post-body.full {
    max-height: 100%;
}

[data-content="short"].post-body.full::before {
    display: none;
}

.shopping-cart .quantity .btn {
    background-color: var(--bs-light);
    border-color: var(--bs-light);
}

.shopping-cart .quantity .btn:focus {
    border: 0;
    box-shadow: none;
}

.shopping-cart .quantity .btn:hover {
    color: var(--bg-dark);
}

.review .thong-ke .score,
.review .thong-ke .score-star,
.review .thong-ke .reviewed {
    display: block;
}

.review .thong-ke .score,
.review .thong-ke .score-star {
    margin-bottom: .25rem;
    line-height: 1.1;
}

.review .thong-ke .score-star {
    font-size: 1rem;
    color: var(--bs-warning);
}

.review .thong-ke .score .score-average,
.review .thong-ke .score .score-average-total {
    display: inline-flex;
    align-items: end;
}

.review .thong-ke .score .score-average {
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--bs-white);
}

.review .thong-ke .score .score-average i {
    color: var(--bs-warning);
}

.review .thong-ke .score .score-average-total,
.review .thong-ke .reviewed {
    color: var(--bs-secondary);
    font-weight: 400;
}

.review .thong-ke .thong-ke-detail {
    display: block;
    margin: 0;
    padding: 0;
}

.review .thong-ke .thong-ke-detail li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.review .thong-ke .thong-ke-detail li+li {
    margin-top: .25rem;
}

.review .thong-ke .thong-ke-detail .number-star,
.review .thong-ke .thong-ke-detail .percent {
    font-size: .875rem;
}

.review .thong-ke .thong-ke-detail .number-star {
    --tk-star-width: calc(15% - 1rem);
    flex: 0 0 var(--tk-detail-width);
    width: var(--tk-detail-width);
    max-width: var(--tk-detail-width);
}

.review .thong-ke .thong-ke-detail .number-star i {
    color: var(--bs-warning);
}

.review .thong-ke .thong-ke-detail .timneline {
    --tk-timneline-width: calc(70% - 1px);
    flex: 0 0 var(--tk-timneline-width);
    width: var(--tk-timneline-width);
    max-width: var(--tk-timneline-width);
    height: 5px;
    border-radius: 1rem;
    background-color: var(--bs-primary);
    margin: 0 1rem;
    position: relative;
    overflow: hidden;
}

.review .thong-ke .thong-ke-detail .timneline .timeline-bar {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: var(--bs-primary);
}

.review .thong-ke .thong-ke-detail .percent {
    --tk-percent-width: calc(15% - 1rem);
    flex: 0 0 var(--tk-percent-width);
    width: var(--tk-percent-width);
    max-width: var(--tk-percent-width);
}

.review .review-list {
    display: block;
    margin-top: .5rem;
}

.review .review-list .review-item {
    display: block;
    position: relative;
    padding-top: 1rem;
}

.review .review-list .review-item+.review-item {
    margin-top: 1rem;
    border-top: 1px solid var(--bs-gray);
}

.review .review-list .reviewer,
.review .review-list .score,
.review .review-list .desc,
.review .review-list .cta {
    display: block;
    margin-bottom: .5rem;
}

.review .review-list .cta {
    margin-bottom: 0;
}

.review .review-list .reviewer .fullname {
    font-weight: 700;
}

.review .review-list .reviewer .confirmed-purchased {
    font-size: .8125rem;
    color: var(--bs-success);
}

.review .review-list .score {
    font-size: .875rem;
    color: var(--bs-warning);
}

.review .review-list .cta .datetime {
    display: inline-flex;
    font-size: .75rem;
    font-style: italic;
    position: relative;
}

.review .review-list .cta .datetime::before {
    content: '\F309';
    font-family: 'bootstrap-icons';
    margin-right: .25rem;
    font-size: 1.25rem;
    line-height: 1;
}

.cta-mobile-buy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--bs-light);
    padding: .75rem 0;
    z-index: 1050;
}

.toc {
    display: block;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 1rem;
    overflow: hidden;
    margin: 0 0 1rem;
}

.toc .toc-header,
.toc .toc-body {
    padding: 1rem;
    position: relative;
}

.toc .toc-header {
    display: block;
    background-color: var(--bs-secondary);
    color: var(--bs-dark);
    font-weight: 700;
}

.toc .toc-header a {
    color: var(--bs-dark);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    z-index: 10;
}

.toc .toc-header a:not(.collapsed)::before {
    font-family: 'bootstrap-icons';
    content: '\F286';
}

.toc .toc-header a.collapsed::before {
    font-family: 'bootstrap-icons';
    content: '\F282';
}

.toc .toc-body {
    background-color: var(--bs-white);
}

.toc .toc-body ul {
    display: block;
    margin: 0;
    padding: 0 1rem;
}

.toc .toc-body ul li {
    display: block;
    list-style: none;
    padding: .25rem .25rem;
}

.toc .toc-body ul li+li {
    margin-top: .5rem;
}

.toc .toc-body ul li a {
    color: var(--bs-dark) !important;
    font-size: .875rem;
    transition: all .5s ease-in-out;
}

.toc .toc-body ul li a:hover {
    text-decoration: underline;
}

.share-button {
    display: inline-flex;
    margin: 0 .25rem .25rem 0;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background-color: var(--bs-secondary);
    color: var(--bs-light);
    opacity: 1;
    transition: all .5s ease-in-out;
    border-radius: 50rem;
}

.share-button:hover {
    opacity: .75;
}

.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1070;
    background-color: rgba(0, 0, 0, .85);
}

.loading .inner {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.embed-slider.product-list {
    display: block !important;
    gap: unset !important;
    grid-template-columns: unset !important;
}

.embed-slider.product-list .product-list-item .product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alert .btn-close {
    position: absolute;
    top: .25rem;
    right: .25rem;
    z-index: 1010;
    font-size: .75rem;
}

.alert.alert-sm {
    font-size: .8125rem;
    padding: .25rem 2rem .25rem 1rem;
}