@charset "UTF-8";
@font-face {
    font-family: 'futura-REGULAR';
    src: url('../fonts/futura-REGULAR.woff') format("woff"), url('../fonts/futura-REGULAR.ttf') format("truetype");
    font-display: fallback;
}

/* size */
/* font */
/* base color */
/* web color */
/* Header */
/* Menu Horizontal color */
/* Menu Vertical color */
/* Button Continue Shopping */
/* Button Checkout */
/* Button Cart */
/* Button Login */
/* Button Cart */
/* Footer */
/* Copyright */
/* Modal Login */
/* Font size list */
* {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease-in-out;
    color: #333333;
}

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

table {
    width: 100%;
}

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

ol,
ul {
    list-style: none;
}

fieldset {
    border: 2px groove threedface;
    display: block;
    padding-block-end: 0.75em;
    padding-block-start: 0.35em;
    text-align: center;
}

fieldset legend {
    display: inline-block;
    color: inherit;
    background: none;
    vertical-align: top;
}

::-webkit-input-placeholder {
    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder {
    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

input::ms-input-placeholder {
    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

[placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent;
}

[placeholder]:focus::-moz-placeholder {
    text-indent: 10em;
    color: transparent;
}

html {
    overflow-x: hidden;
}

body,
html {
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    background: #ffffff;
    font-size: 14px;
}

.title {
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.color-main {
    color: #333333;
}

button,
select {
    transition: all 0.3s ease-in-out;
    outline: none !important;
    box-shadow: none;
    cursor: pointer;
}

button:hover, button:focus, button:active,
select:hover,
select:focus,
select:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #e6e6e6;
}

.form-control, input {
    transition: all 0.3s ease-in-out;
    outline: none !important;
    box-shadow: none;
}

.form-control:hover, .form-control:focus, .form-control:active, input:hover, input:focus, input:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #e6e6e6;
}

h1 {
    font-size: 2.28571em;
    font-weight: 700;
}

h2 {
    font-size: 2.14286em;
    font-weight: 700;
}

h3 {
    font-size: 1.85714em;
    font-weight: 700;
}

h4, h5, h6 {
    font-size: 1.71429em;
    font-weight: 700;
}

/*custom Scroll Chrome */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(105, 105, 105, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(105, 105, 105, 0.4);
}

.container, [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.no-padding {
    padding: 0;
}

.p-r-0 {
    padding-right: 0px;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-r-5 {
    padding-right: 5px;
}

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

.p-b-10 {
    padding-bottom: 15px;
}

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

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

/* Bootstrap Overrides */
@media (min-width: 1366px) {
    .container {
        max-width: 1345px;
    }

    .col-xxl-40th {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-xxl-20th {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xxl-3266th {
        flex: 0 0 32.66%;
        max-width: 32.66%;
    }

    .col-xxl-14th {
        flex: 0 0 14%;
        max-width: 14%;
    }

    .col-xxl-80th {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .col-xl-20th {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-80th {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-xl-3266th {
        flex: 0 0 32.66%;
        max-width: 32.66%;
    }

    .col-xl-14th {
        flex: 0 0 14%;
        max-width: 14%;
    }

    .col-xl-30th {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-xl-70th {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .no-padding-xl {
        padding: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1365.98px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 990px;
    }

    .col-lg-20th {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-lg-80th {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-lg-30th {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-lg-70th {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (min-width: 992px) {
    .col-lg-20th {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .p-l-lg-1 {
        padding-left: 1px;
    }

    .p-l-lg-10 {
        padding-left: 10px;
    }

    .p-l-lg-5 {
        padding-left: 5px;
    }

    .p-l-lg-0 {
        padding-left: 0px;
    }

    .p-r-lg-10 {
        padding-right: 10px;
    }

    .p-r-lg-5 {
        padding-right: 5px;
    }

    .p-r-lg-0 {
        padding-right: 0px;
    }
}

@media (max-width: 991.98px) {
    .p-l-md-10 {
        padding-left: 10px;
    }

    .p-b-md-15 {
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .border-left-black {
        border-left: 1px solid #000;
    }
}

@media (max-width: 767.98px) {
    .container-fluid-sm {
        max-width: 100%;
    }

    .no-padding-sm {
        padding: 0;
    }
}

body {
    padding-right: 0px !important;
}

.color_main {
    color: #129fd8;
}

.title-page {
    font-size: 2.5em;
    line-height: 1.2em;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.48571em;
}

.heading__title {
    position: relative;
    font-weight: bold;
    font-size: 2.14286em;
    margin-bottom: 1em;
    padding-top: 0.33333em;
}

.heading__title::before {
    content: "";
    width: 3.33333em;
    background: #3c7eef;
    border-radius: 0.06667em;
    height: 0.13333em;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 991.98px) {
    .heading__title {
        font-size: 1.71429em;
        margin-bottom: 0.83333em;
        padding-top: 0.41667em;
    }
}

.page {
    padding-top: 3.92857em;
}

.page__content {
    font-size: 1.14286em;
    line-height: 1.5em;
}

.page__content ol {
    padding-left: 2.5em;
    list-style-type: decimal;
}

.page__content ol li {
    margin-top: 0.1875em;
    margin-bottom: 0.1875em;
}

.page__content ul {
    list-style: none;
    padding-left: 2.5em;
}

.page__content ul li {
    margin-bottom: 0.375em;
    margin-top: 0.1875em;
}

.page__content ul li:before {
    content: " ";
    background: #3c7eef;
    display: inline-block;
    width: 0.4375em;
    height: 0.4375em;
    border-radius: 50%;
    margin-right: -0.4375em;
    left: -1em;
    position: relative;
    line-height: 1;
    top: -0.125em;
}

.page .editor {
    max-width: 56.25em;
    margin: 0 auto;
}

.editor a {
    color: #333333;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.42857em;
}

.owl-carousel .owl-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 0;
    box-sizing: border-box;
    border-radius: 100%;
    background: #e7e7e7;
    margin: 5px;
}

.owl-carousel .owl-dots button.active {
    width: 10px;
    height: 10px;
    background: #129fd8;
    border: 1px solid #129fd8;
}

.owl-carousel .owl-dots button span {
    display: block;
}

.paginate {
    margin-bottom: 3.57143em;
    text-align: right;
}

.paginate .pagination {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.paginate .pagination ul {
    margin: 0;
}

.paginate .pagination ul li {
    display: inline-block;
    text-align: center;
    margin-right: 0.71429em;
}

.paginate .pagination ul li:last-child {
    margin-right: 0;
}

.paginate .pagination ul li a,
.paginate .pagination ul li span {
    font-size: 1.14286em;
    border: 0.0625em solid #d6d6d6;
    border-radius: 0.25em;
    line-height: 1.25em;
    font-weight: 600;
    padding: 0.4375em 1.25em;
    color: #979797;
    display: block;
}

.paginate .pagination ul li a.current, .paginate .pagination ul li a:hover,
.paginate .pagination ul li span.current,
.paginate .pagination ul li span:hover {
    color: #ffffff;
    background: #129fd8;
    border-color: #129fd8;
}

.paginate .pagination ul li a.prev, .paginate .pagination ul li a.next {
    border-color: #ffffff;
    padding: 0.4375em 0.625em;
}

.paginate .pagination ul li a.prev:hover, .paginate .pagination ul li a.next:hover {
    background: #ffffff;
}

.paginate .pagination ul li a.prev:hover svg, .paginate .pagination ul li a.next:hover svg {
    fill: #129fd8;
}

.paginate .pagination ul li span.prev, .paginate .pagination ul li span.next {
    border-color: #ffffff;
    padding: 0.4375em 0.625em;
}

.paginate .pagination ul li span.prev svg, .paginate .pagination ul li span.next svg {
    fill: #d9d9d9;
}

.paginate .pagination ul li span.prev:hover, .paginate .pagination ul li span.next:hover {
    background: #ffffff;
}

.paginate .pagination ul li span.prev:hover svg, .paginate .pagination ul li span.next:hover svg {
    fill: #d9d9d9;
    cursor: not-allowed;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-yellow {
    background: #ffb716;
    z-index: 1;
    box-shadow: inset 0 -4px 0 #d69400;
    border-radius: 0.3em;
    color: #000000;
    font-weight: bold;
    font-size: 1.42857em;
    line-height: 1.25em;
    padding: 0.7em;
}

.btn-yellow:not(:disabled):hover {
    background: #d69400;
    border-color: #d69400;
}

.btn-yellow:focus {
    border-color: #d69400 !important;
}

.btn--ajax-disabled:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #ffb716;
    box-shadow: inset 0 -4px 0 #d69400;
}

.btn--ajax-disabled:after {
    content: '';
    display: block;
    width: 1.42857em;
    height: 1.42857em;
    position: absolute;
    top: 50%;
    margin-left: -0.71429em;
    margin-top: -0.71429em;
    border-radius: 50%;
    border: 0.21429em solid #000;
    border-top-color: transparent;
    -webkit-animation: spin 0.65s infinite linear;
    left: 50%;
}

.product__item--soldout {
    background: #949494;
    padding: 0.64286em 0.71429em;
    border-radius: 0.28571em;
    -moz-border-radius: 0.28571em;
    -webkit-border-radius: 0.28571em;
    color: #ffffff;
    align-items: center;
    display: inline-flex;
}

.page__reviews {
    padding: 3.57143em 0;
}

@media (max-width: 991.98px) {
    .page__reviews {
        padding: 2.85714em 0;
    }
}

.ui-autocomplete {
    border: 0;
    box-shadow: 0px 0.14286em 0.28571em rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 0.42857em 0.42857em;
}

.ui-autocomplete .ui-menu-item {
    position: relative;
    margin: 0;
    line-height: 1.42857em;
    cursor: pointer;
    min-height: 0;
    list-style: none;
}

.ui-autocomplete .ui-menu-item a {
    text-decoration: none;
    font-weight: 300;
    padding: 0.71429em 1.21429em;
    display: block;
    border: 0;
    color: #595950;
    background: #fff;
    margin: 0;
    border-radius: 0px 0px 0.42857em 0.42857em;
}

.ui-autocomplete .ui-menu-item a:hover, .ui-autocomplete .ui-menu-item a:focus {
    background: #EDF2F9;
    color: #000;
    margin: 0;
    border-radius: 0px 0px 0.42857em 0.42857em;
}

.dhs__loading {
    position: fixed;
    z-index: 99999999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.dhs__loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.dhs__loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.dhs__loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    -webkit-animation: spinner 1.5s infinite linear;
    -moz-animation: spinner 1.5s infinite linear;
    -ms-animation: spinner 1.5s infinite linear;
    -o-animation: spinner 1.5s infinite linear;
    animation: spinner 1.5s infinite linear;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 15px 0 0 0, rgba(0, 0, 0, 0.75) 11px 11px 0 0, rgba(0, 0, 0, 0.75) 0 15px 0 0, rgba(0, 0, 0, 0.75) -11px 11px 0 0, rgba(0, 0, 0, 0.5) -15px 0 0 0, rgba(0, 0, 0, 0.5) -11px -11px 0 0, rgba(0, 0, 0, 0.75) 0 -15px 0 0, rgba(0, 0, 0, 0.75) 11px -11px 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 15px 0 0 0, rgba(0, 0, 0, 0.75) 11px 11px 0 0, rgba(0, 0, 0, 0.75) 0 15px 0 0, rgba(0, 0, 0, 0.75) -11px 11px 0 0, rgba(0, 0, 0, 0.75) -15px 0 0 0, rgba(0, 0, 0, 0.75) -11px -11px 0 0, rgba(0, 0, 0, 0.75) 0 -15px 0 0, rgba(0, 0, 0, 0.75) 11px -11px 0 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.ratiobox {
    position: relative;
    display: block;
}

.ratiobox .ls-blur-up-is-loading, .ratiobox .lazyload:not([src]) {
    visibility: hidden;
}

.ratiobox .ls-blur-up-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-family: "blur-up: auto", "object-fit: contain";
    -o-object-fit: contain;
    object-fit: contain;
    filter: blur(8px);
    opacity: 1;
    transition: opacity 500ms, filter 700ms;
}

.ratiobox .ls-blur-up-img.ls-inview.ls-original-loaded {
    opacity: 0;
    filter: blur(5px);
}

.collection-text {
    margin-bottom: 20px;
}

#count-down-title, #count-down {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}

#count-down-title .days-count-down, #count-down-title .day-count-down, #count-down-title .month-count-down, #count-down-title .year-count-down, #count-down .days-count-down, #count-down .day-count-down, #count-down .month-count-down, #count-down .year-count-down {
    padding: 4px 10px;
    background: #fa6a00;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
}

#count-down-title .time, #count-down .time {
    margin-top: 5px;
    font-size: 16px;
    background: #fa6a00;
    display: inline-block;
    clear: both;
    padding: 10px 58px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}

.ldp__seafood--iframe {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ldp__seafood--iframe .wrap-video {
    text-align: center;
}

@media (max-width: 767px) {
    .ldp__seafood--iframe .wrap-video {
        text-align: center;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .ldp__seafood--iframe .wrap-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.ldp__seafood--countdown #count-down {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    margin: 30px 0;
}

.ldp__seafood--countdown #count-down .time-countdown {
    padding: 4px 10px;
    background: #fa6a00;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    font-size: 24px;
    font-weight: bold;
    margin: 0 5px;
}

.ldp__seafood--countdown #count-down .text-countdown {
    margin-right: 15px;
    display: inline-block;
    font-size: 24px;
}

#count-down-collection {
    margin-bottom: 0;
    text-align: center;
    padding: 15px;
    background: #f2f2f2;
}

#count-down-collection .days-count-down, #count-down-collection .hours-count-down, #count-down-collection .min-count-down, #count-down-collection .sec-count-down {
    padding: 4px 10px;
    background: #fa6a00;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
}

.bg_sale {
    position: absolute;
    top: 0;
    height: auto;
    margin: 0;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-not {
    padding: 30px;
}

.page-not h2 {
    font-size: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.page-not .subtext a {
    font-size: 15px;
}

.tag_icon {
    position: absolute;
    top: 0;
    right: -0.57143em;
    z-index: 10;
}

.tag_icon img {
    position: static;
}

.tag_icon.new {
    width: 2.85714em;
}

.tag_icon.icon_tag_1 {
    top: auto;
    bottom: 5px;
    right: 0;
}

.tag_icon.icon_tag_1 img {
    max-height: 25px;
}

@media (max-width: 767px) {
    .tag_icon.icon_tag_1 img {
        max-height: 20px;
    }
}

.tag_icon.icon_tag_5, .tag_icon.icon_tag_4 {
    background: #ff7200;
    color: #fff;
    padding: 0.25em 0.5em;
    font-size: 0.85714em;
    top: auto;
    bottom: 0;
    right: 0;
}

.tag_icon.icon_tag_6, .tag_icon.icon_tag_7 {
    width: 50px;
    top: 5px;
    left: 0px;
}

.tag_icon.qua {
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
}

.map-list {
    max-height: 465px;
    overflow-y: scroll;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

.map-list .item-map {
    border: 0;
    box-shadow: 1px 0px 5px 0px #ccc;
    margin-bottom: 20px;
    padding: 10px;
    cursor: pointer;
}

.map-list .item-map p {
    margin-bottom: 5px;
}

.map-list .item-map .icon-map {
    margin-bottom: 0px;
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: inherit;
}

.map-list .item-map .title-map {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
}

.map-list .item-map .icon-map-hotline {
    padding: 2.5px;
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: inherit;
}

.animation-link {
    position: relative;
    overflow: hidden;
    display: block;
}

.animation-link:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.animation-link:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}

.btn_socical_login {
    padding: 5px 10px;
    display: block;
    color: #fff;
    margin-top: 10px;
    border: 0;
    width: 100%;
}

.btsocialloginfb {
    background: #4267B2;
}

.btsociallogingg {
    background: #EA4335;
    margin-bottom: 10px;
}

/* Header */
.header {
    color: #ffffff;
}

.header__bottom {
    background: #2e9ed5;
    padding: 1.42857em 0;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .header__bottom {
        padding: 0.71429em 0 0.71429em;
    }
}

@media (max-width: 991.98px) {
    .header__bottom--logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header__bottom--logo .logo {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header__bottom--logo .header__bottom--mobile--cart {
        position: relative;
        text-align: right;
        width: 70px;
    }

    .header__bottom--logo .header__bottom--mobile--cart .cart__count {
        position: absolute;
        background: red;
        color: #fff;
        padding: 0;
        font-size: 0.78571em;
        right: 0px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        top: 0px;
        width: 20px;
        height: 20px;
        font-size: 10px;
        padding: 0;
        line-height: 20px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .header__bottom--logo {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header__bottom--logo .logo {
        padding-left: 10px;
        padding-right: 10px;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        text-align: center;

    }

    .header__bottom--logo .header__bottom--mobile--menu {
        width: 40px;
        color: #fff;
    }

    .header__bottom--logo .header__bottom--mobile--cart {
        width: auto;
    }

    .header__bottom--logo .header__bottom--mobile--cart img {
        width: 40px;
    }
}

.header__bottom--search form {
    position: relative;
}

.header__bottom--search form input[name="q"] {
    height: 2.85714em;
    padding-left: 2.42857em;
    border-top-left-radius: 0.21429em;
    border-bottom-left-radius: 0.21429em;
    font-style: italic;
    border: 0;
}

.header__bottom--search form button {
    position: absolute;
    left: 0.71429em;
    top: 0.57143em;
    z-index: 3;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.header__bottom--hotline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header__bottom--hotline .hotline_number {
    width: 46%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.35714em;
    text-align: center;
}

.header__bottom--hotline .hotline_number .hotline-link {
    font-size: 2.14286em;
    font-weight: bold;
    font-style: italic;
    color: #FEC519;
    line-height: 0.66667em;
}

.header__bottom--hotline .hotline_number p {
    font-size: 0.85714em;
    text-align: center;
    margin-bottom: 0;
    font-style: italic;
    color: #fff;
}

.header__bottom--hotline .hotline_shipping {
    margin: 0;
    width: 52%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.35714em;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header__bottom--hotline .hotline_number {
        width: 100%;
        padding-right: 0;
    }

    .header__bottom--hotline .hotline_shipping {
        width: 100%;
        padding-top: 1.07143em;
        padding-left: 0;
    }
}

.header__bottom--cart--user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
    justify-content: center;
    justify-content: center;
}

.header__bottom--cart--user .cart_header_top_box {
    display: none;
}

.header__bottom--user {
    display: flex;
    align-items: center;
    margin-right: 0.35714em;
    position: relative;
    cursor: pointer;
    padding-bottom: 0.71429em;
    color: #ffffff;
}

.header__bottom--user--text span {
    display: block;
    font-size: 0.85714em;
}

.header__bottom--user--text span:nth-child(2) {
    font-size: 0.91667em;
}

.header__bottom--user--text span:nth-child(1) {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 6.66667em;
    overflow: hidden;
}

.header__bottom--user--icon {
    margin-right: 0.85714em;
}

.header__bottom--user--wrap {
    display: none;
    min-width: 14em;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0.42857em 0.85714em 0px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0.07143em;
    border-style: solid;
    border-color: #efefef;
    border-image: initial;
    background: white;
    list-style: none;
    margin: 0px;
    padding: 0.71429em 0px;
    border-radius: 0px 0px 0.21429em 0.21429em;
    z-index: 10;
}

.header__bottom--user--wrap:before {
    margin-left: -0.64286em;
    bottom: 100%;
    left: 50%;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-width: 0.64286em;
    border-style: solid;
    border-color: transparent transparent white;
    border-image: initial;
    border-bottom: 0.64286em solid white;
}

.header__bottom--user--wrap ul {
    margin: 0;
    padding: 0;
}

.header__bottom--user--wrap ul li a {
    color: #4a4a4a;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    width: 16.85714em;
    height: 2.92857em;
    line-height: 2.92857em;
    text-shadow: #ababab 0px 0px 1px;
    background: #FEC519;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    border-radius: 0.28571em;
    margin: 0.35714em 0.85714em;
    outline: none;
}

.header__bottom--user:hover .header__bottom--user--wrap {
    display: block;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header__bottom--user {
        margin-right: 0;
        margin-bottom: 0;
    }
}

.header__bottom--cart {
    position: relative;
    width: 3.42857em;
}

.header__bottom--cart .cart__count {
    position: absolute;
    background: red;
    color: #fff;
    padding: 0.18182em 0.72727em;
    font-size: 0.78571em;
    right: 0;
    border-radius: 0.36364em;
    -webkit-border-radius: 0.36364em;
    -moz-border-radius: 0.36364em;
    top: 0;
}

.header__bottom--cart .cart__box {
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 1002;
    background: #FFF;
    color: #666;
    width: 25em;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    display: block;
    visibility: hidden;
}

.header__bottom--cart .cart__box:before {
    content: '';
    border-top: 0.57143em solid transparent;
    border-right: 0.57143em solid transparent;
    border-left: 0.57143em solid transparent;
    border-bottom: 0.57143em solid #fff;
    position: absolute;
    top: -1.14286em;
    right: 1.07143em;
}

.header__bottom--cart .cart__box--top {
    max-height: 18.85714em;
    overflow-y: auto;
}

.header__bottom--cart .cart__box--top .cart__item {
    border-bottom: 1px solid #f3f4f6;
    position: relative;
    padding: 0.85714em 1.14286em;
    display: flex;
}

.header__bottom--cart .cart__box--top .cart__item.original {
    display: none;
}

.header__bottom--cart .cart__box--top .cart__item--image {
    width: 6.28571em;
    text-align: center;
    display: inline-block;
}

.header__bottom--cart .cart__box--top .cart__item--info {
    padding-right: 1.07143em;
    padding-left: 1.07143em;
    text-align: left;
    width: calc(100% - 100px);
    display: inline-block;
}

.header__bottom--cart .cart__box--top .cart__item--qty {
    display: block;
    position: absolute;
    right: 1.07143em;
    top: 0.71429em;
    color: #000;
    font-weight: bold;
}

.header__bottom--cart .cart__box--top .cart__item--remove {
    position: absolute;
    right: 1em;
    bottom: 1em;
    font-size: 1.14286em;
}

.header__bottom--cart .cart__box--top .cart__item--remove svg {
    color: #a6a8b0;
    font-size: 0.875em;
}

.header__bottom--cart .cart__box--top .cart__item:last-child {
    border-bottom: 0;
}

.header__bottom--cart .cart__box--bottom {
    background-color: #f8f8fa;
    padding: 0.85714em 1.14286em 1.14286em;
    border-top: 1px solid rgba(46, 48, 56, 0.1);
}

.header__bottom--cart .cart__box--bottom .total_cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.57143em;
}

.header__bottom--cart .cart__box--bottom .total_cart .total_price {
    font-weight: 700;
    color: #129fd8;
    font-size: 1.07143em;
}

.header__bottom--cart .cart__box--bottom .btn-minicart {
    text-align: center;
    display: block;
    font-size: 1.14286em;
    color: #fff;
    border-radius: 0.3125em;
    padding: 0.75em;
    transition: all .4s ease-in-out;
    background: #129fd8;
}

.header__bottom--cart .cart__empty {
    font-size: 0.92857em;
    padding: 1.15385em;
}

.header__bottom--cart:hover .cart__box {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767.98px) {
    .header {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 999;
    }
}

/* Sidebar Menu */
.DHS__sidebarMenu {
    position: relative;
}

.DHS__sidebarMenu--title {
    background: #0073a0;
    color: #ffffff;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.DHS__sidebarMenu--title svg {
    fill: #ffffff;
    width: 32px;
    height: 22px;
    margin-right: 20px;
}

.DHS__sidebarMenu--title span {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .DHS__sidebarMenu--title {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

.DHS__sidebarMenu--wrap {
    background: #f2f2f2;
    color: #333333;
    z-index: 90;
    width: 100%;
}

.DHS__sidebarMenu--nav {
    width: 100%;
    margin: 0;
}

.DHS__sidebarMenu--nav li {
    width: 100%;
    position: relative;
}

.DHS__sidebarMenu--nav li a {
    display: block;
    padding: 8.5px 15px;
    height: 41.5px;
}

.DHS__sidebarMenu--nav li a img {
    max-height: 25px;
    overflow: hidden;
    margin-right: 10px;
    max-width: 47px;
}

.DHS__sidebarMenu--nav li a .show_hover {
    display: none;
    opacity: 0;
}

.DHS__sidebarMenu--nav li a .show_hover.lazyloaded {
    opacity: 1;
}

.DHS__sidebarMenu--nav li a .hide_hover {
    display: inline-block;
}

.DHS__sidebarMenu--nav li a:hover {
    background: #0fb9f4;
    color: #ffffff;
}

.DHS__sidebarMenu--nav li a:hover .show_hover {
    display: inline-block;
    opacity: 1;
}

.DHS__sidebarMenu--nav li a:hover .hide_hover {
    display: none;
}

.DHS__sidebarMenu--nav li ul {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
    -moz-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e6e6e6;
    min-width: 180px;
    background: #f2f2f2;
}

.DHS__sidebarMenu--nav li ul li a {
    color: #333333;
}

.DHS__sidebarMenu--nav li ul li a:hover {
    background: #0fb9f4;
    color: #ffffff;
}

.DHS__sidebarMenu--nav li:hover ul {
    visibility: visible;
    display: block;
    height: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1365.98px) {
    .DHS__sidebarMenu--nav li a {
        padding: 7px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .DHS__sidebarMenu--nav li a {
        padding: 5px 15px;
    }
}

/* NAV */
.nav__menu {
    background: #2cbde5;
}

.nav__menu .DHS__sidebarMenu--wrap {
    display: none;
}

.nav__menu .DHS__sidebarMenu--wrap.DHS__sidebarMenu--hover {
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #dadada;
}

.nav__menu .DHS__sidebarMenu:hover .DHS__sidebarMenu--wrap.DHS__sidebarMenu--hover {
    display: block;
}

.nav__services .item {
    color: #ffffff;
}

.nav__services .item img {
    margin-right: 10px;
    max-width: 35px;
}

.nav__services .item span {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .nav__services .item {
        padding-left: 0;
        width: 25%;
        display: flex;
    }

    .nav__services .item img {
        max-width: 30px;
        margin-bottom: 7px;
    }

    .nav__services .item span {
        font-size: 11px;
        display: block;
        width: 100%;
    }
}

/* Slider */
#owlSlider .owl-next {
    position: absolute;
    border-radius: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    color: #000;
    margin: 0;
    opacity: 1;
    background: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#owlSlider .owl-prev {
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    color: #000;
    margin: 0;
    opacity: 1;
    background: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#owlSlider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

#owlSlider .owl-dots button {
    width: 8px;
    height: 1px;
    border-radius: 50px;
    background: #fff;
    margin: 0 2px;
}

/* Banner Right */
.banner-right img {
    border-radius: 14px;
}

/* Home Collection */
.home__collection {
    padding-top: 10px;
}

.home__collection--title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home__collection--title .view__more {
    color: #ff6600;
    font-size: 16px;
    font-weight: normal;
}

.home__collection--title .view__more svg {
    fill: #ff6600;
    width: 10px;
    height: 10px;
}

@media (max-width: 575.98px) {
    .home__collection--title {
        font-size: 18px;
    }
}

.home__collection--banner {
    margin-bottom: 15px;
}

.home__collection--banner img {
    border-radius: 14px;
}

.home__collection--slider {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 992px) {
    .home__collection--slider .slider--row {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 991.98px) {
    .home__collection--slider {
        overflow-x: auto;
        margin: 0px -12px;
        padding: 0px 12px;
    }

    .home__collection--slider .slider--row {
        white-space: nowrap;
        margin: 0px 0px 12px;
    }

    .home__collection--slider .slider--row [class*='col-'] {
        width: 150px;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        vertical-align: top;
        margin: 0px 12px 0px 0px;
    }

    .home__collection--slider::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.home__collection .blog__wrap.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1bb7ed;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
}

.home__collection .blog__wrap.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.home__collection .blog__wrap.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.home__blog {
    padding-bottom: 30px;
}

/* Home Promotion */
.home__promotion {
    padding-top: 20px;
}

.home__promotion--title {
    color: #f23611;
}

.home__promotion--title h2 {
    font-size: 20px;
    font-weight: 700;
}

.home__promotion .view__more {
    color: #ff6600;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
}

.home__promotion .view__more.view_more_center {
    position: relative;
    margin-bottom: 15px;
    top: 0;
    left: 0;
}

.home__promotion .view__more svg {
    fill: #ff6600;
    width: 10px;
    height: 10px;
}

/* Footer */
.footer {
    color: #333333;
    background: #ffffff;
}

.footer__brand .container {
    border-top: 1px dashed #333;
    padding-top: 2.14286em;
}

.footer__brand.not_border .container {
    border-top: 0px;
}

.footer__brand--title {
    font-size: 1.35714em;
    margin-bottom: 1.31579em;
    font-weight: 700;
}

.footer__brand--slider {
    margin-bottom: 1.42857em;
}

.footer__bottom {
    padding: 1.07143em 0;
}

.footer__menu--title {
    font-size: 1em;
    color: #333333;
    padding-bottom: 0.57143em;
}

.footer__menu--lists li {
    font-size: 0.92857em;
}

.footer__menu--lists li a {
    color: #333333;
}

.footer__copyright {
    background: #e3e3e3;
    color: #333333;
    padding: 0.76923em 0px;
    font-size: 0.92857em;
}

@media (max-width: 767.98px) {
    .footer__copyright .logo-foot {
        max-width: 70%;
        margin-bottom: 1.15385em;
    }

    .footer__copyright .logo-bct {
        max-width: 13.07692em;
    }
}

/* Breadcrumb */
#breadcrumb {
    background: #f5f5f5;
    margin-bottom: 1.42857em;
}

#breadcrumb .breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    #breadcrumb.breadcrumb-account {
        margin-bottom: 0px;
    }
}

/* Collection */
#collection .collection__image {
    margin-bottom: 15px;
}

#collection .collection__image img {
    z-index: -1;
}

#collection .collection__image .bg_sale {
    position: absolute;
    top: 0;
    height: auto;
    margin: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

#collection .collection__title {
    border-bottom: 1px solid #129fd8;
    margin-bottom: 1.07143em;
}

#collection .collection__title h1 {
    background: #129fd8;
    display: inline-block;
    color: #fff;
    display: inline-block;
    font-size: 1.71429em;
    font-weight: normal;
    padding: 0.20833em 0.5em;
    text-align: left;
    margin: 0;
    vertical-align: bottom;
}

/* Product Loop */
.product__item {
    padding: 0.57143em;
    margin-bottom: 15px;
    background: #fff;
}

.product__item--image {
    position: relative;
    padding-bottom: 100%;
}

.product__item--image a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;

}

.product__item--info {
    padding-top: 0.71429em;
}

.product__item--title {
    overflow: hidden;
    min-height: 2.14286em;
    font-size: 14px;
    white-space: break-spaces;
    font-weight: normal;
    display: block;
    display: -webkit-box;

    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product__item--title a {
    display: block;
    min-height: 2.14286em;
}

.product__item--price {
    position: relative;
}

.product__item--price--normal {
    color: #129fd8;
    font-size: 1.28571em;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    white-space: break-spaces;
}

.product__item--price del {
    display: block;
    font-size: 1em;
    font-weight: 300;
    color: #606060;
    min-height: 18px;
}

.product__item--sale {
    color: #ffffff;
    background: #F23611;
    padding: 0.4em 0.8em;
    font-size: 0.64286em;
    position: absolute;
    right: 0;
    bottom: 0;
}

.product__item--variant {
    font-weight: normal;
    color: #7A7A7A;
    font-size: 0.56em;
}

.product__item--variant--size {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    -webkit-border-radius: 0.41667em;
    -moz-border-radius: 0.41667em;
    border-radius: 0.41667em;
    padding: 0.41667em 0.83333em;
    font-size: 0.85714em;
}

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

.product__item--action button {
    background: #ff6600;
    color: #ffffff;
    border-radius: 0.5em;
    padding: 0.57143em 0.71429em;
    text-align: center;
    display: block;
    width: 100%;
    border: 0;
}

.product__item--action button.preorder {
    background: #0073a0;
}

.product__item--action button:hover {
    color: #ffffff;
}

.product__item--action button.product__item--soldout {
    background: #949494;
    padding: 0.64286em 0.71429em;
    border-radius: 0.28571em;
    -moz-border-radius: 0.28571em;
    -webkit-border-radius: 0.28571em;
    color: #ffffff;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .product__item--action button {
        font-size: 0.92857em;
        padding: 0.61538em 0.76923em;
        border-radius: 0.53846em;
    }
}

.product__item--action .product__item--login {
    background: #ff6600;
    color: #ffffff;
    border-radius: 0.5em;
    padding: 0.57143em 0.71429em;
    text-align: center;
    display: block;
    width: 100%;
    border: 0;
}

.product__item--action .product__item--login:hover {
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .product__item--action .product__item--login {
        font-size: 0.92857em;
        padding: 0.61538em 0.76923em;
        border-radius: 0.53846em;
    }
}

@media (min-width: 768px) {
    .product__item:hover {
        -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
        -webkit-transform: inherit;
        transform: inherit;
    }
}

.product__item.sushi .product__item--image .tag_icon {
    right: 0;
    width: 40px;
}

.product__item.sushi .product__item--image .tag_icon.icon_tag_1 {
    width: auto;
}

.product__item.sushi .product__item--price--normal {
    color: #E25B26;
    font-weight: 700;
    font-size: 1.28571em;
}

.product__item.sushi .product__item--price del {
    font-size: 1em;
}

.product__item.sushi .product__item--variant {
    font-size: 0.75em;
}

.product__item.sushi .product__item--action button {
    background: #E36429;
}

.product__item.sushi .product__item--action button.product__item--soldout {
    background: #949494;
    padding: 0.64286em 0.71429em;
    border-radius: 0.28571em;
    -moz-border-radius: 0.28571em;
    -webkit-border-radius: 0.28571em;
    color: #ffffff;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .product__item--price--normal {
        font-size: 1em;
        min-height: 28px;
        line-height: 1;
    }

    .product__item--price del {
        font-size: 0.85714em;
    }

    .product__item--variant {
        font-size: 0.75em;
    }
}

/* Quickview */
#quick-view-modal .modal-dialog {
    max-width: 67.14286em;
}

#quick-view-modal .jsQuickview {
    padding: 0px 1.07143em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

#quick-view-modal .jsQuickview .modal-header {
    border-bottom: 0;
    padding: 0.71429em 0;
    position: relative;
    height: 3.57143em;
}

#quick-view-modal .jsQuickview .modal-header .quickview-close {
    position: absolute;
    right: 0px;
    top: 1.07143em;
}

#quick-view-modal .jsQuickview .modal-header .quickview-close a {
    width: 1.64286em;
    height: 1.64286em;
    display: inline-block;
    text-align: center;
    line-height: 1.64286em;
    background: #ed0000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}

#quick-view-modal .jsQuickview .modal-header .quickview-close a i {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    #quick-view-modal .jsQuickview .modal-header .quickview-close {
        position: fixed;
        right: 30px;
        z-index: 999;
    }

    #quick-view-modal .jsQuickview .modal-header .quickview-close a {
        width: 2.14286em;
        height: 2.14286em;
        line-height: 2.14286em;
    }
}

#quick-view-modal .jsQuickview .modal-title {
    margin-bottom: 0.71429em;
    font-weight: bold;
    padding: 0;
    width: 100%;
}

#quick-view-modal .jsQuickview .modal-title .quickview-title {
    display: block;
}

#quick-view-modal .jsQuickview .p-des, #quick-view-modal .jsQuickview form#form-quickview {
    width: 100%;
}

#quick-view-modal .jsQuickview .quickview-image {
    position: relative;
}

#quick-view-modal .jsQuickview .quickview-cart-info {
    border-bottom: 1px dashed #ededed;
    margin-bottom: 0.71429em;
    margin-top: 0.71429em;
    background-color: #fdf6f5;
    border: 1px solid #f1f1f1;
    padding: 0.35714em;
}

#quick-view-modal .jsQuickview .quickview-cart-info .quickview-price {
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}

