@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.d-none {
    display: none;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-success p {
    margin-bottom: 0;
}
.alert .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.alert-success,
.alert-warning {
    max-width: 335px !important;
}
@media (max-width: 350px) {
    .alert-success,
    .alert-warning {
        max-width: 280px !important;
    }
}
@keyframes alert-fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes alert-fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#js-global-alert {
    position: fixed;
    top: 5%;
    right: 15px;
    width: 270px;
    transition: all ease 0 0.5s;
    z-index: 9999;
    padding: 10px;
    margin-bottom: 0;
    opacity: 0;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    display: none;
}
#js-global-alert .alert-heading {
    margin-bottom: 0;
    font-size: 16px;
}
#js-global-alert .alert-content {
    font-size: 14px;
    margin-bottom: 0;
    line-height: initial;
}
#js-global-alert.active {
    display: block;
    animation-name: alert-fade-in-up;
}
#js-global-alert.inactive {
    animation-name: alert-fade-out;
}
#js-global-alert button.close {
    position: absolute;
    top: 0;
    right: 10px;
}
.lazyload {
    background: #ebebeb;
}
.lazyload.loaded {
    background: transparent;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
@media (max-width: 480px) {
    .row {
        margin-right: -7px;
        margin-left: -7px;
    }
}
.backdrop__body-backdrop___1rvky {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 999;
    transition: opacity 0.5s ease;
}
@media (max-width: 480px) {
    .backdrop__body-backdrop___1rvky {
        z-index: 998;
    }
}
.backdrop__body-backdrop___1rvky.active {
    transition: opacity 0.5s ease;
    visibility: visible;
    opacity: 1;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 480px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 7px;
        padding-right: 7px;
    }
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.container {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .container {
        padding-right: 45px;
        padding-left: 45px;
        max-width: 1367px;
    }
}
@media (max-width: 480px) {
    .container {
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media (min-width: 1199px) {
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
}
html {
    overflow-x: hidden;
}
html,
body {
    padding: 0px !important;
    padding: 0;
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    border: 1px solid #e9e9e9;
    color: #1c1c1c;
    margin: 0 0 19px;
    min-height: 40px;
    padding: 0 20px;
}
a {
    color: var(--textColor);
}
a:hover {
    color: var(--subColor);
    text-decoration: none;
    cursor: pointer;
}
.dropdown-menu {
    box-shadow: none;
}
.dropdown-menu > li > a {
    white-space: inherit;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: none;
}
body,
input,
textarea,
button,
select {
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
body:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
    box-shadow: none;
}
@font-face {
    font-family: "SVN Mont";
    font-style: normal;
    src: url(svn-mont-regular.ttf) format("woff");
}
body {
    font-size: 14px;
    color: var(--textColor);
    background-color: #fff;
    font-family: "SVN Mont";
    margin-top: 150px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    font-weight: inherit;
}
a:focus {
    outline: none;
}
p {
    margin: 0 0 15px 0;
}
p img {
    margin: 0;
}
em {
    font-style: italic;
}
img.lazyload:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.banner-effect {
    position: relative;
    overflow: hidden;
    display: block;
}
.banner-effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.banner-effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}
ul {
    list-style: none outside;
    margin-bottom: 0px;
    padding-left: 0px;
}
ol {
    list-style: decimal;
}
ul.square {
    list-style: square outside;
}
ul.disc {
    list-style: disc outside;
}
ol.alpha {
    list-style: lower-alpha outside;
}
.inline-list li {
    display: inline-block;
    margin-bottom: 0;
}
table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-wrap {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
th {
    font-weight: 500;
}
th,
td {
    text-align: center;
    padding: var(--gutter) / 2;
    border: 1px solid #ebebeb;
    color: #1c1c1c;
}
a,
.text-link {
    color: var(--textColor);
    text-decoration: none;
    background: transparent;
}
button {
    overflow: visible;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
img {
    border: 0 none;
    max-width: 100%;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
.table-wrapper {
    max-width: 100%;
    overflow: auto;
}
form {
    margin-bottom: var(--gutter);
}
a:focus,
.btn:focus,
input[type="submit"]:focus,
button:focus,
.page-link:focus,
.button:focus,
.btn-button:focus {
    outline: none;
    box-shadow: none;
}
input,
textarea,
button,
select {
    font-size: 1em;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
}
button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input,
textarea,
select,
fieldset {
    border-radius: 0;
    max-width: 100%;
}
input.input-full,
textarea.input-full,
select.input-full,
fieldset.input-full {
    width: 100%;
}
legend {
    border: 0;
    padding: 0;
}
optgroup {
    font-weight: 600;
}
input {
    display: inline-block;
    width: auto;
}
button,
input[type="submit"] {
    cursor: pointer;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
    border: 1px solid #ebebeb;
    padding: 0 110px 0 15px;
    width: 100%;
    max-width: 100%;
    display: block;
}
input[type="text"][disabled],
input[type="text"].disabled,
input[type="search"][disabled],
input[type="search"].disabled,
input[type="password"][disabled],
input[type="password"].disabled,
input[type="email"][disabled],
input[type="email"].disabled,
input[type="file"][disabled],
input[type="file"].disabled,
input[type="number"][disabled],
input[type="number"].disabled,
input[type="tel"][disabled],
input[type="tel"].disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
    cursor: default;
}
textarea {
    min-height: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
}
input[type="checkbox"] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url("//bizweb.dktcdn.net/100/495/928/themes/921279/assets/ico-select.png?1705553048885");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff !important;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
}
.ie9 select,
.lt-ie9 select {
    padding-right: 10px;
    background-image: none;
}
option {
    color: #000;
    background-color: #fff;
}
select::-ms-expand {
    display: none;
}
label,
legend {
    display: block;
    font-weight: 400;
}
label.inline,
legend.inline {
    display: inline;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    font-weight: normal;
}
label[for] {
    cursor: pointer;
}
.label-hint {
    color: #999;
}
input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
    border-color: red;
    color: red;
}
label.error {
    color: red;
}
label {
    display: inline-block !important;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .input-group-field:first-child,
.input-group .input-group-btn:first-child,
.input-group .input-group-btn:first-child > .btn,
.input-group .input-group-btn:first-child > input[type="submit"],
.input-group input[type="hidden"]:first-child + .input-group-field,
.input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
.input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"] {
    border-radius: 0;
}
.input-group .input-group-field:last-child,
.input-group .input-group-btn:last-child > .btn,
.input-group .input-group-btn:last-child > input[type="submit"] {
    border-radius: 0;
}
.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
.a-center {
    text-align: center !important;
}
.margin-0 {
    margin: 0px !important;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.margin-bottom-0 {
    margin-bottom: 0px !important;
}
.margin-left-0 {
    margin-left: 0px !important;
}
.margin-right-0 {
    margin-right: 0px !important;
}
.padding-0 {
    padding: 0px !important;
}
.padding-top-0 {
    padding-top: 0px !important;
}
.padding-bottom-0 {
    padding-bottom: 0px !important;
}
.padding-left-0 {
    padding-left: 0px !important;
}
.padding-right-0 {
    padding-right: 0px !important;
}
.margin-5 {
    margin: 5px !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-left-5 {
    margin-left: 5px !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}
.padding-5 {
    padding: 5px !important;
}
.padding-top-5 {
    padding-top: 5px !important;
}
.padding-bottom-5 {
    padding-bottom: 5px !important;
}
.padding-left-5 {
    padding-left: 5px !important;
}
.padding-right-5 {
    padding-right: 5px !important;
}
.margin-10 {
    margin: 10px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
.padding-left-10 {
    padding-left: 10px !important;
}
.padding-right-10 {
    padding-right: 10px !important;
}
.margin-15 {
    margin: 15px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-left-15 {
    margin-left: 15px !important;
}
.margin-right-15 {
    margin-right: 15px !important;
}
.padding-15 {
    padding: 15px !important;
}
.padding-top-15 {
    padding-top: 15px !important;
}
.padding-bottom-15 {
    padding-bottom: 15px !important;
}
.padding-left-15 {
    padding-left: 15px !important;
}
.padding-right-15 {
    padding-right: 15px !important;
}
.margin-20 {
    margin: 20px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-left-20 {
    margin-left: 20px !important;
}
.margin-right-20 {
    margin-right: 20px !important;
}
.padding-20 {
    padding: 20px !important;
}
.padding-top-20 {
    padding-top: 20px !important;
}
.padding-bottom-20 {
    padding-bottom: 20px !important;
}
.padding-left-20 {
    padding-left: 20px !important;
}
.padding-right-20 {
    padding-right: 20px !important;
}
.margin-25 {
    margin: 25px !important;
}
.margin-top-25 {
    margin-top: 25px !important;
}
.margin-bottom-25 {
    margin-bottom: 25px !important;
}
.margin-left-25 {
    margin-left: 25px !important;
}
.margin-right-25 {
    margin-right: 25px !important;
}
.padding-25 {
    padding: 25px !important;
}
.padding-top-25 {
    padding-top: 25px !important;
}
.padding-bottom-25 {
    padding-bottom: 25px !important;
}
.padding-left-25 {
    padding-left: 25px !important;
}
.padding-right-25 {
    padding-right: 25px !important;
}
.margin-30 {
    margin: 30px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-left-30 {
    margin-left: 30px !important;
}
.margin-right-30 {
    margin-right: 30px !important;
}
.padding-30 {
    padding: 30px !important;
}
.padding-top-30 {
    padding-top: 30px !important;
}
.padding-bottom-30 {
    padding-bottom: 30px !important;
}
.padding-left-30 {
    padding-left: 30px !important;
}
.padding-right-30 {
    padding-right: 30px !important;
}
.margin-35 {
    margin: 35px !important;
}
.margin-top-35 {
    margin-top: 35px !important;
}
.margin-bottom-35 {
    margin-bottom: 35px !important;
}
.margin-left-35 {
    margin-left: 35px !important;
}
.margin-right-35 {
    margin-right: 35px !important;
}
.padding-35 {
    padding: 35px !important;
}
.padding-top-35 {
    padding-top: 35px !important;
}
.padding-bottom-35 {
    padding-bottom: 35px !important;
}
.padding-left-35 {
    padding-left: 35px !important;
}
.padding-right-35 {
    padding-right: 35px !important;
}
.margin-40 {
    margin: 40px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-left-40 {
    margin-left: 40px !important;
}
.margin-right-40 {
    margin-right: 40px !important;
}
.padding-40 {
    padding: 40px !important;
}
.padding-top-40 {
    padding-top: 40px !important;
}
.padding-bottom-40 {
    padding-bottom: 40px !important;
}
.padding-left-40 {
    padding-left: 40px !important;
}
.padding-right-40 {
    padding-right: 40px !important;
}
.margin-45 {
    margin: 45px !important;
}
.margin-top-45 {
    margin-top: 45px !important;
}
.margin-bottom-45 {
    margin-bottom: 45px !important;
}
.margin-left-45 {
    margin-left: 45px !important;
}
.margin-right-45 {
    margin-right: 45px !important;
}
.padding-45 {
    padding: 45px !important;
}
.padding-top-45 {
    padding-top: 45px !important;
}
.padding-bottom-45 {
    padding-bottom: 45px !important;
}
.padding-left-45 {
    padding-left: 45px !important;
}
.padding-right-45 {
    padding-right: 45px !important;
}
.margin-50 {
    margin: 50px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-left-50 {
    margin-left: 50px !important;
}
.margin-right-50 {
    margin-right: 50px !important;
}
.padding-50 {
    padding: 50px !important;
}
.padding-top-50 {
    padding-top: 50px !important;
}
.padding-bottom-50 {
    padding-bottom: 50px !important;
}
.padding-left-50 {
    padding-left: 50px !important;
}
.padding-right-50 {
    padding-right: 50px !important;
}
.margin-55 {
    margin: 55px !important;
}
.margin-top-55 {
    margin-top: 55px !important;
}
.margin-bottom-55 {
    margin-bottom: 55px !important;
}
.margin-left-55 {
    margin-left: 55px !important;
}
.margin-right-55 {
    margin-right: 55px !important;
}
.padding-55 {
    padding: 55px !important;
}
.padding-top-55 {
    padding-top: 55px !important;
}
.padding-bottom-55 {
    padding-bottom: 55px !important;
}
.padding-left-55 {
    padding-left: 55px !important;
}
.padding-right-55 {
    padding-right: 55px !important;
}
.margin-60 {
    margin: 60px !important;
}
.margin-top-60 {
    margin-top: 60px !important;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
.margin-left-60 {
    margin-left: 60px !important;
}
.margin-right-60 {
    margin-right: 60px !important;
}
.padding-60 {
    padding: 60px !important;
}
.padding-top-60 {
    padding-top: 60px !important;
}
.padding-bottom-60 {
    padding-bottom: 60px !important;
}
.padding-left-60 {
    padding-left: 60px !important;
}
.padding-right-60 {
    padding-right: 60px !important;
}
.margin-65 {
    margin: 65px !important;
}
.margin-top-65 {
    margin-top: 65px !important;
}
.margin-bottom-65 {
    margin-bottom: 65px !important;
}
.margin-left-65 {
    margin-left: 65px !important;
}
.margin-right-65 {
    margin-right: 65px !important;
}
.padding-65 {
    padding: 65px !important;
}
.padding-top-65 {
    padding-top: 65px !important;
}
.padding-bottom-65 {
    padding-bottom: 65px !important;
}
.padding-left-65 {
    padding-left: 65px !important;
}
.padding-right-65 {
    padding-right: 65px !important;
}
.margin-70 {
    margin: 70px !important;
}
.margin-top-70 {
    margin-top: 70px !important;
}
.margin-bottom-70 {
    margin-bottom: 70px !important;
}
.margin-left-70 {
    margin-left: 70px !important;
}
.margin-right-70 {
    margin-right: 70px !important;
}
.padding-70 {
    padding: 70px !important;
}
.padding-top-70 {
    padding-top: 70px !important;
}
.padding-bottom-70 {
    padding-bottom: 70px !important;
}
.padding-left-70 {
    padding-left: 70px !important;
}
.padding-right-70 {
    padding-right: 70px !important;
}
.margin-75 {
    margin: 75px !important;
}
.margin-top-75 {
    margin-top: 75px !important;
}
.margin-bottom-75 {
    margin-bottom: 75px !important;
}
.margin-left-75 {
    margin-left: 75px !important;
}
.margin-right-75 {
    margin-right: 75px !important;
}
.padding-75 {
    padding: 75px !important;
}
.padding-top-75 {
    padding-top: 75px !important;
}
.padding-bottom-75 {
    padding-bottom: 75px !important;
}
.padding-left-75 {
    padding-left: 75px !important;
}
.padding-right-75 {
    padding-right: 75px !important;
}
.margin-80 {
    margin: 80px !important;
}
.margin-top-80 {
    margin-top: 80px !important;
}
.margin-bottom-80 {
    margin-bottom: 80px !important;
}
.margin-left-80 {
    margin-left: 80px !important;
}
.margin-right-80 {
    margin-right: 80px !important;
}
.padding-80 {
    padding: 80px !important;
}
.padding-top-80 {
    padding-top: 80px !important;
}
.padding-bottom-80 {
    padding-bottom: 80px !important;
}
.padding-left-80 {
    padding-left: 80px !important;
}
.padding-right-80 {
    padding-right: 80px !important;
}
.margin-85 {
    margin: 85px !important;
}
.margin-top-85 {
    margin-top: 85px !important;
}
.margin-bottom-85 {
    margin-bottom: 85px !important;
}
.margin-left-85 {
    margin-left: 85px !important;
}
.margin-right-85 {
    margin-right: 85px !important;
}
.padding-85 {
    padding: 85px !important;
}
.padding-top-85 {
    padding-top: 85px !important;
}
.padding-bottom-85 {
    padding-bottom: 85px !important;
}
.padding-left-85 {
    padding-left: 85px !important;
}
.padding-right-85 {
    padding-right: 85px !important;
}
.margin-90 {
    margin: 90px !important;
}
.margin-top-90 {
    margin-top: 90px !important;
}
.margin-bottom-90 {
    margin-bottom: 90px !important;
}
.margin-left-90 {
    margin-left: 90px !important;
}
.margin-right-90 {
    margin-right: 90px !important;
}
.padding-90 {
    padding: 90px !important;
}
.padding-top-90 {
    padding-top: 90px !important;
}
.padding-bottom-90 {
    padding-bottom: 90px !important;
}
.padding-left-90 {
    padding-left: 90px !important;
}
.padding-right-90 {
    padding-right: 90px !important;
}
.margin-95 {
    margin: 95px !important;
}
.margin-top-95 {
    margin-top: 95px !important;
}
.margin-bottom-95 {
    margin-bottom: 95px !important;
}
.margin-left-95 {
    margin-left: 95px !important;
}
.margin-right-95 {
    margin-right: 95px !important;
}
.padding-95 {
    padding: 95px !important;
}
.padding-top-95 {
    padding-top: 95px !important;
}
.padding-bottom-95 {
    padding-bottom: 95px !important;
}
.padding-left-95 {
    padding-left: 95px !important;
}
.padding-right-95 {
    padding-right: 95px !important;
}
.margin-100 {
    margin: 100px !important;
}
.margin-top-100 {
    margin-top: 100px !important;
}
.margin-bottom-100 {
    margin-bottom: 100px !important;
}
.margin-left-100 {
    margin-left: 100px !important;
}
.margin-right-100 {
    margin-right: 100px !important;
}
.padding-100 {
    padding: 100px !important;
}
.padding-top-100 {
    padding-top: 100px !important;
}
.padding-bottom-100 {
    padding-bottom: 100px !important;
}
.padding-left-100 {
    padding-left: 100px !important;
}
.padding-right-100 {
    padding-right: 100px !important;
}
.btn,
input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
}
.btn[disabled],
input[disabled][type="submit"],
.btn.disabled,
input.disabled[type="submit"] {
    cursor: default;
    background-color: #ebebeb;
}
.btn.btn-primary,
input.btn-primary[type="submit"] {
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background: #ff9247;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0 38px;
    border-radius: 6px;
}
.btn.btn-primary:hover,
input.btn-primary[type="submit"]:hover {
    background: var(--mainColor);
}
@media (max-width: 1199px) {
    .header-action_cart .top-cart-content {
        display: none !important;
    }
}
.header-action_cart {
    position: relative;
}
@media (min-width: 992px) {
    .header-action_cart:before {
        content: "";
        position: absolute;
        height: 46px;
        width: 35px;
    }
}
.header-action_cart:hover .top-cart-content {
    display: block;
}
.header-action_cart .top-cart-content {
    display: none;
    position: absolute;
    top: 46px;
    right: 0px;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    z-index: 9999;
    border-radius: 5px;
}
.item_product_main {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 2px;
    border-radius: 10px;
    transition: 0.5s all;
}
.item_product_main form {
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}
.item_product_main form .image_thumb {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 100%;
}
.item_product_main form .image_thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease;
}
.item_product_main form .freeship_tag {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.item_product_main form .freeship_tag img {
    width: auto;
}
.item_product_main form .hotdeal {
    left: 5px;
    position: absolute;
    top: 5px;
    width: 40px;
}
.item_product_main form .hotdeal img {
    margin-bottom: 5px;
}
.item_product_main form .group_action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translateY(150px);
}
@media (max-width: 992px) {
    .item_product_main form .group_action {
        display: none;
    }
}
.item_product_main form .settocart {
    width: 40px;
    height: 40px;
    position: absolute;
    line-height: 33px;
    right: 7px;
    top: 7px;
    z-index: 2;
    padding-left: 12px;
    background-color: #fff;
    border-radius: 50px;
}
.item_product_main form .settocart svg {
    width: 18px;
    height: 18px;
}
.item_product_main form .settocart:hover svg path {
    fill: var(--mainColor);
}
.item_product_main form .xem_nhanh,
.item_product_main form button {
    color: #fff;
    display: block;
    outline: 0px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    width: auto;
    padding: 3px;
    border-radius: 30px;
    background-color: var(--mainColor);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
    margin-right: 5px;
    margin-left: 5px;
}
.item_product_main form .xem_nhanh span,
.item_product_main form button span {
    height: 30px;
    width: 100%;
    border-radius: 30px;
    position: relative;
    display: block;
    line-height: 30px;
    padding: 0px 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
    font-weight: 500;
}
.item_product_main form .xem_nhanh:hover,
.item_product_main form button:hover {
    background-color: var(--subColor);
}
.item_product_main form:hover .group_action {
    transform: translate(0px) !important;
}
.item_product_main .product-info {
    padding: 1px 10px;
}
.item_product_main .product-info .product_vendor {
    text-align: center;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
}
.item_product_main .product-info .product_vendor a {
    display: inline-block;
    text-transform: uppercase;
    color: var(--subColor);
    font-size: 12px;
}
.item_product_main .product-info .product_vendor a:hover {
    color: var(--mainColor);
}
.item_product_main .product-info .product-name {
    position: relative;
    text-align: center;
}
.item_product_main .product-info .product-name a {
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    line-height: 20px;
    height: 40px;
    margin-bottom: 0px;
    margin-top: 5px;
    word-wrap: break-word;
}
.item_product_main .product-info .price-box {
    position: relative;
    line-height: 1;
    min-height: 22px;
    margin-bottom: 5px;
    text-align: center;
}
@media (max-width: 1025px) {
    .item_product_main .product-info .price-box {
        min-height: 24px;
    }
}
.item_product_main .product-info .price-box .price {
    color: #c90000;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0px;
}
@media (max-width: 1025px) {
    .item_product_main .product-info .price-box .price {
        font-size: 14px;
    }
}
.item_product_main .product-info .price-box .compare-price {
    color: #98a4a9;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
}
@media (max-width: 1025px) {
    .item_product_main .product-info .price-box .compare-price {
        font-size: 12px;
    }
}
.item_product_main .product-info .price-box .smart {
    color: #fff;
    position: relative;
    margin-left: 5px;
    background: var(--mainColor);
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 12px;
    min-width: 20px;
    height: 18px;
    line-height: 18px;
}
.item_product_main .product-info .price-box .smart:after {
    border-right: 5px solid var(--mainColor);
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translate(0%, -50%);
}
@media (max-width: 1025px) {
    .item_product_main .product-info .price-box .smart {
        font-size: 10px;
    }
}
.item_product_main:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
ul.tabs li {
    background: none;
    display: inline-block;
    cursor: pointer;
}
ul.tabs li.current {
    color: #000;
}
.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 2px;
}
.top-hea {
    position: relative;
    background: linear-gradient(to right, var(--topHeader), var(--topHeader2));
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.top-hea .top-content {
    gap: 20px;
    margin: auto;
    padding: 0px 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: auto;
    display: flex;
    justify-content: center;
}
@media (max-width: 769px) {
    .top-hea .top-content {
        display: none;
    }
}
.top-hea .top-content .menu-item {
    white-space: nowrap;
}
.top-hea .top-content .separator {
    width: 2px;
    min-width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #fff;
}
@media (min-width: 769px) {
    .top-hea .top-content-mobile {
        display: none;
    }
}
.top-header {
    position: relative;
    display: block;
    background-color: var(--bgHeader);
}
@media (min-width: 992px) {
    .top-header #btn-menu-mobile {
        display: none;
    }
}
.top-header .maps-header {
    width: 170px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}
@media (max-width: 991px) {
    .top-header .maps-header {
        display: none;
    }
}
.top-header .maps-header a {
    padding: 3px 12px;
    border-radius: 40px;
    height: 36px;
    line-height: 1.1;
    background-color: var(--mainColor);
    color: #fff;
    display: block;
}
.top-header .maps-header a:hover {
    background-color: var(--subColor);
}
@media (max-width: 992px) {
    .top-header {
        padding-bottom: 5px;
    }
    .top-header .box-right {
        position: absolute;
        right: 2px;
        width: auto;
        top: 30px;
    }
    .top-header .menu-icon {
        position: absolute;
        top: 16px;
        background-color: transparent;
        -webkit-appearance: none;
        padding: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
        vertical-align: middle;
        margin-top: 2px;
        border-radius: 5px;
        left: 7px;
        border: none;
    }
    .top-header .menu-icon svg line {
        stroke: #000;
    }
}
.top-header .header-logo {
    height: 65px;
    line-height: 65px;
    padding: 5px 10px;
}
@media (max-width: 1025px) {
    .top-header .header-logo {
        height: 65px;
        line-height: 65px;
        padding: 10px 7px;
    }
}
@media (max-width: 992px) {
    .top-header .header-logo {
        padding: 5px 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.top-header .header-logo a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    overflow: hidden;
}
@media (max-width: 1025px) {
    .top-header .header-logo a {
        padding-bottom: 45px;
    }
}
@media (max-width: 992px) {
    .top-header .header-logo a {
        max-width: 150px;
        min-width: 150px;
        padding-bottom: 50px;
        margin: 0 auto;
    }
}
.top-header .header-logo a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-height: 100%;
    margin: auto;
    margin-left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 992px) {
    .top-header .header-logo a img {
        top: 0px;
        left: 10px;
        max-width: 140px;
    }
}
@media (min-width: 992px) and (max-width: 1025px) {
    .top-header .header-logo a img {
        left: 7.5px;
    }
}
.top-header .list-top-item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
}
@media (max-width: 992px) {
    .top-header .list-top-item {
        margin: 0px;
    }
}
.top-header .list-top-item.header_tim_kiem form.search-bar {
    margin: 0;
    width: 100%;
    display: block;
}
@media (max-width: 992px) {
    .top-header .list-top-item.header_tim_kiem form.search-bar {
        margin: 2px 0px;
    }
}
.top-header .list-top-item.header_tim_kiem form.search-bar input {
    height: 39px;
    line-height: 39px;
    padding-left: 50px;
    min-height: initial;
    padding-right: 15px;
    z-index: 9;
    position: relative;
    background: #f6f6f6;
    border: solid 1px transparent;
    border-radius: 40px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s 0.2s ease-in;
    -webkit-transition: all 0.2s 0.2s ease-in;
}
@media (max-width: 1025px) {
    .top-header .list-top-item.header_tim_kiem form.search-bar input {
        padding-left: 48px;
    }
}
.top-header .list-top-item.header_tim_kiem form.search-bar .icon-fallback-text {
    width: 39px;
    height: 39px;
    line-height: 39px;
    position: absolute;
    top: 0;
    left: 5px;
    background: transparent;
    padding: 0px;
    z-index: 9;
    transition: all 0.2s 0.2s ease-in;
    -webkit-transition: all 0.2s 0.2s ease-in;
    background: transparent;
    border-radius: 0px 25px 25px 0px;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .icon-fallback-text svg {
    width: 39px;
    vertical-align: middle;
    height: 39px;
    padding: 8px;
    float: left;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .icon-fallback-text svg path {
    fill: #000;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 1px 8px 1px rgba(28, 45, 66, 0.09);
    -webkit-box-shadow: 0 1px 8px 1px rgba(28, 45, 66, 0.09);
    padding: 8px 8px;
    padding-top: 50px;
    background-color: #f6f6f6;
    border-radius: 18px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s 0.2s ease-in;
    -webkit-transition: all 0.2s 0.2s ease-in;
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    z-index: 8;
}
@media (max-width: 992px) {
    .top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest {
        transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        padding: 6px 10px;
        padding-top: 50px;
    }
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    color: #000;
    padding: 0px 7px;
    padding-left: 40px;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-title span {
    word-wrap: break-word;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-title .icon_search {
    width: 30px;
    height: 30px;
    background: linear-gradient(to right, var(--topHeader), var(--topHeader2));
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-title .icon_search svg {
    width: 14px;
    height: 14px;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .title_no_mis {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0px;
    line-height: 1;
    padding: 0px 5px;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    max-height: 400px;
    padding: 0px 5px;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #f5f5f5;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list.no-mis {
    display: none;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list .product-smart {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    box-pack: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 15px;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list .product-smart .image_thumb {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 40px;
    width: 40px;
    background-color: #fff;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list .product-smart .image_thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list .product-smart .product-info {
    display: block;
    float: left;
    width: calc(100% - 40px);
    -o-width: calc(100% - 40px);
    -moz-width: calc(100% - 40px);
    -webkit-width: calc(100% - 40px);
}
@media (max-width: 767px) {
    .top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list .product-smart .product-info {
        width: calc(100% - 47px);
        -o-width: calc(100% - 47px);
        -moz-width: calc(100% - 47px);
        -webkit-width: calc(100% - 47px);
        margin-right: 7px;
    }
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list .product-smart .product-info {
    position: relative;
    line-height: 1;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list .product-smart .product-info .product-name {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
    margin-right: 7px;
    line-height: 1.2;
    display: block;
    color: #000;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list .product-smart .product-info .product-name:hover {
    color: var(--subColor);
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list .product-smart .product-info .price {
    padding-right: 5px;
    color: var(--mainColor);
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list .product-smart .product-info .compare-price {
    text-decoration: line-through;
    font-size: 10px;
    color: #9e9e9e;
    line-height: 1;
    font-weight: 300;
}
.top-header .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list .not-pro {
    color: #000;
}
.top-header .box-icon-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    margin: 12px 0px;
}
@media (max-width: 767px) {
    .top-header .box-icon-right {
        margin: 6px 0px;
    }
}
.top-header .box-icon-right .cart-header {
    line-height: 1.1;
    color: #000;
    position: relative;
    height: 24px;
    display: inline-block;
}
.top-header .box-icon-right .cart-header .count_item_pr {
    font-size: 10px;
    text-decoration: none;
    background-color: var(--mainColor);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    height: 16px;
    line-height: 16px;
    width: 16px;
    text-align: center;
    display: inline-block;
    top: -2px;
    position: absolute;
    right: 0px;
}
.top-header .box-icon-right .cart-header img {
    max-width: 18px;
}
.top-header .box-icon-right .wish-header {
    line-height: 1.1;
    color: #000;
    margin-right: 15px;
    position: relative;
}
@media (max-width: 1025px) {
    .top-header .box-icon-right .wish-header {
        margin-right: 10px;
    }
}
.top-header .box-icon-right .wish-header svg {
    color: #000;
    position: relative;
}
.top-header .box-icon-right .wish-header svg path {
    fill: #000;
}
.top-header .box-icon-right .wish-header .js-wishlist-count {
    font-size: 10px;
    text-decoration: none;
    background-color: var(--mainColor);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    height: 16px;
    line-height: 16px;
    width: 16px;
    text-align: center;
    display: inline-block;
    top: -2px;
    position: absolute;
    right: -6px;
}
.top-header .box-icon-right .box-maps {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    height: 36px;
    margin-right: 15px;
}
@media (max-width: 1025px) {
    .top-header .box-icon-right .box-maps {
        margin-right: 10px;
    }
}
@media (max-width: 992px) {
    .top-header .box-icon-right .box-maps {
        display: none;
    }
}
.top-header .box-icon-right .box-maps img {
    max-height: 24px;
    max-width: 24px;
}
.top-header .box-icon-right .box-maps .content_maps {
    margin-left: 5px;
}
.top-header .box-icon-right .box-maps .content_maps a {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}
@media (max-width: 1025px) {
    .top-header .box-icon-right .box-maps .content_maps a {
        font-size: 12px;
    }
}
.top-header .box-icon-right .box-maps .content_maps a:hover,
.top-header .box-icon-right .box-maps .content_maps a:focus {
    color: var(--mainColor);
}
.top-header .box-icon-right .box-tap-chi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    height: 36px;
    margin-right: 15px;
}
@media (max-width: 1025px) {
    .top-header .box-icon-right .box-tap-chi {
        margin-right: 10px;
    }
}
@media (max-width: 992px) {
    .top-header .box-icon-right .box-tap-chi {
        display: none;
    }
}
.top-header .box-icon-right .box-tap-chi img {
    max-height: 24px;
    max-width: 24px;
}
.top-header .box-icon-right .box-tap-chi .content_tap_chi {
    margin-left: 5px;
}
.top-header .box-icon-right .box-tap-chi .content_tap_chi a {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}
@media (max-width: 1025px) {
    .top-header .box-icon-right .box-tap-chi .content_tap_chi a {
        font-size: 12px;
    }
}
.top-header .box-icon-right .box-tap-chi .content_tap_chi a:hover,
.top-header .box-icon-right .box-tap-chi .content_tap_chi a:focus {
    color: var(--mainColor);
}
.top-header .box-icon-right .box-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    height: 36px;
    position: relative;
}
.top-header .box-icon-right .box-menu .icon_menu {
    cursor: pointer;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-header .box-icon-right .box-menu .icon_menu svg {
    transition: 0.5s all;
}
.top-header .box-icon-right .box-menu .icon_menu .svgopen {
    opacity: 1;
    width: auto;
}
.top-header .box-icon-right .box-menu .icon_menu .svgclose {
    opacity: 0;
    width: 0px;
}
.top-header .box-icon-right .box-menu .icon_menu.active .svgopen {
    opacity: 0;
    width: 0px;
}
.top-header .box-icon-right .box-menu .icon_menu.active .svgclose {
    opacity: 1;
    width: auto;
}
@media (max-width: 992px) {
    .top-header .box-icon-right .box-menu {
        display: none;
    }
}
.top-header .box-icon-right .box-menu .box_item_menu {
    position: absolute;
    top: 35px;
    right: 0px;
    background-color: #fff;
    width: 200px;
    z-index: 1000;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: 0.5s all;
    display: none;
}
.top-header .box-icon-right .box-menu .box_item_menu.active {
    display: block;
}
.top-header .box-icon-right .box-menu .box_item_menu ul li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.top-header .box-icon-right .box-menu .box_item_menu ul li:last-child {
    border-bottom: 1px solid transparent;
}
.top-header .box-icon-right .box-menu .box_item_menu ul li .anticon img {
    width: 24px;
    height: 24px;
}
.top-header .box-icon-right .box-menu .box_item_menu ul li a {
    transition: all 0s ease 0s !important;
    margin-left: 10px;
}
.top-header .box-icon-right .box-menu .box_item_menu ul li a:hover {
    color: var(--mainColor);
}
.top-header .box-icon-right .ant-divider-vertical {
    height: 24px;
    position: relative;
    top: 0px;
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.35);
}
@media (max-width: 1025px) {
    .top-header .box-icon-right .ant-divider-vertical {
        margin: 0 10px;
    }
}
@media (max-width: 992px) {
    .top-header .box-icon-right .ant-divider-vertical {
        display: none;
    }
}
.top-header .box-icon-right .box-account {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    height: 36px;
    margin-right: 15px;
}
@media (max-width: 992px) {
    .top-header .box-icon-right .box-account {
        display: none;
    }
}
.top-header .box-icon-right .box-account .content_account {
    margin-left: 5px;
}
.top-header .box-icon-right .box-account .content_account a {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}
@media (max-width: 1025px) {
    .top-header .box-icon-right .box-account .content_account a {
        font-size: 12px;
    }
}
.top-header .box-icon-right .box-account .content_account a:hover,
.top-header .box-icon-right .box-account .content_account a:focus {
    color: var(--mainColor);
}
.top-header .list-search {
    padding: 0px 5px;
}
.top-header .list-search .product-smart {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    box-pack: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 15px;
}
.top-header .list-search .product-smart .image_thumb {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 40px;
    width: 40px;
    background-color: #fff;
}
.top-header .list-search .product-smart .image_thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
}
.top-header .list-search .product-smart .product-info {
    display: block;
    float: left;
    width: calc(100% - 40px);
    -o-width: calc(100% - 40px);
    -moz-width: calc(100% - 40px);
    -webkit-width: calc(100% - 40px);
}
@media (max-width: 767px) {
    .top-header .list-search .product-smart .product-info {
        width: calc(100% - 47px);
        -o-width: calc(100% - 47px);
        -moz-width: calc(100% - 47px);
        -webkit-width: calc(100% - 47px);
        margin-right: 7px;
    }
}
.top-header .list-search .product-smart .product-info {
    position: relative;
    line-height: 1;
}
.top-header .list-search .product-smart .product-info .product-name {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
    margin-right: 7px;
    line-height: 1.2;
    display: block;
    color: #000;
}
.top-header .list-search .product-smart .product-info .product-name:hover {
    color: var(--subColor);
}
.top-header .list-search .product-smart .product-info .price {
    padding-right: 5px;
    color: var(--mainColor);
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
}
.top-header .list-search .product-smart .product-info .compare-price {
    text-decoration: line-through;
    font-size: 10px;
    color: #9e9e9e;
    line-height: 1;
    font-weight: 300;
}
.top-header .list-search .see-all-search {
    display: block;
    position: relative;
    padding: 5px 0px;
    height: 20px;
    line-height: 11px;
    margin-top: -5px;
    text-align: center;
    font-weight: 600;
    color: #000;
}
.top-header .list-search .see-all-search:hover {
    color: var(--subColor);
}
.top-header .list-search .not-pro {
    color: #000;
}
header {
    position: relative;
    background-color: var(--bgHeader);
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    transition: 600ms all;
}
header.sticky {
    top: -30px !important;
    transition: 600ms all;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
header .header-mid {
    position: static;
}
@media (max-width: 992px) {
    header .header-mid {
        background-color: #fff;
        height: 100%;
        position: fixed;
        top: 0 !important;
        left: 0;
        z-index: 99999;
        width: 100%;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation;
    }
    header .header-mid .header-nav {
        overflow-y: auto;
        max-height: 100vh;
        height: 100vh;
    }
    header .header-mid .control-menu {
        display: none;
    }
    header .header-mid .control-menu svg {
        width: 22px;
        height: 16px;
        vertical-align: -2px;
    }
    header .header-mid .control-menu svg path {
        fill: #fff;
    }
    header .header-mid .control-menu svg:hover path {
        fill: var(--subColor);
    }
    header .header-mid.current {
        padding: 0px;
    }
    header .header-mid.current {
        visibility: visible;
        transform: translateX(0);
    }
    header .header-mid .title_menu {
        width: 100%;
        background: var(--mainColor);
        padding: 0 10px;
        display: block;
        position: relative;
    }
    header .header-mid .title_menu::before {
        transform: rotate(45deg);
        content: "";
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        top: 10px;
        right: 20px;
    }
    header .header-mid .title_menu .title_ {
        font-size: 18px;
        line-height: 41px;
        text-align: left;
        font-weight: bold;
        color: #fff;
        position: relative;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    header .header-mid .title_menu::after {
        content: "";
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        top: 10px;
        right: 20px;
        transform: rotate(-45deg);
    }
    header .header-mid #nav {
        overflow-y: auto;
    }
    header .header-mid #nav .nav-item {
        position: relative;
    }
    header .header-mid #nav .nav-item a {
        color: #000;
        height: unset;
        line-height: 35px;
        display: block;
        font-size: 14px;
        padding: 0 30px 0px 10px;
        position: relative;
        font-weight: 400;
    }
    @keyframes zoom-in-out {
        0% {
            transform: scale(0.8, 0.8);
        }
        10%,
        20% {
            transform: scale3d(0.9, 0.9, 0.9) rotate(-8deg);
        }
        30%,
        50%,
        70%,
        90% {
            transform: scale3d(1, 1, 1) rotate(8deg);
        }
        40%,
        60%,
        80% {
            transform: scale3d(1, 1, 1) rotate(-8deg);
        }
        100% {
            transform: scale(0.9);
        }
    }
    header .header-mid #nav .nav-item.hotlight img {
        max-width: 12px;
        margin-left: 5px;
        margin-bottom: 4px;
        -webkit-animation: zoom-in-out 1500ms infinite;
        -moz-animation: zoom-in-out 1500ms infinite;
        -o-animation: zoom-in-out 1500ms infinite;
        animation: zoom-in-out 1500ms infinite;
    }
    header .header-mid #nav .nav-item .down_icon {
        width: 30px;
        height: 35px;
        top: 0px;
        right: 0;
        transition: 0.5s all;
        cursor: pointer;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .header-mid #nav .nav-item .down_icon::before,
    header .header-mid #nav .nav-item .down_icon::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: currentColor;
        -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }
    header .header-mid #nav .nav-item .down_icon::before {
        width: 11px;
        height: 1.5px;
        opacity: 1;
    }
    header .header-mid #nav .nav-item .down_icon::after {
        width: 1.5px;
        height: 11px;
    }
    header .header-mid #nav .nav-item .down_icon.current > a {
        color: var(--mainColor);
    }
    header .header-mid #nav .nav-item .down_icon.current::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }
    header .header-mid #nav .nav-item .down_icon.current::before {
        opacity: 0;
    }
    header .header-mid #nav .nav-item .dropdown-menu {
        padding-left: 10px;
    }
    header .header-mid #nav .nav-item .dropdown-menu li {
        position: relative;
    }
    header .header-mid #nav .nav-item .dropdown-menu li a {
        font-weight: 400;
    }
    header .header-mid #nav .nav-item .dropdown-menu ul {
        padding-left: 10px;
    }
    header .header-mid #nav .nav-item .dropdown-menu ul li {
        position: relative;
    }
    header .header-mid #nav .nav-item .dropdown-menu ul li .down_icon {
        width: 30px;
        height: 30px;
        top: 5px;
        right: 0;
        transition: 0.5s all;
        cursor: pointer;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .header-mid #nav .nav-item .dropdown-menu ul li .down_icon::before,
    header .header-mid #nav .nav-item .dropdown-menu ul li .down_icon::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: currentColor;
        -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }
    header .header-mid #nav .nav-item .dropdown-menu ul li .down_icon::before {
        width: 11px;
        height: 1.5px;
        opacity: 1;
    }
    header .header-mid #nav .nav-item .dropdown-menu ul li .down_icon::after {
        width: 1.5px;
        height: 11px;
    }
    header .header-mid #nav .nav-item .dropdown-menu ul li .down_icon.current > a {
        color: var(--mainColor);
    }
    header .header-mid #nav .nav-item .dropdown-menu ul li .down_icon.current::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }
    header .header-mid #nav .nav-item .dropdown-menu ul li .down_icon.current::before {
        opacity: 0;
    }
    header .header-mid li > ul {
        display: none;
    }
    header .header-mid li.current > a {
        color: var(--mainColor) !important;
    }
    header .header-mid li.current > ul {
        display: block;
    }
    header .header-mid .mega-content {
        display: none;
    }
}
@media (max-width: 991px) {
    header .align-items-center {
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
        padding: 0px 0;
    }
    header .align-items-center .header-logo {
        padding: 0px;
        height: 50px;
        line-height: 50px;
        width: auto;
    }
    header .align-items-center .header-logo a {
        padding-bottom: 50px;
        max-width: 150px;
        min-width: 150px;
    }
}
@media (max-width: 991px) and (max-width: 340px) {
    header .align-items-center .header-logo a {
        max-width: 85px;
        min-width: 85px;
    }
}
@media (max-width: 991px) {
    header .align-items-center .header-logo a img {
        margin: auto;
    }
}
@media (min-width: 992px) {
    .box-catelory {
        position: relative;
    }
    .header-mid .navigation-horizontal {
        position: static;
        display: flex;
        align-items: center;
        margin: 5px 0px;
    }
    .header-mid .navigation-horizontal .control-menu {
        display: none;
    }
    .header-mid .navigation-horizontal .control-menu svg {
        width: 15px;
        height: 15px;
        margin-bottom: 2px;
    }
    .header-mid .navigation-horizontal .control-menu svg path {
        fill: #000;
    }
    .header-mid .navigation-horizontal .control-menu svg:hover path {
        fill: var(--subColor);
    }
    .header-mid .navigation-horizontal .header-nav {
        flex: 1;
        display: block;
        overflow-x: hidden;
        overflow-y: hidden;
        line-height: 40px;
    }
    .header-mid .navigation-horizontal.overflow .control-menu {
        display: flex;
        align-items: center;
        padding-left: 5px;
    }
    .header-mid .title_menu {
        display: none;
    }
    .header-mid #nav {
        position: static;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        white-space: nowrap;
    }
    .header-mid #nav .nav-item {
        float: none;
        position: static;
        display: inline-block;
        line-height: 40px;
    }
    .header-mid #nav .nav-item:not(.last-child) {
        margin-right: 10px;
    }
    @keyframes zoom-in-out {
        0% {
            transform: scale(0.8, 0.8);
        }
        10%,
        20% {
            transform: scale3d(0.9, 0.9, 0.9) rotate(-8deg);
        }
        30%,
        50%,
        70%,
        90% {
            transform: scale3d(1, 1, 1) rotate(8deg);
        }
        40%,
        60%,
        80% {
            transform: scale3d(1, 1, 1) rotate(-8deg);
        }
        100% {
            transform: scale(0.9);
        }
    }
    .header-mid #nav .nav-item.hotlight img {
        max-width: 12px;
        margin-left: 5px;
        margin-bottom: 4px;
        -webkit-animation: zoom-in-out 1500ms infinite;
        -moz-animation: zoom-in-out 1500ms infinite;
        -o-animation: zoom-in-out 1500ms infinite;
        animation: zoom-in-out 1500ms infinite;
    }
    .header-mid #nav .nav-item.has-mega {
        position: static !important;
    }
    .header-mid #nav .nav-item.has-mega .mega-content {
        background: #fff none repeat scroll 0 0;
        display: none;
        margin: 0;
        padding: 10px 15px 10px 10px;
        position: absolute;
        top: calc(100% - 5px);
        left: 0;
        z-index: 999;
        width: 100%;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        white-space: initial;
        text-align: left;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-banner a {
        display: block;
        padding-bottom: 115%;
        overflow: hidden;
        position: relative;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-banner a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list {
        overflow: hidden;
        overflow-y: auto;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        background-color: #f5f5f5;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        background-color: #e5e5e5;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level0 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level0:not(.no-banner) {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level0.half-banner .level1.item {
        width: 33.3333333%;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level0.no-banner {
        max-height: 400px;
        overflow-y: auto;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level0.no-banner::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        background-color: #f5f5f5;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level0.no-banner::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level0.no-banner::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        background-color: #e5e5e5;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level0.no-banner .level1.item {
        width: 25%;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item {
        float: left;
        width: 33.3333333%;
        padding: 10px;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item > a {
        color: #000 !important;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;
        display: block;
        line-height: normal;
        width: 100%;
        padding-bottom: 5px;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item > a:hover,
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item > a:focus {
        color: var(--mainColor) !important;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item h2 {
        font-size: 14px;
        margin-top: 0;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item ul.level1 {
        margin-bottom: 0px;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item ul.level1 li.level2 {
        line-height: normal;
        margin-bottom: 5px;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item ul.level1 li.level2 a {
        font-weight: normal !important;
        text-transform: none !important;
        color: #666;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item ul.level1 li.level2 a:hover,
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item ul.level1 li.level2 a:focus {
        text-decoration: none;
        color: var(--mainColor);
    }
    .header-mid #nav .nav-item:hover,
    .header-mid #nav .nav-item:focus {
        background-color: transparent;
    }
    .header-mid #nav .nav-item:hover:after,
    .header-mid #nav .nav-item:focus:after {
        transform: scaleX(1);
    }
    .header-mid #nav .nav-item > a {
        color: #000;
        font-size: 14px;
        padding: 7px 15px 7px 15px;
        text-align: center;
        position: relative;
        font-weight: 400;
        line-height: 22px;
        border: 1px solid #efefef;
        border-radius: 8px;
		text-transform: uppercase;
    }
    .header-mid #nav .nav-item > a .dropcon {
        -webkit-mask-image: url("down-arrow.png");
        width: 12px;
        height: 12px;
        background-color: #000;
        display: inline-block;
        position: relative;
        bottom: -1px;
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        margin-left: 3px;
    }
}
@media (min-width: 992px) and (min-width: 992px) {
    .header-mid #nav .nav-item > a:hover,
    .header-mid #nav .nav-item > a:focus {
        color: var(--subColor);
    }
    .header-mid #nav .nav-item > a:hover .dropcon,
    .header-mid #nav .nav-item > a:focus .dropcon {
        background-color: var(--subColor);
    }
}
@media (min-width: 992px) and (min-width: 992px) {
    .header-mid #nav .nav-item.has-childs .mega-drop {
        display: none !important;
    }
    .header-mid #nav .nav-item.has-childs:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
        display: block;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
    }
    .header-mid #nav .nav-item.has-childs:hover > .mega-content {
        display: block;
    }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 1025px) {
    .header-mid #nav .nav-item.has-childs:hover > .mega-content {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item .nav-item-lv2 {
        padding: 0 10px;
    }
    .header-mid #nav .nav-item .nav-item-lv3 {
        padding: 0 10px;
    }
    .header-mid #nav .nav-item li.dropdown-submenu {
        position: relative;
    }
    .header-mid #nav .nav-item li.dropdown-submenu .dropdown-menu {
        left: -100%;
        top: 0;
    }
    .header-mid #nav .nav-item.active:after {
        transform: scaleX(1) !important;
    }
    .header-mid #nav .nav-item.active > a {
        color: var(--subColor);
    }
    .header-mid #nav .nav-item.active > a .dropcon {
        background-color: var(--subColor);
    }
    .header-mid #nav .nav-item.active > a:after {
        width: 100%;
    }
    .header-mid #nav .nav-item ul.dropdown-menu {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        position: absolute;
        border: none;
        top: 100%;
        left: auto;
        width: 190px;
        z-index: 1030;
        display: block;
        opacity: 0;
        visibility: hidden;
        border-radius: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 0px;
        white-space: initial;
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        text-align: left;
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    .header-mid #nav .nav-item ul.dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        top: 0;
        position: relative;
        margin: 0;
        border-top: 1px solid #f5f5f5;
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item ul.dropdown-menu li {
        padding: 0;
    }
    .header-mid #nav .nav-item ul.dropdown-menu li + li {
        margin-top: 5px;
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    .header-mid #nav .nav-item ul.dropdown-menu li + li {
        margin-top: 0;
        border-top: 1px solid #f5f5f5;
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item ul.dropdown-menu li > a .dropcon {
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
    }
    .header-mid #nav .nav-item ul.dropdown-menu li a {
        padding: 5px 15px 5px 10px;
        line-height: 25px;
        position: relative;
        padding-right: 20px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        color: #222;
        font-size: 14px;
        display: block;
    }
    .header-mid #nav .nav-item ul.dropdown-menu li a i {
        float: right;
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    .header-mid #nav .nav-item ul.dropdown-menu li a {
        padding: 8px 20px;
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item ul.dropdown-menu li a::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 2px;
        left: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
        top: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .header-mid #nav .nav-item ul.dropdown-menu li a:hover,
    .header-mid #nav .nav-item ul.dropdown-menu li a:focus {
        background-color: transparent;
        color: var(--subColor);
    }
    .header-mid #nav .nav-item ul.dropdown-menu li a:hover .dropcon,
    .header-mid #nav .nav-item ul.dropdown-menu li a:focus .dropcon {
        background-color: var(--subColor) !important;
    }
    .header-mid #nav .nav-item ul.dropdown-menu li a:hover::after,
    .header-mid #nav .nav-item ul.dropdown-menu li a:focus::after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: var(--subColor);
    }
    .header-mid #nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    .header-mid #nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
    }
    .header-mid #nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu .nav-item-lv3 a {
        padding-left: 35px;
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item ul.dropdown-menu li.dropdown-submenu > a .dropcon {
        width: 12px;
        position: absolute;
        right: 6px;
        top: calc(50% - 6px);
        transition: all 0.4s;
        -webkit-mask-image: url("down-arrow.png");
        width: 12px;
        height: 12px;
        background-color: #000;
        display: inline-block;
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: cover;
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    .header-mid #nav .nav-item ul.dropdown-menu li.dropdown-submenu > a .dropcon {
        height: 20px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 10px;
        margin-right: 0;
        float: right;
        line-height: 22px;
        width: 20px;
        text-align: center;
    }
}
@media (min-width: 992px) and (min-width: 992px) {
    .header-mid #nav .nav-item ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 0;
        margin-top: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    .header-mid #nav .nav-item ul.dropdown-menu li.dropdown-submenu.active > .dropdown-menu {
        display: block;
    }
    .header-mid #nav .nav-item ul.dropdown-menu li.dropdown-submenu.active > a .dropcon {
        -moz-transform: rotate(-90px);
        -webkit-transform: rotate(-90px);
        -o-transform: rotate(-90px);
        -ms-transform: rotate(-90px);
        transform: rotate(-90px);
        top: 10px;
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li {
        padding: 0;
        text-align: right;
    }
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li + li {
        margin-top: 5px;
    }
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li:hover,
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li:focus {
        background: #f7f7f7;
    }
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li:hover > a .dropcon,
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li:focus > a .dropcon {
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
    }
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li a {
        padding: 5px 10px 5px 15px;
        padding-left: 20px;
    }
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li a .dropcon {
        left: 6px;
        right: initial;
        -webkit-transform: rotate(90deg) !important;
        -moz-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
        -o-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important;
    }
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li a::after {
        right: 0px;
        left: initial !important;
    }
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        top: 0;
        right: 100%;
        left: initial !important;
    }
    .li_box_mobile,
    .line_box {
        display: none;
    }
}
@media (max-width: 992px) {
    .line_box {
        margin-top: 15px;
        border-top: 1px solid #d9d9d9;
        padding-top: 15px;
    }
    .li_box_mobile {
        display: flex;
        align-items: center;
        padding: 0px;
        height: 28px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .li_box_mobile .content_account {
        margin-left: 5px;
    }
    .li_box_mobile .content_account a {
        color: #000;
        font-weight: 600;
        font-size: 14px;
    }
    .li_box_mobile .content_account a:hover,
    .li_box_mobile .content_account a:focus {
        color: var(--mainColor);
    }
}
footer.footer .content-contact span.list_footer {
    float: left;
    color: #000;
    margin-bottom: 5px;
}
footer.footer .content-contact span.list_footer a {
    color: var(--mainColor);
    font-weight: 600;
}
footer.footer .content-contact span.list_footer a:hover {
    color: var(--subColor);
}
footer.footer .social-footer {
    position: relative;
    display: block;
    margin-top: 10px;
}
footer.footer .social-footer .social {
    margin-top: 10px;
    margin-bottom: 10px;
}
footer.footer .social-footer .social a {
    display: inline-block;
    width: 35px;
    font-size: 14px;
    margin-right: 5px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    background-color: var(--subColor);
}
@media (min-width: 992px) and (max-width: 1199px) {
    footer.footer .social-footer .social a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 5px;
    }
}
footer.footer .social-footer .social a svg {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
footer.footer .social-footer .social a svg path {
    fill: #fff;
}
footer.footer .social-footer .social a:hover {
    opacity: 0.8;
}
footer.footer .social-footer .follow_option {
    padding: 0;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    footer.footer .social-footer .follow_option {
        margin-bottom: 0;
    }
}
footer.footer .social-footer .follow_option li {
    display: inline-block;
    margin-bottom: 0;
}
footer.footer .social-footer .follow_option li a {
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    font-size: 16px;
}
footer.footer .social-footer .follow_option li a i {
    color: #959595;
    display: inline-block;
    float: left;
    width: 20px;
    text-align: left;
    line-height: 28px;
}
footer.footer .social-footer .follow_option li a:hover i {
    color: var(--mainColor);
}
footer.footer .copyright {
    text-align: left;
    margin-bottom: 0px;
    background-color: #fff;
}
footer.footer .copyright .tablet {
    border-top: 1px solid var(--subColor);
}
footer.footer .copyright span.wsp {
    color: var(--subColor);
    display: block;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer.footer .copyright span.wsp .mobile {
    opacity: 1;
}
footer.footer .copyright span.wsp b {
    font-weight: 500;
}
footer.footer .copyright a {
    color: var(--subColor);
    opacity: 1;
}
footer.footer .copyright a:hover {
    color: var(--mainColor) !important;
    opacity: 1;
}
footer.footer .copyright .payment {
    text-align: right;
    padding: 10px 0;
}
@media (max-width: 767px) {
    footer.footer .copyright .payment {
        text-align: center;
        padding: 0px 0 10px;
    }
}
footer.footer .copyright .payment .pay_img {
    padding-bottom: 20px;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}
footer.footer .copyright .payment .pay_img img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease-in-out all;
    will-change: opacify;
}
@media (max-width: 767px) {
    footer.footer .copyright .payment .pay_img img {
        left: 0;
    }
}
@media (max-width: 767px) {
    footer.footer .copyright .wsp {
        overflow: hidden;
        line-height: 24px;
        text-align: center;
    }
    footer.footer .copyright .mobile {
        width: 100%;
        line-height: 24px;
    }
    footer.footer .padding-bottom-50 {
        padding-bottom: 20px !important;
    }
}
@media (max-width: 767px) {
    footer.footer .clicked::before,
    footer.footer .clicked::after {
        position: absolute;
        content: "";
        top: 50%;
        right: 0;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: currentColor;
        -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }
    footer.footer .clicked::before {
        width: 11px;
        height: 1.5px;
        opacity: 1;
    }
    footer.footer .clicked::after {
        width: 1.5px;
        height: 11px;
        right: 10px;
    }
    footer.footer .clicked.cls_mn::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }
    footer.footer .clicked.cls_mn::before {
        opacity: 0;
    }
}
footer.footer .footer_logo {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    overflow: hidden;
}
@media (max-width: 1025px) {
    footer.footer .footer_logo {
        padding-bottom: 45px;
    }
}
@media (max-width: 992px) {
    footer.footer .footer_logo {
        max-width: 150px;
        min-width: 150px;
        padding-bottom: 50px;
        margin: 0 auto;
    }
}
footer.footer .footer_logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-height: 100%;
    margin: auto;
    margin-left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 992px) {
    footer.footer .footer_logo img {
        top: 0px;
        left: 10px;
        max-width: 140px;
    }
}
@media (min-width: 992px) and (max-width: 1025px) {
    footer.footer .footer_logo img {
        left: 7.5px;
    }
}
footer.footer .title-menu {
    line-height: normal;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 14px;
    margin: 0px 0 15px 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
@media (min-width: 767px) {
    footer.footer .title-menu {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    footer.footer .title-menu {
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 0px;
        position: relative;
    }
}
footer.footer .list-menu {
    margin-bottom: 5px;
}
footer.footer .list-menu.list-info {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    footer.footer .list-menu.hidden-mob {
        display: none;
    }
    footer.footer .list-menu.hidden-mob.current {
        display: block;
    }
}
footer.footer .list-menu .li_menu a {
    padding: 5px 0;
    padding-left: 15px;
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: block;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
footer.footer .list-menu .li_menu a span {
    color: var(--mainColor);
    font-weight: 600;
}
footer.footer .list-menu .li_menu a span:hover {
    color: var(--mainColor);
}
footer.footer .list-menu .li_menu a:hover,
footer.footer .list-menu .li_menu a:focus {
    color: var(--mainColor);
}
footer.footer .list-menu .li_menu a:hover:before,
footer.footer .list-menu .li_menu a:focus:before {
    background: var(--mainColor);
}
footer.footer .list-menu .li_menu a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    top: 14px;
    left: 0;
    border-radius: 2px;
}
footer.footer .list-menu .li_menu .no-a {
    color: #000;
}
footer.footer .list-menu .li_menu .no-a:hover,
footer.footer .list-menu .li_menu .no-a:focus {
    color: var(--mainColor);
}
footer.footer .list-menu .li_menu .no-a:hover:before,
footer.footer .list-menu .li_menu .no-a:focus:before {
    background: var(--mainColor);
}
@media (max-width: 991px) {
    .footer-click {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .footer-click {
        margin-bottom: 15px;
    }
    .footer-click:last-child {
        margin: 0;
    }
}
.block-mailchimp {
    padding: 20px;
    background: linear-gradient(to right, var(--topHeader), var(--topHeader2));
    border-radius: 10px;
    position: relative;
}
.block-mailchimp img {
    position: absolute;
    bottom: 0px;
    left: 46%;
    max-width: 140px;
}
@media (max-width: 992px) {
    .block-mailchimp img {
        left: inherit;
        right: 0px;
    }
}
@media (max-width: 992px) {
    .block-mailchimp {
        padding: 10px;
    }
}
.block-mailchimp .col-12 {
    margin: 0 auto;
    text-align: left;
}
@media (max-width: 992px) {
    .block-mailchimp .col-12 {
        text-align: center;
    }
}
.block-mailchimp .col-12 h2 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}
@media (max-width: 992px) {
    .block-mailchimp .col-12 h2 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .block-mailchimp .col-12 h2 {
        font-size: 16px;
    }
}
.block-mailchimp .col-12 .desc {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.block-mailchimp .col-12 .newsletter-form {
    margin-top: 5px;
    margin-bottom: 0px;
    position: relative;
}
.block-mailchimp .col-12 .newsletter-form input {
    height: 48px;
    width: 100%;
    padding: 0 125px 0 20px;
    font-size: 14px;
    border-radius: 50px;
    margin: 0px;
}
@media (max-width: 992px) {
    .block-mailchimp .col-12 .newsletter-form input {
        height: 40px;
    }
}
.block-mailchimp .col-12 .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    border: initial;
    height: 48px;
    font-size: 14px;
    padding: 0 30px;
    background: var(--mainColor);
    color: #fff;
    border-radius: 0px 48px 48px 0px;
    line-height: inherit;
}
@media (max-width: 992px) {
    .block-mailchimp .col-12 .newsletter-form button {
        height: 40px;
    }
}
.block-mailchimp .col-12 .newsletter-form button:hover {
    background: var(--subColor);
}
.block-mailchimp .col-12 .mailchimp-alerts {
    font-size: 14px;
    margin: 8px 0 -8px 0;
}
.block-mailchimp .col-12 .mailchimp-alerts .mailchimp-error {
    color: red;
}
.block-mailchimp .col-12 .mailchimp-alerts .mailchimp-success {
    color: #00b516;
}
.block-mailchimp .col-12 .mailchimp-alerts .mailchimp-submitting {
    color: #f5a300;
}
.mid-footer {
    padding: 30px 0 20px;
}
.mid-footer .des_foo {
    color: #000;
    margin-bottom: 10px;
}
.backtop {
    position: fixed;
    z-index: 99;
    top: auto !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    background: var(--subColor);
    text-decoration: none;
    opacity: 0 !important;
    bottom: 162px;
    right: 15px;
}
.backtop .icon-up {
    background-image: url(i-up-arrow.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.backtop:hover {
    background-color: var(--mainColor);
}
.backtop.show {
    opacity: 1 !important;
}
.jas-sale-pop {
    background: #fff;
    bottom: -100%;
    left: 20px;
    right: 20px;
    padding: 10px 15px 10px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 99999;
    position: fixed;
    right: auto;
    overflow: hidden;
}
@media (max-width: 480px) {
    .jas-sale-pop {
        left: 10px;
        right: 10px;
        max-width: 290px;
    }
    .jas-sale-pop .jas-sale-pop-content {
        overflow: hidden;
        max-width: 180px;
    }
}
.jas-sale-pop a img {
    max-width: 80px;
}
@media (max-width: 321px) {
    .jas-sale-pop {
        left: 10px;
        right: 10px;
        max-width: 220px;
    }
    .jas-sale-pop .jas-sale-pop-content {
        max-width: 180px;
    }
}
.jas-sale-pop .mr__20 {
    margin-right: 10px;
}
.jas-sale-pop h4 {
    color: #222;
    margin: 0;
    font-size: 14px;
    margin-bottom: 0px;
}
.jas-sale-pop h3 {
    margin: 0;
    font-size: 13px;
    max-width: 255px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 300;
}
.jas-sale-pop h3 a {
    color: #878787;
    margin: 0;
    font-size: 13px;
}
.jas-sale-pop .jas-sale-pop-timeago {
    color: #878787;
    font-size: 12px;
    font-weight: 300;
}
.jas-sale-pop .pe-7s-close {
    right: 5px;
    top: 5px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.jas-sale-pop.slideUp {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}
.jas-sale-pop.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.jas-sale-pop.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jas-sale-pop.flex {
    z-index: 1024;
    top: auto !important;
}
.addThis_listSharing {
    width: 290px;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 990;
    background-color: transparent;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: auto !important;
}
.addThis_listSharing .listSharing_action {
    position: absolute;
    bottom: 135px;
    border-radius: 12px;
    right: 25px;
    max-width: 300px;
    background-color: #f5f6fa;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 100% bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: auto !important;
}
.addThis_listing {
    padding: 0;
}
.addThis_listing .addThis_item {
    margin: 0;
    padding: 10px 15px;
}
.addThis_listing .addThis_item:not(:last-of-type) {
    border-bottom: 1px solid #ecedf1;
    box-shadow: 0 1px 0 0 #fff;
}
.addThis_listing .addThis_item .addThis_item--icon {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.addThis_listing .addThis_item .addThis_item--icon svg {
    display: block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    opacity: 1;
    visibility: visible;
    position: initial;
    width: calc(100% - 30px);
    padding-left: 15px;
    text-align: left;
    background: transparent;
    color: #1d243e;
    font-size: 13px;
    font-weight: 400;
}
.addThis_listing .addThis_item:hover .tooltip-text {
    color: var(--mainColor);
}
.addThis_listing .addThis_item.addThis_item__fbchat {
    display: block;
}
.addThis_listSharing .addThis_close {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    border: 0;
    outline: none;
    padding: 6px;
    background: transparent;
}
.addThis_listSharing .addThis_close svg {
    opacity: 0.6;
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
}
.livechat-mes {
    display: inline-block;
    position: fixed;
    top: auto !important;
    bottom: 40px;
    right: 10px;
    z-index: 990;
}
.livechat-mes img {
    width: 48px;
    height: 48px;
}
.addThis_iconContact {
    position: fixed;
    margin: 0;
    z-index: 990;
    cursor: pointer;
    top: auto !important;
    bottom: 100px;
    right: 10px;
}
.addThis_iconContact .svgico svg {
    fill: #ffffff;
    width: 30px;
    height: 46px;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.addThis_iconContact .box-item .svgico > svg {
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available;
}
.addThis_iconContact .svgico .svgico--close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.addThis_iconContact .svgico .svgico--close svg {
    fill: #ffffff;
    width: 17px;
    height: 46px;
}
.addThis_listSharing.active + .addThis_iconContact .svgico .svgico--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.addThis_listSharing.active + .addThis_iconContact .svgico > svg {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
}
.addThis_listSharing.active {
    opacity: 1;
    visibility: visible;
}
.addThis_listSharing.active .listSharing_action {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.addThis_listSharing.active + .addThis_iconContact .item-livestream {
    opacity: 0;
    visibility: hidden;
}
.addThis_iconContact .box-item {
    position: relative;
}
.addThis_iconContact .box-item + .box-item {
    margin-top: 18px;
}
.addThis_iconContact .box-item .svgico {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: var(--subColor);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.addThis_iconContact .box-item.item-livestream .svgico {
    background: #ff0000;
}
.addThis_iconContact .box-item.item-livestream:before,
.addThis_iconContact .box-item.item-livestream:after {
    background: #ff0000;
}
.addThis_iconContact .box-item:before,
.addThis_iconContact .box-item:after {
    position: absolute;
    content: "";
    height: 48px;
    width: 48px;
    left: 0;
    top: 0;
    background: var(--subColor);
    border-radius: 50%;
}
.addThis_iconContact .box-item:before {
    animation: euiBeaconPulseSmall 2s infinite ease-out;
}
.addThis_iconContact .box-item:after {
    animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s;
}
@keyframes euiBeaconPulseSmall {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.4);
        opacity: 0;
    }
}
@media (min-width: 1200px) {
    .fb_dialog.fb_dialog_advanced,
    .fb_dialog.fb_dialog_mobile {
        z-index: 999 !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .addThis_listing .addThis_item.addThis_item__fbchat {
        display: none;
    }
}
@media (max-width: 991px) {
    .addThis_listSharing .listSharing_action {
        bottom: 206px;
        left: 14px;
        right: 14px;
        max-width: 100%;
    }
    .addThis_listing .addThis_item .addThis_item--icon svg {
        width: 28px;
        height: 28px;
    }
    .addThis_listing .addThis_item.addThis_item__fbchat {
        display: block;
    }
    .addThis_listSharing.active .listSharing_overlay {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}
@keyframes iconSkew {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
.popup-sapo {
    position: fixed;
    bottom: 70px;
    left: 17px;
    margin: 0;
    z-index: 99;
    top: auto !important;
}
.popup-sapo .icon {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: var(--mainColor);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    cursor: pointer;
}
.popup-sapo .icon svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available;
}
.popup-sapo .content {
    background: var(--mainColor);
    color: #fff;
    padding: 20px 10px 25px;
    border-radius: 10px;
    width: 300px;
    position: absolute;
    bottom: 27px;
    left: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 0 bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
    .popup-sapo .content {
        width: 250px;
        padding: 10px 10px 14px;
    }
}
.popup-sapo .content .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .popup-sapo .content .title {
        margin-bottom: 5px;
    }
}
.popup-sapo .content .close-popup-sapo {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.popup-sapo .content .close-popup-sapo svg {
    width: 15px;
    height: 15px;
}
.popup-sapo .content .close-popup-sapo svg path {
    fill: #fff;
}
.popup-sapo .content ul {
    margin-bottom: 10px;
}
.popup-sapo .content ul li {
    margin-bottom: 10px;
}
.popup-sapo .content ul li svg {
    margin-right: 10px;
}
.popup-sapo .content ul li svg path {
    fill: #fff;
}
.popup-sapo .content ul li a {
    color: #fff;
}
.popup-sapo .content ul li a:hover {
    opacity: var(--subColor);
}
.popup-sapo .content .ghichu {
    font-style: italic;
    font-size: 16px;
    line-height: 1.4;
}
.popup-sapo.active .content {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.popup-ngonngu {
    position: fixed;
    right: 0px;
    top: 25% !important;
    z-index: 2;
}
.popup-ngonngu .icon {
    width: 40px;
    height: 40px;
    background: var(--mainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
}
.popup-ngonngu .icon path {
    fill: #fff;
}
.popup-ngonngu .language {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    position: absolute;
    top: 100%;
    right: 0;
    width: 100px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    padding: 5px;
    font-size: 13px;
}
.popup-ngonngu .language li:firt-child {
    margin-bottom: 5px;
}
.popup-ngonngu .language a {
    display: flex;
    align-items: center;
}
.popup-ngonngu .language a img {
    margin-right: 2px;
}
.popup-ngonngu:hover .language {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.content-page h2{
	font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
.content-page h3{
	font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.content-page h4{
	font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.rte p{
	text-align:justify;
}
.aligncenter{
	width: 100% !important;
}
.aligncenter img {
	margin: auto;
    display: block;
	border-radius: 15px;
}
.wp-caption-text{
	text-align: center !important;
    color: #4e7661;
    font-size: 12px;
    font-weight: bold;
	font-style: italic;
}
.icon_dangky{
	width: 100%;
    display: flex;
    margin: 20px 0px;
	line-height: 20px;
}
.icon_dangky a {
    display: block;
    padding: 15px 0px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 54px;
    width: 280px;
    float: left;
    margin: auto;
    background-image: linear-gradient(to right, #4e7661, #72a834);
	font-weight: bold;
}
.icon_dangky a span {
    text-transform: none;
    font-size: 14px;
	font-weight: normal;
}
.top_form {
    text-align: center;
    color: #FFF;
    margin-bottom: 25px;
}
.top_form .title {
    text-transform: uppercase;
    margin-bottom: 7px;
}
.top_form p {
    position: relative;
}
.group_q_buy input, .group_q_buy select{
	height: 30px;
    padding: 0 10px;
    min-height: unset;
    border-radius: 5px;
	margin-bottom: 0px;
}
.group_q_buy label{
	color:#fff;
	margin-bottom:0;
	margin-top: 10px;
	font-size: 12px;
    font-weight: bold;
}
.group_q_buy button{
	margin: auto;
    border: none;
    background-color: #f10000;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
}
.var_qb{
	background: #fff;
    padding: 2px 5px;
    border-radius: 6px;
    margin-right: 11px;
	border: 1px solid #fff;
	margin-bottom: 8px;
    display: inline-block;
}
.varactive{
	background-color: #6cc848 !important;
    color: #fff !important;
}
#box_price_quick p{
	font-size: 23px;
    font-weight: bold;
	color: #ff1a1a;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #666666;
}
#box_price_quick del{
	font-weight: normal;
    font-size: 18px;
    color: #313030;
    border: none;
}