@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');

* {
    -webkit-appearance: none;
    margin: 0;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    background: #fff;
    width: 10px;
    height: 11px
}

::-webkit-scrollbar-thumb {
    background: #BBBBBB
}

img {
    max-width: 100% !important;
    vertical-align: middle
}

.grecaptcha-badge {
    display: none
}

/* Main */
:root {
    --color-key: #ed0000;
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --shop-color-bg: #fff;
    --shop-color-main: #008848;
    --shop-color-text: #252a2b;
    --shop-color-title: #000000;
    --shop-color-hover: #057541;
    --shop-color-button: #008848;
    --shop-color-cartbar: #fc5601;
    --shop-color-border: #e7e7e7;
    --footer-color-title: #333333;
    --footer-color-text: #333333;
    --footer-color-bg: #ffffff;
    --about01-color-bg: #f5f8fd;
    --about03-color-bg: #008848;
    --about03-color-text: #ffffff;
    --about03-color-hover: #037540;
    --about03-color-focus: #ffffff;
    --header-category-bg: #ffffff;
    --header-category-text: #008848;
    --header-category-border: #f5f5f5;
    --header-category-bgitem: #ffffff;
    --index-promote-bg: #ffffff;
    --index-promote-bgitem: #ffffff;
    --product-color-soldout: #c9c3c3;
    --header-height: 65px;
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Quicksand", sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    overflow-x: hidden;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: var(--color-key);
}

p,
ul {
    margin-bottom: 0px;
}

.img-block {
    max-width: 100%;
    display: block;
}

.img-block-full {
    max-width: 100%;
    width: 100%;
    display: block;
}

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

.hidden-vcard,
.hidden-seoh {
    font-size: 0px;
    width: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    text-indent: -999999999px;
    margin: 0px;
}

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

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

.posk {
    position: sticky;
    top: 50px;
}

/*Reset bootstrap*/
.container {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1220px !important;
    width: 100% !important;
}

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

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

.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 10;
    background: #4b4f56;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: var(--color-red);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

.breadCrumbs {
}

/*Header*/
.mainHeader {
    background: #008848;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    position: relative;
    z-index: 999;
}

.mainHeader .container > [class*='header-wrap-'] {
    padding: 0 15px;
}

.mainHeader.mainHeader_temp03 .header-wrap-logo {
    max-width: 20%;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-align-self: center;
}

.logo-header img {
    height: 60px;
}

.header-top {
    background: #037540;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 0 8px;
    position: relative;
    display: block;
    overflow: hidden;
}

.nameqc {
    color: #fff !important;
}

.header-top .slick-prev {
}

.header-top .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

.header-top .slick-next {
}

.header-top .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

.header-action .header-action-item .header-action_text .box-triangle {
    position: absolute;
    top: calc(100% - 13px);
    left: 0;
    right: 0;
    z-index: 992;
    margin: 0 auto;
    width: 20px;
    height: 15px;
    opacity: 0;
    visibility: visible;
    transition: opacity 0.25s ease-in-out 0s, visibility 0.25s ease-in-out 0s;
}

.header-action .header-action-item .header-action_text .box-triangle svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon,
.header-action .header-action-item .header-action_text .header-action__link .box-text {
    display: inline-block;
    vertical-align: middle;
}

.header-action .header-action-item .header-action_text .header-action__link .box-text {
    padding-left: 2px;
}

.header-action .header-action-item .header-action_text .header-action__link .box-text .txtbl {
    font-size: 110%;
    display: block;
    font-weight: 500;
}

.header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
    white-space: nowrap;
}

.header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    max-width: 148px;
    overflow: hidden;
}

.header-action .header-action-item .header-action_text .header-action__link .box-text.nohas-account .txt-overflow {
    max-width: 170px;
}

.header-action .header-action-item .header-action_text .header-action__link .box-text .fa {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 3px;
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon {
    position: relative;
    width: 32px;
    height: 25px;
    text-align: center;
    margin: auto;
    display: block;
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
    width: 22px;
    height: 40px;
    fill: var(--shop-color-text);
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
    width: 22px;
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
    width: 20px;
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--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;
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
    width: 18px;
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
    display: inline-block;
    vertical-align: top;
    background: #c50017;
    color: #fff101;
    font-size: 11px;
    text-align: center;
    position: absolute;
    left: 16px;
    top: -1px;
    padding: 0px 3px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
}

.header-action .header-action-item .header-action_text .header-action__link:hover svg.svg-ico-search {
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.header-action .header-action-item .header-action_dropdown {
    position: absolute;
    top: 100%;
    left: auto;
    right: -15px;
    z-index: 990;
    min-width: 280px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
}

.header-action .header-action-item .header-action_dropdown .header-dropdown_content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 20px 20px;
}

.header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
    padding: 0;
    overflow: hidden;
}

.header-action .header-action-item.js-action-show .header-action_text .box-triangle {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out  0.21s;
}

.header-action .header-action-item.js-action-show .header-action_dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.header-action .header-action-item.header-action_menu .box-text {
    text-align: center;
    display: block;
    padding: 0;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
    visibility: visible;
}

.header-action .header-action-item.header-action_locale.js-action-show .overlays:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 100;
    margin: auto;
}

.header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
    z-index: 101;
    pointer-events: none;
}

.header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-text {
    display: block;
    color: #ffffff;
}

.header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-icon {
    width: 25px;
    height: 30px;
}

.header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-icon svg {
    height: 30px;
    fill: #ffffff;
}

.header-action .header-action-item.header-action_cart .header-action_text .header-action__link,
.header-action .header-action-item.header-action_account .header-action_text .header-action__link:not(.not-icon) {
    text-align: center;
}

.header-action .header-action-item.header-action_account .header-action_text .header-action__link.not-icon .box-icon {
    display: none;
}

.header-action .header-action-item.header-action_account .header-action_text .header-action__link .box-icon svg {
    width: 20px;
}

.header-action .header-action-item.header-action_locale .header-action_text .header-action__link .box-text {
    display: block;
}

.header-action .header-action-item.header-action_locale .overlays .header-action__link {
    border-radius: 5px;
    background: #008848;
    padding: 5px;
}

.header-action .header-action-item.header-action_search {
    display: none;
}

.header-action .header-action-item.header-action_menu {
    margin: 0;
    padding: 0;
    border: 0;
}

.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}

.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}

.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    width: 25px;
    height: 2px;
    background: #fff;
}

.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
    top: 13px;
    position: relative;
}

.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar,
.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    background: #ffffff;
}

.header-action .header-action-item.header-action_menu .box-icon,
.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
    height: 25px;
    display: block;
    width: 25px;
    margin: auto;
}

.header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
    height: 25px;
    fill: #ffffff;
}

.header-action .header-action-item.header-action_menu .box-text {
    text-align: center;
    display: block;
    padding: 0;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar,
.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    width: 25px;
    height: 2px;
    display: block;
}

.header-action .header-action-item.header-action_menu.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header-action .header-action-item.header-action_backlink a {
    text-align: center;
    color: #ffffff;
}

.header-action .header-action-item.header-action_menu.js-action-show .hamburger-menu {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mainHeader .header-wrap-action .header-action .header-action-item {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

/*Menu*/
.logo {
    width: 144px;
}

.menu {
    background: #ed0000;
}

.menu ul.menu-i {
    width: 100%;
    margin: 0px;
}

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

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

.menu ul.menu-i > li:first-child,
.menu ul.menu-i > li:last-child {
    display: none;
}

.menu ul li.line {
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.menu ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
}

.menu ul li a h2 {
    font-size: 15px;
    color: #FFF;
    margin: 0px;
    padding: 12px 25px 13px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

.menu ul li ul li a h2 {
    color: #333;
}

.menu ul.menu-i > li > a.active > h2,
.menu ul.menu-i > li:hover > a > h2 {
    color: #FFF;
    background: #FFB900;
}

.menu ul.menu-i > li > a.active > h2:after,
.menu ul.menu-i > li:hover > a > h2:after {
    transform: scale(1);
}

.menu ul li ul li a:hover h2 {
    color: var(--color-key);
}

.menu ul li ul {
    position: absolute;
    min-width: 200px;
    background: #FFF;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    padding: 10px 0px;
}

.menu ul li ul.wpage {
    min-width: 400px;
}

.menu ul li:hover > ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

.menu ul li ul li a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.menu ul li ul li a h2 {
    font-size: 14px;
    padding: 8px 15px;
    text-transform: inherit;
    line-height: 22px;
}

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

/* Search */
.search {
    width: 100%;
    display: flex;
    background: #fff;
    border: 1px solid #FFF;
    margin: 10px 0px;
    position: relative;
}

.search p {
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: var(--color-gray);
    font-size: 16px;
}

.search input {
    width: calc(100% - 35px);
    height: 35px;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 12px;
}

.search input::-webkit-input-placeholder {
    color: #ccc;
}

.search input:-moz-placeholder {
    color: #ccc;
}

.search input::-moz-placeholder {
    color: #ccc;
}

.search input:-ms-input-placeholder {
    color: #ccc;
}

.searchs-menu .search {
    border: 1px solid #e6e6e6;
}

/*Title*/
.title-main {
    text-align: center;
    overflow-x: hidden;
    padding-bottom: 12px;
}

.title-main h3,
.title-main h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 35px;
    margin-bottom: 0px;
}

.title-main h3.white {
    color: #FFF;
}

.title-main p {
    color: #FFF;
}

.title-main-news {
    text-align: left;
}

.title-main-news h1 {
    font-size: 20px;
}

.box-main {
}

.left-main {
    width: 270px;
}

.left-main .left-title {
    padding-left: 30px;
    background: url('../images/icon-list.png') no-repeat left center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 12px;
    line-height: 30px;
}

.left-main .left-desc ul {
    list-style: none;
}

.left-main .left-desc {
    border: 1px solid #f3f3f3;
    padding: 15px;
}

.left-main .left-desc .left-menu-border li:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
}

.left-main .left-desc .left-menu li {
    position: relative;
}

.left-main .left-desc .left-menu li a {
    font-size: 14px;
    color: #333;
    padding: 6px 10px 6px 15px;
    position: relative;
    display: block;
}

.left-main .left-desc .left-menu li a.tt {
    text-transform: uppercase;
}

.left-main .left-desc .left-menu li a:before {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0px;
    top: 13px;
    content: '';
    background: #dedede;
    border-radius: 50%;
}

.left-main .left-desc .left-menu li ul {
    width: 100%;
    left: 100%;
    top: 0px;
    position: absolute;
    background: #FFF;
    padding: 0px 10px;
    z-index: 20;
    box-shadow: 0px 0px 5px #d9d9d9;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    transition: all 0.6s;
}

.left-main .left-desc .left-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.left-main .left-desc .left-menu li:hover > a {
    color: var(--color-key);
}

.left-main .left-desc .left-menu li:hover > a:before {
    background: var(--color-key);
}

.left-main .left-desc .support-info {
    margin-left: 5px;
}

.left-main .left-desc .support-info p:nth-child(1) {
    font-size: 12px;
}

.left-main .left-desc .support-info p:nth-child(2) {
    font-size: 15px;
    font-weight: 700;
    color: #F00000;
}

.left-main .left-desc .support-email {
    padding-left: 35px;
    background: url('../images/icon-mail.png') no-repeat left center;
    line-height: 30px;
}

.left-main .left-desc.support-bg {
    padding-bottom: 135px;
    background: url('../images/icon-support.png') no-repeat bottom right;
}

.right-main {
    width: calc(100% - 300px);
}

/*Product*/
#product-index {
}