#quick-view-modal .jsQuickview .quickview-cart-info .quickview-price .product_price {
    font-size: 20px;
    margin-right: 10px;
    color: #129fd8;
    font-weight: bold;
}

#quick-view-modal .jsQuickview .quickview-cart-info .quickview-price .deal_product {
    position: relative;
    background: red;
    padding: 5px;
    color: #fff;
    margin-left: 20px;
    font-size: 13px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#quick-view-modal .jsQuickview .quickview-cart-info .quickview-price .deal_product:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: red;
    border-width: 14px;
    margin-top: -14px;
}

#quick-view-modal .jsQuickview .quickview-cart-info .quickview-price .price-info-meta {
    font-size: 11px;
    margin: 0;
    color: #999;
    margin-top: 5px;
}

#quick-view-modal .jsQuickview .quickview-cart-info .quickview-price .price-info-meta span {
    font-weight: 700;
}

#quick-view-modal .jsQuickview .form-input label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
    margin-right: 10px;
    float: left;
}

#quick-view-modal .jsQuickview .form-input .quickview_quantity_wrap {
    display: table;
}

#quick-view-modal .jsQuickview .form-input .quickview_quantity_wrap .btn_quickview_minus {
    height: 25px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #dfdfdf;
    background: #fff;
    display: table-cell;
    cursor: pointer;
    color: #333;
    width: 25px;
    text-align: center;
    font-size: 14px;
}

#quick-view-modal .jsQuickview .form-input .quickview_quantity_wrap .btn_quickview_plus {
    height: 25px;
    border-radius: 0 4px 4px 0;
    border: 1px solid #dfdfdf;
    background: #fff;
    display: table-cell;
    cursor: pointer;
    color: #333;
    width: 25px;
    text-align: center;
    font-size: 14px;
}

#quick-view-modal .jsQuickview .form-input .quickview_quantity_wrap input.quantity {
    display: table-cell;
    width: 60px;
    height: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
}

#quick-view-modal .jsQuickview .form-input span {
    font-size: 20px;
    margin-right: 10px;
    color: #129fd8;
    font-weight: bold;
}

#quick-view-modal .jsQuickview .quickview-variants {
    margin-bottom: 15px;
}

#quick-view-modal .jsQuickview .quickview-variants label {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 15px;
}

#quick-view-modal .jsQuickview .quickview-variants .p-title {
    padding: 5px 15px;
    border: 1px solid #333;
    color: #333;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

#quick-view-modal .jsQuickview .quickview-variants .p-title.active {
    border: 1px solid #e42127;
}

#quick-view-modal .jsQuickview .quickview-variants .single-option-selector input[type="radio"] {
    margin-right: 7px;
    position: relative;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 16px;
    height: 16px;
}

#quick-view-modal .jsQuickview .quickview-variants .single-option-selector input[type="radio"]:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#quick-view-modal .jsQuickview .quickview-variants .single-option-selector input[type="radio"]:after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    right: 3px;
    top: 5px;
    margin: auto;
    width: 10px;
    height: 5px;
    border: 2px solid #58b3f0;
    border-top-style: none;
    border-right-style: none;
}

#quick-view-modal .jsQuickview .quickview-variants .single-option-selector input[type="radio"]:checked:after {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

#quick-view-modal .jsQuickview .quickview-variants .single-option-selector .variant-option-item {
    width: 50%;
    float: left;
    padding: 0 3px;
    font-size: 14px;
    position: relative;
}

#quick-view-modal .jsQuickview .form-input-submit {
    margin-top: 15px;
    margin-bottom: 15px;
}

#quick-view-modal .jsQuickview .form-input-submit button {
    background: #ff7200;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 9px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
}

#quick-view-modal .jsQuickview .form-input-submit button[disabled] {
    opacity: .4;
}

#quick-view-modal .jsQuickview .quickview-slider {
    margin: 10px -5px 0;
    position: relative;
}

#quick-view-modal .jsQuickview .quickview-slider .product-thumb-quickview {
    margin: 5px;
}

#quick-view-modal .jsQuickview .quickview-slider .owl-prev, #quick-view-modal .jsQuickview .quickview-slider .owl-next {
    background: none;
    color: #000;
    opacity: 1;
    position: absolute;
    top: 30%;
    font-size: 16px;
}

#quick-view-modal .jsQuickview .quickview-slider .owl-prev {
    left: 0;
}

#quick-view-modal .jsQuickview .quickview-slider .owl-next {
    right: 0;
}

@media (max-width: 767.98px) {
    #quick-view-modal .jsQuickview {
        padding: 0;
        height: 100%;
        top: 0;
        overflow: scroll;
        padding-left: 10px;
        padding-right: 10px;
    }

    #quick-view-modal .jsQuickview .modal-header {
        height: auto;
        padding: 10px;
        background: #ddd;
    }

    #quick-view-modal .jsQuickview .p-des {
        padding-bottom: 50px;
    }

    #quick-view-modal .jsQuickview .form-input #quantity-quickview {
        padding: 2px 5px;
    }

    #quick-view-modal .jsQuickview .form-input .note_slm {
        width: auto;
    }

    #quick-view-modal .jsQuickview .form-input .quantity_qv {
        display: flex;
        justify-content: center;
    }

    #quick-view-modal .jsQuickview .quickview-cart-info {
        padding: 10px 0;
    }

    #quick-view-modal .jsQuickview .quickview-cart-info .product-price {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    #quick-view-modal .jsQuickview .quickview-cart-info .product-price .price-info-meta {
        margin-top: 5px;
    }

    #quick-view-modal .jsQuickview .quickview-information {
        padding: 10px 0px 10px 0px;
    }

    #quick-view-modal .jsQuickview .quickview-information .quickview-variants {
        text-align: center;
    }

    #quick-view-modal .jsQuickview .quickview-information .quickview-variants .single-option-selector .variant-option-item {
        width: 100%;
    }

    #quick-view-modal .jsQuickview .quickview-information .quickview-variants label {
        display: block;
        font-weight: 700;
    }

    #quick-view-modal .jsQuickview .quickview-information .quickview-variants .p-title {
        display: inline-block;
    }

    #quick-view-modal .jsQuickview .quickview-information .form-input-submit {
        display: flex;
        justify-content: center;
    }

    #quick-view-modal .jsQuickview .quickview-information .form-input-submit button {
        width: 50%;
        font-size: 12px;
        margin: 0 5px;
    }

    #quick-view-modal .jsQuickview .quickview-information .form-input-submit button.close-popup {
        background: #aaa;
    }

    #quick-view-modal .jsQuickview .quickview-title {
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
    }

    #quick-view-modal .jsQuickview .quickview-title a {
        text-align: center;
    }

    #quick-view-modal .jsQuickview .quickview-image-xs {
        width: 70%;
        margin: 0 auto;
    }

    #quick-view-modal .jsQuickview .quickview-slider {
        margin: 0;
    }

    #quick-view-modal .jsQuickview .quickview-slider .owl-next, #quick-view-modal .jsQuickview .quickview-slider .owl-prev {
        top: 40%;
        font-weight: bold;
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    #quick-view-modal .modal-dialog {
        max-width: 100%;
    }
}

/* pagination */
#pagination {
    margin: 20px 0 40px 0;
    text-align: center;
}

#pagination .page_node {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#pagination .page_node:hover, #pagination .page_node.current {
    color: #fff;
    border-color: #e6e6e6;
    background: #129fd8;
}

/* Page Sushi */
.menu-header li {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 14%;
}

.menu-header li span {
    display: inline-block;
    text-align: center;
    padding: 5px 18px;
    color: #E25B26;
    font-weight: 700;
    border: 1px solid #E25B26;
    border-radius: 4px;
    margin-top: 10px;
}

.menu-header li span:hover {
    background: #E25B26;
    color: #fff;
}

.menu-header li a img {
    width: 60px;
}

.menu-header li.logo-sushi span {
    margin: 0;
    border: 0;
    padding: 0;
}

.menu-header li.logo-sushi span:hover {
    background: transparent;
}

@media (max-width: 767.98px) {
    .menu-header {
        white-space: nowrap;
        margin: 0px 0px 12px;
        overflow-x: auto;
    }

    .menu-header::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .menu-header li {
        flex: auto;
        width: auto;
        padding: 0 5px;
    }

    .menu-header li.logo-sushi img {
        width: 100px;
    }

    .menu-header li span {
        padding: 5px 20px;
        font-size: 11px;
    }

    .menu-header li a img {
        width: 80px;
    }
}

.menu_linklist_wrap {
    margin-top: 15px;
}

.menu-linklist-item-wrap {
    margin-top: 30px;
}

.menu-linklist-item-wrap:first-child {
    margin-top: 0px;
}

.menu-linklist-item-wrap h2 {
    border-bottom: 2px solid #e6e6e6;
    text-align: center;
    margin-top: 0;
}

.menu-linklist-item-wrap h2 span {
    display: inline-block;
    border-bottom: 2px solid #E25B26;
    margin-bottom: -2px;
    padding: 0 15px 10px;
    font-weight: 700;
    color: #E25B26;
}

/* Product Detail */
.product__detail {
    padding-bottom: 30px;
}

.product__detail #zoomparent {
    margin-bottom: 15px;
    position: relative;
}

.product__detail #zoomparent .icon_tag_7, .product__detail #zoomparent .icon_tag_6 {
    width: 100px;
    left: 5px;
}

