*,
ul {
    padding: 0
}

.button,
.button.dark:hover,
a,
body,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #252a2b
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li.level-2 a i svg,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a i svg {
    height: 12px;
    width: 8px
}

.marquee__content a,
a,
a:focus,
a:hover {
    text-decoration: none
}

#nav nav.main-nav ul li a,
*,
.main-search form.searchform input.searchinput,
.marquee__content a {
    font-family: 'SF Pro Display Regular', sans-serif !important
}

ul.social-box li,
ul.social-box li img {
    width: 42px;
    height: 42px
}

@font-face {
    font-display: swap;
    font-family: FontAwesome;
    src: url(//theme.hstatic.net/200000348419/1001063493/14/fontawesome.woff?v=1209);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SF Pro Display Bold;
    src: url(https://file.hstatic.net/200000348419/file/sfprodisplay-bold_8488a67441214526a909fae1bddf0d1a.woff2);
    font-display: swap
}

@font-face {
    font-family: SF Pro Display Regular;
    src: url(https://file.hstatic.net/200000348419/file/sfprodisplay-regular_900da826381f425b90b08486bf8bcdd1.woff2);
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: SF Pro Display Medium;
    src: url(https://file.hstatic.net/200000348419/file/sfprodisplay-medium_8b61731bc85c4dbaa899bb54a998b235.woff2)
}

* {
    margin: 0
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important
}

.fa {
    font-family: FontAwesome !important
}

body,
html {
    border: 0;
    background-color: #fff
}

html {
    font-size: 62.5%;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%
}

body {
    line-height: 1.4;
    font-size: 14px;
    overflow-x: hidden;
    background: #fff;
    position: initial !important
}

.mainHeader_temp03 .header-upper-middle .header-search .searchform-product.expanded~.searchform-backdrop,
article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 13px;
    font-weight: 500;
    line-height: 1.2
}

h4,
h5,
h6 {
    line-height: 18px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 28px
}

.main-header.hSticky-nav .wrap-logo-sticky a,
h3 {
    font-size: 24px
}

h4 {
    font-size: 13px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10px;
    text-transform: uppercase
}

p {
    margin: 0 0 10px;
    line-height: 21px
}

a {
    outline: 0;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: opacity 150ms linear, color 150ms linear, background 150ms linear
}

a:focus,
a:hover {
    color: #1ca8ff;
    outline: 0
}

a:active {
    outline: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    line-height: 1.1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #1ca8ff
}

table {
    width: 100%;
    border-spacing: 0
}

table tr td {
    border-top: 1px solid #ddd
}

table tr td,
table tr th {
    padding: 10px;
    text-align: left
}

table tr td:first-child,
table tr th:first-child {
    padding-left: 0
}

table tr td:last-child,
table tr th:last-child {
    padding-right: 0
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

ul {
    list-style-type: none
}

.mainContent-theme {
    min-height: 80vh
}

main.main-index {
    position: relative;
    z-index: 99
}

.button {
    position: relative;
    display: inline-block;
    padding: 10px 28px;
    line-height: normal;
    border: 1px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    overflow: hidden
}

.button:before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #fff;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86)
}

.header-wrap-icon,
.menu-desktop {
    position: relative
}

.button:hover {
    color: #fff
}

.button.dark {
    color: #fff;
    border-color: #1ca8ff
}

.button.dark:before {
    background-color: #1ca8ff
}

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

.grecaptcha-badge {
    visibility: hidden
}

.topbar {
    font-size: 12px
}

.flexContainer-header {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.container-fluid,
.flexContainer-header>div[class*=header-upper-] {
    padding: 0 15px
}

.header-upper-navbar .header-action {
    display: inline-block;
    vertical-align: middle
}

.header-wrap-icon {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.header-wrap-icon .header-action {
    display: inline-block;
    transition: opacity 150ms linear;
    font-size: 12px;
    margin-left: 12px;
    color: #333;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.header-action_text .header-action__link {
    position: relative;
    display: block;
    font-size: 13px;
    color: #333
}

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

.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;
    transition: opacity .35s ease-in-out, transform .35s ease-in-out, -webkit-transform .35s ease-in-out
}

.header-action_text .header-action__link .box-icon .count-holder {
    position: absolute;
    top: -8px;
    right: -10px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    overflow: hidden;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background: #000;
    color: #fff
}

@keyframes scroll-in {

    0%,
    100% {
        top: 2px
    }

    49% {
        top: -14px
    }

    50% {
        top: 19px
    }
}

@keyframes scroll-out {

    0%,
    100% {
        top: 2px
    }

    49% {
        top: 19px
    }

    50% {
        top: -14px
    }
}

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

.header-action_dropdown .box-triangle {
    position: absolute;
    bottom: calc(100% - 5px);
    margin: 0 auto;
    width: 22px;
    height: 15px;
    right: 20px
}

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

.header-action_cart .header-action_dropdown .header-dropdown_content {
    padding-left: 0;
    padding-right: 0
}

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

.site-overlay {
    background: rgba(225, 225, 225, .05);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: .2s linear
}

.main-header,
.main-header.hSticky.hSticky-nav {
    left: 0;
    z-index: 999;
    top: 0;
    background: #fff;
    right: 0
}

.locked-scroll .site-overlay,
.main-nav-parent li:hover .main-nav-child {
    opacity: 1;
    visibility: visible
}

.main-header {
    position: relative;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset;
    -webkit-transition: background .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: background .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}

.main-header .wrap-logo a {
    font-size: 30px;
    font-weight: 700;
    color: #1ca8ff
}

.main-header:not(.hSticky-nav) .wrap-logo a img {
    max-width: 100%;
    max-height: 70px
}

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

.main-header.hSticky.hSticky-nav {
    position: fixed;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

@media(max-width:1199px) and (min-width:992px) {
    #nav nav.main-nav ul li a {
        font-size: 14px;
        margin: 0 10px
    }

    .main-header .wrap-logo a {
        font-size: 24px
    }
}

.topbar_temp03 {
    background: #1ca8ff;
    color: #fff
}

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

.mainHeader_temp03 .header-upper-middle .header-search .searchform-product {
    position: relative;
    z-index: 100
}

.mainHeader_temp03 .header-upper-middle .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: 150ms linear;
    transition: 150ms linear
}

.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .btn-search {
    position: absolute;
    padding: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
    border: 0;
    width: 50px;
    background: #1ca8ff;
    transition: opacity 150ms linear
}

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

.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .close-search {
    position: absolute;
    right: 58px;
    top: 0;
    bottom: 0;
    z-index: 100;
    margin: auto;
    height: 25px;
    cursor: pointer;
    visibility: hidden
}

.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .close-search svg {
    width: 20px
}

.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .input-search:focus,
form.searchform input:focus {
    background: #fff;
    outline: 0;
    border-color: #1ca8ff
}

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

.mainHeader_temp03 .header-upper-middle .header-search .searchform-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #000;
    display: none;
    opacity: .2
}

.mainHeader_temp03 .header-upper-middle .header-search .searchform-product.expanded .close-search {
    visibility: visible
}


.site_search form.searchform {
    position: relative;
    padding: 0;
    margin-bottom: 15px
}

form.searchform input.searchinput {
    background: #f5f5f5;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #252a2b;
    font-weight: 500;
    width: 100%;
    height: 45px;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    transition: 150ms linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none
}

form.searchform .btn-search {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    outline: 0;
    transition: opacity 150ms linear
}

.cart-view .cart-view-scroll,
.cart-view .cart-view-total,
.site-cart .cart-ttbold {
    padding: 0 20px
}

.site-cart .cart-ttbold .ttbold {
    color: #fff;
    margin: 0 0 15px;
    padding: 8px 10px;
    text-align: center;
    font-family: 'SF Pro Display Medium', sans-serif !important;
    background: #e08b4c;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px
}

.cart-view table,
.modal-popupContact .modal-dialog-centered .modal-content {
    width: 100%
}

table#cart-view tr {
    border-bottom: 1px dotted #bcbcbc
}

table#cart-view tr td {
    position: relative;
    border: none;
    vertical-align: top
}