.product {
    transition: all 0.6s;
}

.title-list {
    font-size: 24px;
    margin: 0 auto 20px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    min-width: 70%;
    background: var(--shop-color-main);
    box-shadow: 0px 0px 0px 2px rgb(0 136 72 / 80%);
    padding: 8px 15px 10px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
}

.title-list a {
    color: #fff;
}

.product-loop .product-inner {
    height: 100%;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-loop .product-inner:hover {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0%);
}

.product-loop .product-inner {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.product-img {
    position: relative;
    margin-bottom: 5px;
}

.product-img .img-block1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-img:hover .img-block1 {
    opacity: 1;
}

.product .price-per {
    position: absolute;
    top: 5px;
    z-index: 3;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 5px;
    left: 5px;
    background: red;
    letter-spacing: 0.5px;
}

.product-loop h3 {
    font-size: 14px;
    margin: 0 0 8px;
    font-weight: 500;
    line-height: 1.45;
}

.product-loop h3 a {
    color: var(--shop-color-text);
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.product-loop .proloop--price {
    margin-top: auto;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.product-loop .proloop--price .price {
    margin-right: 4px;
}

.product-loop .proloop--price .price-del {
    color: #878c8f;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 13px;
}

.product-loop .proloop--action {
    position: relative;
    overflow: hidden;
}

.product-loop .action-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.product-loop .button {
    position: relative;
    z-index: 1;
    background-color: var(--shop-color-hover);
    overflow: hidden;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--shop-color-button);
    color: var(--shop-color-button);
    letter-spacing: 1px;
    outline: none !important;
    text-transform: uppercase;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.product-loop .button:before {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    z-index: -1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #fff;
}

.product-loop .button:not(:hover) {
    border: 1px solid var(--shop-color-button);
    color: var(--shop-color-button);
}

.button:hover,
.button:focus {
    border-color: var(--shop-color-hover);
    color: #ffffff;
}

.product-loop .button span {
    display: inline-block;
    vertical-align: middle;
}

.product-loop .button .btnico svg {
    fill: #ffffff;
    width: 16px;
    height: 30px;
    margin-top: -2px;
    display: block;
}

.product-loop .button:not(:hover) .btnico svg {
    fill: var(--shop-color-button);
    width: 16px;
    height: 30px;
    display: block;
}

.product-loop .button span {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    line-height: 28px;
}

.product-loop .button:hover:before,
.product-loop .button:focus:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.product-loop .button.btn-only-store:before,
.product-loop .button.disabled:before {
    background-color: #ffffff;
}

.product-loop .button.disabled .btnico {
    display: none;
}

.product-loop .button:not(:hover) {
    border: 1px solid var(--shop-color-button);
    color: var(--shop-color-button);
}

.product-loop .button.btn-only-store,
.product-loop .button.disabled {
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--product-color-soldout);
    color: var(--product-color-soldout);
    background-color: #ffffff;
}

.product-loop .button.btn-only-store .btnico + span,
.product-loop .button.disabled .btnico + span {
    margin-left: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-loop .button.btn-only-store {
    font-size: 10px;
}

/*Product Detail*/
.left-pro-detail {
    width: 40%;
    position: relative;
}

.right-pro-detail {
    width: calc(100% - 42%);
}

.gallery-thumb-pro {
    margin-top: 5px;
}

.thumb-pro-detail {
    display: block !important;
    margin: auto;
    max-width: 100%;
    border: 1px solid #eee;
    padding: 5px;
}

.thumb-pro-detail.mz-thumb-selected.mz-thumb {
    border-color: rgba(0, 0, 0, 0.2);
}

.thumb-pro-detail img {
    box-shadow: none !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    text-transform: capitalize;
    font-size: 18px;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
}

.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 0px !important;
}

.desc-pro-detail {
    margin-bottom: 1rem;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px;
}

.attr-label-pro-detail.d-block.w-attr {
    width: 70px;
}

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

.attr-content-pro-detail > a {
    color: var(--shop-color-button) !important;
    font-weight: 700;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-red);
}

.price-old-pro-detail {
    font-weight: 500;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
}

.size-pro-detail {
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.color-pro-detail.active:before,
.size-pro-detail.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    background-image: url(../images/check-cart.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
    outline: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    top: 0px;
    left: 0px;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    height: 30px;
    border: 1px solid #cccccc;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.cart-pro-detail a {
    width: auto;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 3px;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    color: #FFF !important;
    background: #fd6e1d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

.cart-pro-detail a.buynow {
    background-color: var(--color-green);
}

.cart-pro-detail a.buynow:hover {
    background-color: var(--color-dark-green);
}

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

.tags-pro-detail {
    margin: 15px 0px 10px 0px;
}

.tags-pro-detail a {
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: var(--color-red);
    border-radius: 3px;
    display: inline-block;
}

.tags-pro-detail a:hover {
    background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
    font-size: 10px;
    margin: 5px 5px 0px 0px;
}

.tabs-left-detail {
    width: calc(75% - 15px);
    margin-right: 15px;
}

.tabs-right-detail {
    width: calc(25% - 15px);
    margin-left: 15px;
}

.tabs-right-detail h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    width: 100%;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: flex-start;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    margin-right: 5px;
    background: #eee;
    padding: 5px 10px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #333;
    color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}

.info-pro-detail {
    line-height: 1.5;
}

.info-pro-detail p {
    margin-bottom: 15px;
}

.info-pro-detail img {
    max-width: 100%;
    vertical-align: inherit;
}

.product-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.product-detail * {
    line-height: 1.5
}

.product-detail .product-detail-img {
    width: calc(35% - 5px);
    margin-right: 5px;
}

.product-detail .product-detail-info {
    width: calc(65% - 5px);
    margin-left: 5px;
}

.product-detail .product-detail-info h3 {
    font-size: 14px;
    margin-bottom: 2px;
}

.product-detail .product-detail-info h3 a {
    color: #333;
}

/* Like Share */
.social-plugin {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}

/*News*/
.news-box {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.news-box .img-box {
    width: 115px;
}

.news-box .desc-box {
    width: calc(100% - 125px);
    margin-left: 10px;
    position: relative;
    text-align: left;
    color: #777777;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.news-box .desc-box .tt-background {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.news-box:hover .desc-box .tt-background {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

.news-box .desc-box .tt-zindex {
    position: relative;
    z-index: 2;
}

.news-box .name-news-home a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.news-box .view-news-home {
    margin-top: 10px;
}

.news-box .view-news-home a {
    display: inline-block;
    padding: 3px 10px;
    color: #333;
    border: 1px solid #333;
}

/*News page*/
#news-index {
    margin-top: 30px;
}

.news {
    margin-bottom: 15px;
}

.news .pic-news {
}

.news .info-news {
    margin-top: 15px;
}

.news .info-news .name-news {
    font-size: 18px;
}

.news .info-news .name-news a {
    color: #333;
}

.news .info-news .time-news {
    font-style: italic;
    margin-bottom: 10px;
}

.news .info-news .desc-news {
    margin-bottom: 15px;
}

/*News Detail*/
.box-news-detail {

    /* display: flex; justify-content: space-between; flex-wrap: wrap;  */
}

.left-news-detail {
    width: calc(75% - 15px);
}

.right-news-detail {
    width: calc(25% - 15px);
    position: sticky;
    top: 130px;
}

.info-news-detail ul,
.info-news-detail ol {
    padding-left: 40px;
}

.info-news-detail p,
.info-news-detail li {
    margin-bottom: 10px;
}

.info-news-detail h2 {
    font-size: 20px
}

.info-news-detail h3 {
    font-size: 17px
}

.time-main {
    font-style: italic;
}

.time-main i {
    margin-right: 5px;
}

.othernews {
    margin: 15px 0px;
    padding: 15px;
    background: #f7f7f7;
}

.othernews h6 {
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px;
}

.othernews li {
    margin: 5px 0px;
    list-style: none;
}

.othernews li a {
    color: #333;
}

.other-title {
    padding: 8px 10px;
    background: var(--color-key);
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.other-title h5 {
    font-size: 15px;
    color: #FFF;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.other-title a {
    color: #FFF;
    font-style: italic;
}

.news-other {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-other .pic-news {
    width: calc(35% - 5px);
}

.news-other .info-news {
    width: calc(65% - 5px);
}

.news-other .info-news .name-news {
    font-size: 14px;
    line-height: 1.5
}

.news-other .info-news .name-news a {
    color: #333;
}

.news-other:hover .info-news .name-news a {
    color: var(--color-key);
}

.news-other .info-news .time-news {
    font-style: italic;
    margin-bottom: 10px;
}

.news-other .info-news .desc-news {
    margin-bottom: 15px;
}

/*Service*/
#service-index {
    padding: 30px 0px;
    background: #f2f2f2;
    position: relative;
}

#service-index .title-main {
    position: relative;
    z-index: 2;
}

#service-index:before {
    width: 100%;
    height: 45%;
    left: 0px;
    top: 0px;
    z-index: 0;
    background: var(--color-key);
    position: absolute;
    content: '';
}

.service-img {
    margin: 10px 10px 20px;
    position: relative;
}

.service-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 58px;
    bottom: -20px;
    background: url('../images/shadow-img.png') no-repeat bottom center;
    z-index: -1;
}

.service-img img {
    display: block;
    border: 10px solid #FFF;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0px 0px 10px #888585;
}

.service-name {
    margin: 10px 10px 0px;
    text-align: center;
}

.service-name h3 {
    line-height: 22px;
    display: inline-block;
    max-width: 80%;
}

.service-name h3 a {
    font-size: 15px;
    line-height: 22px;
    color: #000;
}

/*About*/
#about-index {
    padding: 40px 0px;
}

.about-left {
    width: 49%;
    padding: 30px 30px 30px 0px;
    position: relative;
}

.about-left a {
    position: relative;
    z-index: 1;
    display: block;
}

.about-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0px;
    right: 0px;
}

.about-bg:after {
    width: 150%;
    height: 150%;
    content: '';
    position: absolute;
    background: var(--color-key);
    left: 0px;
    top: 9px;
    transform: rotate(-62deg);
}

.about-left img {
    box-shadow: 0px 0px 65px rgb(80 79 79 / 0.6)
}

.about-right {
    width: 50%;
    padding: 30px 0px 30px 30px;
}

.about-right h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.about-right h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: var(--color-key);
    font-family: 'UTMAvoBold';
    margin-top: -8px;
    margin-bottom: 20px;
}

.about-right p {
    line-height: 26px;
}

.about-right p .readmore {
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'UTMAvoBold';
    color: #FF0000;
    font-weight: 300;
    border: 2px solid #FF0000;
    padding: 3px 20px;
}

/*video-fanpage-form-index*/
#video-fanpage-form-index {
    padding: 30px 0px;
    background: #F2F2F2;
}

.video-fanpage-form-box {
    margin: 0px -20px;
}

.col-page {
    width: calc(100% / 3);
    padding: 0px 20px;
    overflow: hidden;
}

