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

:root {
    --nv-border-color: #dddddd;
    --nv-image-style-spacing: 20px;
    --nv-inline-image-style-spacing: calc(var(--nv-image-style-spacing) / 2);
    --nv-highlight-marker-blue: hsl(201, 97%, 72%);
    --nv-highlight-marker-green: hsl(120, 93%, 68%);
    --nv-highlight-marker-pink: hsl(345, 96%, 73%);
    --nv-highlight-marker-yellow: hsl(60, 97%, 73%);
    --nv-highlight-pen-green: hsl(112, 100%, 27%);
    --nv-highlight-pen-red: hsl(0, 85%, 49%);
    --nv-font-size-xs: 10px;
    --nv-font-size-sm: 12px;
    --nv-font-size-md: 14px;
    --nv-font-size-lg: 16px;
    --nv-font-size-xxl: 22px;
    --ck-z-default: 100;
    --ck-z-panel: calc(var(--ck-z-default) + 999);
}

/* Fonts Color */

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

/* Fonts Weight */

.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 800;
}

/* Fix bootstrap */

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
    display: none;
}

.hidden-ss-block {
    display: block !important;
}

.hidden-ss-inline {
    display: inline !important;
}

.hidden-ss-inline-block {
    display: inline-block !important;
}

.margin {
    margin: 10px;
}

.mr-1 {
    margin-right: 5px;
}

.margin-right,
.mr-2 {
    margin-right: 10px;
}

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

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

.margin-bottom,
.mb-2 {
    margin-bottom: 10px;
}

.margin-sm {
    margin: 4px;
}

.margin-right-sm {
    margin-right: 4px;
}

.margin-left-sm {
    margin-left: 4px;
}

.margin-top-sm {
    margin-top: 4px;
}

.margin-bottom-sm {
    margin-bottom: 4px;
}

.margin-lg {
    margin: 15px;
}

.margin-right-lg {
    margin-right: 15px;
}

.margin-left-lg {
    margin-left: 15px;
}

.margin-top-lg {
    margin-top: 15px;
}

.margin-bottom-lg {
    margin-bottom: 15px;
}

.padding-top {
    padding-top: 10px;
}

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

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

.padding-bottom {
    padding-bottom: 10px;
}

.boder-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}

.boder-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}

.border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
}

.border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ccc;
}

.column-margin-left {
    margin-left: 10px !important;
}

.bg-gainsboro {
    background-color: #dcdcdc;
}

.bg-lavender {
    background-color: #eee;
}

ul.list-items {
    padding-left: 0;
}

ul.list-items > li {
    margin-bottom: 10px;
}

ul.list-items > li:last-child {
    margin-bottom: 0;
}

/*Load_Bar*/

.load-bar {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 8px;
    background: transparent url(../../../assets/images/load_bar.gif);
    margin: auto 10px;
}

/*Center DIV*/

.centered {
    display: flex;
    justify-content: center;
}

/*nv-info*/

.nv-info {
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
}

.nv-info.error {
    background-color: #efd7d7 !important;
    border-color: #dca8a6 !important;
}

.nv-info.success {
    background-color: #edf4fa !important;
    border-color: #82b2dc !important;
}

.nv-info.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.nv-info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 5px;
}

.nv-info.error:before {
    content: ' \f057 ';
    color: #de495b;
}

.nv-info.success:before {
    content: ' \f13a ';
    color: #68d044;
}

.nv-info.info:before {
    content: '\f05a';
    color: #31708f;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pointer {
    cursor: pointer;
}

.middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.align-top {
    vertical-align: top;
}

ul,
ol {
    list-style: none;
}

.input-group-btn {
    font-size: 14px !important;
}

.radius-top-left {
    border-top-left-radius: 5px;
}

.radius-top-right {
    border-top-right-radius: 5px;
}

.radius-bottom-left {
    border-bottom-left-radius: 5px;
}

.radius-bottom-right {
    border-bottom-right-radius: 5px;
}

.radius {
    border-radius: 5px;
}

.bg-gradient {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.8) 0%,
            rgba(255, 255, 255, 0.3) 100%);
}

.box-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.fix-box {
    position: inherit !important;
    margin-left: 0 !important;
}

.well {
    padding: 8px;
    line-height: 18px;
}

.well p {
    margin: 0;
}

input[type='text'].required,
input[type='password'].required,
input[type='email'].required,
input[type='number'].required,
input[type='search'].required,
input[type='tel'].required,
input[type='time'].required,
input[type='url'].required,
input[type='url'].required,
textarea.required,
select.required,
label.required {
    background-image: url(../images/icons/required.png);
    background-position: right center;
    background-repeat: no-repeat;
}

textarea.required {
    background-position: right 10px;
}

select.required {
    background-position: calc(100% - 15px) 10px;
}

label.required {
    padding-right: 20px;
}

label.radio-box,
label.check-box {
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
}

div.radio-box,
div.check-box {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px;
}

.has-error div.radio-box,
.has-error div.check-box {
    border-color: #de495b;
}

div.radio-box label,
div.check-box label {
    margin-bottom: 0;
}

div.radio-box label [type='radio'],
div.check-box label [type='radio'] {
    margin-top: -2px;
}

.display-inline-block {
    display: inline-block;
}

.display-table {
    display: table;
}

.display-table > * {
    display: table-row;
}

.display-table > * > * {
    display: table-cell;
    padding: 5px;
}

/*tooltip*/

.tooltip-inner {
    max-width: 250px;
    padding: 10px;
    color: #fff;
    text-align: left !important;
    background-color: #255986;
    border-radius: 4px;
    height: auto;
    overflow: auto;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #255986;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #255986;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #255986;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #255986;
}

.tooltip-inner img.pull-left {
    margin: 3px 5px 1px 0;
}

.tooltip-inner img.pull-right {
    margin: 3px 1px 0 5px;
}

/* Fixed Jquery UI Style */