table#cart-view tr td:first-child {
    padding-left: 10px
}

table#cart-view tr td:last-child {
    padding-right: 10px
}

.partner-logo-item:first-child,
table#cart-view tr:last-child {
    border: 0
}

table#cart-view tr td.img {
    width: 65px
}

.cart-view table td.img img {
    width: 65px;
    max-width: none
}

.cart-view table td .pro-title {
    padding-right: 30px
}

.cart-view table td .pro-title a.pro-title-view {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.cart-view table td .pro-title .variant {
    font-size: 12px;
    display: block;
    width: 100%
}

.cart-view table td .remove-cart {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #e7ebec
}

.cart-view table td .remove-cart svg {
    height: 20px;
    width: 8px;
    fill: #000
}

.cart-view table .item-cart_empty td {
    position: relative;
    padding: 0;
    text-align: center
}

.cart-view table .item-cart_empty td .svgico-mini-cart {
    padding: 10px 0 5px
}

.cart-view table .item-cart_empty td .svgico-mini-cart svg {
    width: 50px;
    height: 50px;
    margin: auto
}

.cart-view table #total-view-cart {
    font-weight: 600;
    font-size: 16px;
    color: #444
}

.mini-cart_quantity {
    margin-top: 4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.mini-cart_quantity .pro-quantity-view .qty-value {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    min-width: 25px;
    padding: 0 3px;
    text-align: center;
    background: #f5f5f5;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(225, 227, 228, .2);
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none
}

.mini-cart_quantity .pro-quantity-view .qty-btn {
    width: 30px;
    font-size: 20px;
    background: #f5f5f5
}

.mini-cart_quantity .pro-price-view {
    font-size: 13px;
    font-weight: 600;
    color: #333
}

#cart-view tr td,
.table-total tr td {
    border: none !important
}

.cart-view .line {
    float: left;
    width: 100%;
    border-top: 1px solid #e1e3e4;
    margin: 10px 0
}

.cart-view a.linktocart,
.cart-view a.linktocheckout {
    padding: 14px 15px;
    position: relative;
    width: 100%;
    white-space: nowrap
}

@media(min-width:992px) {

    .hSticky .header-action.show-action .header-action_dropdown,
    .hSticky-nav .header-action.show-action .header-action_dropdown,
    .locked-scroll .hSticky-nav~.site-overlay,
    .locked-scroll .hSticky~.site-overlay {
        opacity: 0;
        visibility: hidden
    }

    .header-navbar-menu .wrap-logo-sticky,
    .main-header .wrap-logo {
        min-width: 180px
    }

    .header-action_cart .header-action_dropdown {
        width: 450px
    }

    .header-action_search .header-action_dropdown {
        width: 400px
    }

    .header-action_account .header-action_dropdown {
        width: 340px
    }

    .header-action_account .header-action_dropdown.header-action_widthAuto {
        width: auto;
        min-width: 250px
    }

    .main-header.hSticky-nav .header-action_dropdown {
        top: calc(100% + 5px)
    }

    .main-header.hSticky-nav .wrap-logo a img {
        max-height: 50px
    }

    .hSticky-nav.hSticky-up .header-action.show-action .header-action_dropdown,
    .locked-scroll .hSticky-nav.hSticky-up~.site-overlay {
        opacity: 1;
        visibility: visible
    }

    .mainHeader_temp03:not(.hSticky-nav) .header-action_text .header-action__link,
    .mainHeader_temp03:not(.hSticky-nav) .wrap-logo a {
        color: #444
    }

    .mainHeader_temp03:not(.hSticky-nav) .header-upper-middle {
        background: #f5f5f7
    }

    .mainHeader_temp03:not(.hSticky-nav) .header-action_text .header-action__link .box-icon svg {
        fill: #000
    }

    .mainHeader_temp03 .header-upper-middle {
        padding: 15px 0
    }

    .mainHeader_temp03 .flexContainer-header .header-upper-search {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 40px
    }

    .mainHeader_temp03 .header-upper-middle .header-action_search,
    .mainHeader_temp03.hSticky-nav .header-action_text .header-action__link .box-text {
        display: none
    }

    .mainHeader_temp03:not(.hSticky-nav) .header-wrap-icon .header-action {
        position: relative;
        margin-left: 25px
    }

    .mainHeader_temp03:not(.hSticky-nav) .menu-desktop #nav .main-nav>ul>li>a {
        margin-left: 0;
        margin-right: 25px
    }

    .mainHeader_temp03:not(.hSticky-nav) .menu-desktop .main-nav {
        text-align: left
    }

    .mainHeader_temp03:not(.hSticky-nav) .header-action .header-action_dropdown .box-triangle {
        right: 25px
    }

    .mainHeader_temp03.hSticky-nav .header-upper-logo,
    .mainHeader_temp03.hSticky-nav .header-upper-search {
        display: none !important
    }

    .mainHeader_temp03.hSticky-nav .header-upper-middle {
        visibility: hidden;
        z-index: 5;
        display: none;
        position: static;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .mainHeader_temp03.hSticky-nav .flexContainer-header {
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .mainHeader_temp03.hSticky-nav .header-upper-icon {
        visibility: visible;
        opacity: 1;
        width: initial
    }

    .mainHeader_temp03.hSticky-nav .header-navbar-menu {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center
    }

    .mainHeader_temp03.hSticky-nav .header-navbar-menu .wrap-logo-sticky {
        text-align: left;
        position: relative;
        z-index: 6;
        display: block;
        max-width: 20%
    }

    .mainHeader_temp03.hSticky-nav .header-navbar-menu .navbar-mainmenu {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .mainHeader_temp03.hSticky-nav .header-upper-middle .header-action_search {
        display: block
    }

    .cart-view .cart-view-scroll {
        overflow-y: scroll;
        max-height: 320px;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: none;
        overscroll-behavior: none
    }

    .cart-view .cart-view-scroll::-webkit-scrollbar {
        width: 2px;
        height: 2px
    }

    .cart-view .cart-view-scroll::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .cart-view .cart-view-scroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #e1e3e4;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
    }

    .cart-view .cart-view-scroll::-webkit-scrollbar-thumb:window-inactive {
        background: #e1e3e4
    }
}

.hamburger-menu {
    width: 30px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    display: block;
    transition: 150ms linear
}

.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
    width: 25px;
    height: 2px
}

.hamburger-menu .bar {
    position: relative;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    -ms-transition: 0 .1s, width 150ms linear;
    -webkit-transition: 0 .1s, width 150ms linear;
    transition: 0 .1s, width 150ms linear
}

#nav .main-nav>ul>li>a:before,
#toTop,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul.hidden-child {
    display: none
}