.product__detail .thumb.owl-carousel .owl-next {
    position: absolute;
    border-radius: 0;
    right: 0;
    top: 30%;
    padding: 0;
    color: #000;
    margin: 0;
    opacity: 1;
    background: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.product__detail .thumb.owl-carousel .owl-prev {
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 30%;
    padding: 0;
    color: #000;
    margin: 0;
    opacity: 1;
    background: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.product__detail .tag_icon.icon_tag_1 {
    bottom: 5px;
}

.product__detail .tag_icon.icon_tag_1 img {
    height: 35px;
    width: auto;
}

.product__detail--title {
    font-size: 20px;
    font-weight: 600;
    padding: 0px 0 10px;
    margin-bottom: 0;
}

.product__detail .promotion_text {
    background: #fa6a00;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.product__detail--price {
    background-color: #fdf6f5;
    border: 1px solid #f1f1f1;
    font-size: 20px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product__detail--price .price {
    color: #129fd8;
    font-weight: 700;
}

.product__detail--price del {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 10px 0px 10px;
    color: #606060;
}

.product__detail--price--sale {
    position: relative;
    background: red;
    padding: 5px;
    color: #fff;
    margin-left: 20px;
    font-size: 13px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.product__detail--price--sale:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: red;
    border-width: 14px;
    margin-top: -14px;
}

.product__detail--price .weight {
    color: #999;
    font-size: 11px;
    line-height: 2;
    margin: 0;
}

.product__detail .selector-wrapper {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product__detail .selector-wrapper label {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 700;
}

.product__detail .selector-wrapper .selector-title {
    padding: 5px 15px;
    border: 1px solid #333;
    color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: none;
    cursor: pointer;
}

.product__detail .selector-wrapper .selector-title.active {
    border: 1px solid #e42127;
}

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

.product__detail--quantity span {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 700;
}

.product__detail--quantity .quantity_wrap {
    display: table;
}

.product__detail--quantity .quantity_wrap .btn_minus {
    height: 25px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 0 10px;
    display: table-cell;
    cursor: pointer;
}

.product__detail--quantity .quantity_wrap .quantity {
    font-size: 16px;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 6px 3px;
    border: 1px solid #e6e6e6;
    display: table-cell;
    text-align: center;
}

.product__detail--quantity .quantity_wrap .quantity::-webkit-outer-spin-button, .product__detail--quantity .quantity_wrap .quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product__detail--quantity .quantity_wrap .btn_plus {
    height: 25px;
    border-radius: 0 4px 4px 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 0 10px;
    display: table-cell;
    cursor: pointer;
}

.product__detail--note {
    margin: 10px 0;
    font-style: italic;
    font-family: 'futura-REGULAR', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.product__detail--action {
    margin-top: 20px;
}

.product__detail--action button {
    padding: 9px 20px;
    font-size: 18px;
    background: #ff7200;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
    color: #fff;
}

.product__detail--action button.preorder {
    background: #0073a0;
}

.product__detail--action button[disabled="disabled"] {
    background: #b5b5b5;
    font-weight: 700;
}

.product__detail--action .login-cart {
    padding: 9px 20px;
    font-size: 18px;
    background: #ff7200;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
    color: #fff;
}

.product__detail--description {
    margin-bottom: 15px;
    margin-top: 15px;
}

.product__detail--description .tab-pane {
    padding: 15px 0;
}

.product__detail--description .tab-pane iframe {
    left: 0;
}

.product__detail .sidebar__block {
    background: #f8f8f8;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.product__detail .sidebar__hotline--title {
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product__detail .sidebar__hotline--icon {
    height: 60px;
    width: 40px;
    line-height: 60px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
}

.product__detail .sidebar__hotline--text {
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 50px);
}

.product__detail .sidebar__hotline--text a {
    font-size: 16px;
    color: #ff7200;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
}

.product__detail .sidebar__services {
    padding-bottom: 20px;
}

.product__detail .sidebar__services .item {
    padding-top: 20px;
}

.product__detail .sidebar__services .item .icon {
    margin-right: 5px;
}

.product__detail .sidebar__services .item .icon img {
    width: 35px;
    height: 35px;
}

.product__detail .sidebar__services .item .description {
    line-height: 15px;
    padding-top: 6px;
}

.product__detail .sidebar__services .item .description .large-text {
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    clear: both;
    line-height: 1.4;
}

.product__detail .sidebar__services .item .description .small-text {
    font-size: 11px;
    color: #999999;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .product__detail .sidebar__services .item {
        width: 50%;
    }
}

.product__detail .sidebar__nhqa {
    text-align: center;
}

.product__detail .sidebar__nhqa .nhqa_title {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
}

.product__detail .sidebar__nhqa .nhqa_content {
    text-align: center;
    padding-bottom: 10px;
}

.product__detail .sidebar__nhqa .nhqa_content p {
    margin-bottom: 0;
}

.product__detail .sidebar__nhqa .nhqa_content p strong a {
    color: #ff7200;
}

.product__detail .sidebar .related__product--title {
    background-color: #129fd8;
    display: block;
    height: 30px;
    color: #fff;
    line-height: 29px;
    padding-left: 12px;
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
}

.product__detail .sidebar .related__product--title::after {
    content: '';
    display: inline-block;
    background-image: url('../img/icon_vmega.png');
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (max-width: 991.98px) {
    .product__detail--title {
        padding-top: 20px;
    }
}

.product-comment .nav-tabs {
    border: none;
}

.product-comment .nav {
    border-bottom: 1px solid #000;
}

.product-comment li {
    float: left;
}

.product-comment li:first-child {
    padding-left: 0;
}

.product-comment li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.product-comment #mota {
    padding: 10px;
}

.product-comment #mota:after {
    left: 9%;
}

.product-comment #binhluan:after {
    left: 26%;
}

.product-comment #like:after {
    left: 44%;
}

.product-comment .notice {
    margin-bottom: 20px;
    color: #737373;
}

.product-comment .btn-rb {
    display: inline-block;
    padding: 10px 20px;
    width: auto;
    margin: 0;
    line-height: 1.42;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff;
    color: #333;
    font-size: 11px;
    border: 1px solid #333;
}

.product-comment .btn-rb:hover {
    background-color: #2e9ed5;
    color: #fff;
}

.product-comment .title-bl, .product-comment .title-like {
    border-bottom: 1px solid #000;
    margin-bottom: 23px;
}

.product-comment .comment_form {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Recommend */
.combo-shopping {
    padding-bottom: 0px;
}

.combo-shopping h2 {
    font-size: 14px;
    margin-bottom: 14px;
    color: #333;
    font-weight: 400;
    margin-top: 20px;
}

.combo-shopping .list.style-list .item {
    margin-bottom: 15px;
    width: 50%;
}

.combo-shopping .list.style-list .item .checkbox-wrap {
    margin: 0 4px 0 0;
}

.combo-shopping .list.style-list .item .image {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    text-align: center;
    margin-right: 8px;
    padding: 2px;
    width: 50px;
}

.combo-shopping .list.style-list .item .name {
    font-size: 13px;
    padding: 0;
}

.combo-shopping .list.style-list .item .name h3 {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 5px;
}

.combo-shopping .list.style-list .item .name select {
    font-size: 13px;
    height: 25px;
    padding: 0;
    border-radius: 3px;
    border-color: #e6e6e6;
}

.combo-shopping .list.style-list .item .name select:focus {
    border-color: #e6e6e6;
}

.combo-shopping .list.style-list .item .price {
    font-size: 13px;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

.combo-shopping .checkbox {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    width: auto;
}

.combo-shopping .checkbox input[type=checkbox] {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

.combo-shopping .checkbox input[type=checkbox] + span.ico {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url('../img/check-off.svg');
    vertical-align: middle;
    color: #a6a6a6;
    margin-right: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.combo-shopping .checkbox input[type=checkbox]:checked + span.ico {
    background-image: url('../img/check-on.svg');
}

.combo-shopping .summary .text-right {
    padding: 0;
}

.combo-shopping .summary p .price {
    color: #ff6600;
    font-weight: 700;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 14px;
}

.combo-shopping .summary button {
    background: #ff6600;
    color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    padding: 6px 10px 5px;
}

/* Product Infomation */
.product-infomation {
    margin-top: 15px;
    max-width: 30%;
    margin: 0 auto;
}

.product-infomation .info-product {
    /*border: 2px solid #0096e4;
		padding: 8px 5px 9px 5px;*/
}

.product-infomation .info-product .product-map-title {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin: 0;
    padding-left: 5px;
}

.product-infomation .info-product .product-map-price {
    color: #333;
    font-weight: normal;
    font-size: 20px;
    padding: 5px;
    border-bottom: 2px dashed #0096e4;
    margin-bottom: 10px;
}

.product-infomation .product-map-cart {
    /*padding: 8px 5px 9px 5px;*/
    text-align: center;
}

.product-infomation .product-map-cart button {
    padding: 15px 60px;
    font-size: 18px;
    background: #ff7200;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    border: 0;
    width: 100%;
}

.product-infomation .product-map-cart button.preorder {
    background: #0073a0;
}

@media (max-width: 767px) {
    .product-infomation {
        max-width: 70%;
    }

    .product-infomation .product-map-cart button {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Search Mobile */
.services-mb {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 5px solid #f0f0f0;
}

.services-mb .item {
    padding-left: 0px;
    padding-right: 5px;
    width: 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    text-align: center;
}

.services-mb .item img {
    max-width: 35px;
}

.services-mb .item span, .services-mb .item a {
    display: block;
}

.services-mb .item span {
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}

/* Category Mobile */
.category-mb-list {
    padding-top: 8px;
    border-bottom: 5px solid #f0f0f0;
}

.category-mb-list .item {
    width: 20%;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.category-mb-list .item img {
    max-height: 35px;
}

.category-mb-list .item span {
    display: block;
    font-size: 10px;
    margin-top: 5px;
}

/* Slider banner Mobile */
.owl-carousel-slider-mb.owl-carousel img {
    border-radius: 14px;
}

@media (min-width: 992px) {
    .owl-carousel-slider-mb.owl-carousel {
        display: flex;
        width: auto;
    }
}

@media (max-width: 991.98px) {
    .owl-carousel-slider-mb.owl-carousel {
        margin-left: 0;
        margin-right: 0;
    }

    .owl-carousel-slider-mb.owl-carousel [class*='col-'] {
        padding: 0;
    }
}

.owl-carousel-slider-mb.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.owl-carousel-slider-mb.owl-carousel .owl-dots button {
    width: 8px;
    height: 1px;
    border-radius: 50px;
    background: #fff;
    margin: 0 2px;
}

/*Menu Mobile*/
#mobile_wrap_menu {
    position: fixed;
    background-color: white;
    height: 100%;
    z-index: 10;
    width: 270px;
    color: #bbb;
    top: 0;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: -270px;
}

#mobile_wrap_menu.show {
    left: 0;
    z-index: 9999;
}

#mobile_wrap_menu .content_menu ul li {
    position: relative;
}

#mobile_wrap_menu .content_menu ul li a {
    padding: 10px 10px 10px 15px;
    display: block;
    color: #7b7b7b;
    font-size: 16px;
    border-bottom: 1px solid rgba(105, 105, 105, 0.4);
}

#mobile_wrap_menu .content_menu ul li a img {
    max-height: 25px;
    margin-right: 10px;
}

#mobile_wrap_menu .content_menu ul li a:hover {
    color: #333333;
}

#mobile_wrap_menu .content_menu ul li .more {
    position: absolute;
    right: 0;
    padding: 11px 10px 11px 15px;
    font-size: 14px;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    color: #7b7b7b;
}

#mobile_wrap_menu .content_menu ul ul li a {
    padding-left: 30px;
}

#mobile_wrap_menu .content_menu ul ul ul li a {
    padding-left: 40px;
}

#mobile_wrap_menu .user_mobile {
    background: #2e9ed5;
    color: #fff;
    padding: 10px;
}

#mobile_wrap_menu .user_mobile .icon_user_mobile {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-right: 15px;
}

#mobile_wrap_menu .user_mobile .login_mobile a {
    color: #fff;
}

#mobile_wrap_menu .user_mobile .login_mobile a:hover {
    color: #fff;
}

#mobile_wrap_menu .close_menu {
    padding: 15px;
    cursor: pointer;
    width: 100%;
    background: #f8f8f8;
}

#mobile_wrap_menu .close_menu:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #bbb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    left: 10px;
    top: 15px;
}

#mobile_wrap_menu .close_menu:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #bbb;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    left: 10px;
    top: 15px;
}

#mobile_wrap_menu .menu__mobile--hotline {
    padding-left: 10px;
    padding-right: 10px;
    background: #f8f8f8;
}

#mobile_wrap_menu .menu__mobile--hotline--title {
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#mobile_wrap_menu .menu__mobile--hotline--icon {
    height: 60px;
    width: 40px;
    line-height: 60px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
}

#mobile_wrap_menu .menu__mobile--hotline--text {
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 50px);
}

#mobile_wrap_menu .menu__mobile--hotline--text a {
    font-size: 16px;
    color: #ff7200;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
}

body.overflow_hidden {
    overflow-y: hidden;
}

.opacity_body {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
}

/* Hotline */
.hotline-fixed {
    display: none;
}

@media (max-width: 767.98px) {
    .hotline-fixed {
        position: fixed;
        left: 10px;
        bottom: 20px;
        z-index: 99;
        background: #fff;
        border-radius: 50px;
        padding: 5px 10px 5px 5px;
        box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
        display: block;
    }

    .hotline-fixed a {
        display: flex;
        flex-wrap: wrap;
    }

    .hotline-fixed .hotline-txt .number {
        display: block;
    }

    .hotline-fixed-icon {
        width: 35px;
        height: 35px;
        background: #ff6600;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
        margin-right: 5px;
        font-size: 16px;
    }

    .hotline-fixed-txt .number {
        display: block;
        font-size: 20px;
        font-weight: 700;
        color: #ff6600;
        line-height: 18px;
    }

    .hotline-fixed-txt .txt {
        font-size: 10px;
    }
}

/* Popup */
#popupEvent.modal {
    text-align: center;
    padding: 0 !important;
}

#popupEvent.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#popupEvent .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#popupEvent .modal-dialog .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
    border: 0;
}

#popupEvent .modal-dialog .modal-body {
    padding: 0;
}

#popupEvent .modal-dialog .popup_close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fa6a00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    color: #fff;
    font-size: 13px;
    width: 25px;
    height: 25px;
    text-transform: lowercase;
    line-height: 15px;
    text-align: center;
}

/* Login & Register */
#modal_login .modal-dialog, #modal_register .modal-dialog {
    max-width: 900px;
    width: 900px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#modal_login .modal-dialog .modal-content, #modal_register .modal-dialog .modal-content {
    background: #f8f8f8;
}

#modal_login .modal-dialog .modal-content .modal-body, #modal_register .modal-dialog .modal-content .modal-body {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: flex;
}

#modal_login .modal-dialog .modal-content .modal-body .content-left, #modal_register .modal-dialog .modal-content .modal-body .content-left {
    width: 360px;
    padding: 30px;
    background: #fff;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

#modal_login .modal-dialog .modal-content .modal-body .content-left h2, #modal_register .modal-dialog .modal-content .modal-body .content-left h2 {
    font-size: 32px;
    font-weight: 300;
    color: #242424;
    margin-top: 0;
    margin-bottom: 10px;
}

#modal_login .modal-dialog .modal-content .modal-body .content-left p, #modal_register .modal-dialog .modal-content .modal-body .content-left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    color: #787878;
}

#modal_login .modal-dialog .modal-content .modal-body .content-left img, #modal_register .modal-dialog .modal-content .modal-body .content-left img {
    margin-top: 70px;
    margin-bottom: 20px;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right, #modal_register .modal-dialog .modal-content .modal-body .content-right {
    width: calc(100% - 390px);
    height: 570px;
    margin: 15px;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .tab, #modal_register .modal-dialog .modal-content .modal-body .content-right .tab {
    width: 100%;
    border-bottom: solid 1px #f4f4f4;
    overflow: hidden;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .tab .tab-item, #modal_register .modal-dialog .modal-content .modal-body .content-right .tab .tab-item {
    float: left;
    font-size: 16px;
    width: 150px;
    text-align: center;
    border-bottom: solid 3px #fff;
    padding: 15px 5px 7px;
    color: #787878;
    margin-left: 20px;
    font-weight: 300;
    display: block;
    text-decoration: none;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .tab .tab-item.active, #modal_login .modal-dialog .modal-content .modal-body .content-right .tab .tab-item:hover, #modal_register .modal-dialog .modal-content .modal-body .content-right .tab .tab-item.active, #modal_register .modal-dialog .modal-content .modal-body .content-right .tab .tab-item:hover {
    border-bottom: solid 3px #ffae00;
    color: #ffae00;
    cursor: pointer;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right #login_x, #modal_login .modal-dialog .modal-content .modal-body .content-right #recover_password_x, #modal_register .modal-dialog .modal-content .modal-body .content-right #login_x, #modal_register .modal-dialog .modal-content .modal-body .content-right #recover_password_x {
    margin: 35px;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right form label, #modal_register .modal-dialog .modal-content .modal-body .content-right form label {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    width: 80px;
    margin-bottom: 0;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right form .form-control, #modal_register .modal-dialog .modal-content .modal-body .content-right form .form-control {
    display: inline-block;
    width: calc(100% - 85px);
    border: 1px solid #e6e6e6;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right form #login-form-submit, #modal_login .modal-dialog .modal-content .modal-body .content-right form #register-form-submit, #modal_register .modal-dialog .modal-content .modal-body .content-right form #login-form-submit, #modal_register .modal-dialog .modal-content .modal-body .content-right form #register-form-submit {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    background: #ffae00;
    border-color: #ffae00;
    width: 100%;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .forget-password-group, #modal_login .modal-dialog .modal-content .modal-body .content-right .btn_submit_group, #modal_login .modal-dialog .modal-content .modal-body .content-right .modal_social_wrap, #modal_register .modal-dialog .modal-content .modal-body .content-right .forget-password-group, #modal_register .modal-dialog .modal-content .modal-body .content-right .btn_submit_group, #modal_register .modal-dialog .modal-content .modal-body .content-right .modal_social_wrap {
    width: 100%;
    padding-left: 80px;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .forget-password-group, #modal_register .modal-dialog .modal-content .modal-body .content-right .forget-password-group {
    font-size: 12px;
    margin-top: 0;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .forget-password-group a, #modal_register .modal-dialog .modal-content .modal-body .content-right .forget-password-group a {
    color: #ffae00;
}

#modal_login .modal-dialog .modal-content .modal-body .content-right .modal_social_wrap iframe, #modal_register .modal-dialog .modal-content .modal-body .content-right .modal_social_wrap iframe {
    width: 100% !important;
}

#modal_login .modal-dialog .modal-content .close, #modal_register .modal-dialog .modal-content .close {
    position: absolute;
    z-index: 2;
    right: -17px;
    top: -17px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    background-color: #e2e2e2;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
}

/* Giỏ hàng */
.cart h1 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0px 0 20px;
}

.cart__freeship {
    display: flex;
    align-items: center;
}

.cart__freeship span {
    font-size: 14px;
    margin-left: 9px;
}

.cart__table {
    display: table;
    width: 100%;
}

.cart__table--item {
    display: table-row;
}

.cart__table--item > div {
    border-top: 0;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-top: 0;
    border-left: 0;
    display: table-cell;
}

.cart__table--item > div:nth-child(1) {
    border-left: 1px solid #ccc;
}

.cart__table--item--head > div {
    border-top: 1px solid #ccc;
}

.cart__table--item .item__image {
    width: calc(100% - 350px);
}

.cart__table--item .item__image > img {
    vertical-align: middle;
    margin-right: 20px;
    max-width: 60px;
    display: inline-block;
}

.cart__table--item .item__image .item__title {
    display: inline-block;
    vertical-align: middle;
}

.cart__table--item .item__price {
    width: 150px;
    text-align: center;
}

.cart__table--item .item__quantity {
    width: 100px;
    text-align: center;
}

.cart__table--item .item__quantity .cart-qty {
    display: flex;
}

.cart__table--item .item__quantity .cart-qty .btn_quantity {
    height: 23px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #dfdfdf;
    background: #fff;
    cursor: pointer;
    color: #333;
    width: 20px;
    text-align: center;
    font-size: 14px;
    margin-right: -1px;
}

.cart__table--item .item__quantity .cart-qty .btn_quantity.btn_plus {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}

.cart__table--item .item__quantity .cart-qty .quantity {
    width: 38px;
    border: 1px solid #dfdfdf;
    padding: 0px 5px;
    font-size: 14px;
    color: #757575;
    border-radius: 0;
    text-align: center;
}

.cart__table--item .item__lineprice {
    width: 100px;
    text-align: center;
}

.cart .time_order_wrap h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 0;
}

.cart .time_order_wrap .note_timeout {
    margin-top: 15px;
    color: red;
    font-weight: 700;
    margin-bottom: 10px;
}

.cart .time_order_wrap .wrap_time {
    display: flex;
}

.cart .time_order_wrap .wrap_time .time_col:last-child {
    margin-left: 15px;
}

.cart .time_order_wrap .wrap_time .data_order {
    background: #0098D1;
    border: none;
    padding: 7px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    color: #fff;
}

.cart .time_order_wrap .wrap_time .time_order {
    padding: 7px;
    background: #0098D1;
    border: none;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    background: url(//theme./1000030244/1000730923/14/arrow_select.png?v=6607) no-repeat #0098D1;
    background-position: 95% center;
    color: #fff;
}

.cart__warning {
    padding: 15px;
    border-radius: 4px;
}

.cart__note {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cart__note label {
    font-weight: 700;
}

.cart__info {
    padding: 10px;
}

.cart__continue--shopping {
    color: #07b0ef;
    font-size: 16px;
    text-transform: uppercase;
}

.cart__continue--shopping svg {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: bottom;
}

.cart__btn-checkout {
    padding: 10px 30px;
    background: #ff7200;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 10px;
}

.cart__btn-checkout.disabled {
    cursor: not-allowed;
}

.cart__btn-checkout:hover {
    color: #fff;
}

.cart__total--price {
    color: #ff7200;
    font-size: 20px;
    font-weight: 600;
}

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

.cart .cart-gift h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    position: relative;
    cursor: pointer;
    /*.remove-cart-gift{
				position: absolute;
    right: 0;
    top: 0;
			}*/
}

.cart .cart-gift .gift-list {
    display: flex;
    flex-wrap: wrap;
}

.cart .cart-gift .gift-list .product__item {
    width: 50%;
    max-width: 350px;
    min-height: inherit;
}

.cart .cart-gift .gift-list .product__item-wrap {
    display: flex;
}

.cart .cart-gift .gift-list .product__item--image {
    width: 40%;
    padding-bottom: 40%;
}

.cart .cart-gift .gift-list .product__item--info {
    width: 60%;
    padding-left: 30px;
}

.cart__gift--des {
    color: red;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .cart__table {
        display: block;
    }

    .cart__table--item {
        display: flex;
        border: 1px solid #ccc;
        border-bottom: 0;
    }

    .cart__table--item > div {
        display: block;
        border: none;
    }

    .cart__table--item > div:nth-child(1) {
        border-left: none;
    }

    .cart__table--item--head {
        display: none;
    }

    .cart__table--item .item__image {
        width: 20%;
    }

    .cart__table--item .item__image > img {
        max-width: 100%;
    }

    .cart__table--item .item__image .item__title {
        display: none;
    }

    .cart__table--item .item__price {
        display: none;
    }

    .cart__table--item .item__quantity {
        width: 40%;
        text-align: left;
    }

    .cart__table--item .item__quantity .item__title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .cart__table--item .item__quantity .item__quantity--title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .cart__table--item .item__lineprice {
        width: 40%;
        text-align: right;
        margin-right: 0;
    }

    .cart__table--item .item__lineprice .price {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .cart__table--item:last-child {
        border-bottom: 1px solid #ccc;
    }

    .cart .cart-gift .gift-list-wrap {
        overflow-x: auto;
    }

    .cart .cart-gift .gift-list {
        white-space: nowrap;
        display: block;
    }

    .cart .cart-gift .gift-list .product__item {
        width: 300px;
        display: inline-block;
    }
}

.cart2 h1 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0px 0 20px;
}

.cart2.cart .cart__freeship {
    display: flex;
    align-items: center;
}

.cart2.cart .cart__freeship span {
    font-size: 14px;
    margin-left: 9px;
}

.cart2.cart .cart__table {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed;
}

.cart2.cart .cart__table--item {
    display: table-row;
    position: relative;
}

.cart2.cart .cart__table--item > div {
    border: 0;
    padding: 6px 10px;
    display: table-cell;
    border-top: 1px solid #ededed;
    padding: 10px 0;
    vertical-align: top;
    padding-left: 15px;
}

.cart2.cart .cart__table--item > div:nth-child(1) {
    border-left: 0;
    border-top: 1px solid #ededed;
    padding: 10px 0;
    vertical-align: top;
}

.cart2.cart .cart__table--item--head > div {
    border-top: 1px solid #ccc;
}

.cart2.cart .cart__table--item .item__image {
    width: 110px;
}

.cart2.cart .cart__table--item .item__image > img {
    vertical-align: middle;
    margin-right: 0;
    max-width: 100%;
    display: inline-block;
}

.cart2.cart .cart__table--item .item__image .item__title {
    display: inline-block;
    vertical-align: middle;
}

.cart2.cart .cart__table--item .item__info {
    position: relative;
}

.cart2.cart .cart__table--item .item__title {
    font-size: 16px;
    margin: 0 0 5px;
}

.cart2.cart .cart__table--item .item__price {
    width: auto;
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
}

.cart2.cart .cart__table--item .item__quantity {
    width: auto;
    text-align: center;
    margin: 0;
    float: left;
}

.cart2.cart .cart__table--item .item__quantity .cart-qty {
    display: flex;
}

.cart2.cart .cart__table--item .item__quantity .cart-qty .btn_quantity {
    height: 23px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #dfdfdf;
    background: #fff;
    cursor: pointer;
    color: #333;
    width: 20px;
    text-align: center;
    font-size: 14px;
    margin-right: -1px;
}

.cart2.cart .cart__table--item .item__quantity .cart-qty .btn_quantity.btn_plus {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}

.cart2.cart .cart__table--item .item__quantity .cart-qty .quantity {
    width: 38px;
    border: 1px solid #dfdfdf;
    padding: 0px 5px;
    font-size: 14px;
    color: #757575;
    border-radius: 0;
    text-align: center;
}

.cart2.cart .cart__table--item .item__lineprice {
    width: 100px;
    text-align: center;
    margin: 0;
    float: right;
    font-size: 16px;
    padding-right: 0;
    font-weight: 700;
}

.cart2.cart .cart__table--item .item__lineprice .price {
    font-size: 16px;
}

.cart2.cart .cart__table--item .item__lineprice p {
    margin: 0;
}

.cart2.cart .cart__table--item .item__title-delete {
    position: absolute;
    right: 0;
    padding: 10px 0;
    top: 0;
    margin: 0;
}

.cart2.cart .cart .time_order_wrap h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 15px;
}

.cart2.cart .cart .time_order_wrap .note_timeout {
    margin-top: 15px;
    color: red;
    font-weight: 700;
    margin-bottom: 10px;
}

.cart2.cart .cart .time_order_wrap .wrap_time {
    display: flex;
}

.cart2.cart .cart .time_order_wrap .wrap_time .time_col:last-child {
    margin-left: 15px;
}

.cart2.cart .cart .time_order_wrap .wrap_time .data_order {
    background: #0098D1;
    border: none;
    padding: 7px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    color: #fff;
}