.ui-widget {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.ui-datepicker {
    width: 18em !important;
}

.ui-datepicker select.ui-datepicker-month {
    width: 59% !important;
    font-weight: normal !important;
}

.ui-datepicker select.ui-datepicker-year {
    width: 39% !important;
    font-weight: normal !important;
}

/* CKEditor 4 contents css */
figure:not(.table):not(.media):not(.nv-media) {
    position: relative;
    margin: 5px auto 10px auto;
    text-align: center;
}

figure.image.image-left,
img.image-left {
    margin-right: 15px;
    float: left !important;
}

figure.image.image-right,
img.image-right {
    margin-left: 15px;
    float: right !important;
}

.image-center figure.image,
.image-center {
    text-align: center;
    float: none !important;
}

div.image-center,
p.image-center {
    margin-bottom: 10px;
}

figure.article {
    background-color: #939393;
}

figure.left {
    float: left;
    margin: 5px 10px 10px 0;
}

figure.right {
    float: right;
    margin: 5px 0 10px 10px;
}

figure.center {
    float: none;
    background: transparent;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align: center;
}

figure.noncaption {
    background: transparent;
    padding: 0;
}

figcaption {
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}

figure figcaption {
    font-size: 12px;
    font-weight: normal;
}

figure.article figcaption {
    color: #fff;
}

figure.article.center figcaption {
    color: inherit;
}

figure.avatar {
    margin-top: 0 !important;
}

figure.avatar figcaption {
    position: absolute;
    bottom: 12px;
    left: 3px;
    width: calc(100% - 6px);
    background-color: #357ebd;
    color: #fff;
    font-size: 11px;
}

.nv-docviewer {
    margin-bottom: 8px;
}

/* CKEditor 5 supported */
/* Table */
figure.table .ck-table-resized {
    table-layout: fixed;
}

figure.table table {
    overflow: hidden;
}

figure.table td,
figure.table th {
    overflow-wrap: break-word;
    position: relative;
}

figure.table {
    margin: 5px auto 10px auto;
    display: table;
}

figure.table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double var(--nv-border-color);
}

figure.table table td,
figure.table table th {
    min-width: 5px;
    padding: 7px;
    border: 1px solid var(--nv-border-color);
}

figure.table table th {
    font-weight: bold;
    border-bottom-width: 2px;
}

figure.table > figcaption {
    display: table-caption;
    caption-side: top;
    word-break: break-word;
    text-align: center;
    outline-offset: -1px;
    margin-top: 0;
}

/* Media */
figure.media {
    clear: both;
    margin: 5px 0 10px 0;
    display: block;
    min-width: 10px;
}

/* NV-Media */
figure.nv-media {
    clear: both;
    margin: 5px 0 10px 0;
    display: block;
    min-width: 10px;
}

figure.nv-media video,
figure.nv-media audio {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/* Image */
img.image_resized {
    height: auto;
}

figure.image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}

figure.image.image_resized img {
    width: 100%;
}

figure.image.image_resized > figcaption {
    display: block;
}

figure.image {
    display: table!important; /* Fix conflicts with Google Docs */
    clear: both;
    text-align: center;
    margin: 5px auto 10px auto;
    min-width: 10px;
}

figure.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

figure.image-inline {
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start;
}

figure.image-inline picture {
    display: flex;
}

figure.image-inline picture,
figure.image-inline img {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
}

figure.image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    padding: 7px 7px 0 7px;
    font-size: 13px;
    outline-offset: -1px;
    margin-top: 0;
}

/* Image Style */
.image-style-block-align-left,
.image-style-block-align-right {
    max-width: calc(100% - var(--nv-image-style-spacing));
}

.image-style-align-left,
.image-style-align-right {
    clear: none;
}

.image-style-side {
    float: right;
    margin-left: var(--nv-image-style-spacing);
    max-width: 50%;
}

.image-style-align-left {
    float: left;
    margin-right: var(--nv-image-style-spacing);
}

.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}

.image-style-align-right {
    float: right;
    margin-left: var(--nv-image-style-spacing);
}

.image-style-block-align-right {
    margin-right: 0 !important;
    margin-left: auto !important;
}

.image-style-block-align-left {
    margin-left: 0 !important;
    margin-right: auto !important;
}

p + .image-style-align-left,
p + .image-style-align-right,
p + .image-style-side {
    margin-top: 0;
}

.image-inline.image-style-align-left,
.image-inline.image-style-align-right {
    margin-top: var(--nv-inline-image-style-spacing);
    margin-bottom: var(--nv-inline-image-style-spacing);
}

.image-inline.image-style-align-left {
    margin-right: var(--nv-inline-image-style-spacing);
}

.image-inline.image-style-align-right {
    margin-left: var(--nv-inline-image-style-spacing);
}

/* Highlight */
.marker-yellow {
    background-color: var(--nv-highlight-marker-yellow);
}

.marker-green {
    background-color: var(--nv-highlight-marker-green);
}

.marker-pink {
    background-color: var(--nv-highlight-marker-pink);
}

.marker-blue {
    background-color: var(--nv-highlight-marker-blue);
}

.pen-red {
    color: var(--nv-highlight-pen-red);
    background-color: transparent;
}

.pen-green {
    color: var(--nv-highlight-pen-green);
    background-color: transparent;
}

/* Font size */
.text-tiny {
    font-size: var(--nv-font-size-xs);
}

.text-small {
    font-size: var(--nv-font-size-sm);
}

.text-big {
    font-size: var(--nv-font-size-lg);
}

.text-huge {
    font-size: var(--nv-font-size-xxl);
}

/* NV Iframe */
.nvck-iframe {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.nvck-iframe>.nvck-iframe-inner>.nvck-iframe-element {
    border: none;
    margin: 0 auto;
    display: block;
}

.nvck-iframe.nvck-iframe-responsive {
    height: 0;
}

.nvck-iframe.nvck-iframe-responsive>.nvck-iframe-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nvck-iframe.nvck-iframe-responsive>.nvck-iframe-inner>.nvck-iframe-element {
    width: 100%;
    height: 100%;
}

/* NV Docs */
.nvck-docs {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.nvck-docs>.nvck-docs-inner>.nvck-docs-element {
    border: none;
    margin: 0 auto;
    display: block;
}

.nvck-docs.nvck-docs-responsive {
    height: 0;
}

.nvck-docs.nvck-docs-responsive>.nvck-docs-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nvck-docs.nvck-docs-responsive>.nvck-docs-inner>.nvck-docs-element {
    width: 100%;
    height: 100%;
}

/* Global */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    background-color: #f6f6f6;
}

a,
a:link,
a:active,
a:visited {
    color: #1a3f5e;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #cc2121;
    outline: none;
}

a.dimgray {
    color: #707070;
}

a.dimgray:hover {
    color: #cc2121;
}

a.black {
    color: #333;
}

a.black:hover {
    color: #cc2121;
}

a.white{
    color: #fff;
}

a.white:hover {
    color: #cc2121;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 10px;
}

.title {
    font-size: 22px;
}

.hometext {
    font-weight: 500;
}

.bodytext {
    word-break: keep-all;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    line-height: 1.7em;
}

.bodytext p {
    margin-bottom: 15px !important;
}

.bodytext ol {
    list-style-type: decimal !important;
}

.bodytext ul {
    list-style-type: disc !important;
    padding-left: 40px !important;
    margin-bottom: 10px !important;
}

.bodytext li {
    margin-bottom: 0 !important;
}

.bodytext div.alert {
    margin-bottom: 7px;
    margin-top: 4px;
}

.bodytext h2{
    font-size: 18px;
    color: #000;
}

iframe {
    border: 0;
}

.bg-white{
    background-color: #fff;
}

.m-bottom {
    margin-bottom: 10px !important;
}

.wraper {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}

.container,
.rel {
    position: relative;
}

.fa-fix {
    margin-right: -5px;
}

.fa-pointer {
    cursor: pointer;
}

.fa-horizon {
    width: 14px;
}

.fa-lg.fa-horizon {
    width: 22px;
}

h3.sm {
    font-size: 16px;
}

span.keyword {
    background-color: yellow;
}

.nv-fullbg {
    min-height: 100%;
    background-color: #fff;
}

a.btn {
    color: #fff;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-right {
    justify-content: right;
}

.justify-content-space-between {
    justify-content: space-between;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

/* Header */

#header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

#header .logo {
    padding: 14px 20px;
}

#header .logo img {
    height: 65px;
    width: auto;
}