.col-page h5 {
    font-size: 24px;
    font-family: 'UTMAvoBold';
    padding-left: 10px;
    border-left: 3px solid var(--color-key);
    text-transform: uppercase;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

.col-page .input-contact input,
.col-page .input-contact textarea {
    border: 1px solid #FFF;
    background: #FFF;
    border-radius: 0px;
}

.col-page .input-contact textarea {
    height: 125px;
}

.col-page .btn {
    border-radius: 0px;
    background: var(--color-key);
    border: 1px solid var(--color-key);
    min-width: 165px;
    text-align: center;
    text-transform: uppercase;
}

.col-page .img-video {
    margin-bottom: 10px;
}

/*desc-index*/
.desc-index .left-index {
    width: 515px;
}

.col-desc .img-video {
    position: relative;
    overflow: hidden;
}

.col-desc .img-video h3 {
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 25px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 16px;
    bottom: 0px;
    margin-bottom: 0px;
}

.col-desc .img-video span {
    display: inline-block;
    width: 81px;
    height: 81px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
}

.col-desc .img-video span img {
    z-index: 1;
    position: relative;
}

.col-desc .img-video span:after {
    position: absolute;
    width: 121px;
    height: 121px;
    top: -20px;
    left: -20px;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    animation: morphing 10s infinite;
    z-index: 0;
}

@-moz-keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }

}

@-webkit-keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }

}

@-o-keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }

}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }

}

.desc-index .right-index {
    width: calc(100% - 515px);
    padding: 20px 20px 20px 20px;
    background: #F1F1F1;
}

/*Album*/
.album {
}

.album .name-album {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    display: block;
}

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

/*Video*/
#video-index {
    margin-top: 30px
}

.video .name-video {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    display: block;
}

.video .name-video a {
    color: #333;
}

/*Service*/
.service {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid #f7f7f7;
}

.service:last-child {
    border-bottom: 0px solid #f7f7f7;
    padding-bottom: 0px;
}

.service img {
    margin-right: 10px;
}

.service h4 {
    font-size: 15px;
    color: #333;
}

/*Contact*/
.top-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.maps-contact {
    width: calc(50% - 15px)
}

.maps-contact iframe {
    width: 100% !important;
    height: 310px !important;
    display: block;
}

.form-contact {
    width: calc(50% - 15px)
}

.input-contact {
    position: relative;
    margin-bottom: 15px;
}

.input-contact input,
.input-contact textarea {
    width: 100%;
    padding: 0px;
    outline: none;
    font-size: 14px;
}

.input-contact input {
    text-indent: 10px;
}

.input-contact textarea {
    resize: none;
    height: 150px;
    padding: 10px;
}

.input-contact .custom-file-label::after {
    content: attr(title);
}

/*Footer*/
#footer {
    background: #161616;
    padding: 30px 0px;
    color: #FFF;
}

.title-footer {
}

.info-footer p {
    margin-bottom: 7px;
}

.footer-ul {
    list-style: none;
}

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

.footer-ul li a {
    color: #FFF;
}

.newsletter-input {
    position: relative;
}

.newsletter-input input {
    padding: 0px;
    font-size: 14px;
    text-indent: 10px;
    border-radius: 0px;
    background-clip: unset;
    border: 1px solid #FFF;
}

.newsletter-button {
    margin-top: 5px;
}

.newsletter-button input[type=submit] {
    border: 0px;
    background-color: #FFF;
    color: var(--color-red);
    display: inline-block;
    padding: 5px 16px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

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

.list-tags li {
    margin: 0px 5px 5px 0px;
}

.list-tags li a {
    color: #fff;
    background-color: var(--color-red);
    padding: 6px 15px 8px 15px;
    border-radius: 3px;
    display: block;
    border: 1px solid #FFF;
}

.list-tags li a:hover {
    background-color: var(--color-medium-red);
}

#footer-map iframe {
    width: 100% !important;
}

#footer-powered {
    background: #161616;
    padding: 10px 0px;
    color: #FFF;
    border-top: 1px solid #383838;
}

#footer-powered p {
    margin: 0px 5px;
}

.social-footer {
    list-style: none;
    margin-top: 20px;
}

.social-footer li {
    margin-right: 5px;
}

/*Brand*/
#brand {
    width: calc(100% - 540px);
}

.brand img {
}

/*Partner*/
#partner {
    padding: 15px 0px;
}

.partner img {
    border: 1px solid #ddd;
}

/*breadcrumb*/
.breadcrumb a {
    color: #333;
}

/* Toc */
.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #eeeeee;
    margin-top: 20px;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/* Slideshow */
.slideshow {
    margin: 0 auto;
}

.owl-carousel.in-home-slider img {
    max-width: 100%;
    display: block;
}

.owl-carousel.in-home-slider .owlleft,
.owl-carousel.in-home-slider .owlright {
    width: 55px;
    height: 55px;
    position: absolute;
    bottom: 20px;
    background: #FFF;
}

.owl-carousel.in-home-slider .owlleft {
    right: 120px;
}

.owl-carousel.in-home-slider .owlright {
    right: 60px;
}

.owl-carousel.in-home-slider .owlleft svg,
.owl-carousel.in-home-slider .owlright svg {
    width: 55px !important;
    height: 55px !important;
}

.owl-carousel.in-home-slider .a {
    fill: none;
    stroke: #198c5f;
    stroke-width: 560;
    stroke-miterlimit: 10;
}

.owl-carousel.in-home-slider .owl-nav {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.owl-carousel.in-home-slider .caption-slider {
    position: relative;
}

.owl-carousel.in-home-slider .caption-slider .postion {
    padding: 40px;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel.in-home-slider .caption-slider .postion h5 {
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}

.owl-carousel.in-home-slider .caption-slider .postion p {
    margin-top: 15px;
    color: #FFF;
    font-size: 15px;
    line-height: 24px;
}

.owl-carousel.in-home-slider .caption-slider .postion p a {
    font-size: 13px;
    padding: 6px 20px;
    color: #FFF;
    border: 1px solid #FFF;
    display: inline-block;
    border-radius: 30px;
    text-transform: uppercase;
}

.owl-carousel.in-home-slider .caption-slider .postion p a:hover {
    color: #FFF;
    border: 1px solid #FFF;
}

.owl-carousel.in-home-slider .active .postion {
    animation: 2s .2s zoomIn both;
}

.owl-carousel.in-home-slider .active .slide-caption__title {
    animation: 1s 1s fadeInUp both;
}

.owl-carousel.in-home-slider .active .slide-caption__desc {
    animation: 1s 1.5s fadeInUp both;
}

.owl-carousel.in-home-slider .active .slide-caption__btn {
    animation: 1s 2s fadeInUp both;
}

.caption-slider img {
    width: 100%;
}

/*Menu-Search-Mobile*/
.opacity-menu.open-opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 9999;
}

.header-left-fixwidth {
    top: 0 !important;
    width: 255px;
    min-height: 100vh;
    position: fixed;
    float: left;
    background: #fff;
    width: 290px;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px)
}