.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    background: #fff;
    -ms-transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .1s, transform .3s cubic-bezier(.23, 1, .32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .1s, transform .3s cubic-bezier(.23, 1, .32, 1), width 150ms linear, background 150ms linear;
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .1s, transform .3s cubic-bezier(.23, 1, .32, 1), width 150ms linear, background 150ms linear
}

.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #fff;
    -ms-transition: top .3s cubic-bezier(.23, 1, .32, 1) .1s, transform .3s cubic-bezier(.23, 1, .32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1) .1s, transform .3s cubic-bezier(.23, 1, .32, 1), width 150ms linear, background 150ms linear;
    transition: top .3s cubic-bezier(.23, 1, .32, 1) .1s, transform .3s cubic-bezier(.23, 1, .32, 1), width 150ms linear, background 150ms linear
}

.show-action .hamburger-menu .bar {
    height: 0;
    background: 0 0
}

.show-action .hamburger-menu .bar:before {
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.show-action .hamburger-menu .bar:after {
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.show-action .hamburger-menu .bar:before {
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg)
}

.show-action .hamburger-menu .bar:after {
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg)
}

.site-menu.menu-mobile {
    position: relative;
    max-width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: 100
}

.menu-mobile--wrap {
    height: 100%
}

.menu-mobile .menu-mobile--wrap .menu-mobile--acc {
    padding: 15px 0 15px 15px;
    display: flex;
    background: #000;
    color: #fff
}

.box-icon--close svg,
.menu-mobile .menu-mobile--wrap .menu-mobile--acc a,
.menu-mobile .menu-mobile--wrap .menu-mobile--acc span {
    color: #fff
}

.menu-mobile .menu-mobile--wrap .menu-mobile--acc .menu-mobile--acc-info {
    width: calc(100% - 50px)
}

.menu-mobile .menu-mobile--wrap .menu-mobile--acc .menu-mobile--acc-btn {
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center
}