#header .logo h1,
#header .logo .site_name {
    display: none;
}

.support{
    font-size: 16px;
    margin-right: 40px;
}

.support a{
    color:#242424;
    align-items: center;
}

.support img{
    height: 40px;
}

.support div{
    display: flex;
    flex-direction: column;
}

.support div span{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}

.support div span:last-child{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.support:hover div span:last-child{
    color: #cc2021;
}

.block_cart a {
    position: relative;
}


.block_cart .bi {
    font-size: 28px;
    color: #242424;
}

.block_cart a span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: #cc2121;
    border-radius: 50%;
    top: -4px;
    right: -8px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #fff;
    color: #fff;
}
/* breadcrumb */

.breadcrumbs-wrap {
    position: relative;
}

.breadcrumbs-wrap .display {
    height: 40px;
    overflow: hidden;
}

.breadcrumbs {
    display: inline-block;
}

.breadcrumbs li {
    float: left;
}

.breadcrumbs a,
.show-subs-breadcrumbs {
    padding: 8px 14px;
    float: left;
    text-decoration: none;
    color: #333;
    position: relative;
    font-size: 14px;
}

.breadcrumbs a:hover{
    color: #cc2021;
}

.breadcrumbs li:first-child a{
    padding-left: 0;
}

.breadcrumbs a:before {
    content: "\f105";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    top: 31%;
    left: -2px;
}

.breadcrumbs li:first-child a:before{
    display: none;
}

.subs-breadcrumbs {
    margin: 0;
    padding: 0;
    background-color: #fff linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0px,
            rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-top: none;
    box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
    display: none;
    z-index: 999999;
}

.subs-breadcrumbs.open {
    display: block;
}

.subs-breadcrumbs li {
    background-color: #eee;
}

.subs-breadcrumbs li:last-child,
.subs-breadcrumbs li:last-child a,
.subs-breadcrumbs {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.subs-breadcrumbs li,
.subs-breadcrumbs a {
    display: block;
    float: none;
}

.subs-breadcrumbs a {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
}

.subs-breadcrumbs li:not(:last-child) a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.subs-breadcrumbs a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.subs-breadcrumbs a em {
    display: inline-block;
    margin-right: 5px;
    color: #707070;
}

.show-subs-breadcrumbs {
    padding-right: 5px;
    margin-right: 7px;
    width: 30px;
    text-align: center;
}

/* Menu */
.section-nav{
    position: relative;
    background-color: #242424;
    z-index: 999;
}

#menusite .navbar-default {
    background-color: transparent;
    border-radius: 0;
    border: none;
    min-height: auto;
    z-index: 1;
}

#menusite .navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 32px;
}

#menusite .navbar-nav > li > a {
    white-space: nowrap;
}

#menusite .dropdown-menu {
    position: absolute;
    display: block;
    left: -9999px;
    border: 0;
    font-size: 16px;
    min-width: 230px;
    width: 100%;
    border-radius: 0;
    visibility: hidden;
    transform: translateY(50px);
    z-index: 9999;
}

#menusite .open .dropdown-menu {
    left: auto;
    transform: translateY(0);
    visibility: visible;
    transition: all .3s ease;
}

#menusite .dropdown-menu>li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(239 239 239 / 60%);
}

#menusite .dropdown-menu>li:last-child {
    border-bottom: none;
}

#menusite .dropdown-menu>li>a {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 15px;
    padding: 10px 15px;
}

#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > .open > a:focus {
    background: #3a3a3a;
    color: #fff;
}

#menusite .dropdown-menu > li > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #cc2021;
}

#menusite .dropdown-submenu {
    position: relative;
    display: none;
}

#menusite .open .dropdown-submenu {
    display: block;
}

#menusite .dropdown-submenu li a {
    color: #333;
    display: block;
}

#menusite .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 5px 5px 5px;
}

#menusite .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

#menusite .dropdown-submenu > a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333;
    margin-top: 10px;
    margin-right: -5px;
}

#menusite .dropdown-submenu.pull-left {
    float: none;
}

#menusite .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 5px 0 5px 5px;
}

/*third-nav*/
.third-nav{
    background-color: #eee;
}

/* SLIDER */
#banner-slider {
    position: relative;
}

#banner-slider img{
    height: 580px;
    object-fit: cover;
}

.slider-content-inner {
    position: absolute;
    width: 550px;
    top: 50%;
    left: 15%;
    transform: translate(-15%, -50%);
}

.slider-content-inner .slider-sub-title{
    display: inline-block;
    background-color: #cc2121;
    padding: 3px 13px;
    margin-bottom: 8px;
    border-radius: 20px;
    color: #Fff;
    opacity: 0;
    transition: all 3s;
}

.slider-content-inner .slider-title {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    color: #242424;
    text-transform: capitalize;
    line-height: 55px;
    letter-spacing: -0.5px;
    opacity: 0;
    transition: all 3s;
}

.slider-content-inner .slider-description {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    margin: 16px 0 30px;
    opacity: 0;
    transition: all 3s;
}