.cart2.cart .cart .time_order_wrap .wrap_time .time_order {
    padding: 7px;
    background: #0098D1;
    border: none;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    background: url(//theme./1000030244/1000730923/14/arrow_select.png?v=6607) no-repeat #0098D1;
    background-position: 95% center;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cart2.cart .cart .time_order_wrap .wrap_time {
        flex-wrap: wrap;
    }

    .cart2.cart .cart .time_order_wrap .wrap_time .time_col {
        margin-bottom: 10px;
    }

    .cart2.cart .cart .time_order_wrap .wrap_time .time_col:last-child {
        margin-left: 0;
    }
}

.cart2.cart .cart__warning {
    padding: 15px;
    border-radius: 4px;
}

.cart2.cart .cart__note {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cart2.cart .cart__note label {
    font-weight: 700;
}

.cart2.cart .cart__info {
    padding: 10px;
    margin-bottom: 10px;
}

.cart2.cart .cart__continue--shopping {
    color: #07b0ef;
    font-size: 16px;
    text-transform: uppercase;
}

.cart2.cart .cart__continue--shopping svg {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: bottom;
}

.cart2.cart .cart__btn-checkout {
    padding: 12px 20px;
    background: #ff7200;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 0;
    width: 100%;
}

.cart2.cart .cart__btn-checkout.disabled {
    cursor: not-allowed;
}

.cart2.cart .cart__btn-checkout:hover {
    color: #fff;
}

.cart2.cart .cart__total--price {
    color: #ff7200;
    font-size: 20px;
    font-weight: 600;
}

.cart2.cart .cart-gift {
    margin-top: 10px;
}

.cart2.cart .cart-gift > h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #129fd8;
}

.cart2.cart .cart-gift .gift-list {
    display: flex;
    flex-wrap: wrap;
}

.cart2.cart .cart-gift .gift-list .product__item {
    width: 50%;
    max-width: 350px;
    min-height: inherit;
}

.cart2.cart .cart-gift .gift-list .product__item-wrap {
    display: flex;
}

.cart2.cart .cart-gift .gift-list .product__item--image {
    width: 40%;
    padding-bottom: 40%;
}

.cart2.cart .cart-gift .gift-list .product__item--image .tag_icon.icon_tag_1 {
    bottom: 15px;
}

.cart2.cart .cart-gift .gift-list .product__item--image .tag_icon.icon_tag_1 img {
    max-height: 20px;
}

.cart2.cart .cart-gift .gift-list .product__item--info {
    width: 60%;
    padding-left: 15px;
}

.cart2.cart .cart__gift--des {
    color: #000;
    font-weight: normal;
    font-style: italic;
}

.cart2.cart .link-continue {
    margin: 10px 0 0;
    text-align: center;
}

.cart2.cart .link-continue a {
    color: #2e9ed5;
}

.cart2 .sidebox-order {
    background: #fff;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #e1e3e4;
    border-radius: 2px;
}

.cart2 .sidebox-order div[class^="sidebox-order_"] {
    margin-bottom: 10px;
}

.cart2 .sidebox-order div[class^="sidebox-order_"]:last-child {
    margin-bottom: 0px;
}

.cart2 .sidebox-order_title h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.cart2 .sidebox-order_total {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 600;
    padding: 10px 0;
    border-top: 1px dotted #dfe0e1;
    border-bottom: 1px dotted #dfe0e1;
}

.cart2 .sidebox-order_total p {
    margin: 0;
}

.cart2 .sidebox-order_total p .total-price {
    float: right;
    color: red;
    font-size: 22px;
}

.cart2 .sidebox-order_note {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 600;
}

.cart2 .sidebox-order_note textarea {
    border-radius: 5px;
    resize: none;
    background: #ededed;
    color: #252a2b;
    font-size: 14px;
    padding: 10px;
    outline: none;
    width: 100% !important;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 150ms linear;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.cart2 .sidebox-order_action .btncart-checkout {
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 20px;
    border-color: #e00707;
}

.cart2 .sidebox-order_action .btncart-checkout:before {
    background-color: #e00707;
}

@media (max-width: 767.98px) {
    .cart2 .sidebox-order {
        border: 0;
        margin-bottom: 60px;
    }
}

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

@media (max-width: 767.98px) {
    .cart2.cart .cart__freeship {
        background: rgba(46, 158, 213, 0.3);
        padding: 10px 15px;
    }

    .cart2.cart .cart__freeship span {
        margin-left: 0;
        padding-left: 10px;
        width: calc(100% - 18px);
    }

    .cart2.cart .cart__table {
        display: block;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .cart2.cart .cart__table--item {
        display: flex;
        border: 0;
        border-bottom: 0;
    }

    .cart2.cart .cart__table--item > div {
        display: block;
    }

    .cart2.cart .cart__table--item--head {
        display: none;
    }

    .cart2.cart .cart__table--item .item__image {
        width: 65px;
    }

    .cart2.cart .cart__table--item .item__image > img {
        max-width: 60px;
    }

    .cart2.cart .cart__table--item .item__info {
        width: calc(100% - 65px);
        float: left;
        padding-left: 5px;
    }

    .cart2.cart .cart__table--item .item__price {
        display: none;
    }

    .cart2.cart .cart__table--item .item__quantity {
        width: 40%;
        text-align: left;
    }

    .cart2.cart .cart__table--item .item__quantity .item__title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .cart2.cart .cart__table--item .item__quantity .item__quantity--title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .cart2.cart .cart__table--item .item__lineprice {
        width: 150px;
        text-align: right;
    }

    .cart2.cart .cart__table--item .item__lineprice .price {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .cart2.cart .cart-gift {
        margin-top: 30px;
    }

    .cart2.cart .cart-gift .gift-list-wrap {
        overflow-x: auto;
    }

    .cart2.cart .cart-gift .gift-list {
        white-space: nowrap;
        display: block;
    }

    .cart2.cart .cart-gift .gift-list .product__item {
        width: 300px;
        display: inline-block;
    }

    .cart2.cart .cart-gift.active h3 i {
        transform: rotate(180deg);
    }

    .cart2 .time_order_wrap h3 {
        font-size: 14px;
    }

    .cart2 .sidebox-order_title h3 {
        font-size: 14px;
    }
}

.header-mobile {
    background: #2e9ed5;
    position: sticky;
    z-index: 10;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #2e9ed5;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 8px;
    height: 56px;
}

a#backto-page {
    min-width: 40px;
    height: 40px;
    padding: 0px;
    border: 0px;
    background: 0px center;
    outline: 0px;
    color: white;
    font-size: 30px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.headerCart_title {
    color: white;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 0%;
    text-align: center;
    padding-right: 40px;
}

.headerCart_title img {
    max-width: 200px;
}

@media (min-width: 768px) {
    .header-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .hidden-cart {
        display: none;
    }
}

/* Search */
.form_search {
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.form_search input[type="text"] {
    padding: 4px 35px 4px 15px;
    font-size: 13px;
    width: 250px;
}

.form_search .btn_search_header {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
    color: #000;
    padding: 4px 10px;
}

#search .form_search input[type="text"] {
    padding: 8px 35px 8px 15px;
    font-size: 13px;
    width: 450px;
}

#search .form_search .btn_search_header {
    padding: 8px 10px;
}

/* Customer */
#layout-page .header-page h1 {
    line-height: 20px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 30px 0 20px;
    text-align: center;
}

#layout-page .userbox {
    max-width: 100%;
    width: 335px;
    padding: 15px;
    background-color: #fff;
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-bottom: 20px;
}

#layout-page .userbox h2 {
    color: #75828C;
    font-size: 16px;
    margin-top: 0;
    display: inline;
}

#layout-page .userbox input[type=email], #layout-page .userbox input[type=password], #layout-page .userbox input[type=text] {
    max-width: calc(100% - 30px);
    width: 270px;
    height: 37px;
    display: inline-block;
    background-color: #fff;
    border: solid 1px #ebebeb;
    margin-left: -5px;
    margin-top: 10px;
    float: left;
    padding-left: 10px;
    outline: none;
    margin-bottom: 0;
}

#layout-page .icon-field {
    display: inline-block;
    background-color: #ebebeb;
    color: #fff;
    border: solid 1px #ebebeb;
    text-align: center;
    height: 37px;
    vertical-align: middle;
    line-height: 33px;
    width: 35px;
    margin-top: 10px;
    margin-bottom: 2px;
    float: left;
}

#layout-page .icon-login {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}

#layout-page .icon-envelope:after {
    content: url(///0/0/global/design/theme-default/email.png);
}

#layout-page .icon-user:after {
    content: url(///0/0/global/design/theme-default/userico.png);
}

#layout-page .icon-shield:after {
    content: url(///0/0/global/design/theme-default/pass.png);
    margin-top: 8px;
    display: block;
}

#layout-page .action_bottom {
    margin-top: 0;
}

#layout-page .action_bottom .btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 35px;
    background: #129fd8;
    text-align: center;
    border: none;
    margin-top: 15px;
}

#layout-page .req_pass {
    margin-top: 10px;
}

#layout-page .req_pass a {
    color: #333;
}

#layout-page .req_pass a:hover {
    color: #129fd8;
}

#layout-page .Account__Style {
    display: flex;
    width: 100%;
    margin: 0px auto 20px;
    flex-wrap: wrap;
}

#layout-page .AccountSidebar-avatar {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 7px;
    margin: 0px 0px 12px;
}

#layout-page .AccountSidebar-avatar img {
    width: 45px;
    margin: 0px 12px 0px 0px;
    border-radius: 50%;
}

#layout-page .AccountSidebar-avatar .info {
    flex: 1 1 0%;
    font-size: 13px;
    line-height: 15px;
    color: #333333;
    font-weight: 300;
}

#layout-page .AccountSidebar-avatar .info strong {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    display: block;
    margin: 4px 0px 0px;
}

#layout-page .AccountSidebar-list ul li a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 18px;
    color: #4a4a4a;
}

#layout-page .AccountSidebar-list ul li a svg {
    width: 24px;
    height: 24px;
    margin: 0px 22px 0px 0px;
    font-size: 24px;
    color: #9b9b9b;
}

@media (min-width: 768px) {
    #layout-page .AccountSidebar-list ul li {
        width: 250px;
        margin-right: 17px;
    }

    #layout-page .AccountSidebar-list ul li.active {
        background-color: #ebebf0;
        color: black;
    }
}

@media (max-width: 767px) {
    #layout-page .AccountSidebar-list ul li {
        border: 1px solid #F5F5FA;
    }
}

@media (min-width: 768px) {
    #layout-page .AccountSidebar {
        width: 250px;
        margin-right: 17px;
    }
}

@media (max-width: 767px) {
    #layout-page .AccountSidebar {
        width: 100%;
    }

    #layout-page .AccountSidebar-avatar {
        margin: 0;
        padding: 12px 7px;
        border-bottom: 8px solid #F5F5FA;
    }
}

#layout-page .Account__StyleInfo {
    flex: 1 1 0%;
}

#layout-page .Account__StyleInfo h1 {
    font-size: 19px;
    line-height: 21px;
    font-weight: 300;
    margin: 20px 0px 15px;
}

#layout-page .Account__StyleInfo .info {
    background: #fff;
    padding: 16px 24px 16px 16px;
}

#layout-page .Account__StyleInfo .info2 {
    background: #fff;
    padding: 0;
}

#layout-page .Account__StyleInfo .info2-mb .StyledOrderItem {
    display: flex;
    flex-direction: column;
    padding: 12px;
    background-color: white;
    border-bottom: 8px solid #f5f5f5;
}

#layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .status-text {
    color: #787878;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
}

#layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .order-info {
    display: flex;
    padding: 12px 0px;
}

#layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .order-info > img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-right: 12px;
}

#layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .order-info__detail {
    font-size: 13px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

#layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .order-info__description {
    color: #242424;
    font-weight: 500;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .order-info__order-qty-total, #layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .order-info__evoucher-info {
    color: #787878;
}

#layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .btn-group {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .btn-group a {
    color: #0d5cb6;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #0d5cb6;
    font-size: 13px;
    line-height: 36px;
    font-weight: 500;
    height: 36px;
    display: block;
    text-align: center;
    flex: 1 1 0%;
}

#layout-page .Account__StyleInfo form {
    max-width: 553px;
}

#layout-page .Account__StyleInfo form .large_form {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 0px 15px;
}

#layout-page .Account__StyleInfo form .large_form label {
    width: 110px;
    min-width: 110px;
    font-size: 14px;
    color: #333333;
}

#layout-page .Account__StyleInfo form .large_form input {
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    height: 36px;
    width: 100%;
    border-radius: 4px;
    padding: 10px 12px;
    line-height: 20px;
    outline: none;
    flex: 1 1 0%;
    border: 1px solid #c4c4cf;
}

#layout-page .Account__StyleInfo form .large_form textarea {
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    border-radius: 4px;
    padding: 10px 12px;
    line-height: 20px;
    outline: none;
    flex: 1 1 0%;
    border: 1px solid #c4c4cf;
}

#layout-page .Account__StyleInfo form #gender {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 0px 34px;
}

#layout-page .Account__StyleInfo form #gender > label {
    width: 110px;
    min-width: 110px;
    font-size: 14px;
    color: #333333;
}

#layout-page .Account__StyleInfo form #gender ul {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}

#layout-page .Account__StyleInfo form #gender ul li {
    display: flex;
    margin-right: 15px;
    cursor: pointer;
    align-items: center;
}

#layout-page .Account__StyleInfo form #gender ul li label {
    margin-left: 5px;
    margin-bottom: 0;
}

#layout-page .Account__StyleInfo form .updateAccount {
    width: 176px;
    margin-top: 0;
}

#layout-page .Account__StyleInfo form .setdefault-wrap {
    display: flex;
    align-items: center;
}

#layout-page .Account__StyleInfo form .setdefault-wrap input {
    width: 18px;
    height: 18px;
    margin: 0px 12px 0px 0px;
}

#layout-page .Account__StyleInfo .inner .item {
    background-color: white;
    padding: 17px;
    border-radius: 4px;
    margin: 0px 0px 10px;
    font-size: 13px;
    line-height: 19px;
}

#layout-page .Account__StyleInfo .inner .item .view_address {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    width: 100%;
}

#layout-page .Account__StyleInfo .inner .item .name {
    text-transform: uppercase;
    margin: 0px 0px 10px;
}

#layout-page .Account__StyleInfo .inner .item .default-adresss {
    color: #00A2EC;
    font-size: 12px;
    margin: 0px 0px 0px 15px;
    display: inline-block;
    -webkit-box-align: center;
    align-items: center;
    text-transform: none;
}

#layout-page .Account__StyleInfo .inner .item .address {
    margin: 0px 0px 5px;
}

#layout-page .Account__StyleInfo .inner .item .edit {
    font-size: 14px;
    color: #00A2EC;
    display: inline-block;
    padding: 6px 12px;
}

#layout-page .Account__StyleInfo .inner .item .delete {
    font-size: 14px;
    color: #ff424e;
    border: 0px;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    outline: 0px;
}

#layout-page .Account__StyleInfo .inner .item .action-address {
    text-align: right;
    width: 30%;
}

@media (max-width: 767px) {
    #layout-page .Account__StyleInfo .inner .item {
        padding-left: 0;
        padding-right: 0;
    }

    #layout-page .Account__StyleInfo .inner .item.address-item {
        border-radius: 0;
        border-bottom: 1px solid #eeeeee;
    }
}

#layout-page .Account__StyleInfo .inner .new .linknew {
    background-color: white;
    font-size: 15px;
    min-height: 50px;
    border: 1px dashed #d8d8d8;
    margin: 0px 0px 10px;
    padding: 5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

#layout-page .Account__StyleInfo .inner .new #add_address {
    background: #fff;
    padding: 10px;
}

#layout-page .Account__StyleInfo .table-orders tr {
    border-bottom: 1px solid #f4f4f4;
}

#layout-page .Account__StyleInfo .table-orders th, #layout-page .Account__StyleInfo .table-orders td {
    min-width: 130px;
    padding: 20px 15px;
    color: #787878;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

#layout-page .Account__StyleInfo .table-orders th:last-child, #layout-page .Account__StyleInfo .table-orders td:last-child {
    text-align: right;
}

#layout-page .Account__StyleInfo .table-orders td {
    font-size: 13px;
    line-height: 20px;
    color: #333333;
}

#layout-page .Account__StyleInfo .table-orders td a {
    color: #00A2EC;
}

@media (max-width: 767px) {
    #layout-page .Account__StyleInfo.account {
        display: none;
    }

    #layout-page .Account__StyleInfo .list-order-heading {
        margin-left: 10px;
        margin-right: 10px;
    }
}

#layout-page .Account__heading {
    font-size: 19px;
    font-weight: 300;
    margin: 20px 0px 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

#layout-page .Account__heading .status {
    font-weight: 700;
}

#layout-page .created-date {
    display: flex;
    flex-direction: column;
}

#layout-page .Account__infoCustomers {
    margin: 10px 0px 20px;
    display: flex;
}

#layout-page .Account__infoCustomers > .Account__infoCustomers-item {
    width: 33.3333%;
    margin: 0px 5px;
    display: flex;
    flex-direction: column;
    color: rgba(0, 0, 0, 0.65);
}

#layout-page .Account__infoCustomers > .Account__infoCustomers-item:first-child {
    margin-left: 0px;
}

#layout-page .Account__infoCustomers-item .Account__infoCustomers-title {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0px 0px 15px;
    color: #242424;
}

#layout-page .Account__infoCustomers-item .Account__infoCustomers-content {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    height: 100%;
}

#layout-page .Account__infoCustomers-item .Account__infoCustomers-content p {
    margin: 5px 0px 0px;
}

#layout-page .Account__infoCustomers-item .Account__infoCustomers-content .name {
    color: #242424;
    font-weight: bold;
    text-transform: uppercase;
}

#layout-page .Account__infoCustomers-item .Account__infoCustomers-content p.cc-info.description.orange {
    color: #FEC519;
    font-style: italic;
    font-weight: 700;
    margin-top: 10px;
}

#layout-page table.Account__tableProduct {
    width: 100%;
    color: #424242;
    display: table;
    font-size: 13px;
    background: white;
    border-radius: 4px;
    border-collapse: collapse;
    border-spacing: 0px;
    line-height: 1.5;
    word-break: break-word;
}

#layout-page table.Account__tableProduct tr {
    padding: 10px;
}

#layout-page table.Account__tableProduct tr th {
    display: table-cell;
    padding: 20px 15px;
    border-top: none;
    min-width: 100px;
    position: relative;
    background: 0px 0px;
    color: #787878;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #f4f4f4;
    text-align: left;
}

#layout-page table.Account__tableProduct tr th:last-child {
    text-align: right;
    min-width: 160px;
}

#layout-page table.Account__tableProduct tr td:first-child {
    border-left: none;
}

#layout-page table.Account__tableProduct tbody tr {
    border-bottom: 1px solid #f4f4f4;
}

#layout-page table.Account__tableProduct tbody tr td {
    border: none;
    position: relative;
    display: table-cell;
    padding: 20px 15px;
    color: #242424;
    vertical-align: top;
    min-width: 100px;
}

#layout-page table.Account__tableProduct tbody tr td:first-child {
    border-top: none;
    border-left: none;
}

#layout-page table.Account__tableProduct tbody tr td:last-child {
    text-align: right;
    min-width: 160px;
}

#layout-page table.Account__tableProduct tbody tr td .product-item {
    display: flex;
}

#layout-page table.Account__tableProduct tbody tr td .product-item img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

#layout-page table.Account__tableProduct tbody tr td .product-item .product-info .product-name {
    font-size: 14px;
    color: #242424;
    margin: 0px 0px 12px;
    display: block;
}

#layout-page table.Account__tableProduct tbody tr td .product-item .product-info p {
    margin: 12px 0px;
}

#layout-page table.Account__tableProduct tbody tr td .product-item .product-info .product-review a {
    display: inline-block;
    margin-right: 10px;
    background: white;
    border: 1px solid #2e9ed5;
    font-size: 12px;
    color: #2e9ed5;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
}

#layout-page table.Account__tableProduct tfoot tr {
    border-top: none;
}

#layout-page table.Account__tableProduct tfoot tr td {
    text-align: right;
    display: table-cell;
    padding: 5px 20px;
    max-width: 550px;
    min-width: 125px;
    color: #242424;
}

#layout-page table.Account__tableProduct tfoot tr:first-child td {
    padding-top: 30px;
}

#layout-page table.Account__tableProduct tfoot tr td:first-child {
    border-top: none;
}

#layout-page table.Account__tableProduct tfoot tr td span {
    color: #787878;
    font-size: 14px;
}

#layout-page table.Account__tableProduct tfoot tr td .sum {
    color: #ff3b27;
    font-size: 18px;
}

#account {
    background: #F5F5FA;
}

@media (max-width: 767px) {
    #account {
        background: #fff;
    }
}

/*Page sidebar */
#page-sidebar .block-sidebar {
    margin-bottom: 60px;
}

#page-sidebar .block-sidebar .block-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

#page-sidebar .block-sidebar .block-content ul li.active a {
    color: #129fd8;
    font-weight: bold;
}

#page-sidebar .block-sidebar .block-content ul li.active:before {
    color: #129fd8;
}

#page .page-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

#page .title_about_us h1 {
    font-size: 24px;
    font-style: italic;
    color: #000;
    margin-bottom: 10px;
}

#page .title_about_us h1 span {
    color: #129fd8;
    display: block;
    font-size: 48px;
}

/* Stores */
#stores .container {
    padding-left: 10px;
    padding-right: 10px;
}

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

#stores .container .list_store_title {
    font-size: 24px;
    color: #2d3035;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    padding: 10px 0 10px 0;
    margin: 0;
}

#stores .container .store_content_page {
    background: #f7f7f7;
    padding: 25px 15px 25px;
    margin-bottom: 15px;
}

#stores .promotion_store_title {
    text-align: center;
}

#stores .promotion_store_wrap {
    background: #c3f2ff;
    padding-top: 90px;
    margin-top: -60px;
    padding-bottom: 60px;
}

#stores .promotion_store_wrap .promotion_store_owl {
    padding-right: 60px;
    padding-left: 60px;
}

#stores .promotion_store_wrap .promotion_store_owl:before {
    content: '';
    background: url(https://file./1000030244/file/asset_1_2x_748198fd2f9f470ba4b7e38fb1d87445.png);
    width: 100%;
    position: absolute;
    top: 0;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}

#stores .promotion_store_wrap .promotion_store_owl.owl-carousel .item {
    padding-left: 15px;
    padding-right: 15px;
}

#stores .promotion_store_wrap .promotion_store_owl.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1bb7ed;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
}

#stores .promotion_store_wrap .promotion_store_owl.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

#stores .promotion_store_wrap .promotion_store_owl.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

#stores .promotion_store_wrap .promotion_store_owl.owl-carousel .owl-dots button {
    width: 20px;
    height: 2px;
    border: 0;
    box-sizing: border-box;
    border-radius: inherit;
    background: #fff;
    margin: 5px;
}

#stores .promotion_store_wrap .promotion_store_owl.owl-carousel .owl-dots button.active {
    width: 20px;
    height: 2px;
    background: #129fd8;
}

@media (max-width: 767px) {
    #stores .promotion_store_title {
        padding-left: 120px;
        padding-right: 120px;
    }

    #stores .promotion_store_wrap {
        padding-top: 60px;
        margin-top: -40px;
        padding-bottom: 30px;
    }

    #stores .promotion_store_wrap .promotion_store_owl {
        padding-left: 0;
        padding-right: 0;
    }

    #stores .promotion_store_wrap .promotion_store_owl:before {
        background-size: contain;
    }
}

.nav-landingpage {
    background: #d82129;
}

.nav-landingpage .DHS__sidebarMenu--title {
    background: #9c181d;
}

.section-lg {
    padding-top: 40px;
    padding-bottom: 50px;
}

.section-lg.bg-image {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .section-lg {
        padding-top: 85px;
        padding-bottom: 85px;
    }
}

.section__title {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}

.section__subtitle {
    color: #959494;
    text-align: center;
    font-size: 21px;
    letter-spacing: 3.6px;
}

.section-offer-wrap {
    margin-top: 30px;
}

.section-offer-item {
    margin-top: 30px;
}

.section-offer-item:first-child {
    margin-top: 0;
}

.section-offer-item .item-title {
    line-height: 1.25;
    font-size: 24px;
    color: #d82129;
}

.section-offer-item .item-title a {
    color: #d82129;
}

.section-offer-item .item-content {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .section__title {
        font-size: 36px;
    }

    .section__subtitle {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .section-offer-item {
        text-align: center;
    }

    .section-offer-item .item-title {
        font-size: 20px;
    }
}

.bg-gray-lightest {
    background: #f9fbfc;
}

.our-product-box-image {
    border: 1px solid #fff;
    width: 100%;
    background-color: #f9fbfc;
}

.our-product-box-image .our-product-box-body {
    padding: 15px;
}

.our-product-box-image .our-product-box-body h3 {
    margin-top: 4px;
    font-size: 28px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .our-product-box-image .our-product-box-body h3 {
        font-size: 36px;
    }
}

.our-product-box-image .our-product-box-body .our_product_price {
    margin-top: 10px;
    color: #d82129;
    font-size: 18px;
    font-weight: bold;
}

.our-product-box-image .our-product-box-body p {
    margin-top: 12px;
}

.our-product-box-image .our-product-box-body a.button {
    margin-top: 10px;
    padding: 17px 25px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0;
    border-width: 1px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    background-color: #d82129;
    border-color: #d82129;
}

.event-post {
    border: 1px solid #f9fbfc;
    text-align: center;
}

.event-post .event-header {
    padding: 18px 15px;
    font-weight: 600;
}

.event-post .event-header h6 {
    font-size: 18px;
}

.event-post .event-header h6 a {
    color: #181818;
}

.event-post .event-body {
    padding: 20px 20px 10px;
}

.event-post .event-body .event-price {
    color: #d82129;
    font-size: 18px;
    font-weight: bold;
}

.event-post .event-body .button-link {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
    color: #fff;
    background-color: #d82129;
    border-color: #d82129;
    padding: 17px 25px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0;
    border-width: 1px;
    display: inline-block;
}

.feedback.owl-carousel .owl-nav .owl-next, .feedback.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    padding: 0 13px !important;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #d82129;
    background-color: #f2f2f2;
    line-height: 30px;
    top: 50%;
}