.header-left-fixwidth.open-sidebar-menu {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.header-left-fixwidth.open-menu {
    padding-top: 15px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.header-left-fixwidth .wrap-header {
    overflow-y: auto;
    position: relative;
    min-height: 100vh;
    max-height: 100vh;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 0 15px
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar-track {
    -webkit-box-shadow: inset transparent;
    background-color: transparent
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar {
    width: 1px;
    background-color: transparent
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar-thumb {
    border: 1px solid transparent
}

.header-left-fixwidth .wrap-header .logos-menu {
    padding: 20px 0px;
}

.header-left-fixwidth .wrap-header .logos-menu img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 70px;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-bar {
    width: 100%;
    position: relative;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-text {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #e5e6ec;
    padding: 0 40px 0 10px;
    outline: none;
    font-size: var(--font-size);
    background: #F0F0F0;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-btn {
    position: absolute;
    right: 0px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F00;
    top: 0px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.header-left-fixwidth .wrap-header .account-cart-menu {
    text-align: left;
    padding: 20px 0px;
}

.header-left-fixwidth .wrap-header .account-cart-menu a {
    color: var(--color-key);
}

.header-left-fixwidth .wrap-header .account-cart-menu span {
    padding: 0px 5px;
}

.header-left-fixwidth .wrap-header .nav-menu ul a {
    display: block;
    font-size: 15px;
    color: #333;
    padding: 10px 10px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-left-fixwidth .wrap-header .nav-menu ul li {
    position: relative;
    border-top: 1px solid #F0F0F0;
    list-style: none;
}

.header-left-fixwidth .wrap-header .nav-menu ul li a:hover {
    background-color: #F0F0F0;
}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu {
    position: absolute;
    right: 0px;
    font-size: 25px;
    display: flex;
    width: 43px;
    height: 43px;
    background: transparent;
    top: 0px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: #8a8987;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.6s;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu i {
    transition: all 0.6s;
}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu.active i {
    transform: rotate(90deg);
    color: var(--color-key);
}

.header-left-fixwidth .wrap-header .nav-menu ul li a i {
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu a {
    padding: 12px 20px;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu ul.sub-menu a {
    padding: 12px 35px;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.none {
    display: none;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.block {
    display: block;
}

/*Owl-page-arrow*/
.owl-carousel.in-arrow .owlleft,
.owl-carousel.in-arrow .owlright {
    width: 35px;
    height: 35px;
    position: absolute;
    background: transparent;
}

.owl-carousel.in-arrow .owlleft {
    left: 0px;
}

.owl-carousel.in-arrow .owlright {
    right: 0px;
}

.owl-carousel.in-arrow .owlleft svg,
.owl-carousel.in-arrow .owlright svg {
    width: 35px !important;
    height: 35px !important;
}

.owl-carousel.in-arrow .a {
    fill: none;
    stroke: #fff;
    stroke-width: 560px;
    stroke-miterlimit: 10;
}

.owl-carousel.in-arrow .owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;
    left: 0px;
    margin-top: 0;
    height: 0;
}

.owl-carousel.in-arrow-detail .owlleft,
.owl-carousel.in-arrow-detail .owlright {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #FFF;
    top: 0px;
}

.owl-carousel.in-arrow-detail .owlleft {
    left: 0px;
}

.owl-carousel.in-arrow-detail .owlright {
    right: 0px;
}

.owl-carousel.in-arrow-detail .owlleft svg,
.owl-carousel.in-arrow-detail .owlright svg {
    width: 20px !important;
    height: 20px !important;
}

.owl-carousel.in-arrow-detail .a {
    fill: none;
    stroke: #198c5f;
    stroke-width: 560;
    stroke-miterlimit: 10;
}

.owl-carousel.in-arrow-detail .owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;
    left: 0px;
    margin-bottom: -10px;
}

.pagination-ajax {
    text-align: center;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 2px 3px 2px;
    color: #333;
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    padding: 3px 10px 5px 10px;
    border-radius: 2px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    background: var(--color-key);
    color: #fff;
    border-color: var(--color-key);
}

/* Scroll Top */
.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

.scale-img {
    overflow: hidden;
}

.scale-img img {
    transition: all 0.6s;
}

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

.hover-desc:hover .name-news a {
    color: var(--color-key)
}

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

@-moz-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }

}

@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }

}

@keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }

}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182FC;
    position: relative;
    z-index: 1;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

/* Zalo */
.btn-zalo {
    bottom: 315px;
}

/* Phone */
.btn-phone {
    bottom: 230px;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
    display: none !important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #1182FC;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182FC
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: #1182FC;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182FC
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-container.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}

/* Toolbar */
.toolbar {
    background: var(--color-key);
    width: 100%;
    padding: 3vw;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
    display: none;
}

.toolbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
}

.toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
}

.toolbar ul li a img {
    height: 6vw;
    width: auto;
}

.toolbar ul li a span {
    font-weight: 400;
    color: #fff;
    font-size: 3.5vw;
    display: none;
}

@media (max-width:767px) {
    .sitenav-account .site_account_panel_list .site_account_header {
        text-align: left;
        padding-right: 40px;
    }

}

.sitenav-menu {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.sitenav-menu .sitenav-content__title {
    padding: 15px 12px 5px;
    text-align: left;
}

.sitenav-menu .sitenav-content__title .navlogo {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--shop-color-main);
    text-decoration: none;
}

.sitenav-menu .sitenav-content__title .navlogo img {
    max-width: 80%;
    max-height: 40px;
}

.sitenav-menu .sitenav-content__title .navlogo .icon-home {
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.sitenav-menu .sitenav-content__title .navlogo .icon-home svg {
    width: 30px;
    height: 25px;
}

.sitenav-menu .sitenav-content__block {
    padding-top: 0;
    overflow: hidden;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.sitenav-menu .mobile-menu {
    max-height: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sitenav-menu .mobile-menu__inner {
    position: relative;
    padding: 10px 0;
    max-width: 100vw;
    height: 100%;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: touch;
}

.sitenav-menu .mobile-menu__help {
    padding: 20px 10px 30px;
}

.sitenav-menu .mobile-menu__help .help-title {
    font-size: 13px;
    color: var(--shop-color-text);
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
}

.sitenav-menu .mobile-menu__help .help-item--link {
    color: var(--shop-color-text);
    display: flex;
    align-items: center;
    margin: 0;
    border: 0;
    padding: 7px 0;
}

.sitenav-menu .mobile-menu__help .help-item--link svg {
    margin-right: 14px;
    width: 16px;
    height: 24px;
}

.sitenav-menu .mobile-menu__linklists li {
    position: relative;
}

.sitenav-menu .mobile-menu__linklists li a {
    padding-right: 32px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    display: block;
    outline: none;
    font-size: 14px;
    color: var(--shop-color-text);
}

.sitenav-menu .mobile-menu__linklists li a svg {
    width: 6px;
    height: 14px;
    stroke: #979797;
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sitenav-menu .mobile-menu__linklists > li > a {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.sitenav-menu .mobile-menu__linklists .has-subnav ul {
    padding-left: 10px;
    margin-bottom: 10px;
    display: none;
}

.sitenav-menu .mobile-menu__linklists .has-subnav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sitenav-menu .mobile-menu__linklists .has-subnav ul .navi-title a b {
    font-weight: 500;
}

.sitenav-menu .mobile-menu__linklists li.parent-open.active1 > ul,
.sitenav-menu .mobile-menu__linklists li.parent-open.active1 .nav-level2.checknav > ul,
.sitenav-menu .mobile-menu__linklists li.parent-open.active1 .nav-level2.active2 > ul {
    display: block;
}

.sitenav-menu .mobile-menu__linklists li.active1 li.active2 > a,
.sitenav-menu .mobile-menu__linklists li.active1 li.active3 > a {
    color: var(--shop-color-hover);
}

.sitenav-menu .mobile-menu__linklists li.parent-open > a svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (min-width:768px) {
    .sitenav-menu .mobile-menu__inner {
        padding-bottom: 30px;
        max-height: calc(100vh - (var(--header-height) + 80px));
    }

    .sitenav-menu .mobile-menu__inner::-webkit-scrollbar {
        width: 2px;
        height: 3px;
    }

    .sitenav-menu .mobile-menu__inner::-webkit-scrollbar-track {
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .sitenav-menu .mobile-menu__inner::-webkit-scrollbar-thumb {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #e1e3e4;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .sitenav-menu .mobile-menu__inner::-webkit-scrollbar-thumb:window-inactive {
        background: #e1e3e4;
    }

}

@media (max-width:767px) {
    .sitenav-menu .mobile-menu__inner {
        max-height: calc(100% - (var(--header-height) + 80px));
        padding-bottom: 220px;
    }

    .sitenav-menu .sitenav-content__title {
        padding-right: 40px;
    }

    .sitenav-menu .sitenav-content__title .navlogo {
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 18px;
        color: var(--shop-color-main);
        text-decoration: none;
    }

    .sitenav-menu .sitenav-content__title .navlogo .icon-home {
        text-align: center;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    .sitenav-menu .sitenav-content__title .navlogo .icon-home svg {
        width: 30px;
        height: 25px;
    }

}

.sitenav-locate .sitenav-content__block {
    padding-top: 15px;
}

.sitenav-locate .sitenav-content__block .boxaddress {
    border: 1px solid rgba(0, 136, 72, 0.18);
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 13px;
    background: rgba(0, 136, 72, 0.1);
    color: var(--shop-color-text);
}

.sitenav-locate .sitenav-content__block .boxaddress span {
    display: block;
    font-weight: 500;
}

.sitenav-locate .sitenav-content__block .boxprovince {
    padding: 10px 0;
}

.sitenav-locate .sitenav-content__block .boxprovince .textprov {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.sitenav-locate .sitenav-content__block .boxprovince .listprov li {
    position: relative;
    cursor: pointer;
    padding: 10px 0 10px 35px;
    transition: background 0.4s ease;
    font-size: 13px;
    color: var(--shop-color-text);
    border-top: 1px dotted var(--shop-color-border);
}

.sitenav-locate .sitenav-content__block .boxprovince .listprov li .address-name {
    display: block;
    font-weight: 600;
}

.sitenav-locate .sitenav-content__block .boxprovince .listprov li .icmap {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    left: 8px;
}

.sitenav-locate .sitenav-content__block .boxprovince .listprov li:hover {
    background: rgba(0, 136, 72, 0.05);
}

.sitenav-locate .sitenav-content__block .boxfilter {
    margin-bottom: 3px;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select {
    margin-right: -5px;
    margin-left: -5px;
    display: -ms-flexbox;
    display: flex;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item .field-select {
    position: relative;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item .field-select:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 12px;
    border: solid #666666;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item label {
    display: block;
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 5px;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select {
    padding: 0px 8px;
    padding-right: 25px;
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis;
    border-radius: 4px;
    height: 34px;
    line-height: 32px;
    background: #ffffff;
    border: 1px solid var(--shop-color-border);
    font-size: 13px;
    width: 100%;
    color: #000;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select:-ms-expand {
    display: none;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select:invalid {
    color: #677279;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select [disabled] {
    color: #ededed;
    font-weight: 300;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select option {
    color: #000;
    font-weight: 500;
    line-height: 18px;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select option[value="null"] {
    color: #677279;
}

.sitenav-overlay {
    background: rgba(225, 225, 225, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}

{
    background: #fff;
    width: 100%;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.flex-container-header {
    margin: 0 -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex-container-header > [class*='header-wrap-'] {
    padding: 0 15px;
}

.header-wrap-menu .navbar-mainmenu {
    position: relative;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.header-wrap-menu ul.menuList-primary {
    margin: 0;
    position: relative;
    z-index: 2;
}

.header-wrap-menu ul.menuList-primary > li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

.header-wrap-menu ul.menuList-primary > li > a {
    color: var(--shop-color-text);
    opacity: 0.85;
    position: relative;
    z-index: 2;
    display: block;
    padding: 15px 4px;
    width: 100%;
    letter-spacing: 0.75px;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: none;
    transition: none;
}

.header-wrap-menu ul.menuList-primary > li > a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin-left: 4px;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
}

.header-wrap-menu ul.menuList-primary > li.active a,
.header-wrap-menu ul.menuList-primary > li.active a:focus {
    opacity: 1;
}

.header-wrap-menu ul.menuList-primary > li:hover > a,
.header-wrap-menu ul.menuList-primary > li.active:hover a {
    opacity: 1;
}

.header-wrap-menu ul.menuList-primary > li:hover > a i {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-wrap-menu ul.menuList-primary li.has-submenu .menuList-submain {
    background: #fff;
    min-width: 185px;
    max-width: 180%;
    position: absolute;
    z-index: 99;
    top: 150%;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-wrap-menu ul.menuList-primary li.has-submenu .menuList-submain ul.menuList-submain {
    left: 100%;
    top: 0;
}

.header-wrap-menu ul.menuList-primary li.has-submenu:hover > .menuList-submain {
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.sitenav-content .btnclose {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 5;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none;
}

@media (max-width:1199px) and (min-width:992px) {
    .header-wrap-menu ul.menuList-primary > li {
        margin: 0;
    }

    .header-wrap-menu ul.menuList-primary > li > a {
        font-size: 14px;
    }

}

.header-wrap-menu ul.menuList-submain li {
    position: relative;
}

.header-wrap-menu ul.menuList-submain li a {
    padding: 9px 18px;
    text-align: left;
    display: block;
    font-size: 14px;
    color: var(--shop-color-text);
    opacity: 0.85;
}

.header-wrap-menu ul.menuList-submain li a i {
    font-size: 9px;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.header-wrap-menu ul.menuList-submain li a:hover i {
    right: 10px;
    opacity: 0.8;
}

.header-wrap-menu ul.menuList-submain li.has-submenu {
    padding-right: 30px;
}

.header-wrap-menu ul.menuList-submain li:not(:first-child) {
    border-top: 1px solid #ecf0f1;
}

.header-wrap-menu ul.menuList-submain li a:hover,
.header-wrap-menu ul.menuList-submain li a:hover i {
    opacity: 1;
}

.header-wrap-logo {
    -ms-align-self: center;
    align-self: center;
}

.header-wrap-logo .wrap-logo {
    padding: 10px 0;
}

.header-wrap-logo h1,
.header-wrap-logo a {
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    color: var(--shop-color-main);
    transition: none;
}

.header-wrap-logo a img {
    max-height: 55px;
    margin: auto;
}

.header-wrap-logo .logo-name {
    word-wrap: break-word;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.header-action {
    position: relative;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.header-action .header-action-item .header-action_text {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.header-action .header-action-item .header-action_text .box-triangle {
    position: absolute;
    top: calc(100% - 13px);
    left: 0;
    right: 0;
    z-index: 992;
    margin: 0 auto;
    width: 20px;
    height: 15px;
    opacity: 0;
    visibility: visible;
    transition: opacity 0.25s ease-in-out 0s, visibility 0.25s ease-in-out 0s;
}

.header-action .header-action-item .header-action_text .box-triangle svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}

.header-action .header-action-item .header-action_text .header-action__link {
    position: relative;
    display: block;
    font-size: 13px;
    color: var(--shop-color-text);
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon,
.header-action .header-action-item .header-action_text .header-action__link .box-text {
    display: inline-block;
    vertical-align: middle;
}

.header-action .header-action-item .header-action_text .header-action__link .box-text {
    padding-left: 2px;
}

.header-action .header-action-item .header-action_text .header-action__link .box-text .txtbl {
    font-size: 110%;
    display: block;
    font-weight: 500;
}

.header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
    white-space: nowrap;
}

.header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    max-width: 148px;
    overflow: hidden;
}

.header-action .header-action-item .header-action_text .header-action__link .box-text.nohas-account .txt-overflow {
    max-width: 170px;
}

.header-action .header-action-item .header-action_text .header-action__link .box-text .fa {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 3px;
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon {
    position: relative;
    width: 32px;
    height: 25px;
    display: block;
    margin: auto;
    text-align: center;
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
    width: 22px;
    height: 40px;
    fill: var(--shop-color-text);
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
    width: 22px;
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
    width: 20px;
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--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;
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
    width: 18px;
}

.header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
    display: inline-block;
    vertical-align: top;
    background: #c50017;
    color: #fff101;
    font-size: 11px;
    text-align: center;
    position: absolute;
    left: 16px;
    top: -1px;
    padding: 0px 3px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
}

.header-action .header-action-item .header-action_text .header-action__link:hover svg.svg-ico-search {
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.header-action .header-action-item .header-action_dropdown {
    position: absolute;
    top: 100%;
    left: auto;
    right: -15px;
    z-index: 990;
    min-width: 280px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
}

.header-action .header-action-item .header-action_dropdown .header-dropdown_content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 20px 20px;
}

.header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
    padding: 0;
    overflow: hidden;
}

.header-action .header-action-item.js-action-show .header-action_text .box-triangle {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out  0.21s;
}

.header-action .header-action-item.js-action-show .header-action_dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
    visibility: visible;
}

.header-action .header-action-item.header-action_locale.js-action-show .overlays:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 100;
    margin: auto;
}

.header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
    z-index: 101;
    pointer-events: none;
}

.header-wrap-action.header-wrap-iconav .header-action .header-action-item {
    margin-left: 0;
    margin-right: 8px;
}

.header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink {
    display: none;
}

.header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink a {
    margin-right: 0px;
    width: 20px;
    line-height: 32px;
    color: var(--shop-color-text);
    height: 35px;
    display: block;
    font-size: 28px;
}

.header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
    width: 35px;
    height: 35px;
}

.header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
    width: 25px;
    height: 35px;
    cursor: pointer;
    display: block;
    position: relative;
    margin: auto;
}

.header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar,
.header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
.header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    width: 25px;
    height: 2px;
}

.header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
    position: relative;
    top: 18px;
    display: block;
    margin: auto;
    -ms-transition: all 0ms 100ms, width 150ms linear;
    -webkit-transition: all 0ms 100ms, width 150ms linear;
    transition: all 0ms 100ms, width 150ms linear;
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}

.header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}

.header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
    height: 35px;
}

.header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu.js-action-show .hamburger-menu {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header-search-mobile {
    display: none;
    position: relative;
    padding: 5px 6px;
    border-bottom: 1px solid #e7e7e7;
}

.header-search-mobile .searchform-mobile {
    position: relative;
}

.header-search-mobile .searchform-mobile input.input-search {
    width: 100%;
    padding: 7px 40px 7px 15px;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    background: #f5f5f5;
    color: #252a2b;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.header-search-mobile .searchform-mobile input.input-search:focus {
    outline: none;
}

.header-search-mobile .searchform-mobile .btn-search {
    width: 40px;
    height: 38px;
    line-height: 38px;
    border: 0;
    outline: none;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
}

.header-search-mobile .searchform-mobile .btn-search svg {
    width: 15px;
    height: 38px;
    line-height: 38px;
}

.header-search-mobile .searchform-mobile .btn-search span.search-close svg {
    fill: #3966b8;
    width: 20px;
}

.header-search-mobile .searchform-mobile .btn-search span.search-icon {
    display: block;
}

.header-search-mobile .searchform-mobile .btn-search span.search-close {
    display: none;
}

.header-search-mobile .searchform-mobile.expanded .btn-search span.search-icon {
    display: none;
}

.header-search-mobile .searchform-mobile.expanded .btn-search span.search-close {
    display: block;
}

.header-search-mobile .smart-search-wrapper {
    position: absolute;
    right: 0px;
    left: 0px;
    z-index: 100;
    top: calc(100% + 0px);
    width: initial;
    background: #fff;
    padding: 0 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

.header-menu-desktop .wrap-logo-sticky {
    display: none;
}

.mainHeader.hSticky {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.mainHeader.hSticky.hSticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #008848;
    z-index: 992;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}

.topbar {
    display: none;
}

.header-wrap-menu ul.menuList-primary > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.sitenav-menu .mobile-menu__inner::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

@media (min-width:992px) {
    {
        border-bottom: 1px solid var(--shop-color-border);
    }

    .header-wrap-logo .wrap-logo,
    .header-wrap-logo.wrap-logo-sticky .wrap-logo {
        min-width: 150px;
        max-width: 220px;
    }

}

@media (min-width:768px) {
    .header-action .header-action-item.header-action_cart .header-action_dropdown {
        width: 420px;
    }

    .header-action .header-action-item.header-action_search .header-action_dropdown {
        width: 420px;
    }

    .header-action .header-action-item.header-action_account .header-action_dropdown {
        width: 340px;
    }

    .header-action .header-action-item.header-action_locale .header-action_dropdown {
        width: 420px;
    }

    .header-action .header-action-item.header-action_account .header-action_dropdown.header-action_widthAuto {
        width: auto;
        min-width: 260px;
    }

    .header-action .header-action-item.header-action_menu .header-action_dropdown {
        min-width: auto;
        width: 270px;
        left: -15px;
    }

}

@media (max-width:991px) {
    .mainHeader-middle {
        position: relative;
    }

    .mainHeader-middle .container {
        width: auto;
    }

    .flex-container-header {
        margin: 0;
    }

    .flex-container-header > [class*='header-wrap-'] {
        position: initial;
        padding: 0;
    }

    .header-wrap-logo {
        text-align: center;
        max-width: calc(100% - 140px);
    }

    .header-wrap-logo .wrap-logo {
        padding-left: 12px;
    }

    .header-action {
        position: initial;
    }

    .header-action .header-action-item {
        position: initial;
    }

    .header-action .header-action-item .header-action_text .header-action__link .box-text {
        display: none;
    }

    .header-action .header-action-item .header-action_dropdown {
        top: 100%;
        right: 0;
    }

    .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon > svg,
    .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .count-holder {
        opacity: 0;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .header-action .header-action-item.header-action_search {
        display: none;
    }

    .header-action .header-action-item.header-action_menu .header-action_dropdown {
        right: 0;
        left: 0px;
        top: 100%;
        width: 100vw;
        height: 100vh;
    }

    .header-search-mobile {
        display: block;
    }

    .header-search-mobile {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: hidden;
        padding: 2px 98px 0px 56px;
    }

    .header-search-mobile .searchform-mobile {
        position: relative;
        visibility: visible;
        margin: 0 auto;
    }

    .header-search-mobile .smart-search-wrapper {
        visibility: visible;
        top: calc(100% + 10px);
    }

    .mainHeader.hSticky-nav.mainHeader-product .header-search-mobile {
        display: none;
    }

    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-action .header-action .header-action-item.header-action_backlink {
        display: block;
    }

    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
        left: 47px;
    }

}

@media (max-width:992px) and (min-width:768px) {
    .header-wrap-logo a img {
        max-height: 50px;
    }

    .header-wrap-logo h1,
    .header-wrap-logo a {
        font-size: 24px;
    }

    .header-action .header-action-item.header-action_menu .header-action_dropdown {
        min-width: auto;
        width: 270px;
    }

}

@media (max-width:767px) {
    .flex-container-header {
        padding: 10px 0 8px;
    }

    .header-wrap-logo a img {
        max-height: 50px;
    }

    .header-wrap-logo h1,
    .header-wrap-logo a {
        font-size: 20px;
    }

    .header-action {
        position: initial;
    }

    .header-action .header-action-item {
        position: initial;
    }

    .header-action .header-action-item .header-action_dropdown {
        right: 0;
        left: 0;
        top: 100%;
        width: 100vw;
        height: 100vh;
    }

    .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
        overflow: auto;
        padding-bottom: 200px;
        -webkit-overflow-scrolling: touch;
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-action .header-action-item .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
        font-size: 16px;
        text-align: left;
        padding-bottom: 10px;
    }

}

.mainHeader.mainHeader_temp03 {
    border-bottom: 0;
}

.mainHeader.mainHeader_temp03 .topbar {
    background: #037540;
    color: #ffffff;
}

.mainHeader.mainHeader_temp03 .topbar .topbar-slideText .owl-nav button.owl-prev,
.mainHeader.mainHeader_temp03 .topbar .topbar-slideText .owl-nav button.owl-next {
    color: #ffffff;
}

.mainHeader.mainHeader_temp03 .topbar .bg-primary {
    background-color: #2c1111;
}

.mainHeader.mainHeader_temp03 .mainHeader-middle {
    background: #008848;
}

.mainHeader.mainHeader_temp03 .header-wrap-search {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-align-self: center;
    align-self: center;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    padding-bottom: 4px;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product {
    position: relative;
    z-index: 100;
    -webkit-transition: width 0.3s linear 0.1s;
    transition: width  0.3s linear 0.1s;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search {
    padding: 9px 50px 10px 9px;
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search {
    position: absolute;
    padding: 0;
    top: 0px;
    bottom: 0;
    right: 0px;
    border-radius: 0 4px 4px 0;
    border: 0;
    width: 55px;
    background: transparent;
    transition: opacity 150ms linear;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search svg {
    width: 18px;
    height: 40px;
    display: block;
    margin: auto;
    fill: #c5cee0;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search:focus {
    background: #ffffff;
    outline: none;
    border-color: var(--shop-color-main);
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 80;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest.show-suggest {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .35s .4s, visibility .35s .4s, transform .25s ease .35s;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .resultsContent.resultsdata + .search-suggest {
    display: none;
}

.mainHeader.mainHeader_temp03 .header-wrap-logo h1,
.mainHeader.mainHeader_temp03 .header-wrap-logo a {
    color: #ffffff;
    margin: auto;
}

.header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-text {
    display: block;
    color: #ffffff;
}

.header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-icon {
    width: 25px;
    height: 30px;
}

.header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-icon svg {
    height: 30px;
    fill: #ffffff;
}

.header-action .header-action-item.header-action_cart .header-action_text .header-action__link,
.header-action .header-action-item.header-action_account .header-action_text .header-action__link:not(.not-icon) {
    text-align: center;
}

.header-action .header-action-item.header-action_account .header-action_text .header-action__link.not-icon .box-icon {
    display: none;
}

.header-action .header-action-item.header-action_account .header-action_text .header-action__link .box-icon svg {
    width: 20px;
}

.header-action .header-action-item.header-action_locale .header-action_text .header-action__link .box-text {
    display: block;
}

.header-action .header-action-item.header-action_locale .overlays .header-action__link {
    border-radius: 5px;
    background: #008848;
    padding: 5px;
}

.header-action .header-action-item.header-action_search {
    display: none;
}

.header-action .header-action-item.header-action_menu {
    margin: 0;
    padding: 0;
    border: 0;
}

.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
    top: 13px;
}

.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar,
.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    background: #ffffff;
}

.header-action .header-action-item.header-action_menu .box-icon,
.header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
    height: 25px;
}

.header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
    height: 25px;
    fill: #ffffff;
}

.header-action .header-action-item.header-action_menu .box-text {
    text-align: center;
    display: block;
    padding: 0;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.header-action .header-action-item.header-action_menu.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header-action .header-action-item.header-action_backlink a {
    text-align: center;
    color: #ffffff;
}

.mainHeader.mainHeader_temp03 .header-menu-desktop {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(198, 218, 248, 0.25);
}

.mainHeader.mainHeader_temp03.hSticky.hSticky-nav .section-index-groupmenu {
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 10px rgba(198, 218, 248, 0);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}

.mainHeader.mainHeader_temp03.hSticky.hSticky-nav.hSticky-up .section-index-groupmenu {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 5px 10px rgba(198, 218, 248, 0.35);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}

@media (min-width:992px) {
    .mainHeader.mainHeader_temp03 .header-wrap-menu .navbar-mainmenu {
        text-align: left;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-menu ul.menuList-primary > li {
        margin-left: 0;
        margin-right: 15px;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-menu ul.menuList-primary > li > a {
        padding-left: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product {
        width: 100% !important;
    }

}

@media (max-width:991px) {
    .mainHeader.mainHeader_temp03 .flex-container-header {
        padding: 0;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-logo {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        text-align: left;
        max-width: 100%;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-logo .wrap-logo {
        padding-left: 0px;
        padding-right: 10px;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-search {
        -webkit-transition: all 0.3s linear 0.1s;
        transition: all  0.3s linear 0.1s;
        display: none;
        margin-left: 10px;
        margin-right: 5px;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search {
        padding: 0;
        position: initial;
        margin: 0;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product {
        visibility: hidden;
        width: 0;
        float: right;
        -webkit-transition: none;
        transition: none;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search {
        font-size: 13px;
        padding: 7px 8px 7px 40px;
        background: #f5f5f5;
        border-radius: 55px;
        border-color: #f5f5f5;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search:focus {
        border-color: var(--shop-color-border);
        background: #f5f5f5;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search {
        width: 35px;
        left: 0;
        right: auto;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search svg {
        fill: #333333;
        width: 18px;
        height: 30px;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper {
        position: fixed;
        bottom: 0;
        top: 50px;
        overflow-y: scroll;
        margin-top: 15px;
        padding: 10px 15px 30px;
        display: block !important;
        box-shadow: none;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-action:not(.header-wrap-iconav) {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .header-action .header-action-item:not(.header-action_menu) {
        margin-right: 10px;
        margin-left: 0;
        -webkit-flex: 1;
        flex: 1;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .header-action .header-action-item:not(.header-action_menu):before {
        margin-right: 10px;
    }

    .header-action .header-action-item:not(.header-action_menu):first-child:before {
        display: none;
    }

    .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-text {
        font-size: 10px;
    }

    .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-text .txtbl {
        white-space: nowrap;
    }

    .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-text {
        display: none;
    }

    .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-icon {
        width: 30px;
        height: 30px;
    }

    .header-action .header-action-item.header-action_locale .header-action_text .header-action__link .box-text {
        display: block;
        margin-right: -3px;
    }

    .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
        left: 12px;
        top: -4px;
    }

    .header-action .header-action-item.header-action_menu {
        margin-right: 10px;
    }

    .header-action .header-action-item.header-action_search {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .header-action .header-action-item.header-action_account .header-action_text .header-action__link.not-icon .box-icon {
        display: block;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action-item:not(.header-action_search) {
        display: none;
        visibility: hidden;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search .header-action_text .header-action__link .box-icon {
        transform: scale(1.1);
        background: #f5f5f5;
        border-radius: 50%;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search .header-action_text .header-action__link .box-icon .box-icon--close {
        opacity: 1;
        visibility: visible;
        transition-delay: 0.2s;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search .header-action_text .header-action__link .box-icon .box-icon--close svg {
        fill: #333;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search .header-action_text .header-action__link .box-icon > svg {
        opacity: 0;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search:before {
        opacity: 0;
    }

    .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search {
        padding-top: 10px;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }

    .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search .header-wrap-logo,
    .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search .header-wrap-iconav {
        display: none;
    }

    .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search .header-wrap-search .header-search .searchform-product {
        visibility: visible;
        width: 100%;
        -webkit-transition: width 0.3s linear 0s;
        transition: width 0.3s linear 0s;
    }

    .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search .header-wrap-search .header-search .smart-search-wrapper .search-suggest {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        transition: opacity .35s .4s, visibility .35s .4s, transform .25s ease .35s;
    }

}

@media (max-width:767px) {
    .mainHeader.mainHeader_temp03 .mainHeader-middle .container {
        padding-left: 4px;
        padding-right: 4px;
    }

    .header-action .header-action-item:not(.header-action_menu) {
        margin-right: 4px;
        margin-left: 0px;
    }

    .header-action .header-action-item:not(.header-action_menu):before {
        margin-right: 4px;
    }

    .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
        max-width: 95px;
    }

    .header-action .header-action-item .header-action_text .header-action__link .box-text.nohas-account .txt-overflow {
        max-width: 110px;
    }

    .header-action .header-action-item.header-action_locale .header-action_text .header-action__link .box-text .fa {
        font-size: 8px;
        margin-left: 1px;
        margin-right: 4px;
    }

    .header-action .header-action-item.header-action_locale .header-action_text .header-action__link .box-text {
        font-size: 9px;
    }

}

.section-index-groupmenu {
    position: relative;
    top: 0;
    background: var(--header-category-bg);
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 0;
}

.section-index-groupmenu .flexbox-categories {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.section-index-groupmenu .cate-home {
    display: inline-block;
    padding: 5px 8px;
    margin-right: 10px;
}

.section-index-groupmenu .cate-home .box-icon {
    display: inline-block;
}

.section-index-groupmenu .cate-home .box-icon svg {
    width: 20px;
    fill: var(--shop-color-main);
}

.section-index-groupmenu .menulist-cate {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    list-style: none;
}

.section-index-groupmenu .menulist-cate .cate-item {
    padding: 0 5px;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100%/6);
}

.section-index-groupmenu .menulist-cate .cate-item a {
    cursor: pointer;
    font-size: 14px;
    height: 100%;
    color: var(--header-category-text);
    font-weight: 500;
    background: var(--header-category-bgitem);
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-index-groupmenu .menulist-cate .cate-item.active a,
.section-index-groupmenu .menulist-cate .cate-item.active a:hover {
    background: var(--shop-color-hover);
    border-color: var(--shop-color-hover);
    color: #ffffff !important;
}

.section-index-groupmenu .menulist-cate .cate-item.active2 a {
    background: #ffffff;
    border-color: var(--shop-color-hover);
    color: var(--shop-color-hover);
}

@media (max-width:991px) {
    .section-index-groupmenu {
        padding: 5px 0;
    }

    .section-index-groupmenu .cate-home {
        margin-right: 0px;
    }

    .section-index-groupmenu .menulist-cate {
        padding-bottom: 20px;
        margin-bottom: -20px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .section-index-groupmenu .menulist-cate .cate-item {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
    }

    .section-index-groupmenu .menulist-cate .cate-item {
        padding: 0 3px;
        margin-top: 0;
    }

    .section-index-groupmenu .menulist-cate .cate-item a {
        font-size: 12px;
        padding: 4px 5px;
        min-height: 32px;
    }

}

.section-index-collection {
    margin: 0;
    padding-bottom: 40px;
}

.section-index-collection .wraplist-image {
    margin-top: 25px;
}

.section-index-collection .wraplist-button {
    display: none;
}

.section-index-collection .wraplist-button .btn-collection {
    text-transform: initial;
    margin-top: 8px;
    padding: 10px 30px;
    border-radius: 4px;
    background: #ffffff;
    color: var(--shop-color-button);
    border: 1px solid var(--shop-color-button);
}

.section-index-collection .wraplist-button .btn-collection b {
    text-transform: lowercase;
}

.section-index-collection .wraplist-button .btn-collection:before {
    background-color: #ffffff;
}

@media (min-width:992px) {
    .section-index-collection .wraplist-button.visible-desk {
        display: block;
    }

}

@media (max-width:991px) {
    .section-index-collection {
        padding-bottom: 10px;
    }

    .section-index-collection .wraplist-button .btn-collection {
        width: 100%;
        margin-top: 5px;
        padding: 10px 7px;
    }

    .section-index-collection .wraplist-button.visible-mobile {
        display: block;
    }

}

@media (min-width:992px) {
    .section-index-collection[data-feature="home-collection-1"] .listProduct-row .product-loop:nth-child(n + 13) {
        display: none;
    }

}

@media (max-width:991px) {
    .section-index-collection[data-feature="home-collection-1"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }

    .title-footer {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px !important;
        margin-bottom: 10px !important;
    }

    .title-list {
        font-size: 17px;
        padding: 5px 10px;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

}

@media (min-width:992px) {
    .section-index-collection[data-feature="home-collection-2"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }

}

@media (max-width:991px) {
    .section-index-collection[data-feature="home-collection-2"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }

}

@media (min-width:992px) {
    .section-index-collection[data-feature="home-collection-3"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }

}

@media (max-width:991px) {
    .section-index-collection[data-feature="home-collection-3"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }

}

@media (min-width:992px) {
    .section-index-collection[data-feature="home-collection-4"] .listProduct-row .product-loop:nth-child(n + 13) {
        display: none;
    }

}

@media (max-width:991px) {
    .section-index-collection[data-feature="home-collection-4"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }

}

@media screen and (max-width:1080px) {
    .menu ul li a h2 {
        padding: 12px 15px 13px;
    }

}

.mainHeader.mainHeader_temp03.hSticky.hSticky-nav .section-index-groupmenu.fix_head {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 5px 10px rgb(198 218 248 / 35%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}

.mainHeader.mainHeader_temp03 .mainHeader-middle {
    background: #008848;
    position: relative;
    z-index: 10;
}

@media screen and (max-width:992px) {
    .toolbar {
        display: block;
    }

    .col-page {
        width: calc(100% / 2);
        margin-bottom: 20px;
    }

    .col-page:nth-child(2) {
        display: none;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
        padding-left: 0px;
    }

    .top-show {
        display: none !important;
    }

    .right-logo {
        padding-top: 0px;
    }

    .right-logo .banner {
        width: 100%;
    }

    .hotline {
        display: none;
    }

    .menu ul li:not(:last-child),
    .menu ul li:not(:first-child) {
        display: none;
    }

    .menu ul.menu-i > li:first-child,
    .menu ul.menu-i > li:last-child {
        display: block;
    }

    .menu-mobile-btn {
        display: flex;
        width: 35px;
        height: 35px;
        position: relative;
        flex-wrap: wrap;
        cursor: pointer;
    }

    .menu-mobile-btn span {
        display: inline-block;
        width: 100%;
        height: 3px;
        background: #FFF;
        margin: 4px 0px;
    }

    .menu ul.menu-i > li:last-child {
        flex-grow: 1;
        margin-left: 10px;
    }

    .menu ul.menu-i {
        justify-content: space-between !important;
    }

}

@media screen and (max-width:768px) {
    .maps-contact {
        width: 100%;
    }

    .form-contact {
        width: 100%;
        margin-top: 20px;
    }

    .footer-news {
        margin-bottom: 25px;
    }

    .left-logo {
        width: 120px;
    }

    .right-logo {
        width: calc(100% - 160px);
    }

    .left-main {
        display: none;
    }

    .right-main {
        width: 100%;
    }

    .toolbar {
        display: block;
    }

    .left-pro-detail,
    .left-news-detail {
        width: 100%;
        margin-bottom: 20px;
    }

    .right-pro-detail,
    .right-news-detail {
        width: 100%;
    }

    .cart-pro-detail a {
        padding: 8px 9px;
    }

    .title-main-news h1 {
        font-size: 18px;
    }

}

.section-index-promotion {
    margin-top: 1px;
    margin-bottom: 30px;
}

.section-index-promotion h2 {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: 700;
}

.section-index-promotion .promotion-bgwhite {
    background: var(--index-promote-bg);
    padding: 10px 0;
    overflow: hidden;
}

.section-index-promotion .list-promotion {
    margin: 0 -8px;
    display: -ms-flexbox;
    display: flex;
}

.section-index-promotion .promotion-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 8px;
}

.section-index-promotion .promotion-item__inner {
    height: 100%;
    border-radius: 4px;
    background: var(--index-promote-bgitem);
    border: 1px solid var(--shop-color-main);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-index-promotion .promotion-item__inner span {
    display: block;
}

.section-index-promotion .promotion-item__inner .title {
    font-weight: 600;
    font-size: 17px;
    color: var(--shop-color-main);
}

.section-index-promotion .promotion-item__inner .content {
    font-size: 13px;
    color: var(--shop-color-text);
}

.section-index-promotion .promotion-item__inner .copycode {
    text-align: right;
}

.section-index-promotion .promotion-item__inner .copycode .btn-coupon {
    background: rgba(0, 136, 72, 0.05);
    color: var(--shop-color-main);
    border: 1px solid rgba(0, 136, 72, 0.08);
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    padding: 2px 10px 3px;
    border-radius: 15px;
    letter-spacing: -0.25px;
    min-width: 100px;
    outline: none;
}

.section-index-promotion .promotion-item__inner .copycode .btn-coupon.disabled {
    pointer-events: none;
}

@media (max-width:991px) {
    .section-index-promotion {
        margin-bottom: 0;
    }

    .section-index-promotion .list-promotion {
        padding-bottom: 20px;
        margin-bottom: -20px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .section-index-promotion .promotion-item {
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
    }

}

@media (max-width:767px) {
    .section-index-promotion .promotion-item {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

}

.listProduct-row {
    margin-left: -5px;
    margin-right: -5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.listProduct-row .product-loop {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.wraplist-button {
    display: none;
}

.wraplist-button .btn-collection {
    text-transform: initial;
    margin-top: 8px;
    padding: 10px 30px;
    border-radius: 4px;
    display: inline-block;
    background: #ffffff;
    color: var(--shop-color-button);
    border: 1px solid var(--shop-color-button);
}

@media (min-width:992px) {
    .wraplist-button.visible-desk {
        display: block;
        margin-bottom: 20px;
    }

}

.section-index-latestBlog .wrapper-latestBlog {
    background: #ffffff;
    padding: 20px 12px;
}

.section-index-latestBlog h2 {
    font-size: 18px;
    margin: 0 0 10px;
    color: var(--shop-color-title);
    font-weight: 700;
    line-height: 1.2;
}

.section-index-latestBlog h2 a {
    color: var(--shop-color-title);
}

.section-index-latestBlog .latestBlog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.section-index-latestBlog .latestBlog-link .linkview {
    font-size: 14px;
    font-weight: 500;
    color: var(--shop-color-main);
}

.section-index-latestBlog .article-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0px 10px;
}

.section-index-latestBlog .article-item__block {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}

.section-index-latestBlog .article-item__image {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    position: relative;
}

.section-index-latestBlog .article-item__image .art-image {
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.section-index-latestBlog .article-item__image .art-image img {
    -webkit-transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section-index-latestBlog .article-item__image .lazyload {
    min-height: 65px;
}

.section-index-latestBlog .article-item__detail {
    padding-left: 15px;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
}

.section-index-latestBlog .article-item__detail .art-title {
    line-height: 1.3;
    color: var(--shop-color-text);
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 3px;
}

.section-index-latestBlog .article-item__detail .art-title a {
    color: var(--shop-color-text);
}

.section-index-latestBlog .article-item__detail .art-meta {
    color: #999;
    font-size: 12px;
}

@media (min-width:992px) {
    .section-index-latestBlog .latestBlog-link:not(.viewother) {
        display: none;
    }

}

@media (max-width:767px) {
    .section-index-latestBlog .wrapper-latestBlog {
        padding: 15px 0;
    }

    .section-index-latestBlog .article-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-index-latestBlog .article-item:nth-child(n+5) {
        display: none;
    }

}

.mainFooter {
    margin-top: 50px;
    border-top: 1px solid var(--shop-color-border);
    background: var(--footer-color-bg);
    line-height: 1.6;
}

.mainFooter.mrtop-0 {
    margin-top: 0;
}

.mainFooter .footer-container .footer-call-center {
    padding: 5px 5px 8px;
    background: var(--shop-color-main);
}

.mainFooter .footer-container .footer-call-center .flexbox-callcenter {
    margin: 0 -10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.mainFooter .footer-container .footer-call-center .infocc {
    max-width: calc((100% - 80px)/2);
    padding: 0 3px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.mainFooter .footer-container .footer-call-center .infocc.expand-title {
    max-width: 80px;
}

.mainFooter .footer-container .footer-call-center .flexbox-callcenter > .infocc.expand-title:first-child {
    width: 100%;
    max-width: 100%;
}

.mainFooter .footer-container .footer-call-center .infocc-box {
    text-align: left;
    color: #fff;
}

.mainFooter .footer-container .footer-call-center .infocc .txtcc {
    display: block;
}

.mainFooter .footer-container .footer-call-center .infocc .txtcc a {
    color: #ffffff;
}

.mainFooter .footer-container .footer-call-center .infocc .txtcc i {
    margin-right: 3px;
}

.mainFooter .footer-container .footer-call-center .infocc .txt-init {
    font-size: 11px;
}

.mainFooter .footer-container .footer-call-center .infocc .txt-bold {
    font-size: 12px;
    font-weight: 600;
}

.mainFooter .footer-container .footer-call-center .infocc.expand-title .infocc-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.mainFooter .footer-container .footer-call-center .infocc.expand-title .txt-icon {
    font-size: 12px;
    opacity: 0.8;
    margin-left: 10px;
}

.mainFooter .footer-container .footer-call-center .infocc.expand-title .txt-icon i {
    margin: 0;
    transition: transform 0.4s ease-in-out 0s;
    -moz-transition: transform 0.4s ease-in-out 0s;
    -webkit-transition: transform 0.4s ease-in-out 0s;
}

.mainFooter .footer-container .footer-call-center .infocc.expand-title.active .txt-icon i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mainFooter .footer-container .footer-expand-collapsed {
    color: var(--footer-color-text);
}

.mainFooter .footer-container .footer-maininfo {
    padding: 15px 0;
}

.mainFooter .footer-container .widget-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mainFooter .footer-container .widget-footer:last-child {
    border-bottom: 0;
}

.mainFooter .footer-container .widget-footer .title-footer,
.mainFooter .footer-container .widget-footer .fter-title {
    position: relative;
    font-size: 16px;
    color: var(--footer-color-title);
    margin: 0px;
    padding: 12px 0;
    font-weight: 500;
}

@media (max-width:991px) {
    .mainFooter .footer-container .widget-footer .title-footer:not(.fter-title, .fter-title):before,.mainFooter .footer-container .widget-footer .title-footer.opened,.mainFooter .footer-container .widget-footer .fter-title.opened {
        font-weight: 700;
    }

    .mainFooter .footer-container .widget-footer .title-footer.opened:before,
    .mainFooter .footer-container .widget-footer .fter-title.opened:before {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

}

.mainFooter .footer-container .widget-footer .fter-title {
    padding-top: 0;
    margin-top: 20px;
}

.mainFooter .footer-container .widget-footer .block-collapse {
}

.mainFooter .footer-container .widget-footer .logo-footer .lazyload {
    min-height: 60px;
}

.mainFooter .footer-container .widget-footer .logo-footer img {
    max-width: 150px;
}

.mainFooter .footer-container .widget-footer .address-footer ul li {
    margin: 0 0 8px;
}

.mainFooter .footer-container .widget-footer .footerInfo-hline {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}

.mainFooter .footer-container .widget-footer .footerInfo-hline .box-icon {
    width: 45px;
}

.mainFooter .footer-container .widget-footer .footerInfo-hline .box-icon svg {
    width: 30px;
    height: 30px;
    fill: var(--footer-color-text);
}

.mainFooter .footer-container .widget-footer .footerInfo-hline .box-content {
    width: calc(100% - 45px);
}

.mainFooter .footer-container .widget-footer .footerInfo-hline .box-content span {
    display: block;
    font-size: 24px;
    color: var(--footer-color-title);
    font-weight: 500;
}

.mainFooter .footer-container .widget-footer .footerInfo-hline .box-content u {
    font-size: 16px;
    color: var(--footer-color-text);
}

.mainFooter .footer-container .widget-footer .footerNav-link li {
    padding-left: 15px;
    position: relative;
    margin: 0 0 8px;
}

.footerNav-link {
    list-style: none;
}

.mainFooter .footer-container .widget-footer .footerNav-link li a {
    color: var(--footer-color-text);
}

.mainFooter .footer-container .widget-footer .footerNav-link li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--footer-color-text);
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
}

.mainFooter .footer-container .widget-footer .footerNav-link li a:hover,
.mainFooter .footer-container .widget-footer .footerNav-link li a:focus {
    color: var(--shop-color-hover);
}

.mainFooter .footer-container .widget-footer .footerNav-link li a:hover:before,
.mainFooter .footer-container .widget-footer .footerNav-link li a:focus:before {
    background: var(--shop-color-hover);
}

.mainFooter .footer-container .widget-footer .footerNav-social {
    margin-top: 10px;
}

.mainFooter .footer-container .widget-footer .footerNav-social li {
    display: inline-block;
}

.mainFooter .footer-container .widget-footer .footerNav-social li a {
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mainFooter .footer-container .widget-footer .footerNav-social li a:hover {
    background-color: var(--shop-color-hover);
    color: #ffffff;
    border-color: var(--shop-color-hover);
}

.mainFooter .footer-copyright {
    border-top: 1px solid rgba(51, 51, 51, 0.08);
    font-size: 12px;
    padding: 8px 0;
    color: var(--footer-color-text);
}

.mainFooter .footer-copyright p {
    margin: 0;
}

.mainFooter .footer-copyright p a {
    color: var(--footer-color-text);
    opacity: 0.8;
}

@media (min-width:992px) {
    .mainFooter {
        margin-top: 30px;
    }

    .mainFooter .footer-container .footer-call-center {
        display: none;
    }

    .mainFooter .footer-container .footer-expand-collapsed {
        display: block;
    }

    .mainFooter .footer-container .footer-maininfo {
        padding: 40px 0 30px;
    }

    .mainFooter .footer-container .widget-footer {
        border-bottom: 0;
    }

    .mainFooter .footer-container .widget-footer .title-footer,
    .mainFooter .footer-container .widget-footer .fter-title {
        font-weight: 700;
        font-size: 18px;
        padding-bottom: 12px;
    }

    .mainFooter .footer-container .widget-footer .block-collapse {
        display: block;
    }

    .mainFooter .footer-container .footer-copyright {
        font-size: 13px;
        padding: 12px 0;
    }

}

.product-description {
    border-top: 10px solid var(--shop-color-bg);
}

.product-description .panel-group {
    margin: 0;
}

.product-description .panel-group + .panel-group {
    border-top: 1px solid #ebecf0;
}

.product-description .panel-group .panel-title {
    position: relative;
}

.product-description .panel-group .panel-title h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}

.product-description .panel-group .panel-title:after,
.product-description .panel-group .panel-title:before {
    content: '';
    display: block;
    position: absolute;
    margin-right: 8px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.product-description .panel-group .panel-title:before {
    width: 13px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(9, 9, 9, 0.6);
}

.product-description .panel-group .panel-title:after {
    width: 1px;
    height: 13px;
    right: 6px;
    background: rgba(9, 9, 9, 0.6);
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
}

.product-description .panel-group .panel-description {
    display: none;
    padding: 0px 0 20px;
}

.product-description .panel-group.opened h2 {
    font-weight: bold;
}

.product-description .panel-group.opened .panel-title {
    color: #000;
}

.product-description .panel-group.opened .panel-title:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0);
}

.product-support {
    border-top: 1px solid #ebecf0;
    padding: 20px 0;
}

.product-support h3 {
    text-transform: uppercase;
    margin: 20px 0;
}

@media (min-width:768px) {
    .product-container-order {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .product-container-order .product-heading {
        -webkit-order: 1;
        order: 1;
    }

    .product-container-order .product-price {
        -webkit-order: 2;
        order: 2;
    }

    .product-container-order .product-available {
        -webkit-order: 3;
        order: 3;
    }

    .product-container-order .product-variants {
        -webkit-order: 4;
        order: 4;
    }

}

@media (max-width:767px) {
    .product-heading h1 {
        font-size: 20px;
    }

    .product-heading .product-meta .pro-sku {
        display: block;
    }

    .product-heading .product-meta .pro-sku + .pro-vendor:before,
    .product-heading .product-meta .pro-sku + .pro-soldold:before {
        display: none;
    }

}

.productToolbar-addcart .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.productToolbar-addcart .product-actions .block-quantity {
    width: 140px;
    float: left;
}

.productToolbar-addcart .product-actions .block-addcart {
    width: calc(100% - 140px);
    float: left;
    padding-left: 10px;
}

.productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.productToolbar-addcart .product-actions .quantity-selector input.quantity-number {
    background: #fff;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 55px;
    border: 1px solid #f3f4f4;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
}

.productToolbar-addcart .product-actions .quantity-selector input.qty-btn {
    float: left;
    background: #f3f4f4;
    border: solid 1px #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

@media (max-width:991px) {
    .productToolbar-addcart .product-actions .btn-product-contact {
        width: 100%;
    }

    .productToolbar-addcart .product-actions .btn-product-store,
    .productToolbar-addcart .product-actions .btn-product-gift {
        width: 100%;
        background-color: var(--product-color-soldout);
        border-color: var(--product-color-soldout);
        color: #333333;
        margin-bottom: -2px;
    }

    .productToolbar-addcart .product-actions .btn-product-store:before,
    .productToolbar-addcart .product-actions .btn-product-gift:before {
        display: none;
    }

}

.baonoidung p {
    margin-bottom: 10px;
}

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

.infoList-deliverly li {
    padding-left: 45px;
    padding-top: 4px;
    position: relative;
    margin-bottom: 20px;
}

.infoList-deliverly li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.product-percent {
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 9;
}

.product-percent span {
    display: block;
    background: red;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0 0 10px 10px;
}

.group-sidebox {
    margin: 0 0 20px;
    position: relative;
    padding: 20px 15px;
    background: #ffffff;
}

.group-sidebox .sidebox-title h3 {
    font-size: 18px;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
}

.group-sidebox .sidebox-title h3 span {
    display: none;
}

.group-sidebox .sidebox-content {
    border-top: 1px solid var(--shop-color-border);
}

@media (max-width:767px) {
    .group-sidebox {
        padding: 10px 0;
        margin: 0;
        border: 0;
    }

    .group-sidebox + .group-sidebox {
        border-top: 1px solid var(--shop-color-border);
    }

    .group-sidebox .sidebox-title h3 {
        text-align: left;
        position: relative;
    }

    .group-sidebox .sidebox-title h3 span {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 24px;
        width: 25px;
        text-align: center;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
    }

    .group-sidebox .sidebox-content-togged {
        display: none;
    }

    .group-sidebox.is-open .sidebox-title h3 span {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

}

.list-blogs-latest .item-article {
    border-bottom: 1px #efefef dotted;
    padding: 0 0 10px;
    margin: 0;
}

.list-blogs-latest .item-article:first-child {
    padding-top: 10px;
}

.list-blogs-latest .item-article:last-child {
    border-bottom: none;
}

.list-blogs-latest .item-article .post-image {
    width: 80px;
    float: left;
    position: relative;
    margin-top: 2px;
}

.list-blogs-latest .item-article .post-content {
    width: calc(100% - 90px);
    float: left;
}

.list-blogs-latest .item-article .post-content h3 {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.list-blogs-latest .item-article .post-content h3 a {
    color: var(--shop-color-text);
}

.list-blogs-latest .item-article .post-content .post-meta {
    font-size: 13px;
    margin: 0;
}

.list-blogs-latest .item-article .post-content .post-meta a {
    color: #757575;
}

.menuList-links {
    list-style: none;
    margin: 0;
}

.menuList-links li {
    position: relative;
}

.menuList-links li a {
    color: var(--shop-color-text);
    position: relative;
    font-size: 13px;
    display: block;
}

.menuList-links li a:hover,
.menuList-links li a:focus {
    color: var(--shop-color-hover);
}

.menuList-links > li {
    border-bottom: 1px dashed var(--shop-color-border);
}

.menuList-links > li:last-child {
    border-bottom: none;
}

.menuList-links > li > a {
    padding: 12px 0;
    font-weight: 500;
    font-size: 15px;
}

.menuList-links > li.has-submenu > a {
    padding-right: 30px;
}

.menuList-links > li.has-submenu span.icon-plus-submenu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
}

.icon-plus-submenu:after,
.icon-plus-submenu:before {
    background: rgba(9, 9, 9, 0.6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.icon-plus-submenu:before {
    width: 9px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-plus-submenu:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
}

li.has-submenu.opened > a .icon-plus-submenu:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0);
}

.menuList-links > li.has-submenu .icon-plus-submenu:hover {
    border: 1px solid var(--shop-color-border);
}

ul.menuList-links li ul.submenu-links {
    display: none;
    list-style: none;
}

ul.submenu-links li a {
    padding: 8px 0 8px 0px;
}

li.has-submenu.level0 > ul.submenu-links {
    border-top: 1px dashed var(--shop-color-border);
}

li.has-submenu.level0 > ul.submenu-links li a {
    padding-left: 12px;
}

li.has-submenu.level1 > ul.submenu-links li a {
    padding-left: 25px;
}

.modal-popupContact {
    font-size: 0;
    text-align: center;
    padding: 0 !important;
    color: #333;
    background: rgba(3, 17, 27, 0.7);
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}

.modal-popupContact:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    display: none;
}

.modal-popupContact .modal-dialog-centered {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-popupContact.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-popupContact .modal-dialog-centered .modal-content {
    width: 100%;
}

.modal-popupContact .modal-dialog-centered {
    margin: auto;
}

.modal-popupContact.fade .modal-dialog-centered {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    height: 100%;
}

.modal-popupContact.fade.show .modal-dialog-centered {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width:767px) {
    .modal-popupContact .modal-dialog-centered {
        margin: 35px 10px 50px;
    }

}

.modal-popupContact .close-popup-contact {
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    outline: none;
}

.modal-popupContact .close-popup-contact svg {
    display: block;
    margin: auto;
    height: 30px;
    width: 14px;
    text-align: center;
    fill: #f3f3f3;
}

.modal-popupContact .close-popup-contact:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-popupContact.popupBanner .modal-content {
    background-color: transparent;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.modal-popupContact.popupForm .modal-content {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e6e6e6;
}

.modal-popupContact.popupForm .modal-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f3f3f3;
    opacity: 0.75;
}

.modal-popupContact.popupForm .modal-content:before,
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    width: 58%;
}

.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    position: relative;
    padding: 50px 25px;
    float: right;
}

.modal-popupContact.popupMessenger .modal-content {
    background-color: #037540;
    color: #ffffff;
}

.modal-popupContact.popupMessenger .close-popup-contact {
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 0;
}

.modal-popupContact.popupMessenger .close-popup-contact svg {
    height: 25px;
    width: 10px;
}

.title-popup-contact {
    font-size: 24px;
    margin: 0px 0px 10px;
    font-weight: 500;
}

.message-popup-contact {
    margin-bottom: 25px;
}

.title-adv-popup-contact {
    font-size: 14px;
    margin-bottom: 5px;
}

.list-adv-popup-contact li {
    list-style-type: disc;
    margin-left: 25px;
    font-size: 14px;
}

@media (min-width:768px) {
    .modal-popupContact .modal-dialog-centered {
        width: 1000px;
    }

}

.popup-flexrow-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.popup-flexrow-info .popup-info__right {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    padding: 42px 20px;
}

.popup-flexrow-info .popup-info__left {
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
}

.popup-flexrow-info [class^="info--"]:last-child {
    margin-top: 16px;
}

.popup-flexrow-info .info--title {
    font-weight: 700;
    color: #ffffff;
    font-size: 17px;
    margin: 0 0 5px;
    line-height: 1.3;
}

.popup-flexrow-info .info--light {
    font-weight: 700;
    color: #ffffff;
    font-size: 15px;
    margin: 0 0 5px;
}

.popup-flexrow-info .info--title span {
    text-transform: uppercase;
    font-size: 42px;
    display: block;
}

.popup-flexrow-info .info--text {
    margin: 16px 0;
    opacity: 0.9;
}

.popup-flexrow-info .info--messenger {
    position: relative;
}

@media (min-width:992px) {
    .popup-form-customer .input-group .input-group-addon:hover {
        border-color: var(--shop-color-hover);
    }

}

@media (min-width:768px) {
    .modal-popupContact .modal-dialog-centered {
        width: 1000px;
    }

}

@media (max-width:767px) {
    .modal-popupContact.popupForm .modal-content:before,
    .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
        width: 100%;
    }

    .modal-popupContact.popupMessenger .modal-dialog-centered {
        max-width: 600px;
    }

    .popup-flexrow-info .popup-info__right,
    .popup-flexrow-info .popup-info__left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .popup-flexrow-info .popup-info__right {
        padding: 25px 20px 35px;
    }

}

.modal-popupContact .modal-content {
    background-color: #037540;
    color: #ffffff;
}
@media (min-width:768px) {
    body { font-size: 16px;}
    .section-index-latestBlog .article-item__detail .art-title{font-size: 16px;}
    .product-loop h3{font-size: 16px;}
    .product-loop .proloop--price{font-size: 16px;}
    .product-loop .button{font-size: 13px;}
    .section-index-promotion .promotion-item__inner .content{font-size: 15px;}
}