.slider-content-inner .slider-button .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    color: #fff;
    padding: 12px 20px;
    opacity: 0;
    border-radius: 40px;
    transition: all 0.3s;
    background-color: #252525;
    text-transform: uppercase;
    width: 200px;
}

.slider-content-inner .slider-button .button:hover {
    background-color: #cc2121
}

.active .slider-content-inner .slider-sub-title,
.active .slider-content-inner .slider-title,
.active .slider-content-inner .slider-description,
.active .slider-content-inner .slider-button .button,
.slider-content-inner .welcome {
    animation: slider-moving;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

.active .slider-content-inner .slider-sub-title {
    animation-delay: 0.5s;
}

.active .slider-content-inner .slider-title {
    animation-delay: 0.7s;
}

.active .slider-content-inner .slider-description {
    animation-delay: 1.2s;
}

.active .slider-content-inner .slider-button .button {
    animation-delay: 1.5s;
}

@keyframes slider-moving {
    0% {
        opacity: 0;
        top: 30px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

#banner-slider .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 22px;
}

#banner-slider .owl-dot {
    width: 14px;
    height: 14px;
    background-color: #666;
    -webkit-background-clip: padding-box;
    border: 4px solid #fff;
    border-color: rgba(255, 255, 255, 0.44);
    margin: 5px;
    border-radius: 15px;
}

#banner-slider .owl-dot.active {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.44);
}

/*feature-section*/
.feature-section{
    position: relative;
    padding: 50px 0;
    background-color: #f8f8f8;
}
.feature-item{
    position: relative;
    text-align: center;
    width: 25%;
}