.feedback.owl-carousel .owl-nav .owl-prev {
    left: 0%;
}

.feedback.owl-carousel .owl-nav .owl-next {
    right: 0%;
}

#back-to-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    background: #d82129;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 100px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .3s all ease;
}

/* Article & Blog */
.post__item {
    border: 1px solid #e6e6e6;
    padding: 8px 8px 10px 8px;
    position: relative;
    margin: 5px 0 10px 0;
    background: #fff;
}

.post__item--name {
    padding-top: 0.71429em;
    overflow: hidden;
    min-height: 2.14286em;
    font-size: 14px;
    /*white-space: break-spaces;*/
    font-weight: 700;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post__item--name a {
    display: block;
    min-height: 2.85714em;
    display: block;
    display: -webkit-box;
    max-width: 400px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post__item--des {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 62px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#article h1 {
    font-size: 24px;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0px 0 20px 0px;
}

#article .group_sidebar .sb-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    border-bottom: none;
    padding-bottom: 10px;
}

#article .group_sidebar .sb-title:before {
    position: absolute;
    top: 100%;
    content: '';
    width: 45px;
    height: 2px;
    background-color: #000;
}

#article .group_sidebar .seller-item {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

#article .group_sidebar .seller-item .sellers-img {
    margin: 0 0 10px;
}

#article .group_sidebar .seller-item .post-content {
    overflow: hidden;
    text-align: left;
}

#article .info-more {
    margin: 10px 0;
    display: flex;
}

#article .info-more li {
    margin-right: 10px;
}

#article .info-more li a {
    color: #000;
    text-decoration: none;
    font-style: italic;
    font-size: 14px;
    padding-left: 5px;
}

/* Tuyển dụng */
.main_job {
    padding-bottom: 30px;
}

.main_job .job_info h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36.4px;
    position: relative;
    padding: 0 0 8px;
    margin: 0 0 25px;
    color: #212121;
}

.main_job .job_info h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #212121;
}

.main_job .job_wrap {
    padding: 32px 0 0;
}

.main_job .job_wrap .block_job h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36.4px;
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 8px;
    color: #212121;
}

.main_job .job_wrap .block_job h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 1px;
    background-color: #212121;
}

.main_job .job_wrap .job_item {
    border-bottom: 1px solid #ccc;
    padding: 0;
}

.main_job .job_wrap .job_item:hover {
    background: rgba(51, 51, 51, 0.05);
}

.main_job .job_wrap .job_item .job_title {
    position: relative;
    cursor: pointer;
    padding: 12px 15px 15px 80px;
}

.main_job .job_wrap .job_item .job_title .job_number {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 36px;
    font-weight: 700;
    color: #0098D1;
    vertical-align: middle;
    line-height: 1;
}

.main_job .job_wrap .job_item .job_title .job_text_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24.4px;
    color: #333;
    float: left;
    margin-top: 10px;
    display: inline-block;
}

.main_job .job_wrap .job_item .job_title .job_text_title a {
    color: #333;
}

.main_job .job_wrap .job_item .job_title .job_text_title img {
    height: 24px;
    margin-left: 5px;
    vertical-align: bottom;
}

.main_job .job_wrap .job_item .job_title .job_date {
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    color: #333;
    float: right;
    text-align: center;
}

.main_job .job_wrap .job_item .job_title .job_date .status {
    font-size: 14px;
    font-weight: 500;
    line-height: 20.4px;
    padding: 5px 15px;
    text-align: center;
    margin-right: 15px;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.main_job .job_wrap .job_item .job_title .job_date span {
    display: block;
}

.main_job .job_wrap .job_item .job_title .job_date a:hover {
    color: #333;
}

.main_job .job_wrap .job_item .job_title .job_date .status.icon2 {
    color: #fff;
    background-color: #999;
}

.main_job .job_wrap .job_item .job_title .btn__ungtuyen {
    float: right;
    margin-top: 8px;
}

.main_job .job_wrap .job_item .job_title .btn__ungtuyen a {
    padding: 10px 20px;
    background-color: #0098D1;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.main_job .job_wrap .job_item .job_title:hover .job_text_title {
    color: #034EA1;
}

.main_job .job_wrap .job_item .job_content {
    display: none;
}

.main_job .job_wrap .job_item .job_content .job_text {
    font-size: 16px;
    font-weight: 300;
    padding-left: 80px;
}

.main_job .job_wrap .job_item .job_content .button-page {
    display: inline-block;
    padding: 8px 24px;
    text-decoration: none;
    color: #fff;
    background-color: #034EA1;
    margin: 0 0 30px;
    border: none;
    border-radius: 4px;
}

.main_job .job_wrap .job_item > .btn__ungtuyen {
    display: none;
}

#cv_form {
    top: 0;
}

#cv_form .modal-header {
    background: #034EA1;
}

#cv_form .modal-header h3 {
    font-size: 21px;
    color: #fff;
    margin: 0;
    text-align: center;
}

#cv_form .modal-header .close {
    filter: alpha(opacity=100);
    opacity: 1;
}

#cv_form .modal-header .close .hrv-close-modal {
    position: absolute;
    top: -10px;
    padding: 10px;
    right: -10px;
    line-height: 0px;
    text-align: center;
    border-radius: 50%;
    background: #000;
}

#cv_form .modal-header .close .hrv-close-modal:before {
    content: url("///0/0/global/design/theme-default/icon-delete.png");
}

#cv_form .modal-body h3 {
    color: #f72b3f;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 15px;
}

#cv_form .job_form_cv .col-left {
    width: 46%;
    float: left;
    margin-right: 4%;
    padding: 0;
}

#cv_form .job_form_cv .col-right {
    width: 50%;
    float: left;
    padding: 0;
}

#cv_form .job_form_cv .form-group {
    clear: both;
    position: relative;
}

#cv_form .job_form_cv .form-group label {
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    color: #000;
    margin: 0 0 10px;
    padding: 0;
    display: block;
    white-space: pre-wrap;
    line-height: inherit;
}

#cv_form .job_form_cv .form-group input[type="text"], #cv_form .job_form_cv .form-group textarea {
    padding: 5px;
    background: #fff;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#cv_form .job_form_cv .form-group textarea {
    height: 170px;
}

#cv_form .job_form_cv .form-group .required {
    color: #f72b3f;
}

#cv_form .job_form_cv .success_form {
    width: 100%;
    display: block;
    text-align: center;
    background: transparent;
    color: #f72b3f;
    border-color: #ccc;
}

#cv_form .job_form_cv .submit_form_cv {
    display: inline-block;
    padding: 8px 24px;
    text-decoration: none;
    color: #fff;
    background-color: #034EA1;
    margin: 0 0 30px;
    border: none;
    border-radius: 4px;
}

#cv_form .job_form_cv .fa.fa-exclamation-triangle {
    position: absolute;
    top: 30px;
    right: 10px;
    color: #f72b3f;
    width: 15px;
    height: 15px;
}

#cv_form .job_form_cv .error {
    margin-top: 15px;
    color: #f72b3f;
    display: inline-block;
    font-weight: bold;
}

/* Landing page SeaFood */
.ldp__seafood {
    background: #ebf7fd;
}

.ldp__seafood--banner img {
    width: 100%;
}

.ldp__seafood--services {
    padding-bottom: 50px;
}

.ldp__seafood .services__item {
    margin-top: 30px;
}