.menu-mobile .menu-mobile--wrap .menu-mobile--acc .menu-mobile--acc-btn svg {
    width: 15px;
    height: 15px;
    fill: #fff
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom {
    height: calc(100% - 10px);
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu {
    height: 100%
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul {
    margin: 0;
    padding: 0 0 120px;
    list-style: none;
    position: absolute;
    height: calc(100% - 0px);
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.cart-view table td .remove-cart a,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul:not(.hidden-child) {
    display: block
}

.main-search form.searchform,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li,
.show-more {
    position: relative
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a {
    display: block;
    padding: 15px 15px 15px 0;
    margin-left: 15px;
    text-transform: uppercase;
    outline: 0;
    border-bottom: 1px solid #eee;
    text-shadow: 0 0 1px rgba(255, 255, 255, .1);
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: background .3s, box-shadow .3s;
    -moz-transition: background .3s, box-shadow .3s;
    transition: background .3s, box-shadow .3s
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a i {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child.mm-opened,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list.list-root {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list.list-root.mm-subopened {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li a,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li a,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li a {
    display: block;
    padding: 15px 15px 15px 0;
    margin-left: 15px;
    outline: 0;
    border-bottom: 1px solid #e1e3e4;
    text-shadow: 0 0 1px rgba(255, 255, 255, .1);
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: background .3s, box-shadow .3s;
    -moz-transition: background .3s, box-shadow .3s;
    transition: background .3s, box-shadow .3s;
    color: #fff
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li span,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li span,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li span {
    margin-right: 4px
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li:first-child a,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li:first-child a,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li:first-child a {
    color: #fff;
    background: 0 0;
    text-transform: uppercase;
    font-weight: 500
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li:first-child a i,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li:first-child a i,
.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li:first-child a i {
    padding-right: 10px;
    font-weight: 700;
    font-size: 15px
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li.level-2 a i {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #757575;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li.level-3 a i {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #757575;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal-backdrop.in {
    display: none;
    opacity: 0 !important
}

.harafunnel-mb {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    padding: 8px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear
}

.modal-popupContact {
    font-size: 0;
    text-align: center;
    padding: 0 !important;
    color: #333;
    background: rgba(3, 17, 27, .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
}

.modal-popupContact .modal-dialog-centered {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 30px auto 50px
}

.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.fade .modal-dialog-centered {
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

.modal-popupContact.fade.in .modal-dialog-centered {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.modal-popupContact .close-popup-contact {
    background-color: rgba(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: 0
}

.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, .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.lazyloaded {
    background-image: url(//theme.hstatic.net/200000348419/1001063493/14/popup_contact_bkg.jpg?v=1209)
}

.modal-popupContact.popupForm .modal-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f3f3f3;
    opacity: .75
}

.modal-popupContact.popupForm .modal-content .modal-wrapper-contact,
.modal-popupContact.popupForm .modal-content:before {
    width: 58%
}

.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    position: relative;
    padding: 50px 25px 30px;
    float: right
}


.popup-form-customer {
    margin-bottom: 15px
}

.popup-form-customer .input-group {
    width: 100%;
    display: block;
    margin-bottom: 0
}

.popup-form-customer .input-group input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.popup-form-customer .input-group .input-group-addon,
.popup-form-customer .input-group input {
    width: 100%;
    margin-bottom: 15px;
    height: 45px;
    padding: 10px 20px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #e7e7e7
}

.popup-form-customer .input-group .input-group-addon {
    margin-bottom: 8px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    border-color: #1ca8ff
}

.popup-form-customer .input-group .input-group-addon:focus,
.popup-form-customer .input-group .input-group-addon:hover {
    background-color: #fff;
    border-color: #1ca8ff;
    color: #1ca8ff
}

.popup-form-customer .succes-popup {
    font-size: 12px;
    min-height: 25px;
    visibility: hidden;
    margin: 0;
    text-align: center
}

.popup-form-customer .succes-popup.error {
    visibility: visible;
    color: red
}

.popup-form-customer .succes-popup.success {
    visibility: visible;
    color: #27a208
}

@media (min-width:768px) {
    .modal-popupContact .modal-dialog-centered {
        width: 650px
    }
}

@media(min-width:768px) {
    .sidebarCart-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 70px
    }
}

@media(max-width:991px) {
    .locked-scroll {
        overflow: hidden;
        width: 100%;
        top: 0
    }

    .locked-scroll .main-header {
        position: fixed;
        top: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .locked-scroll .main-header.hSticky.hSticky-nav,
    .locked-scroll .main-header.hSticky.hSticky-nav.hSticky-up {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .main-header .header-upper-middle {
        padding: 10px 0;
        position: relative
    }

    .flexContainer-header>div.header-upper-logo {
        padding-right: 5px;
        padding-left: 5px;
        text-align: center
    }

    .flexContainer-header>div.header-upper-icon {
        padding-left: 0
    }

    .flexContainer-header>div.header-upper-logo .wrap-logo img {
        max-width: 180px;
        max-height: 45px
    }

    .flexContainer-header .header-wrap-icon,
    .flexContainer-header>div[class*=header-upper-] {
        position: initial
    }

    .header-action_text .header-action__link .box-text,
    .header-wrap-icon .header-action.header-action_search,
    .mainHeader_temp03 .header-upper-search {
        display: none
    }

    .main-header:not(.hSticky-nav) .header-search-mobile {
        border-top: 1px solid #f5f5f5
    }

    .main-header.hSticky-nav .header-search-mobile {
        position: absolute;
        right: -20px;
        top: 38px;
        width: 220px
    }

    .main-header.hSticky-nav .search-bar-mobile form.searchform {
        position: relative;
        visibility: visible;
        margin: 0 auto
    }

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

    .main-header:not(.hSticky-nav) .wrap-logo a img {
        margin: 0 auto
    }

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

    .header-action_dropdown .header-dropdown_content {
        overflow: auto;
        padding-bottom: 210px;
        -webkit-overflow-scrolling: touch
    }

    .header-action_menu .header-action_dropdown .header-dropdown_content {
        padding: 0 0 80px
    }

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

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

    .header-action_dropdown .box-triangle {
        right: 20px
    }

    .header-action_account .header-action_dropdown .box-triangle {
        right: 64px
    }

    .header-action_search .header-action_dropdown .box-triangle {
        right: 108px
    }

    .header-action_menu .box-triangle {
        right: initial;
        left: 15px;
        bottom: calc(100% - 3px)
    }

    .header-wrap-icon>span.icon-account,
    .header-wrap-icon>span.icon-search {
        display: none !important
    }

    .block .title_block {
        position: relative;
        display: inline-block;
        margin: 0 0 5px
    }

    .block .title_block span {
        display: block;
        top: 8px;
        right: 10px;
        position: absolute
    }

    .flickity-page-dots {
        bottom: -55px;
        z-index: 2
    }
}

@media(max-width:767px) {
    .product-detail-wrapper {
        padding-top: 20px
    }
}

.modal-content {
    box-shadow: none;
    border: 0
}

.partner-action-left,
.partner-logo-item,
.service-item {
    border-left: 1px solid #e0d3d3
}

@media(min-width:1200px) {
    .container-fluid {
        max-width: 1600px;
        padding: 0 75px
    }

    .wrapper-home-information .container-fluid {
        padding-left: 0
    }
}

@media(max-width:1023px) and (min-width:992px) {

    .wrapper-collection-1 .container-fluid,
    .wrapper-collection-2 .container-fluid {
        padding: 0 30px
    }
}

@media(max-width:991px) and (min-width:768px) {
    #site-menu-handle {
        padding-right: 0;
        display: inline-block !important
    }

    span#site-menu-handle:after {
        font-size: 13px;
        display: inline-block;
        content: "Menu";
        text-transform: uppercase;
        position: absolute;
        right: 0;
        top: 0;
        opacity: .6
    }

    footer.footer .col-lg:nth-of-type(odd) {
        clear: both
    }

    .wrapper-collection-1 .container-fluid,
    .wrapper-collection-2 .container-fluid {
        padding: 0 30px
    }
}

.marquee {
    height: 40px;
    overflow: hidden;
    color: #fff;
    width: 100%;
    text-align: center
}

.marquee .marquee__content {
    font-size: 16px;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    transition: transform .5s
}

.marquee__content a {
    color: #444
}

.header-wrap-icon .header-action a,
.list-collection-text a {
    font-size: 16px;
    font-family: 'SF Pro Display Medium', sans-serif !important;
    font-weight: 500
}

.marquee__content a:hover {
    text-decoration: underline
}

.marquee__content div {
    white-space: nowrap
}

.topbar {
    background: #eaf0fd
}

.header-wrap-icon .header-action a {
    display: flex;
    align-items: center
}

.header-wrap-icon .header-action:not(.header-action_cart) a svg {
    width: 23px;
    height: 23px;
    margin-right: 5px
}

.header-menu-desktop {
    background-color: #ed873c;
    height: 62px
}

.navbar-mainmenu #nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px
}

.main-search {
    flex: 0 0 187px
}

.main-nav-parent {
    display: flex;
    align-items: center;
    justify-content: center
}

nav.main-nav {
    flex: auto
}

#nav nav.main-nav ul li a {
    color: #f5f5f7;
    padding: 5px 10px;
    margin: 0 !important;
    font-size: 16px
}

#nav .main-nav>ul>li {
    position: static;
    height: 62px;
    display: flex;
    align-items: center
}

#nav nav.main-nav ul li .main-nav-child a {
    color: #000;
    font-size: 16px;
    padding: 5px;
    display: block;
    text-align: center
}

.main-search form.searchform input.searchinput {
    height: 30px;
    padding: 0 10px;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #fafafa
}

.main-header:not(.hSticky-nav) .wrap-logo a img {
    margin: 0 0 0 25px
}

form.searchform .btn-search {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #e3e3e3;
    border-radius: 0 12px 12px 0
}

form.searchform .btn-search svg {
    opacity: .4;
    height: 30px;
    opacity: 1;
    width: 15px
}

.list-collection-box {
    display: flex;
    flex-wrap: wrap;
    margin: 68px -12px 0
}

.list-collection-item {
    width: calc(100%/6);
    padding: 0 12px
}

.list-collection-inner {
    padding: 15px;
    background-color: #f2f2f2;
    border-radius: 12px;
    text-align: center
}

.list-collection-text {
    text-align: center;
    padding: 15px 0 10px
}

.list-collection-text a {
    line-height: 19px
}

.partner-action-box {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 10px 0
}

.partner-action-item {
    width: 50%;
    padding: 0
}

.partner-action-left {
    padding-left: 40px;
    position: relative;
    padding-right: 40px
}

.partner-action-left:before {
    content: "";
    height: 100px;
    width: 3px;
    background: #e0d3d3;
    position: absolute;
    left: 0;
    top: 30px
}

.partner-action-left h4 {
    font-size: 20px;
    line-height: 15px;
    color: #1d1d1f;
    margin-bottom: 30px;
    font-family: 'SF Pro Display Semibold', sans-serif !important
}

.partner-action-left h2,
.title-page {
    font-weight: 700;
    line-height: 1.5;
    font-family: 'SF Pro Display Bold', sans-serif !important
}

.partner-action-left h2 {
    font-size: 28px;
    color: #1d1d1f;
    margin-bottom: 30px
}

.partner-action-left p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    font-family: 'SF Pro Display Regular', sans-serif !important
}

.news-post h3 a,
.service-inner h4 {
    font-family: 'SF Pro Display Medium', sans-serif !important
}

.partner-action-right {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    width: 100%;
    position: relative
}

.partner-action-right iframe,
.partner-action-right lite-youtube {

    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.partner-right-item {
    width: 50%;
    text-align: center;
    padding: 30px
}

.news-post .item {
    padding: 0 13px
}

.news-post {
    margin: 0 -13px
}

.news-box {
    margin-top: 20px;
    margin-bottom: 40px
}

.title-page {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px
}

.news-post-img {
    border-radius: 10px;
    overflow: hidden
}

.faq-box .panel-title a p,
.faq-box .panel-title div p,
.news-post h3 {
    margin: 0
}

.news-post h3 a {
    margin-top: 20px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #1d1d1f;
    text-align: center
}

.news-post button,
.services-box button {
    position: absolute;
    top: 20%
}

.news-post button span,
.services-box button span {
    font-size: 60px;
    color: #ece6e6
}

.service-inner {
    padding: 27px 18px;
    text-align: center
}

.service-inner h4 {
    font-size: 25px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.4;

}

.service-inner p {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'SF Pro Display Regular', sans-serif !important
}

.footer-menu-inner .footer-title,
.service-inner a {
    font-family: 'SF Pro Display Semibold', sans-serif !important
}

.service-inner a {
    background: #313132;
    display: inline-block;
    text-align: center;
    color: #fff;
    min-width: 188px;
    border-radius: 25px;
    padding: 16px 0;
    font-size: 16px
}

.services-box {
    border: 1px solid #e0d3d3;
    border-radius: 15px;
    overflow: hidden
}

.partner-logo {
    margin-top: 40px
}

.partner-title h3 {
    text-align: left
}

.partner-logos {
    border: 1px solid #e0d3d3;
    border-radius: 15px;
    overflow-y: auto;
    display: flex
}

.partner-logos::-webkit-scrollbar {
    -webkit-appearance: none
}

.partner-logos::-webkit-scrollbar:vertical {
    width: 12px
}

.partner-logos::-webkit-scrollbar:horizontal {
    height: 12px
}

.partner-logos::-webkit-scrollbar-thumb {
    background-color: #00000080;
    border-radius: 10px;
    border: 2px solid #fff
}

.partner-logos::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff
}

.partner-logo-item {
    width: calc(100%/8)
}

.partner-logo-inner {
    text-align: center;
    padding: 22px
}

.partner-logo-inner h4 {
    margin: 25px 0 0;
    font-size: 16px;
    font-family: 'SF Pro Display Medium', sans-serif !important
}

.copyright-text,
.footer-contact p,
.footer-info p,
.footer-menu-inner ul li a {
    font-family: 'SF Pro Display Regular', sans-serif !important
}

.faq-box {
    margin-top: 50px
}

.faq-box .panel-group .panel+.panel {
    margin: 0;
    box-shadow: none
}

.faq-box .panel-default {
    border: 0;
}

.faq-box .panel-default>.panel-heading {
    background: 0 0;
    border-bottom: 1px solid #e0d3d3;
    padding: 14px 0;
    width: 91%;
    border-radius: 0
}

.faq-box .panel-title {
    font-size: 16px;
    font-weight: 500
}

.faq-box .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
    font-family: 'SF Pro Display Regular', sans-serif !important
}

.faq-box .panel-body {
    padding: 10px;
    font-size: 16px;
    line-height: 24px
}

.faq-box .panel-title a,
.faq-box .panel-title div {
    display: block;
    padding-right: 35px;
    position: relative;
    font-family: 'SF Pro Display Medium', sans-serif !important
}

.faq-box .panel-title a span,
.faq-box .panel-title div span {
    position: absolute;
    right: 5px;
    top: 0;
    color: #e0d3d3;
    font-size: 24px
}

.faq-box .panel-title .collapsed i:before {
    content: "\f107"
}

footer {
    background: #f5f5f7;
    padding-top: 30px;
    padding-bottom: 15px
}

.footer-logo {
    margin-bottom: 12px
}

.footer-contact p,
.footer-info p {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    color: #1d1d1f
}

.footer-contact {
    margin-top: 30px
}

.footer-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 29px
}

#article .row,
.footer-menu {
    display: flex;
    flex-wrap: wrap
}

.footer-menu-item {
    width: calc(100%/3);
    margin-bottom: 30px
}

.footer-menu-inner .footer-title {
    margin-bottom: 30px;
    width: 90%
}

.footer-menu-inner ul {
    margin: 0;
    line-height: 1
}

.footer-menu-inner ul li a {
    font-size: 13px;
    display: block;
    margin-bottom: 20px
}

.copyright-box {
    border-top: 1px solid #a9a9a9;
    padding-top: 15px;
    display: flex;
    justify-content: space-between
}

ul.social-box,
ul.social-box li {
    align-items: center;
    display: flex
}

ul.social-box {
    margin: 0
}

ul.social-box li {
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px
}

ul.social-box li:last-child {
    margin-right: 0
}

.copyright-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.dkbocongthuong {
    width: 25%;
    margin-left: 10px
}

.copyright-text {
    font-size: 13px;
    line-height: 33px;
    color: #555555
}

.footer-logo img {
    width: 60%
}

.faq-box .panel-default {
    width: 50%;
    padding: 0 15px;
    padding-right: 5px;
}

.faq-box .panel-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 35px
}

button.btn-ngungkd:before,
button.btn-ngungkd:hover {
    background-color: #d70303 !important
}

@media (max-width:1200px) {
    #nav nav.main-nav ul li a {
        padding: 5px 10px
    }
}

#nav .main-nav ul {
    margin: 5px 0 0
}

.variant-img {
    flex: 0 0 30px
}

button.btn-ngungkd {
    border-radius: 15px;
    border-color: #d70303 !important;
    padding: 7px;
    width: 100%;
    height: 60px;
    font-size: 22px !important;
    font-weight: bolder
}

button.btn-ngungkd:hover {
    color: #fff
}

.product-banner {
    margin-top: 20px;
    border-radius: 10px
}

#modalTragop .btnSubmit-modal {
    font-size: 16px;
    padding: 17px 20px
}

.show-more:before {
    height: 55px;
    margin-top: -55px;
    content: "";
    display: block;
    background: 0 0;
    background: -moz-linear-gradient(top, #fff0 0, #ffffffe8 50%, #fff 55%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fff0), color-stop(50%, #ffffffe8), color-stop(55%, #fff));
    background: -webkit-linear-gradient(top, #fff0 0, #ffffffe8 50%, #fff 55%);
    background: -o-linear-gradient(top, #fff0 0, #ffffffe8 50%, #fff 55%);
    background: -ms-linear-gradient(top, #fff0 0, #ffffffe8 50%, #fff 55%);
    background: linear-gradient(to bottom, #fff0 0, #ffffffe8 50%, #fff 55%)
}

.collection-logo {
    text-align: center;
    margin: 28px 0
}

.text-variant {
    margin-top: 15px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center
}

.vender-product__config {
    background: #f5f5f7;
    padding: 9px 0 0;
    border-radius: 6px;
    position: relative
}

.vender-product__img-promo {
    position: relative;
    padding-bottom: 40px
}

.vender-product__img-promo span {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 5px
}

.vender-product__img-promo span img {
    width: 100%;
    vertical-align: top
}

.filter-sort .box_sidebar,
.vender-product__img-promo span:not(:last-child) {
    margin-right: 10px
}

.vender-product__img-promo span.active {
    -webkit-box-shadow: 0 0 0 1px #dee2e6;
    box-shadow: 0 0 0 1px #dee2e6
}

.vender-product__text-promo {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.31;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.text-variant {
    text-align: center;
    background-color: #e9ecef;
    border-radius: 4px;
    font-size: 12px;
    position: relative;
    margin-bottom: 5px
}

.collection-acessory-tabs .nav>li>a:hover,
.pro-loop {
    background: 0 0
}

.pro-loop {
    overflow: visible;
    margin-bottom: 25px
}

.filter-sort {
    display: flex;
    align-items: center
}

.collection-acessory {
    margin: 45px 0
}

.collection-acessory-tabs {
    max-width: 1130px;
    margin: 0 auto
}

.collection-acessory-icon {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #444;
    overflow: hidden
}

.collection-acessory-text {
    margin-top: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #444;
    text-align: center
}

.collection-acessory-tabs .nav-tabs {
    display: flex;
    justify-content: center
}

.collection-acessory-tabs .nav>li>a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    border-radius: 0
}

.collection-acessory-tabs .nav>li>a:focus {
    border-bottom: 0
}

.header-wrap-icon .header-action .table-total tr td a.linktocart,
.news-more .button {
    border-color: #e08b4c
}

.collection-acessory-pr,
.collection-list-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.label-sale {
    background: #ed873c;
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 2px 10px
}

.fb-box,
.phone-box,
.zalo-box {
    width: 48px;
    height: 48px;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.remove a {
    display: inline-block;
    background: #f5f5f7;
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 10px;
    line-height: 12px;
    color: #4444444d;
    margin-top: 10px
}

#tronghopcogi img,
.content-page img,
.header-action_cart .header-action_dropdown,
.news-more .button,
.product-banner img {
    border-radius: 10px
}

.fix-phone {
    position: fixed;
    bottom: 110px;
    top: inherit !important;
    z-index: 999;
    right: 10px
}

.fix-phone .bbh {
    display: inline-block;
    position: relative
}

.phone {
    margin-bottom: 10px;
    position: relative
}

.phone-box {
    line-height: 48px
}

.phone-box img {
    animation: 1.5s infinite play0
}

@keyframes play0 {

    0%,
    100%,
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

.fb-box,
.zalo-box {
    line-height: 47px
}

.fb-box img,
.zalo-box img {
    position: relative;
    top: -1px
}

.fix-phone .phone a .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -ms-transition: .2s linear;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.fix-phone .phone a:hover .tooltip-text {
    visibility: visible;
    opacity: 1
}

.fix-phone .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: .2s linear;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

#toTop {
    text-align: center;
    position: fixed;
    bottom: 40px;
    right: -35px;
    cursor: pointer;
    color: #000;
    font-size: 11px;
    font-weight: 900;
    transform: rotate(-90deg);
    z-index: 99
}

#toTop span {
    float: left;
    margin: 4px 10px
}

#toTop svg {
    height: 25px
}

table.table-total tr td {
    font-size: 16px;
    color: #444
}

.header-wrap-icon .header-action .table-total tr td a {
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    border-radius: 10px
}

.header-wrap-icon .header-action .table-total tr td a.linktocart:before,
.news-more .button:before {
    background: #e08b4c
}

.header-wrap-icon .header-action .table-total tr td a.linktocheckout {
    border-color: #0071e3
}

.header-wrap-icon .header-action .table-total tr td a.linktocheckout:before {
    background: #0071e3
}

.starbap-rev__icon {
    color: #fff !important
}

.starbap-rev-widg__sort-wrapper {
    display: none !important
}

.collection-list-item {
    width: calc(100% / 6);
    padding: 0 10px;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .main-header .header-upper-middle {
        background: #ed873c;
        height: 95px;
        padding: 5px 0
    }

    .search-mb svg {
        width: 20px;
        height: 20px;
        color: #fff;
        fill: #fff
    }

    .header-wrap-icon .header-action.header-action-search-mb {
        margin: 7px 0 0;
        position: relative
    }

    .header-action_text .header-action__link .box-icon .count-holder {
        background: #fff;
        color: #000;
        top: -4px;
        right: 0;
        font-size: 7px;
        width: 11px;
        height: 11px;
        line-height: 11px
    }

    .main-header:not(.hSticky-nav) .wrap-logo a img {
        margin: 0;
        width: 100%
    }

    .header-search-mobile form.searchform input.searchinput {
        height: 30px;
        border-radius: 15px
    }

    .list-collection-item {
        padding: 0 9px
    }

    .list-collection-box {
        margin: 44px -9px 0
    }

    .partner-action-box {
        margin-top: 44px
    }

    .menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul {
        background: #ed873b;
        border-top: 1px solid #fff
    }

    .menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a {
        color: #fff;
        border: 0;
        padding: 18px 0;
        border-top: 1px solid #fff;
        margin-left: 40px;
        font-family: 'SF Pro Display Medium', sans-serif !important
    }

    .header-action.show-action .header-action_dropdown,
    .menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li:first-child a {
        border: 0
    }

    .box-triangle {
        display: none
    }

    .flexContainer-header>div.header-upper-icon {
        flex: 0 0 130px
    }

    .header-wrap-icon {
        flex-wrap: wrap;
        align-items: flex-start
    }

    .header-action.header-action-phone {
        order: 3;
        margin: 5px 0 0;
        width: 97%
    }

    .header-wrap-icon .header-action {
        background: #fcc19566;
        font-size: 10px;
        padding: 5px;
        border-radius: 4px;
        justify-content: center
    }

    .header-wrap-icon .header-action a {
        font-size: 10px;
        color: #fff
    }

    .header-wrap-icon .header-action:not(.header-action_cart) a svg {
        width: 15px;
        height: 15px;
        fill: #fff
    }

    .header-action.header-action-maps {
        margin: 0
    }

    .header-wrap-icon .header-action_cart {
        margin-left: 6px
    }

    .header-action.header-action-maps,
    .header-wrap-icon .header-action_cart {
        height: 38px
    }

    .header-logo-nav {
        display: flex;
        flex: 1;
        align-items: center;
        flex-wrap: wrap;
        margin-right: 10px;
        padding-left: 15px
    }

    .header-action-search-mb {
        width: 100%;
        margin-top: 5px
    }

    .header-upper-navbar {
        margin-top: 10px;
        margin-right: 15px
    }

    form.searchform .btn-search {
        background: #f39e60;
        width: 50px
    }

    form.searchform .btn-search svg {
        color: #fff;
        fill: #fff
    }

    .collection-filter-mb {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f5f5f7;
        border-radius: 10px;
        cursor: pointer;
        height: 32px
    }

    .title-filter {
        background: #ed873c;
        position: relative;
        text-align: center;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 46px;
        margin-bottom: 20px
    }

    .close-filter {
        position: absolute;
        right: 30px
    }

    .close-filter:after,
    .close-filter:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 25px;
        height: 1px;
        -ms-transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .1s, transform .3s cubic-bezier(.23, 1, .32, 1), width 150ms linear, background 150ms linear;
        -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .1s, transform .3s cubic-bezier(.23, 1, .32, 1), width 150ms linear, background 150ms linear;
        transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .1s, transform .3s cubic-bezier(.23, 1, .32, 1), width 150ms linear, background 150ms linear
    }

    .close-filter:before {
        -ms-transform: rotate(-45deg);
        transform: rotateZ(-45deg)
    }

    .close-filter:after {
        -ms-transform: rotate(45deg);
        transform: rotateZ(45deg)
    }

    .collection-list-item {
        width: calc(100% / 3)
    }
}

.news-more {
    text-align: center;
    margin: 10px 0
}

.news-more .button {
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.compare-product__qv {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999
}

.compare-product__qv.is-show {
    display: block
}

.compare-product__qv .position-relative {
    border-radius: 0;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -2px 10px #0000001f;
    background-color: #fff;
    display: grid;
    grid-template-columns: 75% 25%;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.compare-product__qv-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.compare-product__qv-item,
.compare-product__qv-show {
    padding: 15px
}

.compare-product__qv-item {
    position: relative;
    text-align: center;
    border-right: 1px solid #e0e0e0
}

.compare-product__qv-item img {
    max-width: 60px;
    margin-bottom: 8px
}

.compare-product__qv-item h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 400
}

.compare-product__qv-show {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center
}

.compare-product__qv-remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer
}

.compare-product__qv-hide {
    position: absolute;
    right: 0;
    top: -40px;
    padding: 10px 30px 10px 10px;
    border-radius: 8px 8px 0 0;
    color: #000;
    background: #fff;
    box-shadow: 0 -2px 10px #0000001f
}

.compare-product__qv-hide .icon {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 12px;
    height: 12px
}

.compare-product__qv-show .btn-main {
    color: #ec873b;
    border-color: #ec873b;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .modal-popupContact .modal-dialog-centered {
        margin: 35px 10px 50px
    }

    .faq-box .panel-default,
    .modal-popupContact.popupForm .modal-content .modal-wrapper-contact,
    .modal-popupContact.popupForm .modal-content:before,
    .partner-action-item {
        width: 100%
    }

    .search-mb {
        margin-top: -5px
    }

    .marquee__content a,
    .partner-action-left p {
        font-size: 14px
    }

    .list-collection-box,
    .partner-action-item+.partner-action-item {
        margin-top: 20px
    }

    .list-collection-item {
        width: calc(100%/3);
        margin-bottom: 16px
    }

    .partner-action-box {
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0
    }

    .partner-action-left {
        padding-left: 25px;
        padding-right: 25px
    }

    .news-box {
        margin: 50px 0 0;
        background: #f5f5f7;
        padding: 12px 0
    }

    .main-header:not(.hSticky-nav) .wrap-logo a img {
        margin: 0;
        width: 100%
    }

    .news-post button span {
        color: #fff
    }

    .partner-logos,
    .service-item,
    .services-box {
        border: 0
    }

    .partner-logo {
        margin: 0;
        background: #f5f5f5;
        padding: 20px 0
    }

    .services-box button {
        top: 38%
    }

    .partner-logo-item {
        border: 0;
        width: auto
    }

    .partner-logo-inner {
        padding: 5px;
        width: 85px
    }

    .partner-logo-inner span {
        display: block;
        padding: 12px;
        border: 1px solid #e0d3d3;
        border-radius: 50%
    }

    .footer-menu-item {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #f2e5e5
    }

    .footer-menu-inner ul {
        background: #fff;
        margin: 0 -15px;
        padding: 20px 0 8px 37px;
        line-height: 2;
        display: none
    }

    .footer-menu-inner ul.active {
        display: block
    }

    .footer-menu-inner .footer-title {
        margin-bottom: 0;
        padding: 8px 0;
        position: relative
    }

    .copyright-box {
        border: 0;
        flex-direction: column
    }

    .partner-action-left h4 {
        font-size: 16px
    }

    .partner-action-left h2 {
        font-size: 24px
    }

    .menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a {
        font-size: 12px
    }

    .footer-contact {
        margin: 8px 0
    }

    .footer-info {
        margin: -5px 0 0
    }

    .footer-logo {
        margin-top: -25px
    }

    .footer-menu-inner .footer-title:before {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 5px
    }

    .footer-menu-inner .footer-title.active:before {
        content: "\f106"
    }

    .actionToolbar_mobile.visible-xs,
    .harafunnel-mb {
        display: none !important
    }

    .copyright-right {
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
        flex: auto
    }

    ul.social-box {
        margin: 0
    }

    .dkbocongthuong {
        flex: 0 0 145px
    }

    .service-inner {
        width: 90%;
        margin: 0 auto
    }

    .partner-action-right {
        align-items: flex-start
    }

    main.mainContent-theme {
        background: #fff !important
    }

    .compare-product__qv .position-relative {
        grid-template-columns: 100%
    }

    .compare-product__qv-show {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
        border-top: 1px solid #e0e0e0;
        padding: 5px
    }

    .compare-product__qv-show .btn-main {
        margin-bottom: 0
    }
}

img {
    max-width: 100%;
    height: auto
}

.list-collection-img img {
    aspect-ratio: 1 / 1;
}

.header-action_text .header-action__link span.box-text span.txtbl {
    display: block;
}

div#site-account-handle {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-family: 'SF Pro Display Medium', sans-serif !important;
    height: 40px;
}

#site-account-handle .box-icon {
    margin-right: 5px;
}

#site-account-handle .box-icon,
#site-cart-handle .box-icon {
    line-height: 0;
}

#site-account-handle span.box-icon svg.svg-ico-account {
    width: 23px;
    height: 23px;
}
/* --- KHÓA CHẾT VÀ ÉP HIỂN THỊ BANNER MOBILE --- */
@media (max-width: 767px) {
    #home-slider {
        display: block;
        width: 100%;
        aspect-ratio: 767 / 748; 
        background-color: #f5f5f7; 
        overflow: hidden;
        position: relative;
    }
    
    /* Phá áo tàng hình của Owl Carousel */
    #home-slider .owl-carousel {
        display: block !important;
    }
    
    /* Chỉ hiện 1 ảnh duy nhất, giấu các ảnh sau chờ JS chạy */
    #home-slider .owl-carousel:not(.owl-loaded) .item {
        display: none;
    }
    #home-slider .owl-carousel:not(.owl-loaded) .item:first-child {
        display: block;
    }
    
    #home-slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* Pre-style news carousel trước khi OwlCarousel load */
.news-post .owl-carousel:not(.owl-loaded) {
  display: flex !important;
  flex-wrap: nowrap;
  overflow: hidden;
}

.news-post .owl-carousel:not(.owl-loaded) .item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 13px;
}

/* Mobile: scroll ngang, hiện 1.2 bài để user biết có thể vuốt */
@media (max-width: 767px) {
  .news-post .owl-carousel:not(.owl-loaded) {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 0;
  }

  .news-post .owl-carousel:not(.owl-loaded) .item {
    flex: 0 0 85%;
    max-width: 85%;
    scroll-snap-align: start;
  }
}
.services-box .services-inner-flex {
  display: flex;
}
.services-box .services-inner-flex .service-item {
  width: 33.333%;
}
@media (max-width: 768px) {
  .services-box .services-inner-flex {
    flex-direction: column;
  }
  .services-box .services-inner-flex .service-item {
    width: 100%;
    border-left: 0;
  }
}

@media (min-width: 768px) {
  .services-dichvu-wrap {
    display: flex !important;
    flex-direction: row !important;
  }
  .services-dichvu-wrap .service-item {
    flex: 1 !important;
  }
}