.feature-item:before{
    position: absolute;
    content: '';
    background-color: #ebebeb;
    width: 1px;
    height: 40px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.feature-item:last-child:before{
    display: none;
}

.feature-item h2{
    color: #242424;
}

.feature-item p{
    margin: 0;
    font-size: 13px;
}

/*products-section*/
.products-section{
    position: relative;
    padding: 60px 0;
}

.section-head{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.section-head h2{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-head p{
    margin: 0;
}

.line-bottom{
    position: relative;
    display: block;
    margin-top: 30px;
}

.line-bottom:before{
    content: "";
    width: 150px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.line-bottom:after{
    content: "///";
    line-height: 20px;
    background: #fff;
    padding: 0 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #cc2021;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
}

.reel-video video {
    width: 100%;
    display: block;
}

.reel-video .single-product {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 15px 15px 20px;
    background: linear-gradient(180deg, #0000, #000c);
}

.reel-video .product-image{
    width: 70px !important;
}

.product-image {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    margin-bottom: 10px;
}

.product-image > a {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    width: 65px;
    height: 80px;
    object-fit: cover;
}

.product-image .img1,
.product-image .img2 {
    position: absolute;
    inset: 0;
    transition:
    opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
    backface-visibility: hidden;
}

.product-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.product-image .img1 {
    opacity: 1;
    z-index: 1;
}

.product-image .img2 {
    opacity: 0;
    z-index: 2;
}

.product-image:hover .img1 {
    opacity: 0;
}

.product-image:hover .img2 {
    opacity: 1;
}

.single-product h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    font-size: 15px;
}

.single-product .price-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
    gap: 10px;
    justify-content: start;
    flex-direction: unset;
    margin-top: 10px;
}

.single-product .new-price{
    font-size: 16px;
    font-weight: 600;
    color: #cc2021;
}

.single-product .old-price{
    text-decoration: line-through;
    white-space: nowrap;
    color: #d7d7d7;
}

/*banner-section*/
.banner-section{
    position: relative;
    padding: 20px 0;
}

.banner-section .nv-block-banners{
    position: relative;
    width: calc(100%/3 - 20px);
    overflow: hidden;
}

.banner-section .nv-block-banners img{
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.banner-section .nv-block-banners:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
/*content-section*/
.content-section{
    padding: 30px 0;
}

/*news-section*/
.news-section{
    position: relative;
    padding: 80px 0 60px;
}

/*new-products-section*/
.new-products-section{
    position: relative;
    padding: 60px 0;
}

.single-product{
    position: relative;
}

.product-items .single-product{
    margin-bottom: 30px;
}

.single-product .product-image{
    width: 100%;
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
}

.single-product .product-image>a{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.15;
}

.new-products-section .single-product h3,
.shops-viewgrid .single-product h3{
    font-weight: 400;
    font-size: 15px;
}

.new-products-section .nav{
    margin-bottom: 40px;
}

.new-products-section .nav li a{
    background-color: transparent;
    padding: 0 10px;
    color: #242424;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s all;
}

.new-products-section .nav li.active a,
.new-products-section .nav li:hover a{
    color: #cc2021;
}

.discounts-label{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
    border-radius: 3px;
    height: 23px;
    width: 50px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    background-color: #cc2121;
    color: #fff;
    z-index: 999;
}

.action-links{
    position: absolute;
    background-color: #ffffffc7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    z-index: 3;
    opacity: 1;
    height: 42px;
    line-height: 26px;
    padding: 12px 0;
    width: 180px;
    margin: 0 auto;
    -webkit-box-shadow: 1px 1px 0 0 #e8e8e863;
    box-shadow: 1px 1px 0 0 #e8e8e863;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
}

.action-links a{
    display: block;
    width: 60px;
    border-right: 1px solid #ebebeb;
}

.action-links a:last-child{
    border: none;
}

.single-product:hover .action-links {
    z-index: 3;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
        -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.product-tab-content .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}

.product-tab-content .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: #d6d6d6 !important;
  padding: 0 !important;
  cursor: pointer;
  transition: all 0.35s ease;
}

.product-tab-content .owl-dots .owl-dot span {
  display: none;
}

.product-tab-content .owl-dots .owl-dot:hover {
  background: #111 !important;
  transform: scale(1.15);
}

.product-tab-content .owl-dots .owl-dot.active {
  width: 50px;
  border-radius: 20px;
  background: #111 !important;
}

@keyframes slideUpFadeTab {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.tab-content .tab-pane.active {
    animation: slideUpFadeTab 0.5s ease-out forwards;
}

/*review-section*/
.review-section{
    position: relative;
}

.custom-review-item {
    display: block;
    padding: 25px;
}
.review-intro-box {
    background-color: #111;
    color: #fff;
    float: left;
    margin-right: 15px;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.review-intro-box h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
    color: #fff;
}
.review-intro-avatars {
    display: flex;
    margin-bottom: 15px;
}
.avatar-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #2c3635;
    margin-right: -10px;
    background: #6c7a89;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
}
.review-intro-total {
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.review-intro-total i {
    color: #f39c12;
    margin-right: 8px;
    font-size: 16px;
}
.review-card {
    background-color: #ebebeb;
    color: #333;
    transition: background-color 0.2s;
}
.review-card:hover {
    background-color: #e0e0e0;
}
.review-card-stars {
    margin-bottom: 11px;
    font-size: 16px;
}
.review-card-stars i {
    margin-right: 2px;
}

.review-slider{
    position: relative;
    display: inline-block;
    width: calc(100% - 290px);
}

.review-card-content {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    min-height: 45px;
    color: #444;
}
.review-card-author {
    font-size: 12px;
    font-weight: 700;
    color: #2c3635;
}

/*shops-viewgrid*/
.shops-viewgrid{
    display: grid;
    gap: 30px 20px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.shops-cat-page .page-header{
    margin: 0 0 25px;
    border-bottom: 2px solid #f5f5f5;
    padding: 12px 20px;
    background-color: #fff;
}

.shops-cat-page .page-header h1{
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #333;
    text-transform: uppercase;
}

.shops-cat-page .s-cat-fillter span{
    font-size: 14px;
    color: #666; 
    margin-right: 10px; 
    white-space: nowrap;
}

.shops-viewgrid .single-product{
    background-color: #fff;
}

.shops-viewgrid .single-product .product-image{
    margin-bottom: 0;
    border: none;
}

.shops-viewgrid .product-item-content{
    padding: 15px;
}

/*Detail shops*/
.product-detail-head,
.product-review,
.panel-product-others{
    padding: 20px;
    margin-bottom: 20px;
}

.imageGallery img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 500px;
    margin: 0 auto;
}

.imageGallery iframe,
.imageGallery video{
    max-height: 450px;
}

.imageGallery li{
    position: relative; background: #000; display: flex; align-items: center; justify-content: center;
}

.product-detail-box{
    padding-left: 15px;
}

.product-detail-box h1{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.rating-stars-display{
    color: #ff9321;
}

.product-price{
    background-color: #fafafa;
    padding: 15px 20px;
    margin: 20px 0;
    position: relative;
}

.product-price .new-price{
    color: #cc2121;
    font-size: 24px;
    font-weight: 600;
}

.product-price .old-price{
    color: #929292;
    font-size: 18px;
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
}

.product-price .label{
    color: #ee4d2d;
    background-color: #feeeea;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
}

.order-number{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.order-number span{
    margin-right: 15px;
}

.quantity {
    position: relative;
    display: flex;
}

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

input[type=number]
{
    -moz-appearance: textfield;
}

.quantity input {
    width: 50px;
    height: 40px;
    line-height: 1.65;
    padding: 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-right: 0;
    border-left: 0;
}

.quantity input:focus {
    outline: 0;
}

.product-detail .quantity-button {
    position: relative;
    border: 1px solid #dbdbdb;
    width: 34px;
    height: 40px;
    text-align: center;
    color: #333;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.btn_add_to_cart,
.btn-order-buy{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #242424;
    border-radius: 0;
    margin-top: 30px;
    padding: 15px 30px;
    min-width: 180px;
    font-size: 15px;
    transition: 0.4s all;
}

.btn-order-buy{
    background-color: #cc2021;
}

.btn_add_to_cart:hover,
.btn-order-buy:hover{
    background-color: #eb2223;
    color: #fff;
}

/* Khung thumbnail có nút điều hướng */
.thumb-nav-wrap {
    position: relative;
    margin-top: 16px;
}

/* Thanh thumbnail */
.thumb-nav-wrap .lSPager.lSGallery {
    margin: 0 auto !important;
}

/* Nút điều hướng thumbnail */
.thumb-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 32px;
    height: 100%;
    border: none;
    background: #55555594;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.thumb-nav-btn:hover {
    background: #333;
}

.thumb-nav-btn:before{
    position: absolute;
    content: "\f105";
    font: normal normal normal 22px / 1 FontAwesome;

}

.thumb-nav-btn.thumb-prev:before{
    content: "\f104";
}

.thumb-prev {
    left: 0;
}

.thumb-next {
    right: 0;
}

/* Thumbnail đẹp hơn */
.lSPager.lSGallery li {
    border-radius: 8px;
    overflow: hidden;
    opacity: 0.65;
    border: 2px solid transparent;
    transition: all 0.25s ease;
}

.lSPager.lSGallery li.active,
.lSPager.lSGallery li:hover {
    opacity: 1;
    border-color: #111827;
}

.lSPager.lSGallery li img {
    width: 100%;
    height: 72px;
    object-fit: cover;
}

.product-detail-body{
    padding: 0 20px 20px;
    margin-bottom: 20px;
}

.product-detail-body h2,
.product-review h2,
.panel-product-others h2{
    display: inline-block;
    width: 100%;
    color: #000000de;
    text-transform: capitalize;
    background: #f8f8f8;
    padding: 12px 14px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}

.panel-product-others .single-product .product-image{
    border: 1px solid #f5f5f5;
}

.panel-product-others .single-product .product-item-content{
    padding: 15px 0;
}

.clist-template{
    margin: 0;
    padding: 0;
}

.clist-template li{
    padding: 10px;
}

.clist-template .ctit{
    display: inline-block;
    min-width: 200px;
}

.clist-template .cval{
    padding-left: 10px;
}

.product-review h2,
.panel-product-others h2{
    background-color: transparent;
    padding: 0;
    margin: 5px 0 10px 0;
}

.custom-star-item {
    text-align: center;
    cursor: pointer;
    flex: 1;
    max-width: 80px;
}
.custom-star-item i {
    color: #e0e0e0; /* Sao xám mặc định */
    transition: all 0.2s;
}
.custom-star-item:hover i {
    transform: scale(1.1);
}

/* CSS cho Đánh giá sản phẩm */
.rate-list-loading {
    color: #ccc; text-align: center;
}
.btn-show-review-wrapper {
    margin-top: 20px; margin-bottom: 10px; text-align: center;
}
.btn-show-review {
    background-color: #242424;
    border: none;
    padding: 10px 40px;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    color: #fff;
}
.btn-show-review:hover {
    background-color: #cc2121; color: #fff;
}
.review-form-container {
    display: none;
    background: #fafafa;
    padding: 25px;
    margin-top: 20px;
}
.custom-stars {
    display: flex; justify-content: center; gap: 20px; margin-bottom: 25px;
}
.custom-star-label {
    display: block; font-size: 13px; margin-top: 8px; color: #333; font-weight: 500;
}
.review-textarea {
    border-radius: 4px; min-height: 100px; resize: vertical; border: 1px solid #ccc; padding: 12px; font-size: 14px; box-shadow: none; width: 100%;
}
.captcha-container {
    display: flex; align-items: center; gap: 10px;
}
.captcha-img {
    border-radius: 4px; border: 1px solid #ddd;
}
.captcha-refresh {
    color: #666; font-size: 20px; cursor: pointer;
}
.captcha-input {
    width: 100%; height: 42px; border-radius: 4px; border: 1px solid #ccc; box-shadow: none; padding: 6px 12px;
}
.btn-submit-review-wrapper {
    margin-bottom: 0; margin-top: 10px; text-align: center;
}
.btn-submit-review {
    background-color: #242424;
    border: none;
    padding: 10px 40px;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    color: #fff;
}
.btn-submit-review:hover {
    background-color: #cc2121; color: #fff;
}

/* CSS cho list đánh giá */
.review-list-empty {
    border-radius: 8px; text-align: center; margin-bottom: 20px; border: 1px solid #bae1ff; background-color: #e6f7ff; color: #0050b3; padding: 15px;
}
.review-row-item {
    border-bottom: 1px solid #f0f0f0; padding: 20px 0;
}

.review-author-row {
    margin-bottom: 8px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
}
.review-author-name {
    font-size: 15px; color: #222; text-transform: capitalize; font-weight: bold;
}
.review-verified {
    color: #1aae25; font-size: 13px; display: inline-flex; align-items: center; font-weight: 500;
}
.review-verified i {
    margin-right: 4px;
}
.review-time {
    margin: 0; font-size: 13px; color: #999;
}
.review-rating-row {
    margin-bottom: 10px; display: flex; align-items: center; gap: 10px;
}
.review-stars-display {
    color: #f59e0b; font-size: 14px;
}
.review-recommend {
    font-size: 13px; color: #d0021b;
}
.review-content-text {
    font-size: 14px; color: #333; line-height: 1.6; margin-bottom: 10px;text-align: left;
}
.review-actions-row {
    margin-top: 12px; display: flex; gap: 15px;
}
.btn-useful {
    background: none; border: none; padding: 0; color: #288ad6; font-size: 13px; cursor: pointer; font-weight: 500; outline: none;
}
.btn-useful:hover {
    text-decoration: underline;
}
.review-pagination {
    margin-top: 20px; text-align: center;
}

/*socialList*/
.socialList{
    margin: 0;
    padding: 0;
}

.socialList a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #444444;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #fff !important;
    transition: 0.4s all;
}

.socialList svg{
    height: 16px;
    width: auto;
    fill: #fff;
}

.socialList a:hover{
    background-color: #cc2021;
}

.msgshow {
    position: fixed;
    bottom: 10px;
    right: 12px;
    padding: 18px;
    color: #1f2937;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 3px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: none;
    z-index: 10020 !important;
}

/* Footer */

#footer {
    position: relative;
    background-color: #242424;
}

#footer,
#footer a {
    color: #c0c0c0;
}

#footer a:hover{
    color: #cc2021;
}

#footer p {
    margin: 0;
    padding: 0;
}

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

.section-footer-top h3{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.section-footer-top ul li{
    padding: 5px 0;
}

.section-footer-bottom{
    border-top: 1px solid #303030;
    padding: 20px 0;
    color: #c0c0c0;
    font-size: 14px;
}

.company-info{
    margin: 0;
    padding: 0;
}

.company-info .company-name{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.company-info li{
    padding: 5px 0;
}

.company-info .fa{
    font-size: 14px;
    margin-right: 8px;
}

.header-search {
    position: relative;
}

.header-search .search-bar {
    border: 1px solid #ececec;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 350px;
    overflow: hidden;
}

.header-search .input-group-field {
    padding: 11px 18px 11px;
    width: 90%;
    border: none;
}

.header-search .icon-search {
    position: relative;
    width: 70px;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    border: none;
    box-shadow: none;
}

.header-search .icon-search:hover{
    color: #cc2021;
}

.header-search .dropdown-menu{
    width: 100%;
    color: #333;
    padding: 10px 0;
    font-size: 15px;
    border-color: #efefef;
    box-shadow: none;
    z-index: 9999;
}

.header-search .dropdown-menu>li>a{
    display: flex;
    align-items: center;
    white-space: normal;
    padding: 5px 10px;
}

.header-search .dropdown-menu .empty {
    display: block;
    padding: 10px;
}

.header-search .dropdown-menu img{
    margin-right: 8px;
    height: auto;
    width: 60px;
    border-radius: 6px;
}

/* Page break line */

.nv-hr {
    clear: both;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
    margin: 10px 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.nv-hr.nv-hr-lg {
    margin: 20px 0;
}

.nv-hr.nv-hr-sm {
    margin: 5px 0;
}

/* Social share,social button */

.nv-social-share {
    list-style: none;
    margin: 0;
    padding: 4px 5px 0 5px !important;
}

.nv-social-share li {
    display: inline-block;
    margin-bottom: 0 !important;
    height: 20px;
}

.nv-social-share li.facebook {
    position: relative;
    top: -4px;
    padding-right: 40px;
}

/* Form control */

.nv-captcha {
    vertical-align: middle;
}

.nv-recaptcha-default {
    margin: 0 auto;
    width: 304px;
    height: 78px;
}

.nv-recaptcha-compact {
    margin: 0 auto;
    width: 164px;
    height: 144px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* List item */

.nv-list-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nv-list-item li {
    padding: 4px;
    margin: 0 !important;
}

.nv-list-item.sm li {
    padding: 2px;
}

.nv-list-item.xsm li {
    padding: 1px;
}

.nv-list-item.lg li {
    padding: 10px;
}

.page .nv-list-item li {
    display: flex;
}

.page .nv-list-item li em {
    position: relative;
    top: 2px;
}

/* sub-list-icon */

.sub-list-icon > li:first-child > *:before,
.cat-icon:before {
    content: ' \f114 ';
    font-family: FontAwesome;
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -3px;
}

.sub-list-icon > li + li > *:before {
    content: ' \f10c ';
    font-family: FontAwesome;
    font-size: 8px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sub-list-icon > li:first-child + li > *:before {
    content: ' \f101 ';
    font-size: 12px;
    margin-top: -2px;
}

/* List none */

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

/* Block global */

.nv-block-banners {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.nv-block-banners img {
    width: 100%;
    height: auto;
}

.nv-block-rss li {
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
}

.nv-block-rss li:last-child {
    border: none;
    padding-bottom: 0;
}

.nv-block-rss li:first-child {
    padding-top: 0;
}

.nv-block-rss img {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 4px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.enable-animate .nv-block-rss img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Info die */

.nv-infodie {
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-width: 1px;
    border-color: #dcdcdc;
    border-style: solid;
    background-color: #fff;
    position: absolute;
    min-height: 300px !important;
    min-width: 300px !important;
    display: table;
}

.nv-infodie .panel-body {
    display: table-cell;
    vertical-align: middle;
}

.nv-infodie .logo {
    max-width: 90%;
    margin-bottom: 10px;
    height: auto;
}

/* Form */

input,
input[type='file'],
input[type='radio'],
input[type='checkbox'],
button,
.btn,
.form-control,
textarea,
input:focus,
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus,
button:focus,
.btn:focus,
.form-control:focus,
textarea:focus,
input:focus:active,
input[type='file']:focus:active,
input[type='radio']:focus:active,
input[type='checkbox']:focus:active,
button:focus:active,
.btn:focus:active,
.form-control:focus:active,
textarea:focus:active,
input.active:focus,
input[type='file'].active:focus,
input[type='radio'].active:focus,
input[type='checkbox'].active:focus,
button.active:focus,
.btn.active:focus,
.form-control.active:focus,
textarea.active:focus,
input:active,
input[type='file']:active,
input[type='radio']:active,
input[type='checkbox']:active,
button:active,
.btn:active,
.form-control:active,
textarea:active {
    outline-width: 0;
    outline-style: none;
}

.btn-primary{
    background-color: #242424;
    border-radius: 0;
    border: none;
    padding: 12px 35px;
    font-size: 15px;
    outline-offset: 0;
    transition: 0.4s all;
}

.btn-primary:hover{
    background-color: #cc2021;
}

.form-control{
    height: 45px;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ddd; 
    outline: none; 
    background-color: #fff; 
    box-shadow: none;
    cursor: pointer;
    font-size: 14px;
}

.input-group-btn input.btn{
    height: 45px;
    border: none;
}

input[type='checkbox'],
input[type='radio'] {
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 3px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #707070;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type='radio'] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: inherit;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled,
input[type='checkbox']:disabled:checked:before,
input[type='radio']:disabled:checked:before {
    opacity: 0.7;
}

input[type='checkbox']:checked:before,
input[type='radio']:checked:before {
    float: left;
    vertical-align: middle;
    width: 14px;
    font: normal 14px/1 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type='checkbox']:checked:before {
    content: '\f00c';
    margin: 0 0 0 0;
    color: #333333;
}

input[type='radio']:checked:before {
    content: '\2022';
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #333333;
}

.img-thumbnail {
    background-color: #cccccc;
    border: none;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
}

/* Social share */
.social-share-container {
    display: flex;
    align-items: center;
}

.social-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.social-share-buttons button {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    color: #fff;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    line-height: 1;
    font-size: 12px;
}

.social-share-buttons button.social-share-facebook {
    background-color: #1877F2;
}

.social-share-buttons button.social-share-twitter {
    background-color: #1DA1F2;
}

.social-share-label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 10px;
}

.navbar-inverse {
    background-color: #d9e8f4;
    border-color: #2a6496;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #2a6496;
}

.panel-heading {
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0) 100%) !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
}

.panel-primary > .panel-heading > a {
    color: #fff;
}

.panel-primary > .panel-heading > a:hover {
    color: #dcdcdc;
}

table caption {
    color: #357ebd;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 0 5px 2px;
}

blockquote {
    font-size: 13px;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

.modal-body {
    padding: 15px;
}

#sitemodal .modal-dialog {
    position: relative;
    width: auto !important;
    max-width: 600px;
    text-align: center;
    font-size: 0;
}

#sitemodal .modal-content {
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-align: left;
}

#sitemodal .close,
#sitemodalTerm .close {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height: 24px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    border-width: 2px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 12px;
}

#sitemodal .close:hover {
    opacity: 1;
}

@media (max-width: 619px) {
    #sitemodal .modal-dialog {
        margin-left: 10px;
        margin-right: 10px;
    }

    #sitemodal .modal-content {
        display: block;
    }
}

#sb-container {
    z-index: 99999999 !important;
}