.ldp__seafood--product .product__grid {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ldp__seafood--product .banner {
    margin-bottom: 50px;
    border-radius: 14px;
}

.ldp__seafood--product .view-more {
    text-align: center;
    display: inline-block;
    background: #ff6600;
    border-radius: 11px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 160px;
    margin-bottom: 30px;
}

.ldp__seafood--product .view-more svg {
    width: 14px;
    height: 11px;
    margin-left: 10px;
}

.ldp__seafood--producttab {
    margin-top: 40px;
}

.ldp__seafood--producttab__title {
    margin-bottom: 70px;
}

.ldp__seafood--producttab--tabs {
    margin-bottom: 30px;
}

.ldp__seafood--producttab--tabs .tab-title {
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    background: #ededed;
    padding-top: 0px;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    cursor: pointer;
    padding-bottom: 15px;
}

.ldp__seafood--producttab--tabs .tab-title .img {
    margin-top: -25px;
    display: inline-block;
}

.ldp__seafood--producttab--tabs .tab-title .img-active {
    margin-top: -25px;
    display: none;
}

.ldp__seafood--producttab--tabs .tab-title span {
    font-size: 15px;
    display: block;
    margin-top: 15px;
    color: #444444;
}

.ldp__seafood--producttab--tabs .tab-title:hover, .ldp__seafood--producttab--tabs .tab-title.active {
    background: #2cbde5;
}

.ldp__seafood--producttab--tabs .tab-title:hover .img, .ldp__seafood--producttab--tabs .tab-title.active .img {
    display: none;
}

.ldp__seafood--producttab--tabs .tab-title:hover .img-active, .ldp__seafood--producttab--tabs .tab-title.active .img-active {
    display: inline-block;
}

.ldp__seafood--producttab--tabs .tab-title:hover span, .ldp__seafood--producttab--tabs .tab-title.active span {
    color: #fff;
}

.ldp__seafood--producttab--content .view-more2 {
    text-align: center;
    display: inline-block;
    border-radius: 11px;
    min-width: 200px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    color: #FFF;
    border: solid 1px transparent;
    border-radius: 10px;
    margin: 30px auto;
}

.ldp__seafood--producttab--content .view-more2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -2px;
    border-radius: inherit;
    background: -webkit-gradient(linear, to right, #5df5ff, #4eaeff);
    background: linear-gradient(to right, #5df5ff, #4eaeff);
}

.ldp__seafood--producttab--content .view-more2 span {
    background: #fff;
    position: relative;
    margin: 0;
    display: block;
    color: #009ad6;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .ldp__seafood--producttab--tabs {
        overflow-x: auto;
        padding-top: 50px;
        white-space: nowrap;
    }

    .ldp__seafood--producttab--tabs .tab-title {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (max-width: 767.98px) {
    .ldp__seafood--producttab__title {
        margin-bottom: 30px;
    }

    .ldp__seafood--producttab--tabs {
        overflow-x: auto;
        padding-top: 30px;
        white-space: nowrap;
    }

    .ldp__seafood--producttab--tabs .tab-title {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ldp__seafood--producttab--tabs .tab-title span {
        font-size: 12px;
    }

    .ldp__seafood--producttab--content .view-more2 span {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .ldp__seafood--services {
        padding-bottom: 15px;
    }

    .ldp__seafood--services .row {
        white-space: nowrap;
        margin: 0px 0px 12px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .ldp__seafood--services .row::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .ldp__seafood .services__item {
        margin-top: 15px;
    }

    .ldp__seafood--product .product__grid {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ldp__seafood--product .banner {
        margin-bottom: 15px;
    }

    .ldp__seafood--other .row {
        overflow: auto;
        white-space: nowrap;
        display: block;
    }

    .ldp__seafood--other .row::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .ldp__seafood--other .row [class*='col-'] {
        width: 170px;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        vertical-align: top;
        margin: 0px 15px 0px 0px;
    }

    .ldp__seafood--other .row .services__item {
        margin-top: 0;
    }
}

/* Landing page Sushi */
.ldp__sushi--banner img {
    width: 100%;
}

.ldp__sushi--category {
    padding-top: 70px;
}

.ldp__sushi--category .item {
    margin-right: 60px;
    text-align: center;
}

.ldp__sushi--category .item a {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    background: #e7e7e7;
    border-radius: 15px;
}

.ldp__sushi--category .item img {
    max-width: 70%;
    margin-top: -40px;
}

.ldp__sushi--category .item span {
    display: block;
    margin-top: 15px;
    color: #ff740d;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 5px;
}

.ldp__sushi--category .item:last-child {
    margin-right: 0;
}

.ldp__sushi--category .item a:hover {
    background: #ff740d;
}

.ldp__sushi--category .item a:hover span {
    color: #fff;
}

@media (max-width: 991.98px) {
    .ldp__sushi--category .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 60px;
    }

    .ldp__sushi--category .item img {
        max-width: 50%;
    }

    .ldp__sushi--category .item a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ldp__sushi--category .item span {
        font-size: 14px;
    }
}

.ldp__sushi--services {
    margin-top: 90px;
}

.ldp__sushi--services .item {
    padding: 0 15px;
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.ldp__sushi--services .item .bg {
    background: url(https://file./1000030244/file/asset_6_3x_16c3946f5b9542299e62e19ade43d164.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 10px;
    height: 100%;
}

.ldp__sushi--services .item .item--icon {
    width: 50%;
    margin-top: -40px;
    margin-bottom: 20px;
}

.ldp__sushi--services .item span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.ldp__sushi--services .item span:nth-child(2) {
    color: #0e5c77;
    margin-bottom: 5px;
    font-weight: 700;
}

.ldp__sushi--services .item span:nth-child(3) {
    color: #ef6200;
}

.ldp__sushi--services .item ul {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
}

.ldp__sushi--services .item ul li {
    padding: 5px;
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .ldp__sushi--services .item {
        padding: 0 5px;
    }

    .ldp__sushi--services .item .bg {
        background-size: 100%;
    }

    .ldp__sushi--services .item .item--icon {
        margin-top: -20px;
    }

    .ldp__sushi--services .item span {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ldp__sushi--services .item ul {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767.98px) {
    .ldp__sushi--services {
        margin-top: -30px;
    }

    .ldp__sushi--services--lists {
        white-space: nowrap;
        margin: 0px 0px 12px;
        overflow-x: auto;
        padding-top: 50px;
    }

    .ldp__sushi--services--lists::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .ldp__sushi--services .item {
        width: 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .ldp__sushi--services .item .bg {
        background-size: 100%;
    }

    .ldp__sushi--services .item span {
        white-space: break-spaces;
    }
}

.ldp__sushi--products__wrap {
    border: 2px solid #fff2d6;
    border-radius: 40px;
    margin-top: 150px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.ldp__sushi--products__title {
    margin-top: -120px;
    text-align: center;
}

.ldp__sushi--products__slider.owl-carousel {
    margin-top: 30px;
}

.ldp__sushi--products__slider.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #ff740d;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
}

.ldp__sushi--products__slider.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.ldp__sushi--products__slider.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

@media (max-width: 767.98px) {
    .ldp__sushi--products__wrap {
        border: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.ldp__sushi--products2 {
    margin-top: 30px;
}

.ldp__sushi--products2__title {
    margin-bottom: 30px;
    position: relative;
}

.ldp__sushi--products2__title:after {
    background: url(https://file./1000030244/file/asset_7_7fa27f7d0765497fbdb6b0e405598cb4.png) no-repeat top left;
    content: '';
    position: absolute;
    right: 0;
    height: 20px;
    width: calc(50% - 182px);
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

.ldp__sushi--products2__title:before {
    background: url(https://file./1000030244/file/asset_6_f04813c1404b430d88443d992fcc9fc5.png) no-repeat top right;
    content: '';
    position: absolute;
    left: 0;
    height: 20px;
    width: calc(50% - 182px);
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

.ldp__sushi--products2__title--wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 380px;
    position: relative;
    color: #FFF;
    border: solid 2px transparent;
    border-radius: 10px;
    margin: 0 auto;
}

.ldp__sushi--products2__title--wrap:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -5px;
    border-radius: inherit;
    background: -webkit-gradient(linear, to right, #cc9966, #ffd7a1, #fff2d7);
    background: linear-gradient(to right, #cc9966, #ffd7a1, #fff2d7);
    box-shadow: 0 0 5px 0 rgba(86, 35, 0, 0.75);
}

.ldp__sushi--products2__title--wrap span {
    background: #ff740d;
    position: relative;
    margin: 0;
    display: block;
    border-radius: 10px;
    padding: 5px 10px;
    width: 100%;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.ldp__sushi--products2 .view-more {
    text-align: center;
    display: inline-block;
    border-radius: 11px;
    color: #ff6600;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 200px;
    margin-bottom: 30px;
    border: 1px solid #ff6600;
    font-weight: 700;
    font-size: 16px;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .ldp__sushi--products2__title--wrap {
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        width: auto;
    }

    .ldp__sushi--products2__title--wrap:before {
        width: calc(50% + 10px);
        margin: -5px auto;
    }

    .ldp__sushi--products2__title--wrap span {
        font-size: 24px;
        width: 50%;
    }

    .ldp__sushi--products2__title:before, .ldp__sushi--products2__title:after {
        width: calc(50% - 23%);
    }
}

.ldp__sushi--producttab {
    margin-top: 40px;
}

.ldp__sushi--producttab__title {
    margin-bottom: 70px;
}

.ldp__sushi--producttab--tabs {
    margin-bottom: 30px;
}

.ldp__sushi--producttab--tabs .tab-title {
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    background: #ededed;
    padding-top: 0px;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    cursor: pointer;
    padding-bottom: 15px;
}

.ldp__sushi--producttab--tabs .tab-title .img {
    margin-top: -25px;
    display: inline-block;
}

.ldp__sushi--producttab--tabs .tab-title .img-active {
    margin-top: -25px;
    display: none;
}

.ldp__sushi--producttab--tabs .tab-title span {
    font-size: 15px;
    display: block;
    margin-top: 15px;
    color: #444444;
}

.ldp__sushi--producttab--tabs .tab-title:hover, .ldp__sushi--producttab--tabs .tab-title.active {
    background: #2cbde5;
}

.ldp__sushi--producttab--tabs .tab-title:hover .img, .ldp__sushi--producttab--tabs .tab-title.active .img {
    display: none;
}

.ldp__sushi--producttab--tabs .tab-title:hover .img-active, .ldp__sushi--producttab--tabs .tab-title.active .img-active {
    display: inline-block;
}

.ldp__sushi--producttab--tabs .tab-title:hover span, .ldp__sushi--producttab--tabs .tab-title.active span {
    color: #fff;
}

.ldp__sushi--producttab--content .view-more {
    text-align: center;
    display: inline-block;
    border-radius: 11px;
    min-width: 200px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    color: #FFF;
    border: solid 1px transparent;
    border-radius: 10px;
    margin: 30px auto;
}

.ldp__sushi--producttab--content .view-more:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -2px;
    border-radius: inherit;
    background: -webkit-gradient(linear, to right, #5df5ff, #4eaeff);
    background: linear-gradient(to right, #5df5ff, #4eaeff);
}

.ldp__sushi--producttab--content .view-more span {
    background: #fff;
    position: relative;
    margin: 0;
    display: block;
    color: #009ad6;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .ldp__sushi--producttab--tabs {
        overflow-x: auto;
        padding-top: 50px;
        white-space: nowrap;
    }

    .ldp__sushi--producttab--tabs .tab-title {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (max-width: 767.98px) {
    .ldp__sushi--producttab__title {
        margin-bottom: 30px;
    }

    .ldp__sushi--producttab--tabs {
        overflow-x: auto;
        padding-top: 30px;
        white-space: nowrap;
    }

    .ldp__sushi--producttab--tabs .tab-title {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ldp__sushi--producttab--tabs .tab-title span {
        font-size: 12px;
    }

    .ldp__sushi--producttab--content .view-more span {
        font-size: 16px;
    }
}

.ldp__sushi--promotion {
    margin-top: 30px;
}

.ldp__sushi--promotion__title {
    margin-bottom: 30px;
}

.het-hang-wrap {
    width: 100%;
}

.het-hang {
    background: #949494;
    padding: 9px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    align-items: center;
    display: inline-flex;
}

.het-hang:hover {
    color: #fff;
}

.het-hang svg {
    width: 35px;
    margin-right: 10px;
}

.het-hang span {
    width: calc(100% - 45px);
}

/* Feedback */
.news-laste-item {
    background: #fff;
    border-radius: 4px;
    border: none;
    padding: 8px 8px 10px 8px;
    position: relative;
    margin: 5px 0 10px 0;
}

.news-laste-item .blog-news-title {
    position: absolute;
    background: #ff7200;
    color: #fff;
    top: -2%;
    left: 8%;
    right: 8%;
    border-radius: 0 0 4px 4px;
}

.news-laste-item .blog-news-title:before {
    border-bottom: 8px solid #622c00;
    border-left: 5px solid transparent;
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
}

.news-laste-item .blog-news-title:after {
    border-bottom: 8px solid #622c00;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
}

.news-laste-item .blog-news-title h3 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 7px;
}

.news-laste-item .blog-news-address {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.news-laste-item .blog-news-address svg {
    color: #FF7200;
    margin-right: 5px;
}

.news-laste-item .post-thumb {
    position: static;
    padding-bottom: 5px;
}

.news-laste-item p {
    margin: 10px 0 0 10px;
}

.main-product-khph {
    border: 2px solid #0089c9;
    padding-bottom: 20px;
}

.main-product-khph .cate-product-khph {
    margin: 10px 0 10px 0;
    background: #fff;
    border-bottom: none;
    padding: 0 3% 10px 3%;
}

.main-product-khph .cate-product-khph .col10 {
    border-bottom: 1px solid #00AEEF;
    padding: 0;
}

.main-product-khph .cate-product-khph .location-article {
    background: transparent;
    color: #ff7200;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 10px;
    padding: 0;
    line-height: 35px;
    width: 100%;
    display: block;
    margin-right: 3%;
}

.main-product-khph .cate-product-khph .location-article svg {
    color: #FF7200;
    margin-right: 5px;
}

.main-product-khph .cate-product-khph h1.article.title-r {
    background: transparent;
    color: #ff7200 !important;
    text-transform: capitalize;
    font-size: 30px;
    margin-top: 10px;
    padding: 0;
}

.fancybox-skin {
    background: url(//theme./1000030244/1000730923/14/bg_pop.jpg?v=6607);
}

/* Landing page Trung Thu */
.header-trungthu {
    background-image: linear-gradient(to right, #b02431 0%, #ad1022 30%, #a80018 56%, #c22122 73%, #c42025 100%);
}

.header-trungthu .header__bottom {
    background-image: linear-gradient(to right, #b02431 0%, #ad1022 30%, #a80018 56%, #c22122 73%, #c42025 100%);
}

.header-trungthu nav {
    background-image: linear-gradient(to right, #b02431 0%, #ad1022 30%, #a80018 56%, #c22122 73%, #c42025 100%);
}

.header-trungthu .DHS__sidebarMenu--title {
    background-image: linear-gradient(to right, #b02431 0%, #ad1022 30%, #a80018 56%, #c22122 73%, #c42025 100%);
}

.ldp__tet--banner.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 32px;
    color: #e23800;
    line-height: 20px;
}

.ldp__tet--banner.owl-carousel .owl-nav button.owl-next {
    right: 30px;
    background: #fff;
    font-size: 32px;
    color: #e23800;
    line-height: 20px;
}

.ldp__tet--banner.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
    background: #fff;
    font-size: 32px;
    color: #e23800;
    line-height: 20px;
}

.ldp__tet--banner img {
    width: 100%;
}

.ldp__tet--banner .item {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

@media (max-width: 767.98px) {
    .ldp__tet--banner .item {
        background-image: none !important;
        height: auto;
    }
}

.ldp__tet--services {
    background: url(https://file./1000030244/file/asset-1_2x_9f6ec3a5ca5247f5a5d783809f951dc2.jpg) no-repeat #fff7e1;
    background-size: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.ldp__tet--services__wrap {
    margin-top: 60px;
}

.ldp__tet--services__item {
    text-align: center;
    position: relative;
    margin-bottom: 45px;
    min-height: 200px;
}

@media (max-width: 767.98px) {
    .ldp__tet--services {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ldp__tet--services__wrap {
        margin-top: 20px;
    }

    .ldp__tet--services__item {
        margin-bottom: 15px;
        min-height: inherit;
    }
}

.ldp__tet--bg-wrap {
    background: url(https://file./1000030244/file/asset_15_2x_2417937b431f499697a8d1b94892eeef.png), url(https://file./1000030244/file/asset_16_2x_d7be2c79ccd94c5a8844735c970f2585.png), url(https://file./1000030244/file/asset_16_2x_d7be2c79ccd94c5a8844735c970f2585.png);
    background-repeat: no-repeat, no-repeat;
    background-position: calc(100% + 30px) 10%, -286px 50%, calc(100% + 286px) 90%;
    background-size: 75px, 572px, 572px;
}

.ldp__tet--combo {
    padding: 30px 0 0;
}

.ldp__tet--combo-wrap {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .ldp__tet--combo-wrap {
        margin-top: 30px;
    }
}

.ldp__tet--combo .combo-item-col {
    margin-bottom: 20px;
    background: #fff;
}

.ldp__tet--combo .combo-item {
    border: 2px solid #e82225;
    border-radius: 24px;
    background-size: 100%;
    position: relative;
    margin-bottom: 40px;
    background: #fff;
}

.ldp__tet--combo .combo-item .combo-img {
    max-width: 70%;
    margin: 0 auto;
    padding: 40px 40px 120px;
}

.ldp__tet--combo .combo-item .combo-detail {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: calc(100% + 2px);
    display: flex;
}

.ldp__tet--combo .combo-item .combo-detail h3 {
    width: 70%;
    font-family: 'SFU Futura';
    text-transform: uppercase;
    text-align: left;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0;
    margin-left: -30px;
    position: relative;
}

.ldp__tet--combo .combo-item .combo-detail h3 a {
    color: #fff;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    padding: 15px 100px 15px 40px;
}

.ldp__tet--combo .combo-item .combo-detail .combo-price {
    width: calc(30% + 30px);
}

.ldp__tet--combo .combo-item .combo-detail .combo-price img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}

.ldp__tet--combo .combo-item .combo-detail .combo-price .combo-price-wrap {
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    height: 100%;
    color: #ffd368;
    display: flex;
    bottom: 25px;
    text-align: center;
    width: 50%;
    align-items: center;
    font-size: 36px;
    font-family: 'SFU Futura';
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
    justify-content: center;
    padding-left: 75px;
}

.ldp__tet--combo .combo-item .combo-detail .combo-price .combo-price-wrap span:nth-child(2) {
    color: #fff;
    font-family: 'SFU Futura';
    font-weight: 400;
    font-size: 30px;
    text-transform: initial;
    display: block;
    width: 100%;
    margin-top: -20px;
}

@media (max-width: 767px) {
    .ldp__tet--combo-wrap {
        margin-top: 30px;
    }
}

.ldp__tet--collection {
    padding-top: 30px;
}

.ldp__tet--collection .product__grid {
    margin-top: 60px;
}

.ldp__tet--collection .view-more {
    text-align: center;
    display: inline-block;
    background: #c42025;
    border-radius: 11px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 160px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
}

.ldp__tet--collection .view-more svg {
    width: 14px;
    height: 11px;
    margin-left: 10px;
}

.ldp__tet--collection .view-more2 {
    text-align: center;
    display: inline-block;
    background: #c42025;
    border-radius: 11px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 160px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
}

.ldp__tet--collection .view-more2 svg {
    width: 14px;
    height: 11px;
    margin-left: 10px;
}

@media (max-width: 767.98px) {
    .ldp__tet--collection .product__grid {
        margin-top: 30px;
    }
}

.ldp__tet--bg-banner {
    background: #ffc32b;
    background: url(https://file./1000030244/file/asset_32_2x_7b486b4a88ea4dd09fe33e271987b69a.png);
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.ldp__tet--bg-banner-wrap {
    max-width: 80%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .ldp__tet--bg-banner {
        padding: 30px 0;
    }
}

.ldp__tet--contact {
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    background: url(https://file./1000030244/file/asset_13_2x_d0dbb782c6744d65ba391f5d16f507c7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.ldp__tet--contact .hotline {
    text-align: center;
    padding-right: 30px;
    padding-top: 20px;
    line-height: 41px;
    padding-bottom: 10px;
    margin: 0;
    position: relative;
}

.ldp__tet--contact .chat {
    text-align: center;
    padding-right: 30px;
    padding-top: 20px;
    line-height: 41px;
    padding-bottom: 10px;
    margin: 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .ldp__tet--contact .hotline, .ldp__tet--contact .chat {
        padding-right: 0;
    }
}

#chietkhau.modal {
    text-align: center;
    padding: 0 !important;
}

#chietkhau.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#chietkhau .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#chietkhau .modal-dialog .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
    border: 0;
}

#chietkhau .modal-dialog .modal-body {
    background: #ffdc97;
    border-radius: 20px;
    padding: 0;
}

#chietkhau .modal-dialog .modal-body .chietkhau-table button {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    color: #7b170f;
    font-weight: 700;
    font-size: 29px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    opacity: 1;
    position: absolute;
    top: 25px;
    right: 25px;
}

#chietkhau .modal-dialog .modal-body table tr th, #chietkhau .modal-dialog .modal-body table tr td {
    text-align: center;
    color: #010101;
    padding: 9px 15px;
    font-size: 16px;
}

#chietkhau .modal-dialog .modal-body table tr th {
    font-family: 'GeoSlab703-Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
}

#chietkhau .modal-dialog .modal-body table tr td {
    border-bottom: 1px solid #4d4d4d;
    font-style: italic;
}

@media (max-width: 767.98px) {
    #chietkhau .modal-dialog .modal-body .chietkhau-table {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
}

.grecaptcha-badge {
    display: none;
}

.social {
    margin-top: 15px;
}

.social .fb-share-button {
    display: inline-block;
    vertical-align: middle;
}

.social .zalo-share-button {
    vertical-align: middle;
}

.snow-canvas {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: fixed;
    pointer-events: none;
}

#onAppWishList_btn_wishlist {
    vertical-align: middle;
}

#onAppWishList_btn_wishlist button, #onAppWishList_btn_wishlist button:focus {
    border: 0;
    padding: 0;
    border-radius: 22px;
    box-shadow: rgba(47, 83, 151, 0.1) 0px 2px 6px 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin-left: 12px;
    cursor: pointer;
    background: white;
    width: 45px;
    height: 45px;
}

.wishlist-success {
    position: fixed;
    left: 50%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    top: 50%;
    max-width: 400px;
    min-width: 100px;
    background-color: rgba(208, 238, 251, 0.95);
    transition-duration: 0.2s;
    border-radius: 15px;
    padding: 16px;
    text-align: center;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
}

.wishlist-success-icon {
    width: 40px;
    margin: 0px 0px 8px;
}

#startbap_product_reviews {
    margin-bottom: 30px;
}

.starbaprv-preview-badge--with-link {
    cursor: pointer;
}

.starbap-prev-badge .starbap-star > i.fa {
    font-size: 20px;
}

.starbap-prev-badge .starbap-prev-badgetext {
    font-size: 18px;
}

.header-kitchen {
    background: #ff7f00;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.header-kitchen .logo {
    max-height: 80px;
}

.ldp__haisansot--banner.owl-carousel .owl-item img {
    width: 100%;
}

.ldp__haisansot--banner.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 32px;
    color: #e23800;
    line-height: 20px;
}

.ldp__haisansot--banner.owl-carousel .owl-nav button.owl-next {
    right: 30px;
}

.ldp__haisansot--banner.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
}

.ldp__haisansot--banner .item {
    position: relative;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .ldp__haisansot--banner .item {
        background-image: none !important;
        height: auto;
    }
}

.ldp__haisansot--services {
    background: url(https://file./1000030244/file/tieu_2dbdadb931ea471080c4f084491f6597.png), url(https://file./1000030244/file/ot_8e444996e9224d78bb97a69c61104fd1.png);
    padding-top: 20px;
    background-size: 200px, 400px;
    background-position: -45px 135px, right 50%;
    background-repeat: no-repeat;
    position: relative;
}

.ldp__haisansot--services img {
    width: 100%;
}

.ldp__haisansot--services:before {
    position: absolute;
    content: '';
    background: url(https://file./1000030244/file/toi_2e01a11cc9774960b17161f968193299.png);
    padding-top: 20px;
    background-size: 150px;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 999;
    top: -30px;
    right: 0;
    width: 150px;
    height: 150px;
}

.ldp__haisansot--services:after {
    position: absolute;
    content: '';
    background: url(https://file./1000030244/file/hanh_07009b59fac9433b8c3fb375753e99f5.png);
    padding-top: 20px;
    background-size: 200px;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
}

.ldp__haisansot--services__wrap {
    max-width: 75%;
    margin: 30px auto 0;
}

.ldp__haisansot--services__item {
    text-align: center;
    position: relative;
    margin-bottom: 45px;
}

.ldp__haisansot--services__item .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.ldp__haisansot--services__item .text span {
    display: block;
    font-weight: 700;
    font-size: 40px;
    color: #ff6700;
}

.ldp__haisansot--services__item .text span span {
    font-family: 'SVN-Sign Painter House Script';
    font-weight: 400;
    font-size: 40px;
    color: #490000;
}

@media (max-width: 767.98px) {
    .ldp__haisansot--services {
        background-size: 120px, 120px;
        background-position: -45px 50px, right 50%;
    }

    .ldp__haisansot--services__wrap {
        margin-top: 10px;
        max-width: 90%;
    }

    .ldp__haisansot--services:before {
        width: 60px;
        height: 60px;
        background-size: 60px;
    }

    .ldp__haisansot--services:after {
        width: 80px;
        height: 80px;
        background-size: 80px;
    }

    .ldp__haisansot--services__item {
        margin-bottom: 15px;
        min-height: inherit;
    }

    .ldp__haisansot--services__item img {
        max-width: 90%;
    }

    .ldp__haisansot--services__item .text span {
        font-size: 12px;
    }

    .ldp__haisansot--services__item .text span span {
        font-size: 12px;
    }
}

.ldp__haisansot--products .bg-products {
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    margin-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 40px;
}

.ldp__haisansot--products .bg-products.lazyloaded {
    background: url(https://file./1000030244/file/asset_5_dce599f2fb0648cfb0e97e02e8f43113.png);
}

.ldp__haisansot--products__item .product__item--title {
    font-size: 1.42857em;
    text-align: center;
}

.ldp__haisansot--products__item .product__item--price {
    text-align: center;
}

.ldp__haisansot--products__item .product__item--price .product__item--price--normal {
    font-weight: normal;
    font-size: 1.57143em;
}

.ldp__haisansot--products__item .product__item--action button {
    max-width: 70%;
    padding: 0.90909em;
    margin: 0 auto;
    background: #ff2400;
    border-radius: 30px;
}

.ldp__haisansot--products__item .product__item--combo-title {
    border: 1px solid #af4b00;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #848484;
    cursor: pointer;
}

.ldp__haisansot--products__item .product__item--combo-title i {
    background: #ff5500;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.ldp__haisansot--products__item .product__item--combo-title.active {
    background: #fff;
    border: 1px solid #e8e8e8;
}

.ldp__haisansot--products__item .product__item--combo-title.active i {
    transform: rotate(180deg);
    transition: all 0.5s ease;
}

.ldp__haisansot--products__item .list.style-list {
    background: #fff;
    padding: 20px 10px;
    position: absolute;
    top: 100%;
    z-index: 99;
    left: 0;
    width: 100%;
    display: none;
    border: 1px solid #e8e8e8;
}

.ldp__haisansot--products__item .list.style-list .recommend-item {
    width: 50%;
    padding-left: 6px;
    margin-bottom: 10px;
}

.ldp__haisansot--products__item .list.style-list .recommend-item .image {
    width: 46px;
    height: 46px;
    margin-left: 5px;
    border: 1px solid #b2b2b2;
    padding: 5px;
    border-radius: 5px;
}

.ldp__haisansot--products__item .list.style-list .recommend-item .name {
    margin-left: 5px;
    width: calc(100% - 59px);
    font-size: 10px;
}

.ldp__haisansot--products__item .list.style-list .recommend-item .name h3 {
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 5px;
    word-break: break-word;
}

.ldp__haisansot--products__item .list.style-list .recommend-item .name .price {
    font-size: 10px;
}

.ldp__haisansot--products__item .list.style-list .recommend-item .checkbox-wrap {
    width: 13px;
}

@media (max-width: 1360px) and (min-width: 1200px) {
    .ldp__haisansot--products__item .list.style-list .recommend-item {
        width: 100%;
    }
}

.ldp__haisansot--products__item .product__item--combo-shopping {
    position: relative;
}

.ldp__haisansot--products__item .recommend-btn {
    text-align: center;
}

.ldp__haisansot--products__item .recommend-btn button {
    width: 70%;
    display: inline-block;
    padding: 0.90909em;
    margin: 0 auto;
    background: #ff2400;
    border-radius: 30px;
    border: 0;
    color: #fff;
}

.ldp__haisansot--products .view-more {
    text-align: center;
    display: inline-block;
    background: #ff2400;
    border-radius: 11px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 160px;
    margin-bottom: 30px;
}

.ldp__haisansot--products .view-more svg {
    width: 14px;
    height: 11px;
    margin-left: 10px;
}

@media (max-width: 767.98px) {
    .ldp__haisansot--products {
        /*.slider--row {
			white-space: nowrap;
			margin: 0px 0px 12px;
			[class*='col-'] {
			width: 250px;
			display: inline-block;
			padding-left: 0;
			padding-right: 0;
			vertical-align: top;
			margin: 0px 12px 0px 0px;
		}
		}*/
    }

    .ldp__haisansot--products__title {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 36px;
        padding-right: 36px;
        font-size: 26px;
        margin: 0;
    }

    .ldp__haisansot--products__wrap {
        margin-bottom: 30px;
    }

    .ldp__haisansot--products .bg-products {
        border-radius: 0;
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .ldp__haisansot--products__item .product__item--title {
        font-size: 1em;
    }

    .ldp__haisansot--products__item .list.style-list {
        padding: 10px 5px;
    }

    .ldp__haisansot--products__item .list.style-list .recommend-item {
        width: 100%;
    }

    .ldp__haisansot--products__item .product__item--combo-title {
        font-size: 0.85714em;
        padding: 0.83333em 0.41667em;
    }

    .ldp__haisansot--products__item .product__item--combo-title i {
        font-size: 0.83333em;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8em;
        margin-left: 1em;
    }
}

@media (min-width: 768px) {
    .ldp__haisansot--products .slider--row {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }
}

.ldp__haisansot--tabs-wrap {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ldp__haisansot--tabs-wrap.lazyloaded {
    background: url(https://file./1000030244/file/asset_9-100_d0b5e8ce8bd9444194b641945b6ddea9.jpg);
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-header {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-header-item {
    width: 20%;
    text-align: center;
    padding-bottom: 15px;
    cursor: pointer;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-header-item__img {
    padding: 15px 30px;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-header-item__info {
    margin-top: 10px;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-header-item__info h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-header-item__info--price {
    color: #129fd8;
    font-size: 21px;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-header-item__info--action {
    max-width: 60%;
    margin: 0 auto;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-header-item__info--action button {
    border: 0;
    background: #ff2400;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    padding: 7px;
    width: 100%;
    text-align: center;
    box-shadow: none;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-header-item.active {
    background: #fff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-content {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background: #fff;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-content h3 {
    font-weight: normal;
    font-size: 22px;
    color: #848484;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-content-product-list {
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-content-product-list .owl-nav button {
    background: #ff5500;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    line-height: 20px;
    font-size: 26px;
    position: absolute;
    top: 50%;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-content-product-list .owl-nav button.owl-next {
    right: -50px;
}

.ldp__haisansot--tabs-wrap .tabs-wrap .tabs-content-product-list .owl-nav button.owl-prev {
    left: -50px;
}

.ldp__haisansot--tabs-wrap .tab2 {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .ldp__haisansot--tabs-wrap .tabs-wrap .tabs-header {
        white-space: nowrap;
        overflow-x: auto;
        display: block;
    }

    .ldp__haisansot--tabs-wrap .tabs-wrap .tabs-header-item {
        width: 250px;
        display: inline-block;
    }

    .ldp__haisansot--tabs-wrap .tabs-wrap .tabs-header::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .ldp__haisansot--tabs-wrap .tabs-wrap .tabs-content {
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0;
        margin-top: -1px;
    }

    .ldp__haisansot--tabs-wrap .tabs-wrap .tabs-content h3 {
        font-size: 14px;
    }

    .ldp__haisansot--tabs-wrap .tabs-wrap .tabs-content-product-list {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        margin: 0;
    }

    .ldp__haisansot--tabs-wrap .tabs-wrap .tabs-content-product-list .product__item {
        vertical-align: top;
        width: 150px;
        display: inline-block;
        margin: 0px 15px 0px 0px;
    }

    .ldp__haisansot--tabs-wrap .tabs-wrap .tabs-content-product-list::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .ldp__haisansot--tabs .product__item--info {
        padding-left: 0em;
        padding-right: 0em;
    }
}

.ldp__haisansot--promotion {
    margin-top: 30px;
}

.ldp__haisansot--promotion__title {
    margin-bottom: 30px;
}

.ldp__haisansot--promotion__lists.owl-carousel .owl-nav button {
    background: #ff5500;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    line-height: 20px;
    font-size: 26px;
    position: absolute;
    top: 50%;
}

.ldp__haisansot--promotion__lists.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.ldp__haisansot--promotion__lists.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

@media (max-width: 767.98px) {
    .ldp__haisansot--promotion__lists.owl-carousel {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }

    .ldp__haisansot--promotion__lists.owl-carousel .item {
        display: inline-block;
        width: 250px;
    }

    .ldp__haisansot--promotion__lists.owl-carousel::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.ldp__haisansot--contact {
    margin-top: 60px;
    margin-bottom: 60px;
}

.ldp__haisansot--contact p {
    text-align: center;
}

.view-more2 {
    text-align: center;
    display: inline-block;
    background: #ff2400;
    border-radius: 11px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 160px;
    margin-bottom: 30px;
}

.view-more2 svg {
    width: 14px;
    height: 11px;
    margin-left: 10px;
}

.view-more2:hover {
    color: #fff;
}

.view-more2:focus {
    color: #fff;
}

.ldp__haisansot2 {
    background: #fff3e8;
}

.ldp__haisansot2--flashsale {
    margin-top: 30px;
}

.ldp__haisansot2--flashsale__wrap {
    background: #fff;
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-header {
    text-align: center;
    padding: 16px;
    border-bottom: 1px solid #f4f4f4;
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-header .img {
    color: #333;
    font-size: 18px;
    margin-bottoM: 10px;
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-header .flashsale-countdown {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #787878;
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-header .flashsale-countdown > div {
    display: inline-block;
    margin-right: 15px;
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-header .flashsale-countdown > div span:first-child {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    width: 60px;
    height: 60px;
    background-color: #ff424e;
    border-radius: 4px;
    color: white;
    display: block;
    line-height: 60px;
    margin-bottom: 5px;
    border-radius: 8px;
    background: #A50D1A;
}

@media (max-width: 767px) {
    .ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-header .flashsale-countdown > div span:first-child {
        width: 40px;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-body {
    display: flex;
    flex-wrap: wrap;
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-body .ldp__haisansot2--flasshsale__slide {
    width: 50%;
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-body .ldp__haisansot2--flasshsale__slide .d-flex-owl:not(.owl-loaded) {
    justify-content: center;
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-body .ldp__haisansot2--flasshsale__slide .d-flex-owl:not(.owl-loaded) .item {
    width: 50%;
}

@media (max-width: 767px) {
    .ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-body .ldp__haisansot2--flasshsale__slide .d-flex-owl:not(.owl-loaded) .item {
        width: 100%;
    }
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-body .ldp__haisansot2--flasshsale__slide .product__item {
    padding: 0.57143em;
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-body .ldp__haisansot2--flasshsale__slide .product__item--title {
    font-size: 18px;
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-body .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1bb7ed;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-body .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-body .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-body .ldp__haisansot2--flasshsale__thele {
    width: 50%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}

@media (max-width: 767px) {
    .ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-body .ldp__haisansot2--flasshsale__slide {
        width: 100%;
    }

    .ldp__haisansot2--flashsale__wrap .ldp__haisansot2--flashsale-body .ldp__haisansot2--flasshsale__thele {
        width: 100%;
        border-top: 1px solid #f4f4f4;
        border-bottom: 10px solid #fff3e8;
    }
}

.ldp__haisansot2--producttop {
    margin-top: 40px;
}

.ldp__haisansot2--producttop .owl-carousel {
    display: none;
}

.ldp__haisansot2--video {
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .ldp__haisansot2--video iframe {
        height: 300px;
    }
}

.ldp__haisansot2--services {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .ldp__haisansot2--services .row {
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 767.98px) {
    .ldp__haisansot2--services .services__item {
        min-height: inherit;
    }

    .ldp__haisansot2--services .row {
        white-space: nowrap;
        margin: 0px 0px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .ldp__haisansot2--services .row [class^="col"] {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .ldp__haisansot2--services .row::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.ldp__haisansot2 .tabs-content-product-list-2.owl-carousel .owl-nav button {
    background: #ff5500;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    line-height: 20px;
    font-size: 26px;
    position: absolute;
    top: 30%;
}

.ldp__haisansot2 .tabs-content-product-list-2.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.ldp__haisansot2 .tabs-content-product-list-2.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

@media (max-width: 767.98px) {
    .ldp__haisansot2 .tabs-content-product-list-2.owl-carousel {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        margin: 0;
    }

    .ldp__haisansot2 .tabs-content-product-list-2.owl-carousel .product__item {
        vertical-align: top;
        width: 150px;
        display: inline-block;
        margin: 0px 15px 0px 0px;
    }

    .ldp__haisansot2 .tabs-content-product-list-2.owl-carousel::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.ldp__haisansot2--products__title {
    margin: 60px 0;
}

.ldp__haisansot2--products--title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ldp__haisansot2--products--title .view__more {
    color: #ff6600;
    font-size: 16px;
    font-weight: normal;
}

.ldp__haisansot2--products--title .view__more svg {
    fill: #ff6600;
    width: 10px;
    height: 10px;
}

@media (max-width: 575.98px) {
    .ldp__haisansot2--products--title {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .ldp__haisansot2--products__title {
        margin: 30px 0;
    }
}

.ldp__haisansot2--products2 .ldp__haisansot2--products__title {
    margin: 60px 0;
}

.ldp__haisansot2--products2 .ldp__haisansot2--products__title img:nth-child(2) {
    margin-top: 25px;
}

.ldp__haisansot2--blogs__title {
    margin-top: 60px;
    margin-bottom: 10px;
}

.ldp__haisansot2--blogs .blog__wrap.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1bb7ed;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
}

.ldp__haisansot2--blogs .blog__wrap.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.ldp__haisansot2--blogs .blog__wrap.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.ldp__yoweekend {
    background: #ffffff;
}

.home__cart {
    padding-top: 10px;
}

.home__cart--title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home__cart--title .view__more {
    color: #ff6600;
    font-size: 16px;
    font-weight: normal;
}

.home__cart--title .view__more svg {
    fill: #ff6600;
    width: 10px;
    height: 10px;
}

@media (max-width: 575.98px) {
    .home__cart--title {
        font-size: 18px;
    }
}

.home__cart--slider.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: #e23800;
    line-height: 20px;
}

.home__cart--slider.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.home__cart--slider.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.ldp__khnew--banner.owl-carousel .owl-item img {
    width: 100%;
}

.ldp__khnew--banner.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 32px;
    color: #e23800;
    line-height: 20px;
}

.ldp__khnew--banner.owl-carousel .owl-nav button.owl-next {
    right: 30px;
}

.ldp__khnew--banner.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
}

.ldp__khnew--banner .item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 767.98px) {
    .ldp__khnew--banner .item {
        background-image: none !important;
        height: auto;
    }
}

.ldp__khnew--nav {
    margin-top: 30px;
}

.ldp__khnew--nav ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9.6px 0px;
    background: #2cbde5;
}

.ldp__khnew--nav ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    height: 70px;
}

.ldp__khnew--nav ul li a {
    padding: 0 10px;
    font-size: 14px;
    height: 70px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    color: #fff;
}

.ldp__khnew--nav ul li a img {
    max-height: 35px;
}

.ldp__khnew--nav ul li a span {
    display: block;
    width: 100%;
    text-align: center;
}

.ldp__khnew--nav ul li.active {
    background: #2e9ed5;
}

.ldp__khnew--nav ul li.active a {
    color: #fff;
}

.ldp__khnew--nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    margin-top: 0;
    background: #2cbde5;
    padding: 0;
}

@media (max-width: 767.98px) {
    .ldp__khnew--nav ul {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .ldp__khnew--nav ul li {
        display: inline-block;
        min-width: 90px;
        width: auto;
    }
}

.ldp__khnew--video {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .ldp__khnew--video iframe {
        height: 300px;
    }
}

.ldp__khnew--bannervoucher {
    padding: 30px 0;
}

.ldp__khnew--products__title {
    margin: 30px 0;
}

.ldp__khnew--products--title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ldp__khnew--products--title .view__more {
    color: #ff6600;
    font-size: 16px;
    font-weight: normal;
}

.ldp__khnew--products--title .view__more svg {
    fill: #ff6600;
    width: 10px;
    height: 10px;
}

@media (max-width: 575.98px) {
    .ldp__khnew--products--title {
        font-size: 18px;
    }
}

.ldp__khnew--products .bg-products {
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    margin-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 40px;
}

.ldp__khnew--products .bg-products.lazyloaded {
    background: url(https://file./1000030244/file/asset_5_dce599f2fb0648cfb0e97e02e8f43113.png);
}

.ldp__khnew--products__item .product__item--title {
    font-size: 1.42857em;
    text-align: center;
}

.ldp__khnew--products__item .product__item--price {
    text-align: center;
}

.ldp__khnew--products__item .product__item--price .product__item--price--normal {
    font-weight: normal;
    font-size: 1.57143em;
}

.ldp__khnew--products__item .product__item--action button {
    max-width: 70%;
    padding: 0.90909em;
    margin: 0 auto;
    background: #ff2400;
    border-radius: 30px;
}

.ldp__khnew--products__item .product__item--combo-title {
    border: 1px solid #af4b00;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #848484;
    cursor: pointer;
}

.ldp__khnew--products__item .product__item--combo-title i {
    background: #ff5500;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.ldp__khnew--products__item .product__item--combo-title.active {
    background: #fff;
    border: 1px solid #e8e8e8;
}

.ldp__khnew--products__item .product__item--combo-title.active i {
    transform: rotate(180deg);
    transition: all 0.5s ease;
}

.ldp__khnew--products__item .list.style-list {
    background: #fff;
    padding: 20px 10px;
    position: absolute;
    top: 100%;
    z-index: 99;
    left: 0;
    width: 100%;
    display: none;
    border: 1px solid #e8e8e8;
}

.ldp__khnew--products__item .list.style-list .recommend-item {
    width: 50%;
    padding-left: 6px;
    margin-bottom: 10px;
}

.ldp__khnew--products__item .list.style-list .recommend-item .image {
    width: 46px;
    height: 46px;
    margin-left: 5px;
    border: 1px solid #b2b2b2;
    padding: 5px;
    border-radius: 5px;
}

.ldp__khnew--products__item .list.style-list .recommend-item .name {
    margin-left: 5px;
    width: calc(100% - 59px);
    font-size: 10px;
}

.ldp__khnew--products__item .list.style-list .recommend-item .name h3 {
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 5px;
    word-break: break-word;
}

.ldp__khnew--products__item .list.style-list .recommend-item .name .price {
    font-size: 10px;
}

.ldp__khnew--products__item .list.style-list .recommend-item .checkbox-wrap {
    width: 13px;
}

@media (max-width: 1360px) and (min-width: 1200px) {
    .ldp__khnew--products__item .list.style-list .recommend-item {
        width: 100%;
    }
}

.ldp__khnew--products__item .product__item--combo-shopping {
    position: relative;
}

.ldp__khnew--products__item .recommend-btn {
    text-align: center;
}

.ldp__khnew--products__item .recommend-btn button {
    width: 70%;
    display: inline-block;
    padding: 0.90909em;
    margin: 0 auto;
    background: #ff2400;
    border-radius: 30px;
    border: 0;
    color: #fff;
}

.ldp__khnew--products .view-more {
    text-align: center;
    display: inline-block;
    background: #ff2400;
    border-radius: 11px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 160px;
    margin-bottom: 30px;
}

.ldp__khnew--products .view-more svg {
    width: 14px;
    height: 11px;
    margin-left: 10px;
}

@media (max-width: 767.98px) {
    .ldp__khnew--products {
        /*.slider--row {
			white-space: nowrap;
			margin: 0px 0px 12px;
			[class*='col-'] {
			width: 250px;
			display: inline-block;
			padding-left: 0;
			padding-right: 0;
			vertical-align: top;
			margin: 0px 12px 0px 0px;
		}
		}*/
    }

    .ldp__khnew--products__title {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 26px;
        margin: 0;
    }

    .ldp__khnew--products__wrap {
        margin-bottom: 30px;
    }

    .ldp__khnew--products .bg-products {
        border-radius: 0;
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .ldp__khnew--products__item .product__item--title {
        font-size: 1em;
    }

    .ldp__khnew--products__item .list.style-list {
        padding: 10px 5px;
    }

    .ldp__khnew--products__item .list.style-list .recommend-item {
        width: 100%;
    }

    .ldp__khnew--products__item .product__item--combo-title {
        font-size: 0.85714em;
        padding: 0.83333em 0.41667em;
    }

    .ldp__khnew--products__item .product__item--combo-title i {
        font-size: 0.83333em;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8em;
        margin-left: 1em;
    }
}

@media (min-width: 768px) {
    .ldp__khnew--products .slider--row {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }
}

.ldp__khnew--voucher {
    margin: 30px 0;
}

.ldp__khnew--voucher--item {
    background: repeating-linear-gradient(#c4c4c4, #c4c4c4 10px, transparent 0, transparent 30px, #c4c4c4 0, #c4c4c4 42px) 0/1px 100% no-repeat, radial-gradient(circle at 0, at 20px, transparent, transparent 0, #c4c4c4 0, #c4c4c4 11px, #129fd8 0) 1px 0/100% 42px repeat-y;
    background: repeating-linear-gradient(#c4c4c4, #c4c4c4 10px, transparent 0, transparent 30px, #c4c4c4 0, #c4c4c4 42px) 0/1px 100% no-repeat, radial-gradient(circle at 0 20px, transparent, transparent 10px, #c4c4c4 0, #c4c4c4 11px, #129fd8 0) 1px 0/100% 42px repeat-y;
    border: 1px solid #c4c4c4;
    border-left: none;
    border-radius: 2px;
    height: 250px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.ldp__khnew--voucher--item .ldp__khnew--voucher--left {
    width: 180px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    margin: auto 0;
}

.ldp__khnew--voucher--item .ldp__khnew--voucher--icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.ldp__khnew--voucher--item .ldp__khnew--voucher--content {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    padding: 10px 20px;
}

.ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-title {
    line-height: 43px;
    color: #212121;
    font-size: 32px;
    font-weight: 700;
}

.ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-content {
    margin-bottom: 10px;
    color: #757575;
    font-size: 24px;
}

.ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-note {
    margin-top: 2px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-note span {
    font-size: 20px;
    border-radius: 3px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #129fd8;
    border: 1px solid #129fd8;
}

.ldp__khnew--voucher--item .ldp__khnew--voucher--content .btn_voucher {
    border: 0;
    background-color: #129fd8;
    color: white;
    font-size: 28px;
    height: 60px;
    border-radius: 6px;
    margin-top: 10px;
    text-align: center;
}

.ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-dk {
    margin-top: 20px;
    text-align: right;
}

.ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-dk a {
    color: #129fd8;
    font-size: 22px;
}

.ldp__khnew--voucher--item .ldp__khnew--voucher--content p {
    margin: 0;
}

@media (max-width: 767.98px) {
    .ldp__khnew--voucher--item {
        height: 165px;
    }

    .ldp__khnew--voucher--item .ldp__khnew--voucher--left {
        width: 100px;
    }

    .ldp__khnew--voucher--item .ldp__khnew--voucher--icon {
        width: 50px;
        height: 50px;
    }

    .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-title {
        line-height: inherit;
        font-size: 16px;
    }

    .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-content {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-note span {
        font-size: 14px;
    }

    .ldp__khnew--voucher--item .ldp__khnew--voucher--content .btn_voucher {
        font-size: 14px;
        height: 35px;
    }

    .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-dk {
        margin-top: 10px;
    }

    .ldp__khnew--voucher--item .ldp__khnew--voucher--content .voucher-dk a {
        color: #129fd8;
        font-size: 16px;
    }
}

.ldp__khnew--voucher .owl-carousel .owl-dots button {
    border: 1px solid #e6e6e6;
}

.ldp__khnew--voucher .owl-carousel .owl-dots button.active {
    border-color: #129fd8;
}

.ldp__khnew--bannerbottom {
    margin-top: 60px;
}

.ldp__khnew--blogs__title {
    margin-top: 60px;
    margin-bottom: 10px;
}

.ldp__khnew--blogs .blog__wrap.owl-carousel {
    display: none;
}

.ldp__khnew--blogs .blog__wrap.owl-carousel.owl-loaded {
    display: block;
}

.ldp__khnew--blogs .blog__wrap.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1bb7ed;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
}

.ldp__khnew--blogs .blog__wrap.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.ldp__khnew--blogs .blog__wrap.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.ldp__2010 {
    background: #FFF5F7;
}

.ldp__2010--banner.owl-carousel .owl-item img {
    width: 100%;
}

.ldp__2010--banner.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 32px;
    color: #e23800;
    line-height: 20px;
}

.ldp__2010--banner.owl-carousel .owl-nav button.owl-next {
    right: 30px;
}

.ldp__2010--banner.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
}

.ldp__2010--banner .item {
    position: relative;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .ldp__2010--banner .item {
        background-image: none !important;
        height: auto;
    }
}

.ldp__2010--services {
    margin-top: 20px;
}

.ldp__2010--services .services__item {
    text-align: center;
}

@media (min-width: 576px) {
    .ldp__2010--services .row {
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 767.98px) {
    .ldp__2010--services__item {
        margin-bottom: 15px;
        min-height: inherit;
    }

    .ldp__2010--services__item img {
        max-width: 90%;
    }

    .ldp__2010--services__item .text span {
        font-size: 12px;
    }

    .ldp__2010--services__item .text span span {
        font-size: 12px;
    }

    .ldp__2010--services .services__item {
        min-height: inherit;
    }
}

.ldp__2010--products__title {
    margin: 60px 0;
}

.ldp__2010--products .tabs-content-product-list-2.owl-carousel .owl-nav button {
    background: #ff5500;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    line-height: 20px;
    font-size: 26px;
    position: absolute;
    top: 30%;
}

.ldp__2010--products .tabs-content-product-list-2.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.ldp__2010--products .tabs-content-product-list-2.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

@media (max-width: 767.98px) {
    .ldp__2010--products .tabs-content-product-list-2.owl-carousel {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        margin: 0;
    }

    .ldp__2010--products .tabs-content-product-list-2.owl-carousel .product__item {
        vertical-align: top;
        width: 150px;
        display: inline-block;
        margin: 0px 15px 0px 0px;
    }

    .ldp__2010--products .tabs-content-product-list-2.owl-carousel::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.ldp__2010--products--title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ldp__2010--products--title .view__more {
    color: #ff6600;
    font-size: 16px;
    font-weight: normal;
}

.ldp__2010--products--title .view__more svg {
    fill: #ff6600;
    width: 10px;
    height: 10px;
}

@media (max-width: 575.98px) {
    .ldp__2010--products--title {
        font-size: 18px;
    }
}

.ldp__2010--products__item .product__item--title {
    font-size: 1.42857em;
    text-align: center;
}

.ldp__2010--products__item .product__item--price {
    text-align: center;
}

.ldp__2010--products__item .product__item--price .product__item--price--normal {
    font-weight: normal;
    font-size: 1.57143em;
}

.ldp__2010--products__item .product__item--action button {
    max-width: 70%;
    padding: 0.90909em;
    margin: 0 auto;
    background: #ff2400;
    border-radius: 30px;
}

.ldp__2010--products__item .product__item--combo-title {
    border: 1px solid #af4b00;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #848484;
    cursor: pointer;
}

.ldp__2010--products__item .product__item--combo-title i {
    background: #ff5500;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.ldp__2010--products__item .product__item--combo-title.active {
    background: #fff;
    border: 1px solid #e8e8e8;
}

.ldp__2010--products__item .product__item--combo-title.active i {
    transform: rotate(180deg);
    transition: all 0.5s ease;
}

.ldp__2010--products__item .list.style-list {
    background: #fff;
    padding: 20px 10px;
    position: absolute;
    top: 100%;
    z-index: 99;
    left: 0;
    width: 100%;
    display: none;
    border: 1px solid #e8e8e8;
}

.ldp__2010--products__item .list.style-list .recommend-item {
    width: 50%;
    padding-left: 6px;
    margin-bottom: 10px;
}

.ldp__2010--products__item .list.style-list .recommend-item .image {
    width: 46px;
    height: 46px;
    margin-left: 5px;
    border: 1px solid #b2b2b2;
    padding: 5px;
    border-radius: 5px;
}

.ldp__2010--products__item .list.style-list .recommend-item .name {
    margin-left: 5px;
    width: calc(100% - 59px);
    font-size: 10px;
}

.ldp__2010--products__item .list.style-list .recommend-item .name h3 {
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 5px;
    word-break: break-word;
}

.ldp__2010--products__item .list.style-list .recommend-item .name .price {
    font-size: 10px;
}

.ldp__2010--products__item .list.style-list .recommend-item .checkbox-wrap {
    width: 13px;
}

@media (max-width: 1360px) and (min-width: 1200px) {
    .ldp__2010--products__item .list.style-list .recommend-item {
        width: 100%;
    }
}

.ldp__2010--products__item .product__item--combo-shopping {
    position: relative;
}

.ldp__2010--products__item .recommend-btn {
    text-align: center;
}

.ldp__2010--products__item .recommend-btn button {
    width: 70%;
    display: inline-block;
    padding: 0.90909em;
    margin: 0 auto;
    background: #ff2400;
    border-radius: 30px;
    border: 0;
    color: #fff;
}

.ldp__2010--products .view-more {
    text-align: center;
    display: inline-block;
    background: #ff2400;
    border-radius: 11px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 160px;
}

.ldp__2010--products .view-more svg {
    width: 14px;
    height: 11px;
    margin-left: 10px;
}

@media (max-width: 767.98px) {
    .ldp__2010--products__title {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 26px;
        margin: 30px 0;
    }

    .ldp__2010--products__wrap {
        margin-bottom: 20px;
    }

    .ldp__2010--products .bg-products {
        border-radius: 0;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .ldp__2010--products__item .product__item--title {
        font-size: 1em;
    }

    .ldp__2010--products__item .list.style-list {
        padding: 10px 5px;
    }

    .ldp__2010--products__item .list.style-list .recommend-item {
        width: 100%;
    }

    .ldp__2010--products__item .product__item--combo-title {
        font-size: 0.85714em;
        padding: 0.83333em 0.41667em;
    }

    .ldp__2010--products__item .product__item--combo-title i {
        font-size: 0.83333em;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8em;
        margin-left: 1em;
    }
}

@media (min-width: 768px) {
    .ldp__2010--products .slider--row {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }
}

.ldp__2010--tabs-wrap {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ldp__2010--tabs-wrap.lazyloaded {
    background: url(https://file./1000030244/file/asset_9-100_d0b5e8ce8bd9444194b641945b6ddea9.jpg);
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-header {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-header-item {
    width: 20%;
    text-align: center;
    padding-bottom: 15px;
    cursor: pointer;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-header-item__img {
    padding: 15px 30px;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-header-item__info {
    margin-top: 10px;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-header-item__info h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-header-item__info--price {
    color: #129fd8;
    font-size: 21px;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-header-item__info--action {
    max-width: 60%;
    margin: 0 auto;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-header-item__info--action button {
    border: 0;
    background: #ff2400;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    padding: 7px;
    width: 100%;
    text-align: center;
    box-shadow: none;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-header-item.active {
    background: #fff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-content {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background: #fff;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-content h3 {
    font-weight: normal;
    font-size: 22px;
    color: #848484;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-content-product-list {
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-content-product-list .owl-nav button {
    background: #ff5500;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    line-height: 20px;
    font-size: 26px;
    position: absolute;
    top: 50%;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-content-product-list .owl-nav button.owl-next {
    right: -50px;
}

.ldp__2010--tabs-wrap .tabs-wrap .tabs-content-product-list .owl-nav button.owl-prev {
    left: -50px;
}

.ldp__2010--tabs-wrap .tab2 {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .ldp__2010--tabs-wrap .tabs-wrap .tabs-header {
        white-space: nowrap;
        overflow-x: auto;
        display: block;
    }

    .ldp__2010--tabs-wrap .tabs-wrap .tabs-header-item {
        width: 250px;
        display: inline-block;
    }

    .ldp__2010--tabs-wrap .tabs-wrap .tabs-header::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .ldp__2010--tabs-wrap .tabs-wrap .tabs-content {
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0;
        margin-top: -1px;
    }

    .ldp__2010--tabs-wrap .tabs-wrap .tabs-content h3 {
        font-size: 14px;
    }

    .ldp__2010--tabs-wrap .tabs-wrap .tabs-content-product-list {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        margin: 0;
    }

    .ldp__2010--tabs-wrap .tabs-wrap .tabs-content-product-list .product__item {
        vertical-align: top;
        width: 150px;
        display: inline-block;
        margin: 0px 15px 0px 0px;
    }

    .ldp__2010--tabs-wrap .tabs-wrap .tabs-content-product-list::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .ldp__2010--tabs .product__item--info {
        padding-left: 0em;
        padding-right: 0em;
    }
}

.ldp__2010--promotion {
    margin-top: 30px;
}

.ldp__2010--promotion__title {
    margin-bottom: 30px;
}

.ldp__2010--promotion__lists.owl-carousel .owl-nav button {
    background: #ff5500;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    line-height: 20px;
    font-size: 26px;
    position: absolute;
    top: 50%;
}

.ldp__2010--promotion__lists.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.ldp__2010--promotion__lists.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

@media (max-width: 767.98px) {
    .ldp__2010--promotion__lists.owl-carousel {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }

    .ldp__2010--promotion__lists.owl-carousel .item {
        display: inline-block;
        width: 250px;
    }

    .ldp__2010--promotion__lists.owl-carousel::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.ldp__2010--contact {
    margin-top: 60px;
    margin-bottom: 60px;
}

.ldp__2010--contact p {
    text-align: center;
}

.ldp__2010--video {
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .ldp__2010--video {
        margin-top: 20px;
    }

    .ldp__2010--video iframe {
        height: 300px;
    }
}

.ldp__2010--products2 .ldp__2010--products__title {
    margin: 60px 0;
}

.ldp__2010--products2 .ldp__2010--products__title img:nth-child(2) {
    margin-top: 25px;
}

@media (max-width: 767.98px) {
    .ldp__2010--products2 .ldp__2010--products__title {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 26px;
        margin: 30px 0;
    }
}

.ldp__2010--blogs {
    padding-bottom: 30px;
}

.ldp__2010--blogs__title {
    margin-top: 30px;
    margin-bottom: 10px;
}

.ldp__2010--blogs .blog__wrap.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1bb7ed;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
}

.ldp__2010--blogs .blog__wrap.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.ldp__2010--blogs .blog__wrap.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.ldp__comnha {
    background: #FFF3E7;
}

.ldp__comnha--banner.owl-carousel .owl-item img {
    width: 100%;
}

.ldp__comnha--banner.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 32px;
    color: #e23800;
    line-height: 20px;
}

.ldp__comnha--banner.owl-carousel .owl-nav button.owl-next {
    right: 30px;
}

.ldp__comnha--banner.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
}

.ldp__comnha--banner .item {
    position: relative;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .ldp__comnha--banner .item {
        background-image: none !important;
        height: auto;
    }
}

.ldp__comnha--services {
    margin-top: 20px;
}

.ldp__comnha--services .services__item {
    text-align: center;
}

@media (min-width: 576px) {
    .ldp__comnha--services .row {
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 767.98px) {
    .ldp__comnha--services__item {
        margin-bottom: 15px;
        min-height: inherit;
    }

    .ldp__comnha--services__item img {
        max-width: 90%;
    }

    .ldp__comnha--services__item .text span {
        font-size: 12px;
    }

    .ldp__comnha--services__item .text span span {
        font-size: 12px;
    }

    .ldp__comnha--services .services__item {
        min-height: inherit;
    }
}

.ldp__comnha--products__title {
    margin: 60px 0;
}

.ldp__comnha--products .tabs-content-product-list-2.owl-carousel .owl-nav button {
    background: #ff5500;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    line-height: 20px;
    font-size: 26px;
    position: absolute;
    top: 30%;
}

.ldp__comnha--products .tabs-content-product-list-2.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.ldp__comnha--products .tabs-content-product-list-2.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

@media (max-width: 767.98px) {
    .ldp__comnha--products .tabs-content-product-list-2.owl-carousel {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        margin: 0;
    }

    .ldp__comnha--products .tabs-content-product-list-2.owl-carousel .product__item {
        vertical-align: top;
        width: 150px;
        display: inline-block;
        margin: 0px 15px 0px 0px;
    }

    .ldp__comnha--products .tabs-content-product-list-2.owl-carousel::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.ldp__comnha--products--title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ldp__comnha--products--title .view__more {
    color: #ff6600;
    font-size: 16px;
    font-weight: normal;
}

.ldp__comnha--products--title .view__more svg {
    fill: #ff6600;
    width: 10px;
    height: 10px;
}

@media (max-width: 575.98px) {
    .ldp__comnha--products--title {
        font-size: 18px;
    }
}

.ldp__comnha--products__item .product__item--title {
    font-size: 1.42857em;
    text-align: center;
}

.ldp__comnha--products__item .product__item--price {
    text-align: center;
}

.ldp__comnha--products__item .product__item--price .product__item--price--normal {
    font-weight: normal;
    font-size: 1.57143em;
}

.ldp__comnha--products__item .product__item--action button {
    max-width: 70%;
    padding: 0.90909em;
    margin: 0 auto;
    background: #ff2400;
    border-radius: 30px;
}

.ldp__comnha--products__item .product__item--combo-title {
    border: 1px solid #af4b00;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #848484;
    cursor: pointer;
}

.ldp__comnha--products__item .product__item--combo-title i {
    background: #ff5500;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.ldp__comnha--products__item .product__item--combo-title.active {
    background: #fff;
    border: 1px solid #e8e8e8;
}

.ldp__comnha--products__item .product__item--combo-title.active i {
    transform: rotate(180deg);
    transition: all 0.5s ease;
}

.ldp__comnha--products__item .list.style-list {
    background: #fff;
    padding: 20px 10px;
    position: absolute;
    top: 100%;
    z-index: 99;
    left: 0;
    width: 100%;
    display: none;
    border: 1px solid #e8e8e8;
}

.ldp__comnha--products__item .list.style-list .recommend-item {
    width: 50%;
    padding-left: 6px;
    margin-bottom: 10px;
}

.ldp__comnha--products__item .list.style-list .recommend-item .image {
    width: 46px;
    height: 46px;
    margin-left: 5px;
    border: 1px solid #b2b2b2;
    padding: 5px;
    border-radius: 5px;
}

.ldp__comnha--products__item .list.style-list .recommend-item .name {
    margin-left: 5px;
    width: calc(100% - 59px);
    font-size: 10px;
}

.ldp__comnha--products__item .list.style-list .recommend-item .name h3 {
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 5px;
    word-break: break-word;
}

.ldp__comnha--products__item .list.style-list .recommend-item .name .price {
    font-size: 10px;
}

.ldp__comnha--products__item .list.style-list .recommend-item .checkbox-wrap {
    width: 13px;
}

@media (max-width: 1360px) and (min-width: 1200px) {
    .ldp__comnha--products__item .list.style-list .recommend-item {
        width: 100%;
    }
}

.ldp__comnha--products__item .product__item--combo-shopping {
    position: relative;
}

.ldp__comnha--products__item .recommend-btn {
    text-align: center;
}

.ldp__comnha--products__item .recommend-btn button {
    width: 70%;
    display: inline-block;
    padding: 0.90909em;
    margin: 0 auto;
    background: #ff2400;
    border-radius: 30px;
    border: 0;
    color: #fff;
}

.ldp__comnha--products .view-more {
    text-align: center;
    display: inline-block;
    background: #ff2400;
    border-radius: 11px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 160px;
}

.ldp__comnha--products .view-more svg {
    width: 14px;
    height: 11px;
    margin-left: 10px;
}

@media (max-width: 767.98px) {
    .ldp__comnha--products__title {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 26px;
        margin: 30px 0;
    }

    .ldp__comnha--products__wrap {
        margin-bottom: 20px;
    }

    .ldp__comnha--products .bg-products {
        border-radius: 0;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .ldp__comnha--products__item .product__item--title {
        font-size: 1em;
    }

    .ldp__comnha--products__item .list.style-list {
        padding: 10px 5px;
    }

    .ldp__comnha--products__item .list.style-list .recommend-item {
        width: 100%;
    }

    .ldp__comnha--products__item .product__item--combo-title {
        font-size: 0.85714em;
        padding: 0.83333em 0.41667em;
    }

    .ldp__comnha--products__item .product__item--combo-title i {
        font-size: 0.83333em;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8em;
        margin-left: 1em;
    }
}

@media (min-width: 768px) {
    .ldp__comnha--products .slider--row {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }
}

.ldp__comnha--tabs-wrap {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ldp__comnha--tabs-wrap.lazyloaded {
    background: url(https://file./1000030244/file/asset_9-100_d0b5e8ce8bd9444194b641945b6ddea9.jpg);
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-header {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-header-item {
    width: 20%;
    text-align: center;
    padding-bottom: 15px;
    cursor: pointer;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-header-item__img {
    padding: 15px 30px;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-header-item__info {
    margin-top: 10px;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-header-item__info h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-header-item__info--price {
    color: #129fd8;
    font-size: 21px;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-header-item__info--action {
    max-width: 60%;
    margin: 0 auto;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-header-item__info--action button {
    border: 0;
    background: #ff2400;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    padding: 7px;
    width: 100%;
    text-align: center;
    box-shadow: none;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-header-item.active {
    background: #fff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-content {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background: #fff;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-content h3 {
    font-weight: normal;
    font-size: 22px;
    color: #848484;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-content-product-list {
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-content-product-list .owl-nav button {
    background: #ff5500;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    line-height: 20px;
    font-size: 26px;
    position: absolute;
    top: 50%;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-content-product-list .owl-nav button.owl-next {
    right: -50px;
}

.ldp__comnha--tabs-wrap .tabs-wrap .tabs-content-product-list .owl-nav button.owl-prev {
    left: -50px;
}

.ldp__comnha--tabs-wrap .tab2 {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .ldp__comnha--tabs-wrap .tabs-wrap .tabs-header {
        white-space: nowrap;
        overflow-x: auto;
        display: block;
    }

    .ldp__comnha--tabs-wrap .tabs-wrap .tabs-header-item {
        width: 250px;
        display: inline-block;
    }

    .ldp__comnha--tabs-wrap .tabs-wrap .tabs-header::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .ldp__comnha--tabs-wrap .tabs-wrap .tabs-content {
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0;
        margin-top: -1px;
    }

    .ldp__comnha--tabs-wrap .tabs-wrap .tabs-content h3 {
        font-size: 14px;
    }

    .ldp__comnha--tabs-wrap .tabs-wrap .tabs-content-product-list {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        margin: 0;
    }

    .ldp__comnha--tabs-wrap .tabs-wrap .tabs-content-product-list .product__item {
        vertical-align: top;
        width: 150px;
        display: inline-block;
        margin: 0px 15px 0px 0px;
    }

    .ldp__comnha--tabs-wrap .tabs-wrap .tabs-content-product-list::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .ldp__comnha--tabs .product__item--info {
        padding-left: 0em;
        padding-right: 0em;
    }
}

.ldp__comnha--promotion {
    margin-top: 30px;
}

.ldp__comnha--promotion__title {
    margin-bottom: 30px;
}

.ldp__comnha--promotion__lists.owl-carousel .owl-nav button {
    background: #ff5500;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    line-height: 20px;
    font-size: 26px;
    position: absolute;
    top: 50%;
}

.ldp__comnha--promotion__lists.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.ldp__comnha--promotion__lists.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

@media (max-width: 767.98px) {
    .ldp__comnha--promotion__lists.owl-carousel {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }

    .ldp__comnha--promotion__lists.owl-carousel .item {
        display: inline-block;
        width: 250px;
    }

    .ldp__comnha--promotion__lists.owl-carousel::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.ldp__comnha--contact {
    margin-top: 60px;
    margin-bottom: 60px;
}

.ldp__comnha--contact p {
    text-align: center;
}

.ldp__comnha--video {
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .ldp__comnha--video {
        margin-top: 20px;
    }

    .ldp__comnha--video iframe {
        height: 300px;
    }
}

.ldp__comnha--products2 .ldp__comnha--products__title {
    margin: 60px 0;
}

.ldp__comnha--products2 .ldp__comnha--products__title img:nth-child(2) {
    margin-top: 25px;
}

@media (max-width: 767.98px) {
    .ldp__comnha--products2 .ldp__comnha--products__title {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 26px;
        margin: 30px 0;
    }
}

.ldp__comnha--blogs {
    padding-bottom: 30px;
}

.ldp__comnha--blogs__title {
    margin-top: 30px;
    margin-bottom: 10px;
}

.ldp__comnha--blogs .blog__wrap.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1bb7ed;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
}

.ldp__comnha--blogs .blog__wrap.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.ldp__comnha--blogs .blog__wrap.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.ldp__giatot {
    background: #FDF2EF;
}

.ldp__giatot--banner.owl-carousel .owl-item img {
    width: 100%;
}

.ldp__giatot--banner.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 32px;
    color: #e23800;
    line-height: 20px;
}

.ldp__giatot--banner.owl-carousel .owl-nav button.owl-next {
    right: 30px;
}

.ldp__giatot--banner.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
}

.ldp__giatot--banner .item {
    position: relative;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .ldp__giatot--banner .item {
        background-image: none !important;
        height: auto;
    }
}

.ldp__giatot--nav {
    margin-top: 30px;
}

.ldp__giatot--nav ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.ldp__giatot--nav ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.ldp__giatot--nav ul li a {
    padding: 0 10px;
    font-size: 18px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    color: #333;
}

.ldp__giatot--nav ul li a img {
    max-height: 150px;
}

.ldp__giatot--nav ul li a span {
    display: block;
    width: 100%;
    text-align: center;
}

.ldp__giatot--nav ul li.active a {
    color: #333;
}

.ldp__giatot--nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    margin-top: 0;
    background: #fff;
    padding: 0;
}

@media (max-width: 767.98px) {
    .ldp__giatot--nav ul {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .ldp__giatot--nav ul li {
        display: inline-block;
        max-width: 100px;
        width: auto;
    }

    .ldp__giatot--nav ul li a img {
        max-height: 100px;
    }

    .ldp__giatot--nav ul li a span {
        font-size: 10px;
        color: black;
        text-align: center;
        line-height: 12px;
        height: 24px;
        letter-spacing: 0px;
        margin-top: 4px;
        white-space: normal;
    }
}

.ldp__giatot--flashsale {
    margin-top: 30px;
}

.ldp__giatot--flashsale__wrap {
    background: #fff;
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-header {
    text-align: center;
    padding: 16px;
    border-bottom: 1px solid #f4f4f4;
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-header .img {
    color: #333;
    font-size: 18px;
    margin-bottoM: 10px;
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-header .flashsale-countdown {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #787878;
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-header .flashsale-countdown > div {
    display: inline-block;
    margin-right: 15px;
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-header .flashsale-countdown > div span:first-child {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    width: 60px;
    height: 60px;
    background-color: #ff424e;
    border-radius: 4px;
    color: white;
    display: block;
    line-height: 60px;
    margin-bottom: 5px;
    border-radius: 8px;
    background: #A50D1A;
}

@media (max-width: 767px) {
    .ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-header .flashsale-countdown > div span:first-child {
        width: 40px;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-body {
    display: flex;
    flex-wrap: wrap;
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-body .ldp__giatot--flasshsale__slide {
    width: 50%;
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-body .ldp__giatot--flasshsale__slide .d-flex-owl:not(.owl-loaded) {
    justify-content: center;
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-body .ldp__giatot--flasshsale__slide .d-flex-owl:not(.owl-loaded) .item {
    width: 50%;
}

@media (max-width: 767px) {
    .ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-body .ldp__giatot--flasshsale__slide .d-flex-owl:not(.owl-loaded) .item {
        width: 100%;
    }
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-body .ldp__giatot--flasshsale__slide .product__item {
    padding: 0.57143em;
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-body .ldp__giatot--flasshsale__slide .product__item--title {
    font-size: 18px;
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-body .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1bb7ed;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-body .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-body .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-body .ldp__giatot--flasshsale__thele {
    width: 50%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}

@media (max-width: 767px) {
    .ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-body .ldp__giatot--flasshsale__slide {
        width: 100%;
    }

    .ldp__giatot--flashsale__wrap .ldp__giatot--flashsale-body .ldp__giatot--flasshsale__thele {
        width: 100%;
        border-top: 1px solid #f4f4f4;
    }
}

.ldp__giatot--products {
    margin-top: 30px;
}

.ldp__giatot--products--title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 15px;
}

.ldp__giatot--products .flashsale-countdown2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.ldp__giatot--products .flashsale-countdown2 > div {
    display: inline-block;
    margin-right: 15px;
}

.ldp__giatot--products .flashsale-countdown2 > div span:first-child {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    width: 60px;
    height: 60px;
    background-color: #ff424e;
    border-radius: 4px;
    color: white;
    display: block;
    line-height: 60px;
    margin-bottom: 5px;
    background: #A50D1A;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .ldp__giatot--products .flashsale-countdown2 > div span:first-child {
        width: 40px;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
}

.ldp__giatot--products .banner-product {
    margin-bottom: 30px;
}

.ldp__giatot--products .view-more {
    text-align: center;
    display: inline-block;
    background: #ff6600;
    border-radius: 11px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 160px;
    margin-bottom: 30px;
}

.ldp__giatot--products .view-more svg {
    width: 14px;
    height: 11px;
    margin-left: 10px;
}

.ldp__giatot--voucher {
    margin: 30px 0;
}

.ldp__giatot--voucher--item {
    background: repeating-linear-gradient(#c4c4c4, #c4c4c4 10px, transparent 0, transparent 30px, #c4c4c4 0, #c4c4c4 42px) 0/1px 100% no-repeat, radial-gradient(circle at 0, at 20px, transparent, transparent 0, #c4c4c4 0, #c4c4c4 11px, #A50D1A 0) 1px 0/100% 42px repeat-y;
    background: repeating-linear-gradient(#c4c4c4, #c4c4c4 10px, transparent 0, transparent 30px, #c4c4c4 0, #c4c4c4 42px) 0/1px 100% no-repeat, radial-gradient(circle at 0 20px, transparent, transparent 10px, #c4c4c4 0, #c4c4c4 11px, #A50D1A 0) 1px 0/100% 42px repeat-y;
    border: 1px solid #c4c4c4;
    border-left: none;
    border-radius: 2px;
    height: 250px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.ldp__giatot--voucher--item .ldp__giatot--voucher--left {
    width: 180px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    margin: auto 0;
}

.ldp__giatot--voucher--item .ldp__giatot--voucher--icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.ldp__giatot--voucher--item .ldp__giatot--voucher--content {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    padding: 10px 20px;
}

.ldp__giatot--voucher--item .ldp__giatot--voucher--content .voucher-title {
    line-height: 43px;
    color: #212121;
    font-size: 32px;
    font-weight: 700;
}

.ldp__giatot--voucher--item .ldp__giatot--voucher--content .voucher-content {
    margin-bottom: 10px;
    color: #757575;
    font-size: 24px;
}

.ldp__giatot--voucher--item .ldp__giatot--voucher--content .voucher-note {
    margin-top: 2px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.ldp__giatot--voucher--item .ldp__giatot--voucher--content .voucher-note span {
    font-size: 20px;
    border-radius: 3px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #A50D1A;
    border: 1px solid #A50D1A;
}

.ldp__giatot--voucher--item .ldp__giatot--voucher--content .btn_voucher {
    border: 0;
    background-color: #A50D1A;
    color: white;
    font-size: 28px;
    height: 60px;
    border-radius: 6px;
    margin-top: 10px;
    text-align: center;
}

.ldp__giatot--voucher--item .ldp__giatot--voucher--content .voucher-dk {
    margin-top: 20px;
    text-align: right;
}

.ldp__giatot--voucher--item .ldp__giatot--voucher--content .voucher-dk a {
    color: #A50D1A;
    font-size: 22px;
}

.ldp__giatot--voucher--item .ldp__giatot--voucher--content p {
    margin: 0;
}

@media (max-width: 767.98px) {
    .ldp__giatot--voucher--item {
        height: 165px;
    }

    .ldp__giatot--voucher--item .ldp__giatot--voucher--left {
        width: 100px;
    }

    .ldp__giatot--voucher--item .ldp__giatot--voucher--icon {
        width: 50px;
        height: 50px;
    }

    .ldp__giatot--voucher--item .ldp__giatot--voucher--content .voucher-title {
        line-height: inherit;
        font-size: 16px;
    }

    .ldp__giatot--voucher--item .ldp__giatot--voucher--content .voucher-content {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .ldp__giatot--voucher--item .ldp__giatot--voucher--content .voucher-note span {
        font-size: 14px;
    }

    .ldp__giatot--voucher--item .ldp__giatot--voucher--content .btn_voucher {
        font-size: 14px;
        height: 35px;
    }

    .ldp__giatot--voucher--item .ldp__giatot--voucher--content .voucher-dk {
        margin-top: 10px;
    }

    .ldp__giatot--voucher--item .ldp__giatot--voucher--content .voucher-dk a {
        color: #129fd8;
        font-size: 16px;
    }
}

.ldp__giatot--voucher .ldp__giatot--voucher--slider:not(.owl-loaded) {
    display: flex;
    justify-content: center;
}

.ldp__giatot--voucher .ldp__giatot--voucher--slider:not(.owl-loaded) .ldp__giatot--voucher--item {
    width: 50%;
}

@media (max-width: 767px) {
    .ldp__giatot--voucher .ldp__giatot--voucher--slider:not(.owl-loaded) .ldp__giatot--voucher--item {
        width: 100%;
    }
}

.ldp__giatot--voucher .owl-carousel .owl-dots button {
    border: 1px solid #e6e6e6;
}

.ldp__giatot--voucher .owl-carousel .owl-dots button.active {
    border-color: #129fd8;
}

.ldp__giatot--blogs__title {
    margin-top: 30px;
    margin-bottom: 10px;
}

.ldp__giatot--blogs .blog__wrap.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1bb7ed;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
}

.ldp__giatot--blogs .blog__wrap.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.ldp__giatot--blogs .blog__wrap.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.ldp__giatot--banner-bottom {
    margin-top: 30px;
}

#successNotify .modal-header {
    background: #129fd8;
}

#successNotify .modal-header p {
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin: 0;
    color: #fff;
}

#successNotify .modal-body .successNotifySuccess-text {
    font-size: 20px;
}

#successNotify .modal-footer button {
    font-size: 14px;
    opacity: 1;
    background: #129fd8;
    color: #ffffff;
    padding: 0.57143em 0.71429em;
}

#successNotifyDHs .modal-header {
    background: #129fd8;
}

#successNotifyDHs .modal-header p {
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin: 0;
    color: #fff;
}

#successNotifyDHs .modal-body .successNotifySuccess-text {
    font-size: 16px;
}

#successNotifyDHs .modal-footer button {
    font-size: 14px;
    opacity: 1;
    background: #129fd8;
    color: #ffffff;
    padding: 0.57143em 0.71429em;
}

#khsuccessNotifyDHs .modal-header {
    background: #129fd8;
}

#khsuccessNotifyDHs .modal-header p {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin: 0;
    color: #fff;
}

#khsuccessNotifyDHs .modal-body .successNotifySuccess-text {
    font-size: 22px;
}

#khsuccessNotifyDHs .modal-body .successNotifySuccess-text a {
    color: #129fd8;
}

#khsuccessNotifyDHs .modal-footer button {
    font-size: 14px;
    opacity: 1;
    background: #129fd8;
    color: #ffffff;
    padding: 0.57143em 0.71429em;
}

.top-bar img {
    width: 100%;
}

.width-100 {
    width: 100%;
    height: auto;
}

.heightwidth-auto {
    height: auto;
    width: auto;
}

.wpo-wrapper-search {
    position: relative;
}

.smart-search-wrapper {
    width: 100%;
    background: #fff;
    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: 10px;
}

.smart-search-wrapper .item-ult {
    padding: 12px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.smart-search-wrapper .item-ult + .item-ult {
    border-top: 1px dotted #dfe0e1;
}

.smart-search-wrapper .item-ult .thumbs {
    width: 50px;
}

.smart-search-wrapper .item-ult .title {
    width: calc(100% - 50px);
    padding-right: 15px;
    position: relative;
}

.smart-search-wrapper .item-ult .title a {
    font-weight: 500;
    display: block;
    color: #252a2b;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    margin: 0px 0 5px;
}

.smart-search-wrapper .item-ult .title p {
    line-height: 15px;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.smart-search-wrapper .resultsMore {
    border-top: 1px dotted #dfe0e1;
    width: 100%;
}

.smart-search-wrapper .resultsMore a {
    font-weight: 700;
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 10px 0;
}

.smart-search-wrapper .item-ult .title p del {
    font-size: 12px;
    color: #7A7A7A;
}

div#ui-datepicker-div {
    z-index: 15 !important;
}

@media (min-width: 992px) {
    .smart-search-wrapper .resultsMore.resultsMore-desktop {
        display: block;
    }
}

@media (max-width: 767px) {
    .hidden-cart-account {
        display: none;
    }

    .nopadding-mb {
        padding: 0;
    }

    .account-address {
        padding-bottom: 60px;
    }
}

.rte ul, .rte ol {
    padding-left: 40px;
    list-style: inherit;
}

.logo-bct {
    max-width: 200px;
}
@media (min-width: 1200px){.ldp__giatot--products-owl:not(.owl-loaded) > div {flex: 0 0 25%;}#brand-slider:not(.owl-loaded) > div {flex: 0 0 25%;padding-right: 105px;}.thumb.d-flex-owl:not(.owl-loaded) > a{flex: 0 0 calc(100%/6 - 10px);margin-right: 10px;}div#flexhaisanowl:not(.owl-loaded) > div,.ldp__giatot--flashsale-owl:not(.owl-loaded) > .product__item {flex: 0 0 25%;}.ldp__haisansot--promotion__lists:not(.owl-loaded) > div{flex: 0 0 33.3333333%;}.quickview-slider:not(.owl-loaded) .product-thumb-quickview{flex: 0 0 calc(20% - 10px);margin-right: 10px;}}
@media (min-width: 992px) and (max-width: 1199px){.ldp__giatot--products-owl:not(.owl-loaded) > div {flex: 0 0 25%;}#brand-slider:not(.owl-loaded) > div {flex: 0 0 25%;padding-right: 30px;}.thumb.d-flex-owl:not(.owl-loaded) > a,.quickview-slider:not(.owl-loaded) .product-thumb-quickview {flex: 0 0 calc(20% - 10px);margin-right: 10px;}div#flexhaisanowl:not(.owl-loaded) > div {flex: 0 0 25%;}.ldp__haisansot--promotion__lists:not(.owl-loaded) > div{flex: 0 0 33.3333333%;}}
@media (min-width: 768px) and (max-width: 991px){.ldp__giatot--products-owl:not(.owl-loaded) > div {flex: 0 0 50%;}#brand-slider:not(.owl-loaded) > div {flex: 0 0 25%;padding-right: 30px;}.thumb.d-flex-owl:not(.owl-loaded) > a,.quickview-slider:not(.owl-loaded) .product-thumb-quickview {flex: 0 0 calc(20% - 10px);margin-right: 10px;}div#flexhaisanowl:not(.owl-loaded) > div,.ldp__haisansot--promotion__lists:not(.owl-loaded) > div{flex: 0 0 50%;}}
@media (max-width: 767px){.ldp__giatot--products-owl:not(.owl-loaded) > div {flex: 0 0 50%;}#brand-slider:not(.owl-loaded) > div {flex: 0 0 50%;	padding-right: 30px;}.thumb.d-flex-owl:not(.owl-loaded) > a,.quickview-slider:not(.owl-loaded) .product-thumb-quickview {flex: 0 0 calc(25% - 10px);margin-right: 10px;}div#flexhaisanowl:not(.owl-loaded) > div,.ldp__haisansot--promotion__lists:not(.owl-loaded) > div{flex: 0 0 50%;}.width-100-mb{width: 100% !important}}

ul.menu-blog li{
    float: left;
}
li.mm-blog a:hover{
    color: #fff!important;
    background: #0098D1;
}
li.mm-blog a{
    color: #333;
    background: #fff;
    padding: 0 12px;
    line-height: 30px;
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #0098d1;
    margin: 3px;
}
li.mm-blog a.current{
    color: #fff;
    background: #0098D1;
    padding: 0 12px;
    line-height: 30px;
    display: inline-block;
    white-space: nowrap;
}
.open{
    display: block;
}
.menu-blog{
    height: 40px;

}
.dropdown-menu:not(.datepicker){
    top: 76%!important;
}
.mm{
    margin: 0px !important;
}
.dropdown-menu > li > a:hover{
    background: white!important;
    color:#00aeef !important;
}
.product__detail--img--main {
    width: 518px;
}

/** jGrowl */
div.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px
}

div.ie6 {
    position: absolute
}

div.ie6.top-right {
    right: auto;
    bottom: auto;
    left: expression((0 - jGrowl.offsetWidth+(document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth)+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px')
}

div.ie6.top-left {
    left: expression((0+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px')
}

div.ie6.bottom-right {
    left: expression((0 - jGrowl.offsetWidth+(document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth)+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0 - jGrowl.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px')
}

div.ie6.bottom-left {
    left: expression((0+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0 - jGrowl.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px')
}

div.ie6.center {
    left: expression((0+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
    width: 100%
}

div.jGrowl {
    position: absolute
}

body > div.jGrowl {
    position: fixed;
    z-index: 999999
}

div.jGrowl.top-left {
    left: 0;
    top: 0
}

div.jGrowl.top-right {
    right: 0;
    top: 0
}

div.jGrowl.bottom-left {
    left: 0;
    bottom: 0
}

div.jGrowl.bottom-right {
    right: 0;
    bottom: 0
}

div.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%
}

div.center div.jGrowl-notification, div.center div.jGrowl-closer {
    margin-left: auto;
    margin-right: auto
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: #fff;
    color: #828282;
    zoom: 1;
    width: 300px;
    padding: 10px 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: left;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dadada
}

div.jGrowl div.jGrowl-notification {
    min-height: 40px;
    position: relative
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    margin: 20px 40px
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
    font-weight: 700;
    font-size: .85em
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index: 99;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    color: #f60
}

div.jGrowl div.jGrowl-notification div.jGrowl-close .icon-remove-circle {
    display: block
}

div.jGrowl div.jGrowl-notification div.jGrowl-message {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-message img {
    max-width: 100%
}

div.jGrowl div.jGrowl-notification .jGrowl-title {
    margin: 0;
    padding: 0
}

div.jGrowl div.jGrowl-notification .jGrowl-note {
    margin-top: 5px;
    text-transform: uppercase
}

div.jGrowl div.jGrowl-notification .jGrowl-note a {
    color: #828282
}

div.jGrowl div.jGrowl-notification .jGrowl-note a:hover {
    color: #0186c8
}

div.jGrowl div.jGrowl-notification .jGrowl-note ins {
    color: #129fd8;
    display: block;
    font-size: 14px;
    text-decoration: none
}

div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: 700;
    text-align: center;
    color: #1e1e1e
}

div.jGrowl div.jGrowl-closer:hover {
    color: #828282
}

.jGowl-text {
    position: relative;
    color: #333;
    font-size: 13px;
    padding-left: 20px
}

.jGowl-text:before {
    content: '';
    background: url('../img/check-circle-solid.svg');
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px
}

@media print {
    div.jGrowl {
        display: none
    }
}

@media screen and (max-width: 767px) {
    div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
        margin-left: 10px;
        margin-right: 5px
    }
}


.hide {
    display: none !important;
}
.btn-user {
    background: #129fd8;
    color: white;
}
.cursor-pointer {
    cursor: pointer;
}
.wish-item {
    border-bottom: 1px solid rgb(239, 239, 239);
    margin-bottom: 2px;
    border-radius: 2px;
    padding: 20px 70px 20px 15px;
    display: flex;
    position: relative;
}
.wish-item .wish-img {
    width: 130px;
    min-width: 130px;
    margin: 0px 25px;
}
.wish-item .onAppWishList_remove {
    width: 40px;
    height: 40px;
    padding: 0px;
    background: 0px center;
    color: rgb(153, 153, 153);
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0px;
    font-size: 30px;
    box-shadow: none;
    cursor: pointer;
}

#sidebarMenu {
    display: none;
}
@media (max-width: 991px) {
    #sidebarMenu {
        display: block;
    }
    /* Sidebar */
    aside {
        width: 258px;
        height: 100%;

        position: fixed;
        display: block;
        top: 0;
        left: -260px;
        background: #ffffff ;
        border-right: 3px #ccc solid;
        overflow-y: auto;
        z-index: 10000;
    }

    #sidebarMenu ul {
        padding-inline-start: 0;
    }

    aside li, aside label, aside h2 {
        list-style: none;
        background: #ffffff;
        font-size: 14px;
        line-height: 14px;
    }

    aside label {
        border: none;
    }

    aside li:active {
        background: #303030;
    }

    aside a, aside a:visited {
        display: flex;
        height: 40px;
        font-weight: bold;

        align-items: center;
        padding: 5px;
    }


    aside a:hover {
        color: #ff5500;
        text-decoration: none
    }

    aside li.active a {
        color: #ff5500;
    }

    aside label {
        padding: 8px 20px;
        display: block;
        color: #c6c6c6;
    }

    aside li span, aside li a:hover span {

        margin-left: 10px;

    }
}
.footer__social {
    gap: 10px;
}
.m-l-15 {
    margin-left: 15px;
}

.hide-onMB {
    display: block;
}
.menu-bottom {
    display: none;
}
.show-onMB {
    display: none;
}