.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background-color: #ffff00 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}

#timeoutsess {
    display: none;
}

#timeoutsess a {
    color: #2f70a7 !important;
}

.calendar-icon {
    background-image: url(../../../assets/images/calendar.jpg);
    background-position: right 6px center;
    background-repeat: no-repeat;
    padding-right: 26px;
}

/*alert*/

.nv-alert {
    position: fixed !important;
    top: 25% !important;
    right: 0;
    left: 0;
    width: 350px !important;
    margin: auto;
    z-index: 99999999999999 !important;
    text-align: center !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.select2-container--default .select2-selection--single,
.select2-container--bootstrap .select2-selection--single {
    height: 32px !important;
    padding-top: 2px;
}

.voting-col-2 {
    border-left: 1px solid #ccc;
    padding: 0px 10px;
}

.padding-voting ul li {
    margin: 0px 10px;
    padding: 10px 0px;
    list-style: disc;
    text-align: justify;
}

.sum-voting {
    margin-top: 5px;
}

/*cookie-notice popup*/

.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 350px;
    z-index: 99999999999999;
    background-color: #eee;
    border: solid 1px #dedede;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.cookie-notice a {
    color: #1a3f5e;
    text-decoration: underline;
}

.cookie-notice div {
    position: relative;
    width: 100%;
    padding: 20px;
    color: #333;
}

.cookie-notice button {
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 24px;
}

/*News*/
.content-table {
    width: 100%;
    border-spacing: 0;
    margin: 24px 0;
    line-height: 1.6;
    background: #fff;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.content-table thead {
    background: linear-gradient(135deg, #111827, #374151);
    color: #fff;
}

.content-table th,
.content-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
}

.content-table th {
    font-weight: 700;
    white-space: nowrap;
}

.content-table tbody tr:nth-child(even) {
    background: #f9fafb;
}

.content-table tbody tr:hover {
    background: #f3f4f6;
}

.content-table tbody tr:last-child td {
    border-bottom: none;
}

.news-groups-item img{
    height: 200px!important;
    width: 100%;
    object-fit: cover;
}

.news-groups-item h3{
    margin-bottom: 6px;
    font-size: 16px;
}

.news-groups-item .pubtime{
    color: #666;
    margin: 8px 0 5px;
}

.contact .contact-box-form {
    position: relative;
    padding: 20px;
}

.contact .contact-box-form h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact .contact-box-form h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.contact .contact-box-form .btn-primary{
    min-width: 220px;
}

.other-page h3{
    margin: 0;
}

.block-default h2{
    padding: 12px 20px;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
}

.viewcat-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.others-product li{
    margin-bottom: 12px;
}

.others-product img{
    width: 80px;
    height: 100px;
    object-fit: cover;
}

.others-product h3{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}

.others-product .price-box{
    display: flex;
    align-items: center;
    gap: 10px;
}

.others-product .new-price {
    font-size: 15px;
    font-weight: 500;
    color: #cc2021;
}

.others-product .old-price {
    text-decoration: line-through;
    white-space: nowrap;
    color: #d7d7d7;
}

.news-detail .publtime {
    color: #808080;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 10px 6px;
    font-size: 14px;
    background: #f9f9f9;
}

.news-detail .news-rating{
    width: 60%;
}

.news-groups-list .news-item{
    margin-bottom: 15px;
    line-height: 1.3;
}

.news-groups-list img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.news-groups-list .publtime{
    font-size: 14px;
    margin-top: 4px;
    color: #444;
}

.othors-news h2{
    font-size: 18px;
    text-transform: capitalize;
}

.news-others-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news-others-list .others-item img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.news-others-list .others-item h3{
    margin-top: 5px;
}

.form-cart{
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
}

.form-cart h2{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.form-cart .cart-items-list{
    padding: 12px 18px;
}

.form-cart .cart-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    border: 1px solid #f3f4f6;
    padding: 8px 15px;
    margin-bottom: 20px;
    border-radius: 1px;
}

.form-cart .cart-item img{
    width: 80px;
    height: 90px;
    object-fit: cover;
}

.form-cart .cart-item h3{
    font-weight: 400;
    margin-bottom: 0;
}

.order-summary,
.summary-container,
.order-form{
    padding: 25px;
}

.cart-quantity{
    position: relative;
}

.cart-quantity input {
    width: 100px;
    height: 40px !important;
    line-height: 40px;
    font-size: 16px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 46px;
    border: 1px solid #f3f3f3 !important;
    box-shadow: none;
}

.cart-quantity .quantity-nav{
    position: relative;
    float: left;
}

.cart-quantity .quantity-button {
    position: absolute;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 30px;
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 40px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.cart-quantity .quantity-button.quantity-up{
    border-bottom: none;
}

.cart-quantity .quantity-button.quantity-down {
    left: -68px;
    line-height: 40px;
    border-right: 1px solid #eee;
    border-left: none
}

.form-cart .cart-item .cart-item-price,
.summary-row span:last-child{
    font-weight: 600;
}

.summary-row{
    margin-bottom: 12px;
}

.order-summary .action{
    text-align: right;
    margin-top: 50px;
}

.order-form label{
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 8px;
}

.product-item{
    position: relative;
    margin-bottom: 15px;
}

.product-item img{
    width: 80px;
    height: 90px;
    object-fit: cover;
}

.product-item h3{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
}

.product-item .product-info p{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.product-item .price-totall{
    font-weight: 600;
    margin-left: auto;
}

.total{
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

#coupons_info{
    font-size: 14px;
    margin-top: 8px;
}

.order-info h2{
    border-bottom: 1px solid #f3f4f6;
    padding: 10px 25px;
    margin-bottom: 0;
}

.order-submit{
    margin-top: 30px;
    text-align: right;
}

.payment-box{
    width: 100%;
    max-width: 580px;
    padding: 55px;
    border-top: 4px solid #cc2021;
    background-color: #fff;
}

.payment-box .icon-check{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    background-color: #069668;
    height: 80px;
    width: 80px;
    border-radius: 9999px;
    color: #fff;
    margin: 0 auto 32px;
}

.payment-box h1{
    font-size: 25px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.payment-box p{
    color: #475569;
    line-height: 1.625;
    margin-bottom: 32px;
    margin-top: 20px;
}

.payment-box .support{
    padding: 16px;
    width: 100%;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    margin: 0;
}

.payment-box .support .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 48px;
    background-color: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 9999px;
    color: #94a3b8;
}

.payment-box .support .text{
    text-align: left;
}

.payment-box .support h3{
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    margin: 0;
}

.payment-box .support a{
    color: #333;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
}


/*mobile-menu*/

.open-menu{
    overflow: hidden;
    position: fixed;
    top: 0px;
    width: 100%;
}

.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
    display: none
}

.mobile-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #242424;
    z-index: 99999;
    visibility: hidden;
    transform: translateX(100%)
}

.mobile-menu-wrap.animate {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px)
}

.mobile-menu-wrap .menu {
    height: calc(100vh);
    overflow: auto;
    padding-top: 95px;
}

.mobile-menu-toggle-btn{
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 50px;
    background-color: #cc2021;
    border-radius: 6px;
    cursor: pointer;
}

.mobile-menu-toggle-btn .nav-line{
    position: relative;
    background-color: #fff;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    transition: transform .3s .6s;
}

.mobile-menu-toggle-btn .nav-line:before,
.mobile-menu-toggle-btn .nav-line:after{
    background-color: #fff;
    content: "";
    height: 2px;
    width: 25px;
    border-radius: 3px;
    left: 0;
    position: absolute;
    transition: top .3s, bottom .3s;
}

.mobile-menu-toggle-btn .nav-line:before{
    bottom: -10px;
    transition: bottom .3s, transform .3s .3s;
}

.mobile-menu-toggle-btn .nav-line:after{
    top: -10px;
}

.open-menu .mobile-menu-wrap {
    visibility: visible;
    transform: translateX(0);
}

.open-menu .mobile-menu-toggle-btn {
    position: absolute;
    right: 20px;
    top: 25px;
}

.open-menu .mobile-menu-toggle-btn:hover{
    background-color: #4d4d4d;
}

.open-menu .mobile-menu-toggle-btn .nav-line {
    transform: rotate(45deg);
}

.open-menu .mobile-menu-toggle-btn .nav-line:before {
    bottom: 0;
    transform: rotate(90deg);
}

.open-menu .mobile-menu-toggle-btn .nav-line:after {
    top: 0;
}