﻿@charset "utf-8";:root {
    --color: #3f3f3f;
    --color-main: #3f3f3f;
    --color-hover: #d70018;
    --color-red: #d70018;
    --bgbar: #d70018;
    --bgnav: #d70018;
    --bgnavnew: #0066CC;
    --ftitle: 'SFDisplay',sans-serif;
    --freset: 'SFDisplay',sans-serif;
    --ftitle-spacing: .3px;
}

.row {
    --bs-gutter-x: 1.8rem;
}

.g-1,.gx-1 {
    --bs-gutter-x: .25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: .5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-1,.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,.gy-2 {
    --bs-gutter-y: .5rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

.row.gx-2 {
    --bs-gutter-x: .5rem;
}

html {
    overflow-x: hidden;
}

body,html {
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: none;
    -moz-overflow-scrolling: none;
}

body {
    position: relative;
    font: 400 14px/24px var(--freset);
    color: RGB(0,8,28);
    overflow-x: hidden;
    width: 100%;
    background-color: #F2F2F2;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

body.page-cart #bg-main {
    background: #FFF;
}

body.modal-fixed {
    overflow: hidden;
    position: fixed;
    width: 100vw;
}

.readmore,.hover-black,.btn-readmore,.hover,.hover-main {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0) translateZ(0);
    transform: perspective(0) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border: none;
}

.readmore,.hover-black,.btn.hover,.btn.hover-main {
    border-radius: .25rem;
    overflow: hidden;
}

.readmore::before,.hover-black::before,.hover:before,.hover-main::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-hover);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-readmore:before {
    background: var(--color);
}

.readmore::before,.hover-main::before {
    background: var(--color-hover);
}

.hover-black::before {
    background: #000;
}

.readmore:hover,.readmore:focus,.readmore:active,.hover-black:hover,.hover-black:focus,.hover-black:active,.btn-readmore:hover,.btn-readmore:focus,.btn-readmore:active,.hover:hover,.hover:focus,.hover:active,.hover-main:hover,.hover-main:focus,.hover-main:active {
    color: white;
}

.readmore:hover::before,.readmore:focus:before,.readmore:active:before,.hover-black:hover::before,.hover-black:focus:before,.hover-black:active:before,.btn-readmore:hover::before,.btn-readmore:focus:before,.btn-readmore:active:before,.hover:hover:before,.hover:focus:before,.hover:active:before,.hover-main:hover:before,.hover-main:focus:before,.hover-main:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}

.btn-readmore {
    position: relative;
    background: var(--color-hover);
    color: #FFF;
    font-size: 17px;
    line-height: 22px;
    padding: 14px 35px;
    overflow: hidden;
}

.btn-readmore .fa {
    margin-left: 10px;
}

.btn-readmore.btn-xs {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 25px 7px;
    min-width: 140px;
    border-radius: 25px;
}

.btn-outline-viewall-product {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-color: var(--bgnavnew);
    --bs-btn-border-color: var(--bgnavnew);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bgnavnew);
    --bs-btn-hover-border-color: var(--bgnavnew);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    box-shadow: 0 .25rem .25rem rgba(var(--bs-body-color-rgb),.075);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.btn-outline-viewall-product i {
    margin-left: .25rem;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.btn-outline-viewall-product:hover {
    color: white;
    background-color: var(--bgnavnew);
    border-color: var(--bgnavnew);
    box-shadow: 0 .25rem .5rem rgba(var(--bs-body-color-rgb),.15);
}

.btn-outline-viewall-product:hover i {
    transform: translateX(8px);
}

.btn-outline-viewall {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-color: var(--bgnavnew);
    --bs-btn-border-color: var(--bgnavnew);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bgnavnew);
    --bs-btn-hover-border-color: var(--bgnavnew);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    box-shadow: 0 .25rem .25rem rgba(var(--bs-body-color-rgb),.075);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.btn-outline-viewall i {
    margin-left: .25rem;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.btn-outline-viewall:hover {
    box-shadow: 0 .25rem .5rem rgba(var(--bs-body-color-rgb),.15);
}

.btn-outline-viewall:hover i {
    transform: translateX(8px);
}

a {
    text-decoration: none;
}

img {
    width: auto;
    height: auto;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.pos_static {
    position: static;
}

.pos_rel {
    position: relative;
}

.figure {
    margin: 0;
}

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

.bg-gray {
    background: #EAEAEA!important;
    color: #000;
}

.bg-gray .figure-caption {
    color: #000;
    padding: 6px 15px;
}

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

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

[type=number],.hide_arrow {
    -moz-appearance: textfield
}

div[type=button],p[type=button],a[type=button] {
    border-radius: 0;
    border: none;
    background: none;
    -webkit-appearance: none;
}

.tooltip {
    z-index: 99;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
}

.hr {
    border-color: #CCC;
    margin-top: 20px;
    margin-bottom: 35px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.5)
}

.btn-full {
    width: 100%
}

.line-limit {
    --line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp);
    -webkit-box-orient: vertical;
    max-height: calc(var(--line-height,24px) * var(--line-clamp));
    line-height: var(--line-height,24px);
}

.line-limit--3 {
    --line-clamp: 3;
}

.line-limit--4 {
    --line-clamp: 4;
}

.line-limit--5 {
    --line-clamp: 5;
}

.line-limit--6 {
    --line-clamp: 6;
}

.text_user_limit {
    max-width: 65px;
}

.text-right {
    text-align: right;
}

.f-title {
    font-family: var(--ftitle);
    font-weight: 700;
    letter-spacing: .5px;
}

.clearfix {
    clear: both;
}

.text-cap {
    text-transform: capitalize!important;
}

.text-upp {
    text-transform: uppercase;
}

.transition {
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.trans_dis {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.img-hover-zoom .img-zoom {
    transition: all .7s ease-in-out 0s;
    -webkit-transition: all .7s ease-in-out 0s;
    -moz-transition: all .7s ease-in-out 0s;
}

.img-hover-zoom:hover .img-zoom {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.text_hide {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bold-300 {
    font-weight: 300!important;
}

.bold-0 {
    font-weight: 400!important;
}

.bold-500,.b500 {
    font-weight: 500!important;
}

.bold {
    font-weight: bold!important;
}

.overflow {
    overflow: hidden;
}

.margin-page {
    margin-top: 30px;
    margin-bottom: 30px;
}

.color-main,.color-main.dcontent {
    color: var(--color-main);
}

.color-red {
    color: var(--color-red);
}

.color-hover {
    color: var(--color-hover);
}

.text-black {
    color: #000;
}

.text-red {
    color: var(--color-red)!important;
}

.text-blue {
    color: var(--bgnavnew)!important;
}

.text-lg {
    font-size: 130%;
}

.hr {
    margin: 30px 0;
    padding: 0;
}

.hr-red {
    border-color: var(--color-red);
}

.record-empty {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 2rem;
}

.bg-none {
    background: none!important;
}

.bg-red {
    background-color: var(--color-red)!important;
}

.fs15 {
    font-size: 15px!important;
}

.fs18 {
    font-size: 18px!important;
}

.fs22 {
    font-size: 22px!important;
}

#pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#pagination>* {
    margin: 0 5px;
    position: relative;
    height: 34px;
    min-width: 34px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    background-color: #FFF;
    border-color: #666;
    color: #000;
    transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
}

#pagination>*:last-child::after {
    display: none;
}

#pagination b {
    color: #FFF;
    font-weight: 500;
    background-color: var(--color-hover);
    border-color: var(--color-hover);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

#pagination a:hover {
    border-color: var(--color-hover);
    color: var(--color-hover);
    background: none;
    transform: translateY(-3px);
}

#pagination.pagination--simple>* {
    color: var(--color-red);
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 26px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-color: var(--color-red);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#pagination.pagination--simple a:hover {
    background-color: var(--color-red);
    color: #fff;
    transform: none;
}

#button-share {
    margin: 15px 0 30px;
    padding: 10px;
    text-align: left;
    background: #f4f4f4;
}

#button-share .header {
    font-weight: 600;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    line-height: 23px;
    color: #000;
}

#button-share>a {
    display: inline-block;
    vertical-align: middle;
}

#button-share .share-item {
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    margin-left: 10px;
    display: inline-block;
    padding-right: 10px;
    background: #de4501;
    line-height: 23px;
}

#button-share a:last-child .share-item {
    margin-right: 0;
}

#button-share .share-item b {
    font-weight: bold;
}

#button-share .share-item i {
    background: #FFF;
    display: inline-block;
    padding: 6px 10px 7px 7px;
    margin: 0 10px 0 0;
    color: #373c43;
    text-align: center;
    color: #5d72a4;
    width: 28px;
    font-size: 12px;
}

#button-share .share-item i:after {
    border: medium solid transparent;
    content: " ";
    pointer-events: none;
    height: 0;
    position: absolute;
    left: 28px;
    top: 50%;
    width: 0;
    border-color: rgba(229,229,229,0) rgba(229,229,229,0) rgba(229,229,229,0) #fff;
    border-width: 5px;
    margin-top: -5px;
}

#button-share .share-item:hover i {
    background: #000;
    color: #FFF
}

#button-share .share-item:hover i:after {
    border-color: rgba(229,229,229,0) rgba(229,229,229,0) rgba(229,229,229,0) #000;
}

#button-share .share-sheet {
    background: #ec1e25;
}

#button-share .share-sheet i {
    background: #000;
    color: #FFF;
}

#button-share .share-sheet i::after {
    border-color: rgba(229,229,229,0) rgba(229,229,229,0) rgba(229,229,229,0) #000;
}

.bg-fb,#button-share .share-fb {
    background: #5d72a4;
}

.color-fb,#button-share .share-fb i {
    color: #5d72a4;
}

.bg-twitter,#button-share .share-twitter {
    background: #00baff;
}

.color-twitter,#button-share .share-twitter i {
    color: #00baff;
}

.bg-pinterest,#button-share .share-pinterest {
    background: #f20000;
}

.color-pinterest,#button-share .share-pinterest i {
    color: #f20000;
}

.bg-link,#button-share .share-link {
    background: #2f70b0;
}

.color-link,#button-share .share-link i {
    color: #2f70b0;
}

.bg-youtube {
    background: #F00;
}

.color-youtube {
    color: #F00;
}

.bg-instagram,#button-share .share-instagram {
    background: rgb(38,38,38);
}

.header__action_mobile {
    display: none;
}

.header__action_mobile_hotline {
    display: block;
    width: 36px;
    height: 34px;
    background: url(img/icon-header-hotline.png) no-repeat center;
    background-size: auto 25px;
    filter: brightness(0) invert(1);
}

.header__action_logo_mobile {
    border: none;
    background: #FFF;
    padding: 5px;
    border-radius: .25rem;
}

.header__action_logo_mobile>a {
    display: block;
}

.header__action_logo_mobile img {
    height: 20px;
}

.btn__action_mobile {
    border: none;
    background: none;
    padding: 5px 5px;
    font-size: 23px;
    line-height: 1;
    color: #222;
}

.btn__action_mobile img {
    height: 30px;
}

.header__fsearch .btn__action_mobile {
    padding: 3px 0;
    color: #FFF;
    line-height: 30px;
    background: none;
}

.header__logo__cart {
    position: relative;
    overflow: hidden;
    background: rgba(233,233,233);
    border: 1px solid #FFF;
    font-size: 21px;
    width: 40px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    display: block;
    color: #222;
}

.header__logo__cart>span {
    position: absolute;
    right: 2px;
    top: 3px;
    z-index: 1;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    background: var(--color-red);
    color: #FFF;
    padding: 4px 5px 3px 6px;
    text-align: center;
    border-radius: 15px;
}

.outline-none {
    outline: none;
}

#header-sticky-wrapper,#hlogo__container-sticky-wrapper,#undefined-sticky-wrapper {
    height: auto!important;
}

.is-sticky #header,.is-sticky .header__nav__container {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    z-index: 9000!important;
}

.is-sticky .navigation>li.nav-logo {
    display: inline-block;
    opacity: 1;
    transition: opacity .3s ease-in 0s;
    -moz-transition: opacity .3s ease-in 0s;
    -webkit-transition: opacity .3s ease-in 0s;
}

#header {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    font-size: 14px;
    padding: 0;
    margin: 0;
    background: #FFF;
    background-size: cover;
    transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}

.header__logo {
    margin: 10px 0;
}

.header__fsearch {
    padding-left: 2rem;
    padding-right: 0;
}

.header__fsearch>.row {
    margin-left: 0;
    margin-right: 0;
}

.header__action__fsearch {
    position: relative;
    padding-left: 0;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    border: 2px solid var(--bgnavnew);
    border-radius: 8px;
    overflow: hidden;
    height: 42px;
    background: var(--bgnavnew);
}

.header__action__fsearch input {
    display: block;
    border: none;
    background: rgb(255,255,255);
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 3px 50px 3px 15px;
}

.header__action__fsearch button {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 50px;
    text-align: center;
    padding: 0 0;
    color: #8D8D8D;
    font-size: 21px;
}

.header__action__fsearch button:hover {
    color: var(--bgnavnew);
}

.header__action__fsearch input:focus {
    outline: none;
    box-shadow: none;
}

.header__action__fsearch_quick {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    -moz-transition: max-height .3s ease;
    -webkit-transition: max-height .3s ease;
}

.header__action__fsearch_quick ul,.header__action__fsearch__container:focus-within .header__action__fsearch_quick {
    max-height: 550px;
}

.header__action__fsearch_quick ul {
    margin: 0 .25rem;
    list-style-type: none;
    padding: 0 0;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 0 .5rem 1rem #00000026;
    border-radius: .375rem;
    border: 1px solid #DDD;
}

.header__action__fsearch_quick ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: none;
    background: #FFF;
    border-bottom: 1px solid #DDD;
}

.header__action__fsearch_quick ul li:last-child {
    border-radius: 0 0 6px 6px;
}

.header__action__fsearch_quick a {
    display: block;
    color: inherit;
    padding: 11px 13px 10px;
    font-size: 13px;
    line-height: 1.2;
}

.header__action__fsearch_quick a:hover {
    color: var(--bgnavnew);
}

.header__action__fsearch_quick img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
}

.header__action__fsearch_quick .title {
    font-size: 14px;
    margin-bottom: 3px;
    --line-height: 18px;
    font-weight: 500;
    --line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp);
    -webkit-box-orient: vertical;
    max-height: calc(var(--line-height, 24px)* var(--line-clamp));
    line-height: var(--line-height, 24px);
}

.f-title {
    font-family: var(--ftitle);
    font-weight: 700;
    letter-spacing: .5px;
}

.header__action__fsearch_quick .price {
    color: var(--color-red);
}

.header__action__fsearch_quick .price s {
    display: inline-block;
    margin-left: 5px;
    color: #000;
}

.header__action {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
}

.header__action__item {
    padding: 1px 6px;
    margin: 0;
    list-style-type: none;
}

.header__action__item>a {
    position: relative;
    padding-left: 46px;
    min-height: 40px;
    text-align: left;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    line-height: 18px;
}

.header__action__item>a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    min-height: 100%;
    content: "";
    display: block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.header__action__item>a b {
    display: block;
    clear: both;
    color: var(--color-hover);
    word-break: normal;
}

.header__action__item a:hover {
    text-decoration: none;
    color: var(--bs-primary);
}

.header__action__icon_checkorder::before {
    background: url('/img/icon-header-delivery.png') no-repeat center;
    background-size: auto 25px;
}

.header__action__icon_order::before {
    background: url('/img/icon-header-cart.webp') no-repeat center;
    background-size: auto 28px;
}

.header__action__icon_store::before {
    background: url('/img/icon-header-store.webp') no-repeat center;
    background-size: auto 30px;
}

.header__action__icon_hotline::before {
    background: url('/img/icon-header-hotline.webp') no-repeat center;
    background-size: auto 28px;
}

.header__action__icon_service::before {
    background: url('img/icon-header-service.svg') no-repeat center;
    background-size: auto 30px;
}

.header__action__icon_membership::before {
    background: url('/img/icon-header-membership.webp') no-repeat center;
    background-size: auto 28px;
}

.header__nav__container {
    display: block;
    background: var(--bgnav);
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

.navigation {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}

.navigation>li,.header__navsub>li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.navigation>li {
    position: relative;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.navigation li.no-border {
    border: none;
}

.navigation a {
    color: #FFF;
    position: relative;
    padding: 15px 17px 9px;
    display: block;
    text-decoration: none;
}

.navigation a span {
    display: block;
    position: relative;
    vertical-align: middle;
    line-height: 22px;
    padding-bottom: 2px;
}

.navigation a span::before {
    position: absolute;
    left: 50%;
    bottom: -2px;
    z-index: 1;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #FFF;
    transform: translateX(-50%);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.navigation a:hover span::before {
    width: 100%;
}

.navigation a:hover {
    color: #FFF;
    text-decoration: none;
}

.navigation li.selected {
    background: rgba(0,0,0,.2)
}

.navigation img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    object-fit: contain;
    object-position: center;
    margin-right: 3px;
    transform: translateY(-2px);
}

.navigation .fa {
    margin-right: 7px;
    font-size: 17px;
    color: rgb(255,255,255,.98);
    transform: translateY(1px);
}

.navigation>li.nav-logo {
    display: none;
    opacity: 0;
    transition: opacity .3s ease-out 0s;
    -moz-transition: opacity .3s ease-out 0s;
    -webkit-transition: opacity .3s ease-out 0s;
    vertical-align: top;
}

.navigation>li.nav-logo>a {
    padding: 0 0 3px
}

.navigation>li.nav-logo span {
    line-height: 1;
    padding: 0;
    border-radius: 1px;
}

.navigation>li.nav-logo span::before {
    display: none;
}

.navigation>li.nav-logo img {
    height: 45px;
    width: auto;
    object-fit: cover;
    object-position: center;
    transform: none;
    margin: 0;
}

.navigation .arrow:before {
    bottom: -3px;
    left: 50%;
    z-index: 9;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
}

.navigation .arrow:before {
    border-color: #FFF;
    border-bottom-color: #FFF;
    border-width: 7px;
    margin-left: -7px;
}

.navigation>.arrow:hover:before {
    opacity: 1;
}

.navigation li:hover .header__navsub {
    transition: opacity .5s ease-in;
    display: block;
    opacity: 1;
}

.header__navsub {
    opacity: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 1550;
    width: 245px;
    text-align: left;
    padding: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    background: rgba(255,255,255);
    box-shadow: rgba(0,0,0,.25) 0 0 28px 0;
    font-weight: normal;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    transition: all .3s ease-out;
}

.header__navsub__container {
    position: relative;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}

.header__navsub__container>li {
    clear: both;
    display: block;
    margin: 0;
    padding: 2px 15px 2px 20px;
    text-align: left;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.header__navsub__container li::after {
    display: none;
}

.header__navsub__container li:last-child {
    border: none;
}

.header__navsub__container li:hover {
    color: var(--color-hover);
    border: none;
}

.header__navsub__container a {
    border: none;
    display: block;
    padding: 4px 0!important;
    margin: 0 0!important;
    color: #000;
    font-family: var(--ftitle);
    font-weight: normal;
    font-size: 15px;
    text-transform: none;
    line-height: 21px;
}

.header__navsub__container a:hover {
    color: var(--color-red)!important;
}

.header__navsub_right {
    left: auto;
    right: 0;
    max-width: 220px;
}

.header__navsub__container li:hover .header__navsubctl {
    transition: max-width .35s ease-in;
    max-width: 100%;
    width: 100%;
}

.header__navsub__container li:hover {
    background: #eee;
}

.header__navsubctl {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 8;
    max-width: 0;
    min-height: 100%;
    text-align: left;
    background: #f8f8f8;
    padding: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    box-shadow: rgba(0,0,0,.25) 0 0 28px 0;
    font-weight: normal;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    transition: all .3s ease-out;
    overflow: hidden;
}

.header__navsubctl li {
    min-width: 245px;
    display: block;
    padding-left: 33px;
    position: relative;
}

.header__navsubctl li::before {
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 7px;
    color: #000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#footer {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    position: relative;
    padding: 0;
    color: var(--color);
    background: #fff;
}

.footer_intro {
    border-top: 1px solid #CCC;
    padding-top: 20px;
}

.footer__navigation {
    padding-bottom: 15px;
}

.footer_intro>.container.row {
    margin: 0 auto;
}

#footer a {
    color: inherit;
}

#footer a:hover {
    color: var(--color-hover);
}

.footer__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: var(--ftitle);
    letter-spacing: var(--ftitle-spacing);
}

.footer__titlesub {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 5px;
}

.footer_info address,.footer_info p {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    margin-bottom: 8px;
}

.footer_info p>b {
    font-weight: normal;
}

.footer_nav a {
    color: inherit;
}

.footer_ul:not(.row) {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.info_ul:not(.row) {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_ul li {
    clear: both;
    display: block;
    margin-bottom: 8px;
    vertical-align: middle;
    text-transform: capitalize;
}

.info_ul li {
    clear: both;
    display: block;
    margin-bottom: 8px;
    vertical-align: middle;
    text-transform: capitalize;
}

.footer_ul.row {
    padding: 0;
}

.footer__title a:hover,.footer_ul a:hover {
    color: var(--color-red);
    text-decoration: none;
}

#footer a[href*=mailto] {
    color: var(--bs-blue);
    text-transform: none;
    font-size: 15px;
}

#footer a[href*=mailto] b {
    clear: both;
    display: block;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: .15rem;
    color: var(--color);
    text-decoration: none;
}

#footer a[href*=mailto]:hover {
    color: var(--color-hover);
}

.footer_ul {
    font-size: 14px;
    font-weight: 300;
}

.info_ul {
    font-size: 14px;
    font-weight: 300;
}

.footer_ul .fa,.footer_ul .fab {
    margin-right: 5px;
    min-width: 13px;
    font-size: 14px;
}

.footer_ul .fa-facebook-square {
    color: rgb(93,114,164);
}

.footer_ul .fa-youtube {
    color: RGB(255,0,0);
}

.footer_ul .fa-map-marker-alt {
    color: blue
}

.footer_ul .fa-phone-alt {
    color: rgb(255,108,0)
}

.footer_ul .icon-zalo {
    background: url(img/icon-zalo.png) no-repeat left 0;
    background-size: contain;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.footer-img-payment {
    max-width: 100%;
    height: 75px;
    object-fit: contain;
    object-position: top left;
}

.footer_ul--icon li {
    position: relative;
    background: url(/img/icon-send-right.webp) no-repeat left 4px;
    background-size: 10px auto;
    padding-left: 18px;
}

.info_ul--icon li {
    position: relative;
    background: url(/img/icon-send-right.webp) no-repeat left 8px;
    background-size: 10px auto;
    padding-left: 18px;
}

.footer_nav--contact {
    padding-left: 2rem;
}

.footer__navigation--link {
    padding-right: 3rem;
}

.footer_infotext {
    text-align: center;
    padding-bottom: 10px;
}

#footer .footer_text {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 5px;
}

#footer .footer_text p {
    margin-bottom: 3px;
}

#footer .footer_text p:last-child {
    margin-bottom: 0;
}

.footer_social {
    margin: 0 -5px .5rem;
    padding: 0 0;
    list-style-type: none;
    line-height: 22px;
    text-transform: capitalize;
}

.footer_social li {
    display: inline-block;
    margin: 5px 0;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.footer_social .fab {
    font-size: 17px;
    vertical-align: middle;
}

.footer_social a {
    display: inline-block;
    text-align: center;
    color: #FFF!important;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 4px;
    overflow: hidden;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    vertical-align: middle;
    opacity: .9;
}

.footer_social a:hover {
    transform: translateY(-5px);
    color: #FFF;
    opacity: 1;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.footer_social img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}

.footer_social .onlinegov {
    width: auto;
    background: none;
    border-radius: 0;
}

.footer_social .onlinegov img {
    height: 32px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.footer-boxitem-action {
    --bs-gutter-x: .65rem;
    --bs-gutter-y: .65rem;
}

.footer-boxitem-action-item {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: .35rem;
    overflow: hidden;
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb),.075);
    padding: .35rem .35rem;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 20px;
    background-color: #fff;
    text-align: center;
}

.footer-boxitem-action-item b.icon-phone {
    position: relative;
    display: block;
    margin-top: .05rem;
    color: var(--color-red);
    min-height: 22px;
    padding-left: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
}

.footer-boxitem-action-item b.icon-phone::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 18px;
    height: 18px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 25px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f879';
    font-size: 13px;
    transform: rotate(30deg);
}

.footer-boxitem-action-item--link {
    display: block;
    position: relative;
    line-height: 16px;
    padding: .5rem .35rem .5rem 46px;
    background-color: #fff;
    text-align: left;
}

.footer-boxitem-action-item--link::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    min-height: 100%;
    content: "";
    display: block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.footer-boxitem-action-item--link.header__action__icon_store::before,.footer-boxitem-action-item--link.header__action__icon_checkorder::before {
    background-size: auto 26px;
}

.footer-boxitem-action-item--link b {
    clear: both;
    display: block;
    font-weight: normal;
}

.footer_keysearch {
    border-top: 1px solid #999;
    margin-top: .5rem;
    padding-top: .75rem;
    text-align: left;
}

.footer_keysearch .row .mb-3:last-child {
    margin-bottom: 0!important
}

.footer_keysearch a {
    display: inline-block;
    padding: 2px 10px 2px 0;
    margin-right: 12px;
    margin-bottom: 4px;
    position: relative;
    line-height: 18px;
}

.footer_keysearch a::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #000;
    transform: translateY(-50%);
}

.footer_keysearch div a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer_keysearch div a:last-child::after {
    display: none;
}

#footer .home-tieuchi {
    margin: 0;
    box-shadow: none!important;
    padding-top: 25px;
}

.owl-theme .owl-nav {
    margin: 0!important;
}

.owl-theme .owl-dots {
    margin-bottom: 0;
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-radius: 16px;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-red);
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 46px;
}

#bg-main {
    position: relative;
    z-index: 1;
    background-color: rgb(241,240,241);
    color: #000;
    text-align: center;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #CCC;
}

.breadcrumb {
    background: none;
    padding: 12px 0 8px;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    color: inherit;
    letter-spacing: .5px;
}

.breadcrumb a,.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

.breadcrumb a:hover {
    color: var(--color-hover);
    text-decoration: none;
}

.post__container {
    padding: 1.5rem 2rem 2rem 0;
}

.page-thread #bg-main {
    margin-bottom: 0;
}

.navthread__container {
    position: relative;
    background-color: #f6f6f6;
    padding-top: 2rem;
    padding-bottom: 3rem;
    padding-left: 1.25rem;
    min-height: 100%;
    padding-right: 30px;
    border-left: 1px solid #ddd;
    width: 28%;
}

.navthread__container::before {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    content: "";
    display: block;
    background-color: #f6f6f6;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)
}

.leftnavsub__container {
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: none;
    clear: both;
    display: block;
}

.leftnavsub__item,.leftnavsub__container li {
    clear: both;
    position: relative;
    padding: 0 15px 0 16px;
    margin: 0;
    list-style-type: none;
    display: block;
    position: relative;
    line-height: 20px;
}

.leftnavsub__item::before,.leftnavsub__container li::before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 15px;
    height: 15px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 7px;
}

.leftnavsub__item a,.leftnavsub__container a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
}

.leftnav__title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4;
    padding-left: 15px!important;
    margin: 10px 0!important;
    background: #ededed;
}

.collection-item {
    padding-left: 33px!important;
}

.collection-item::before {
    left: 15px;
}

.leftnavsub__item.selected::before,.leftnavsub__container li.selected::before {
    color: var(--color-red);
}

.leftnav_thread {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.4;
}

.leftnav_thread__title {
    font-size: 17px;
    line-height: 24px;
}

.leftnav_thread__list {
    margin: 0;
    padding: 0 0 0 15px;
}

.leftnav_thread__list li {
    margin-bottom: 12px;
}

.leftnav_thread__list a {
    color: inherit;
}

.leftnav_thread__list a:hover {
    text-decoration: none;
    color: var(--color-hover);
}

.leftnav_thread__list .selected,.leftnav_thread__list .selected a {
    color: red;
}

.post-title {
    font-size: 27px;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 15px;
    padding: 0 0 0;
    color: var(--color-main);
}

.title-page {
    text-align:center;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 15px;
    padding: 0 0 0;
    color: #111;
}

.title-page a {
    color: inherit;
    text-decoration: none;
}

.titlesub-page {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 0 0 0;
    color: #000;
}

.page-quote,.quote-page {
    margin: 0 auto 20px;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    color: #000
}

.dcontent,.dcontent pre {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.dcontent pre {
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    background: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
    margin-bottom: 15px;
}

.dcontent a {
    color: var(--color-red);
    text-decoration: none;
}

.dcontent a:hover {
    color: var(--color-hover);
    text-decoration: none;
    border-bottom: 1px dotted var(--color-hover);
}

.dcontent a.btn {
    padding-top: .5rem;
    color: #FFF;
    background: var(--color-hover);
    font-size: 14px;
    font-weight: bold;
}

.dcontent * {
    max-width: 100%!important;
}

.dcontent img {
    display: inline-block;
    max-width: 100%;
    height: auto!important;
}

.dcontent h1,.dcontent h2,.dcontent h3,.dcontent h4,.dcontent h5,.dcontent h6 {
    line-height: 120%;
}

.dcontent img {
    display: inline-block;
    max-width: 100%;
    height: auto!important;
}

.dcontent h1 {
    font-size: 115%;
    line-height: 170%;
}

.dcontent h2 {
    font-size: 110%;
    font-weight: bold;
    line-height: 160%;
}

.dcontent h3 {
    font-size: 105%;
    font-weight: bold;
    line-height: 150%;
}

.dcontent h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.dcontent h5 {
    font-size: 95%;
    font-weight: normal;
    line-height: 95%;
}

.dcontent h6 {
    font-size: 90%;
    font-weight: normal;
    line-height: 90%;
}

.dcontent p {
    margin-bottom: 15px;
}

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

.dcontent p:last-child,.dcontent ul li p:last-child {
    margin: 0!important;
}

.dcontent table {
    border-collapse: collapse!important;
    width: 100%!important;
    max-width: 100%;
    margin-bottom: 20px;
}

.dcontent table>thead>tr>th,.dcontent table>tbody>tr>th,.dcontent table>tfoot>tr>th,.dcontent table>thead>tr>td,.dcontent table>tbody>tr>td,.dcontent table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.dcontent table>thead>tr>th {
    vertical-align: bottom;
    background-color: #EEE;
}

.dcontent .table[border="1"] tbody,.dcontent .table[border="1"] td,.dcontent .table[border="1"] tfoot,.dcontent .table[border="1"] th,.dcontent .table[border="1"] thead,.dcontent .table[border="1"] tr {
    border-width: 1px;
}

.dcontent .table[border="2"] tbody,.dcontent .table[border="2"] td,.dcontent .table[border="2"] tfoot,.dcontent .table[border="2"] th,.dcontent .table[border="2"] thead,.dcontent .table[border="2"] tr {
    border-width: 2px;
}

.dcontent .table[border="3"] tbody,.dcontent .table[border="3"] td,.dcontent .table[border="3"] tfoot,.dcontent .table[border="3"] th,.dcontent .table[border="3"] thead,.dcontent .table[border="3"] tr {
    border-width: 3px;
}

.dcontent li {
    margin-bottom: 5px;
}

.dcontent-sm {
    font-size: 14px;
    line-height: 24px;
}

.dcontent-sm p {
    margin-bottom: 10px;
}

.dcontent .dcontent-btn {
    padding: .4rem 1rem;
    background-color: var(--color-hover);
    color: #FFF;
    border-color: var(--color-hover);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    min-width: 220px;
    text-align: center;
}

.dcontent .dcontent-btn:hover {
    color: #FFF;
    box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
}

.dcontent .dcontent-figcaption {
    padding: 12px 15px 10px;
    background: #f2f2f2;
    text-align: center;
}

.image-center {
    text-align: center;
}

.image-captioned {
    display: inline-block;
    border: 1px solid #EEE;
}

.image-captioned figcaption {
    background-color: #eee;
    padding: .5rem;
}

.dcontent .dcontent-h2 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
}

.dcontent .dcontent-h3 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
}

.dcontent .dcontent-h4 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
}

.dcontent .dcontent-h5 {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.4;
}

.dcontent .dcontent-h6 {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.4;
}

.dcontent .dcontent-btn1,.dcontent .dcontent-btn2,.dcontent .dcontent-btn3 {
    position: relative;
    display: inline-block;
    color: RGB(255,255,255);
    font-size: 14px;
    font-weight: bold;
    padding: .6rem 15px;
    margin-bottom: .75rem;
    border-radius: 35px;
    min-width: 220px;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.dcontent .dcontent-btn1 a,.dcontent .dcontent-btn2 a,.dcontent .dcontent-btn3 a {
    color: #FFF;
    text-decoration: none;
}

.dcontent .dcontent-btn1 {
    background: var(--color-hover);
    color: #FFF;
}

.dcontent .dcontent-btn2 {
    text-align: center;
    background: #111;
    color: #FFF;
}

.dcontent .dcontent-btn3 {
    text-align: center;
    background: var(--bs-blue);
    color: #FFF;
}

.dcontent .dcontent-btn1:hover,.dcontent .dcontent-btn2:hover,.dcontent .dcontent-btn3:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    transform: translateY(-1px);
    color: #FFF!important;
}

.dcontent .dcontent-btn1 a:hover,.dcontent .dcontent-btn2 a:hover,.dcontent .dcontent-btn3 a:hover {
    color: #FFF;
    text-decoration: none;
    border: none;
}

.owl-theme .owl-nav {
    margin: 0!important;
}

.owl-theme .owl-nav .owl-prev,.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 99;
    min-width: 25px;
    min-height: 25px;
    margin: 0;
    border: none;
    background: none;
    text-align: right;
    overflow: hidden;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.owl-theme .owl-nav .owl-prev:hover,.owl-theme .owl-nav .owl-next:hover {
    background: none;
}

.homebanner_ver__boxgroup {
    position: relative;
}

.homebanner_ver__group {
    position: absolute;
    top: 0;
    left: 50%!important;
    transform: translateX(-50%);
}

.homebanner_ver__group.is_scrollfix {
}

.homebanner-ver {
    position: absolute;
    max-width: 150px;
}

.homebanner-ver.ver-left {
    left: 0;
    transform: translateX(-100%);
}

.homebanner-ver.ver-right {
    right: 0!important;
    left: auto!important;
    transform: translateX(100%);
}

#modal_popup .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    transform: translateY(-100%);
    background: var(--color-red);
    color: #FFF;
    display: block;
    opacity: 1;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.3;
    padding: 6px 8px;
    border-radius: 0;
}

#modal_popup .modal-content {
    background: none;
    padding-bottom: 12vh;
    box-shadow: none;
    border: none;
}

.accordion-header_accordion {
    display: flex;
    flex-wrap: wrap
}

.accordion-header_accordion>button {
    border: none;
    background: none;
    flex: 0 0 auto;
    width: 40px;
}

.accordion-header_accordion>button:not(.collapsed) .fa::before {
    content: "\f077";
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(0,0,0,.3);
    cursor: progress;
}

.overlay::after {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -.125em;
    --bs-spinner-border-width: .25em;
    --bs-spinner-animation-speed: .75s;
    --bs-spinner-animation-name: spinner-border;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 1;
    content: "";
    display: block;
    margin-left: calc(-.5 * var(--bs-spinner-width));
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    border: var(--bs-spinner-border-width) solid #fff;
    border-right-color: transparent;
}

.prodetail__boxtechnology .specification {
    border-bottom: 1px solid #CCC;
    line-height: 20px;
    font-size: 13px;
}

.prodetail__boxtechnology .specification:nth-child(2n) {
    background: #f7f7f7;
}

.specification>.spec-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.specification>.spec-item .label {
    position: relative;
    width: 100%;
    padding: 10px;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    max-width: 135px;
    text-align: left;
    font-weight: 500;
    border-right: 1px solid #CCC;
}

.specification>.spec-item .value {
    position: relative;
    width: 100%;
    padding: 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.parse_boxitem {
    margin-bottom: 15px;
}

.parse_product_contaniner {
    background: #f6f6f6;
    padding: 0 10px 10px;
    margin-bottom: 15px;
}

.parse_product_contaniner .parse_content {
    margin: 0;
    padding: .75rem .25rem;
}

.parse_product {
    background: none;
    border: none;
    border-bottom-width: 0;
    border-right-width: 0;
    margin-bottom: 0;
}

.parse_product .probox__title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

.parse_product .probox__img {
    background: #FFF;
}

.parse_product .proitem {
    padding: 10px 8px;
}

.parse_product a:hover {
    text-decoration: none;
    border-bottom: none;
}

.parse_form_contaniner {
    border: 1px solid #DDD;
}

.parse_form_contaniner .parse_content {
    border-bottom: 1px solid #222;
    margin-bottom: 1.25rem;
}

.parse_form {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: auto!important;
}

.parse_form-label {
    font-weight: bold;
    display: block;
    margin-bottom: .35rem;
    font-size: 14px;
}

.parse_form_contaniner .form-check-input:checked[type="checkbox"]+*,.parse_form_contaniner .form-check-input:checked[type="radio"]+* {
    color: var(--bs-primary);
}

.parse_form_contaniner .form-check-input:focus {
    box-shadow: none;
}

.parse_form-ele--submit {
    margin-top: 1rem;
}

.parse_form-submit {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: .5rem;
    --bs-btn-color: rgb(255,255,255);
    --bs-btn-bg: rgb(13,110,253);
    --bs-btn-border-color: rgb(13,110,253);
    --bs-btn-hover-color: rgb(255,255,255);
    --bs-btn-hover-bg: rgb(11,94,215);
    --bs-btn-hover-border-color: rgb(10,88,202);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: rgb(255,255,255);
    --bs-btn-active-bg: rgb(10,88,202);
    --bs-btn-active-border-color: rgb(10,83,190);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: rgb(255,255,255);
    --bs-btn-disabled-bg: rgb(13,110,253);
    --bs-btn-disabled-border-color: rgb(13,110,253);
    font: bold 15px/22px var(--ftitle);
    text-transform: uppercase;
    min-width: 150px;
}

.parse_form_process_action.success {
    margin-left: 0;
    margin-right: 0;
}

.parse_form_process_action .alert {
    margin-bottom: 0;
}

.parse_form_process_action .alert p {
    margin-bottom: .25rem;
    font-size: 15px;
    line-height: 26px;
}

.fb_comments {
    background: #f8f8f8;
    padding: .5rem;
    border: 1px solid #EEE;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100%!important;
}

.fb_dialog iframe {
    right: 80px!important
}

.tooltip .tooltip-arrow::before {
    --bs-tooltip-bg: var(--bgnavnew);
    border-top-color: var(--bgnavnew);
}

.tooltip .tooltip-inner {
    background: var(--bgnavnew);
}

.fixedpage-action {
    position: fixed;
    z-index: 1990;
    right: .35rem;
    bottom: 80px;
}

.fixedpage-action .dropdown-menu {
    background: none;
    border-radius: 0;
    border: none;
    min-width: 0;
    width: 110px;
    display: block;
    position: relative;
}

.fixedpage-action .dropdown-menu>li:not(:last-child) {
    margin-bottom: .75rem;
}

.fixedpage-action .dropdown-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .35rem .35rem;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 .2rem .35rem rgba(0,0,0,.1);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fixedpage-action .dropdown-item svg {
    width: 26px;
    height: 26px;
}

.fixedpage-action .dropdown-item span {
    width: calc(100% - 26px);
    padding-left: .35rem;
    line-height: 1.25;
}

.fixedpage-action .dropdown-item b {
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    text-transform: capitalize;
    font-family: var(--ftitle);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.fixedpage-action small {
    display: block;
    clear: both;
    font-size: 9px;
    color: #555;
}

.fixedpage-action .dropdown-item:hover {
    border-color: var(--bs-primary);
}

.fixedpage-action .dropdown-item:hover b {
    color: var(--bs-primary);
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1380px
    }
}

.mobile-navigation {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2500;
    display: block;
    width: 100%;
    background-color: #fff;
    display: none;
    border-radius: .5rem .5rem 0 0;
}

.mobile-navigation-navgroup {
    background-color: #fff;
    position: relative;
    z-index: 1050;
    border-top: 1px solid #C5C5C5;
    padding-top: .25rem;
    padding-bottom: .25rem;
    border-radius: .5rem .5rem 0 0;
    box-shadow: 0 -.25rem .5rem rgba(var(--bs-body-color-rgb),.15);
}

.mobile-navigation-navgroup-ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-navigation-navgroup-li {
    margin: 0;
    padding: .15rem .65rem;
    list-style-type: none;
    flex: 1 0 0%;
}

.mobile-navigation-navlink {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    background: none;
    border: none;
    text-align: center;
    font-size: 11px;
    text-transform: capitalize;
    line-height: 18px;
    color: var(--color);
}

.mobile-navigation-navlink::before {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background-size: auto 20px;
}

.mobile-navigation-navlink--home::before {
    background: url(/img/icon-home.svg) no-repeat center top;
}

.mobile-navigation-navlink--category::before {
    background: url(/img/icon-category.svg) no-repeat center top;
}

.mobile-navigation-navlink--store::before {
    background: url(/img/icon-store.svg) no-repeat center top;
}

.mobile-navigation-navlink--intro::before {
    background: url(/img/icon-info.svg) no-repeat center top;
}

.mobile-navigation-navlink--images::before {
    background: url(/img/icon-image.svg) no-repeat center top;
}

.mobile-navigation-navlink--cart::before {
    background: url(/img/icon-cart.svg) no-repeat center top;
}

.mobile-navigation-navlink--other::before {
    background: url(/img/icon-dots.svg) no-repeat center center;
}

.mobile-navigation-navlink.active::before {
    filter: invert(14%) sepia(98%) saturate(4402%) hue-rotate(210deg) brightness(80%) contrast(115%);
}

.mobile-navigation-navlink.active {
    color: var(--bgnavnew);
}

.offcanvas-mobilenav-wrapper {
    --bs-offcanvas-height: 100vh;
    --padding-bottom: 60px;
    top: 0;
    padding-top: 45px;
}

#mobilenav-tabmain {
    flex: 0 0 auto;
    width: 90px;
    position: sticky;
    top: 0;
    overflow: visible !important;
    overflow-y: auto !important;
    background-color: #eee;
    padding-bottom: var(--padding-bottom);
}

#nvMainContentMobile {
    flex: 1 0 0;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
    padding-bottom: var(--padding-bottom);
}

.mobilenav-tabmain-wrapper {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 3rem;
}

#mobilenav-tabmain .nav-link {
    --bg-menu: #fff;
    position: relative;
    padding: .8rem .25rem 1rem;
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0;
    border: none;
    color: var(--color);
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    background-color: var(--bg-menu);    
}

.nav-link--item1{
    --bg-menu: #f0fde3 !important;
} 
.nav-link--item2{
    --bg-menu: #fffde2 !important;
} 
.nav-link--item3{
    --bg-menu: #fde8d4 !important;
} 
.nav-link--item4{
    --bg-menu: #ede1fb !important;
} 
.nav-link--item5{
    --bg-menu: #FDBA73 !important;
} 
.nav-link--item6{
    --bg-menu: #fde4f5 !important;
} 
.nav-link--item7{
    --bg-menu: #e4fdf9 !important;
}    

#mobilenav-tabmain .nav-link--ctl {
    font-weight: bold;
    text-transform: uppercase;
    border-top: none;
}

#mobilenav-tabmain .nav-link figure {
    display: block;
    width: 100%;
    margin-bottom: .25rem;
}

#mobilenav-tabmain .nav-link img {
    display: inline-block;
    height: 40px;
    width: 55px;
    object-fit: contain;
    object-position: center top;
    overflow: hidden;
}

#mobilenav-tabmain .nav-link.active {
    color: var(--color);    
}

#mobilenav-tabmain .nav-link:before {
    right: 0;
    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: #fff;
    border-width: 9px;
    margin-top: -9px;
    display: none;
}
#mobilenav-tabmain .nav-link.active:before {
    display: block;
}

.mobilenav-content-boxitem {
    margin: 0 0 .5rem;
    padding: 0 .75rem;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.mobilenav-content-boxitem>li {
    margin: .5rem 0 0;
    padding: 0 .25rem;
    list-style-type: none;
    flex: 0 0 auto;
    width: calc(100% / 3);
}

.mobilenav-content-boxitem-navlink {
    --line-height: 14px;
    display: block;
    color: var(--color);
    height: 100%;
    font-size: 12px;
    line-height: var(--line-height);
    font-weight: 400;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: .275rem;
    box-shadow: 0 .075rem .15rem rgba(0, 0, 0, .075);
    overflow: hidden;
}

.mobilenav-content-boxitem-navlink-img {
    display: block;
    margin-bottom: 0;
}

.mobilenav-content-boxitem-navlink img {
    display: inline-block;
    height: 70px;
    width: 100%;
    padding: .35rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center top;
    margin-bottom: .25rem;
}

.mobilenav-content-boxitem-navlink img { border: none; border-radius: 10px; object-position: center center; width: 100%; }

.mobilenav-content-boxitem-navlink-img-caption {
    padding: 0 .25rem;
    margin-bottom: .25rem;
}

.line-limit {
    --line-height: 14px;
    --line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp);
    -webkit-box-orient: vertical;
    max-height: calc(var(--line-height, 24px)* var(--line-clamp));
    line-height: var(--line-height, 24px);
}

.offcanvas-other {
    padding-bottom: var(--padding-bottom)!important;
}

.offcanvas-other .footer__title {
    margin-bottom: .5rem!important;
    font-size: 15px;
}

.offcanvas-other .footer-boxitem-action {
    --bs-gutter-x: .5rem;
    --bs-gutter-y: .75rem;
    margin-bottom: 1rem!important;
}

.offcanvas-other .footer__navigation--link {
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.offcanvas-other .footer-boxitem-action-item {
    font-size: 12px;
    padding: .35rem .35rem;
}

.offcanvas-other .footer-boxitem-action-item--link {
    padding-left: 36px;
}

.offcanvas-other .footer-boxitem-action-item--link::before {
    width: 36px;
}

.offcanvas-other .footer-boxitem-action-item--link.header__action__icon_store::before,.offcanvas-other .footer-boxitem-action-item--link.header__action__icon_checkorder::before {
    background-size: auto 20px;
}

.offcanvas-other .header__action__icon_service::before {
    background-size: auto 26px;
}

.offcanvas-other a {
    color: var(--color);
}

.offcanvas-other .footer-boxitem-action>* {
    width: calc(100% / 3);
}

.offcanvas-other .footer_infotext {
    display: none;
}

.offcanvas-other .footer_social_payment,.offcanvas-other .footer_nav {
    display: block!important;
}

.offcanvas-other .footer_nav--contact {
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.offcanvas-other .footer_nav_boxitem {
    border: 1px solid #BCBCBC;
    border-radius: .35rem;
    padding: .75rem;
    margin-bottom: .75rem;
}

.offcanvas-other .footer_ul.mb-4 {
    margin-bottom: 0!important;
}

.offcanvas-other .footer_ul>li:last-child {
    margin-bottom: 0;
}

.offcanvas-other .footer-img-payment {
    height: 36px;
}

.offcanvas-other .footer_ul--icon li {
    padding-left: 18px;
}

.offcanvas-other .footer_ul--icon li {
    background-position: left 7px;
}

.mobile-navigation-widget {
    padding: .75rem .65rem 1rem;
    line-height: 20px;
    border-radius: .5rem .5rem 0 0;
    overflow: hidden;
}

.mobile-navigation-widget--cartinfo .cart_btnitem-red {
    border-radius: 28px;
    font-size: 14px;
    padding: .55rem .75rem;
}

.widget--prodetail-action {
    transform: translateY(100%);
    transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
}

.widget--prodetail-action.active {
    transform: translateY(0%);
}

.widget--prodetail-action .mobile-navigation-navgroup {
    display: none;
}

.widget-prodetail-action-wrapper {
    --bs-gutter-x: 1rem;
    margin-left: 0;
    margin-left: 0;
    background-color: #fff;
    position: relative;
    z-index: 1050;
    border-top: 1px solid #C5C5C5;
    box-shadow: 0 -.25rem .5rem rgba(var(--bs-body-color-rgb),.15);
    padding: .5rem 0!important;
    margin: 0!important;
    border-radius: .5rem .5rem 0 0;
    align-items: center;
    justify-content: center;
}

.widget-prodetail-action-wrapper .prodetail-faction {
    flex: 1 0 0%;
    padding-left: 0;
    display: block!important;
}

.widget-prodetail-action-wrapper .prodetail-faction .pdinfo_faddcart_btngroup {
    --bs-gutter-x: .5rem;
}

.widget-prodetail-action-wrapper .pdinfo_faddcart_btngroup {
    margin-bottom: 0;
}

.widget-prodetail-action-wrapper .pdinfo_faddcart_btngroup>* {
    flex: 1 0 0%;
    width: auto;
    order: 2;
}

.widget-prodetail-action-wrapper .pdinfo_faddcart_btngroup>[class*=col] {
    margin: 0!important;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.widget-prodetail-action-wrapper .pdinfo_faddcart_btngroup>*:first-child {
    order: 3;
}

.widget-prodetail-action-wrapper .pdinfo_faddcart__btn {
    padding: .475rem .75rem;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    border-radius: 22px;
}

.widget-prodetail-action-wrapper .pdinfo_faddcart__btn b {
    background: none;
    padding-left: 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    min-height: 0;
}

.widget-prodetail-action-wrapper .addtocart__complete,.widget-prodetail-action-wrapper .pdinfo_faddcart__btn span {
    display: none!important;
}

.widget--keothom-action.active .prodetail-faction .pdinfo_faddcart_btngroup {
    display: flex;
    pointer-events: visible;
}

#offcanvasWidgetProdetailAddcart {
    --bs-offcanvas-zindex: 1550;
    --bs-offcanvas-height: auto;
    max-height: 70vh;
    overflow-y: auto;
    border-radius: .5rem .5rem 0 0;
    box-shadow: 0 -.25rem .5rem rgba(var(--bs-body-color-rgb),.15);
}

#offcanvasWidgetProdetailAddcart .offcanvas-body {
    padding-bottom: .5rem;
}

#offcanvasWidgetProdetailAddcart .offcanvas-title {
    font-size: 17px;
}

#offcanvasWidgetProdetailAddcart .prodetail__price>s,#offcanvasWidgetProdetailAddcart .prodetail__price .price {
    font-size: 16px;
}

#offcanvasWidgetProdetailAddcart .prodetail_pricebox_buyonline {
    font-size: 13px;
    line-height: 20px;
}

#offcanvasWidgetProdetailAddcart .faddcart-qtygroup {
    width: 140px;
}

#offcanvasWidgetProdetailAddcart .faddcart-qtygroup input {
    width: 60px;
}

.widget-prodetail-formaction-submit {
    --bs-btn-disabled-bg: var(--color-red);
    --bs-btn-disabled-border-color: var(--color-red);
    --bs-btn-disabled-color: #fff;
    display: block;
    width: 100%;
    border: none;
    background-color: var(--color-hover);
    color: RGB(255,255,255);
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb),.075);
    padding: .65rem .75rem;
    font-size: 15px;
    text-transform: uppercase;
    height: 100%;
    border-radius: 22px;
}

.widget-prodetail-formaction-submit b {
    display: none;
    font-weight: 500;
}

.widget-prodetail-formaction-submit[value=addtocart] b[data-value="addtocart"] {
    display: block;
}

.widget-prodetail-formaction-submit[value=buynow] b[data-value="buynow"] {
    display: block;
}

.toast {
    --bs-toast-bg: #fff;
    --bs-toast-padding-y: .3rem;
    --bs-toast-font-size: 13px;
}

.toast-header img {
    height: 16px;
    width: 16px;
    object-position: center;
    object-fit: contain;
}

@media (min-width: 992px) {
    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x:1rem
    }

    .g-2,.gy-2 {
        --bs-gutter-y: .5rem
    }

    .g-2,.gx-2 {
        --bs-gutter-x: .5rem
    }
}

@media (min-width: 992px) {
    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y:1rem
    }
}

@media (min-width: 1200px) {
    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x:1.5rem
    }
}

@media (min-width: 1200px) {
    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y:1.5rem
    }
}
/* m */
.text-ddv {
    --tw-text-opacity: 1;
    color: rgb(190 30 45/var(--tw-text-opacity));
}
.font-bold {
    font-weight: 700;
}
.text-24 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 16px;
    margin-bottom: 0px;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 99;
    min-width: 25px;
    min-height: 25px;
    margin: 0;
    border: none;
    background: none;
    text-align: right;
    overflow: hidden;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} 
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]:hover{background-color:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-carousel .probox__pricebox, #owl_homeproflashsale .probox__pricebox{ margin-bottom: .5rem}
#header-wapper{
    height: auto!important;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.navigation {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
ol, ul {
    padding-left: 2rem;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.navigation>li {
    position: relative;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.navigation>li, .header__navsub>li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.navigation li:hover .header__navsub {
    transition: opacity .5s ease-in;
    display: block;
    opacity: 1;
}
.header__navsub__container li:hover {
    background: #eee;
}
.header__navsub__container li:hover {
    color: var(--color-hover);
    border: none;
}
.header__navsub__container li:hover .header__navsubctl {
    transition: max-width .35s ease-in;
    max-width: 100%;
    width: 100%;
}
.navigation a span {
    display: block;
    position: relative;
    vertical-align: middle;
    line-height: 22px;
    padding-bottom: 2px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.navigation a span::before {
    position: absolute;
    left: 50%;
    bottom: -2px;
    z-index: 1;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #FFF;
    transform: translateX(-50%);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.header__action__item>a {
    position: relative;
    padding-left: 46px;
    min-height: 40px;
    text-align: left;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    line-height: 18px;
}
.header__action__item>a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    min-height: 100%;
    content: "";
    display: block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.header__action__icon_hotline::before {
    background: url(/img/icon-header-hotline.webp) no-repeat center;
    background-size: auto 28px;
}
.header__action__icon_order::before {
    background: url(/img/icon-header-cart.webp) no-repeat center;
    background-size: auto 28px;
}
.header__action__icon_membership::before {
    background: url(/img/icon-header-membership.webp) no-repeat center;
    background-size: auto 28px;
}
.header__action__item {
    padding: 1px 6px;
    margin: 0;
    list-style-type: none;
}
.text_hide {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.is-sticky #header, .is-sticky .header__nav__container {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    z-index: 9000!important;
}
.header__nav__container {
    max-height: 48px;
}
.header__nav__container {
    display: block;
    background: var(--bgnav);
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
#header-sticky-wrapper .header__nav__container .container {
    max-width: 100%;
}
.header__action__item>a b {
    display: block;
    clear: both;
    color: var(--color-hover);
    word-break: normal;
}
.header__action__item a:hover {
    text-decoration: none;
    color: var(--bs-primary);
}
.fs15 {
    font-size: 15px!important;
}
b, strong {
    font-weight: bolder;
}
.d-inline-block {
    display: inline-block!important;
}
a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration: none;
}
.header__navsub__container>li {
    clear: both;
    display: block;
    margin: 0;
    padding: 2px 15px 2px 20px;
    text-align: left;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.header__navsub {
    opacity: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 1550;
    width: 245px;
    text-align: left;
    padding: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    background: rgba(255,255,255);
    box-shadow: rgba(0,0,0,.25) 0 0 28px 0;
    font-weight: normal;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    transition: all .3s ease-out;
}
button, select {
    text-transform: none;
}
button {
    border-radius: 0;
}
.header__action__fsearch input:focus {
    outline: none;
    box-shadow: none;
}
.navigation a {
    color: #FFF;
    position: relative;
    padding: 15px 17px 9px;
    display: block;
    text-decoration: none;
}
.navigation img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    object-fit: contain;
    object-position: center;
    margin-right: 3px;
    transform: translateY(-2px);
    filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}
.header__navsub__container a {
    border: none;
    display: block;
    padding: 4px 0!important;
    margin: 0 0!important;
    color: #000;
    font-family: var(--ftitle);
    font-weight: normal;
    font-size: 15px;
    text-transform: none;
    line-height: 21px;
}
.header__navsubctl {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 8;
    max-width: 0;
    min-height: 100%;
    text-align: left;
    background: #f8f8f8;
    padding: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    box-shadow: rgba(0,0,0,.25) 0 0 28px 0;
    font-weight: normal;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    transition: all .3s ease-out;
    overflow: hidden;
}
.header__navsub__container {
    position: relative;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}
.header__navsubctl li {
    min-width: 245px;
    display: block;
    padding-left: 33px;
    position: relative;
}
.navigation a:hover {
    color: #FFF;
    text-decoration: none;
}
.header__navsub__container a:hover {
    color: var(--color-red)!important;
}
.navigation a:hover span::before {
    width: 100%;
}
.header__navsub__container li::after {
    display: none;
}
/* body.page-home {
    --bs-white-rgb: #F2F2F2;
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242/var(--tw-bg-opacity));
} */
.d-block {
    display: block!important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
#owl_home_img{ margin-bottom: 5px}
.boxprobrand__apple.pro__group806 .owl-stage-outer::before,
.pro__group806.boxprobrand__apple .probox__img::before,
.pronavigation-wrapper--am-thanh{ display: none}
#owl_homephoto .owl-nav .owl-prev, #owl_homephoto .owl-nav .owl-next { opacity: 0; }
 
.homeslide_lg .owl-nav .owl-next, .homeslide_lg .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    line-height: 38px;
    font-size: 15px;
    background-color: rgba(255,255,255,.85);
    color: #000;
}
.homeslide_lg .owl-nav {
    opacity: .3;
}
.owl-theme .owl-nav {
    margin: 0!important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
    background: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #869791;
    color: #FFF;
    text-decoration: none;
}
.homeslide_lg .owl-nav .owl-prev {
    left: calc((100vw - 1380px) / 2);
}
.owl-hbannerctl-item img {
    max-width: 95%;
}
.homebanner__item img {
    width: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 0.35rem;
}
.img-full {
    display: block;
    width: 100%;
    height: auto;
}
.owl-hbannerctl-item .hbannerctl__caption {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    padding-top: 0.5rem;
    color: inherit;
    text-align: center;
}
.home-boxproduct .homebanner__item .hbannerctl__title {
    font-weight: 500;
    font-size: 14px;
}
.hbannerctl__title {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
}
.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
@media screen and (max-width: 766px) {  
    .home-boxproduct { margin-bottom: 0; padding-left: 0; padding-right: 0; }
    .home-boxproduct .owl-hbannerctl { margin-bottom: 0.5rem; }
    .owl-hbannerctl-item>* { min-height: auto; margin-bottom: 0; }
    .home-boxproduct .homebanner__item .hbannerctl__title { font-size: 12px; }
    .home_hphoto { margin-bottom: 0px !important; }
    .img-banner {
        width: 100%;
        height: 205px!important;
    }    
    .breadcrumb {
        background: none;
        padding: 10px 0 5px;
        margin: 0;
        list-style: none;
        font-size: 12px;
        line-height: 1.3;
        font-weight: 400;
        color: inherit;
        letter-spacing: .5px;
    }
}
@media only screen and(min-width: 576px){
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .container, .container-sm {
        max-width: 540px;
    }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .col-md {
        flex: 1 0 0%;
    }
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit:cover;
}
@media screen and (min-width: 992px){
    .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 170px;
    object-fit:cover;
}
    .img-banner{
        width: 100%;
        height: 450px!important;
    }
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (min-width: 1200px){    
    .img-banner{
        width: 100%;
        height: 450px!important;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .h2, h2 {
        font-size: 2rem;
    }
    .h3, h3 {
        font-size: 1.75rem;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1400px){
    .img-banner{
        width: 100%;
        height: 450px!important;
    }
    .navigation a {
        padding: 12px 14px 9px;
    }
    .navigation img {
        height: 20px;
        width: 20px;
    }
}
.homeslide_lg .owl-nav .owl-next:hover, .homeslide_lg .owl-nav .owl-prev:hover {
    background-color: var(--color-red);
    color: #fff;
}
.homeslide_lg {
    position: relative;
    z-index: 1;
}
.homebanner_ver__boxgroup {
    position: relative;
}
.hbannerctlonlymobile-wrapper, .hbannerctlpcmobile-wrapper {
    overflow: visible;
    margin-bottom: 2.25rem;
    margin-top: 0.75rem;
}
.owl-hbannerctl-item .hbannerctl__caption {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    padding-top: 0.5rem;
    color: inherit;
    text-align: center;
}
.owl-hbannerctl-item .homebanner__box:hover {
    color: var(--color-hover);
    transform: translateY(-5px);
}
.home-boxproduct {
    background: #FFF;
    background: linear-gradient(180deg,var(--bg-gradient-top,var(--color-red)) 0%,rgba(255,255,255,1) 90%);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.bg-none{
    background: none!important; 
}
.owl-hbannerctl {
    margin-bottom: 1.25rem;
}
.owl-hbannerctl-item {
    display: flex;
    flex-wrap: nowrap;
}
.owl-hbannerctl-item>* {
    margin: 0;
    padding-top: 10px;
    flex: 0 0 auto;
    width: 50%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.owl-hbannerctl-item .homebanner__box {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.homebanner__box {
    display: block;
    color: inherit;
    position: relative;
    overflow: hidden;
    margin: 0;
    font-size: 13px;
}
.homebanner__box:hover {
    color: inherit;
    text-decoration: none;
}
.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.my-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.w-full {
    width: 100%;
}
.flex {
    display: flex;
}
.text-ddv {
    --tw-text-opacity: 1;
    color: rgb(190 30 45/var(--tw-text-opacity));
}
.font-bold {
    font-weight: 700;
}
.text-24 {
    font-size: 24px;
    line-height: 30px;
}
.text-ddv {
    --tw-text-opacity: 1;
    color: rgb(190 30 45/var(--tw-text-opacity));
}
.font-bold {
    font-weight: 700;
}
.text-24 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 16px;
    margin-bottom: 0px;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 99;
    min-width: 25px;
    min-height: 25px;
    margin: 0;
    border: none;
    background: none;
    text-align: right;
    overflow: hidden;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} 
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background-color:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-carousel .probox__pricebox, #owl_homeproflashsale .probox__pricebox{ margin-bottom: 0px}
#header-wapper{
    height: auto!important;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.hlogo__container>.row {
    padding-bottom: 0.5rem;
}
.text-center {
    text-align: center!important;
}
.navigation {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
ol, ul {
    padding-left: 2rem;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.navigation>li {
    position: relative;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.navigation>li, .header__navsub>li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.navigation li:hover .header__navsub {
    transition: opacity .5s ease-in;
    display: block;
    opacity: 1;
}
.header__navsub__container li:hover {
    background: #eee;
}
.header__navsub__container li:hover {
    color: var(--color-hover);
    border: none;
}
.header__navsub__container li:hover .header__navsubctl {
    transition: max-width .35s ease-in;
    max-width: 100%;
    width: 100%;
}
.navigation a span {
    display: block;
    position: relative;
    vertical-align: middle;
    line-height: 22px;
    padding-bottom: 2px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.navigation a span::before {
    position: absolute;
    left: 50%;
    bottom: -2px;
    z-index: 1;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #FFF;
    transform: translateX(-50%);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.header__action__item>a {
    position: relative;
    padding-left: 46px;
    min-height: 40px;
    text-align: left;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    line-height: 18px;
}
.header__action__item>a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    min-height: 100%;
    content: "";
    display: block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.header__action__icon_hotline::before {
    filter: brightness(0) saturate(100%) invert(26%) sepia(89%) saturate(554%) hue-rotate(174deg) brightness(88%) contrast(92%);
    background: url(/img/icon-header-hotline.webp) no-repeat center;
    background-size: auto 28px;
}
.header__action__icon_order::before {
    background: url(/img/icon-header-cart.webp) no-repeat center;
    background-size: auto 28px;
}
.header__action__icon_membership::before {
    background: url(/img/icon-header-membership.webp) no-repeat center;
    background-size: auto 28px;
}
.header__action__item {
    padding: 1px 6px;
    margin: 0;
    list-style-type: none;
}
.text_hide {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.is-sticky #header, .is-sticky .header__nav__container {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    z-index: 9000!important;
}
.header__nav__container {
    max-height: 48px;
}
.header__nav__container {
    display: block;
    background: var(--bgnavnew);
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
#header-sticky-wrapper .header__nav__container .container {
    max-width: 100%;
}
.header__action__item>a b {
    display: block;
    clear: both;
    color: var(--bgnavnew);
    word-break: normal;
}
.header__action__item a:hover {
    text-decoration: none;
    color: var(--bgnavnew);
}
.fs15 {
    font-size: 15px!important;
}
b, strong {
    font-weight: bolder;
}
.d-inline-block {
    display: inline-block!important;
}
a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration: none;
}
.header__logo img {
    max-height: 60px;
    display: inline-block;
    transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -webkit-transition: all .2s ease-out 0s;
}
img, svg {
    vertical-align: middle;
}
.header__navsub__container>li {
    clear: both;
    display: block;
    margin: 0;
    padding: 2px 15px 2px 20px;
    text-align: left;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.header__navsub {
    opacity: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 1550;
    width: 245px;
    text-align: left;
    padding: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    background: rgba(255,255,255);
    box-shadow: rgba(0,0,0,.25) 0 0 28px 0;
    font-weight: normal;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    transition: all .3s ease-out;
}
.header__action__fsearch input:focus {
    outline: none;
    box-shadow: none;
}
.navigation a {
    color: #FFF;
    position: relative;
    padding: 15px 17px 9px;
    display: block;
    text-decoration: none;
}
.navigation img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    object-fit: contain;
    object-position: center;
    margin-right: 3px;
    transform: translateY(-2px);
    filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}
.header__navsub__container a {
    border: none;
    display: block;
    padding: 4px 0!important;
    margin: 0 0!important;
    color: #000;
    font-family: var(--ftitle);
    font-weight: normal;
    font-size: 15px;
    text-transform: none;
    line-height: 21px;
}
.header__navsubctl {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 8;
    max-width: 0;
    min-height: 100%;
    text-align: left;
    background: #f8f8f8;
    padding: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    box-shadow: rgba(0,0,0,.25) 0 0 28px 0;
    font-weight: normal;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    transition: all .3s ease-out;
    overflow: hidden;
}
.header__navsub__container {
    position: relative;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}
.header__navsubctl li {
    min-width: 245px;
    display: block;
    padding-left: 33px;
    position: relative;
}
.navigation a:hover {
    color: #FFF;
    text-decoration: none;
}
.header__navsub__container a:hover {
    color: var(--bgnavnew)!important;
}
.navigation a:hover span::before {
    width: 100%;
}
.header__navsub__container li::after {
    display: none;
}
/* body.page-home {
    --bs-white-rgb: #F2F2F2;
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242/var(--tw-bg-opacity));
} */
.d-block {
    display: block!important;
}
#owl_home_img{ margin-bottom: 5px}
.boxprobrand__apple.pro__group806 .owl-stage-outer::before,
.pro__group806.boxprobrand__apple .probox__img::before,
.pronavigation-wrapper--am-thanh{ display: none}
#owl_homephoto .owl-nav .owl-prev, #owl_homephoto .owl-nav .owl-next { opacity: 0; }
 
.homeslide_lg .owl-nav .owl-next, .homeslide_lg .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    line-height: 38px;
    font-size: 15px;
    background-color: rgba(255,255,255,.85);
    color: #000;
}
.homeslide_lg .owl-nav {
    opacity: .3;
}
.owl-theme .owl-nav {
    margin: 0!important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
    background: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: none;
    color: #FFF;
    text-decoration: none;
}
.homeslide_lg .owl-nav .owl-prev {
    left: calc((100vw - 1380px) / 2);
}
.owl-hbannerctl-item img {
    max-width: 95%;
}
.homebanner__item img {
    width: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 0.35rem;
}
.img-full {
    display: block;
    width: 100%;
    height: auto;
}
.owl-hbannerctl-item .hbannerctl__caption {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    padding-top: 0.5rem;
    color: inherit;
    text-align: center;
}
.home-boxproduct .homebanner__item .hbannerctl__title {
    font-weight: 500;
    font-size: 14px;
}
.hbannerctl__title {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
}
.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
.img-icon-danhmuc img{
    background-color: #eeeeee;
    max-width: 100%;
    max-height: 100%;    
}
@media screen and (max-width: 766px) {  
    .home-boxproduct { margin-bottom: 0; padding-left: 0; padding-right: 0; }
    .home-boxproduct .owl-hbannerctl { margin-bottom: 0.5rem; }
    .owl-hbannerctl-item>* { min-height: auto; margin-bottom: 0; }
    .home-boxproduct .homebanner__item .hbannerctl__title { font-size: 12px; }
    .home_hphoto { margin-bottom: 0px !important; }
    .img-banner {
        width: 100%;
        height: 205px!important;
    }    
}
@media only screen and(min-width: 576px){
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .container, .container-sm {
        max-width: 540px;
    }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .col-md {
        flex: 1 0 0%;
    }
}
@media screen and(min-width: 992px){
    .img-banner{
        width: 100%;
        height: 450px!important;
    }
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (min-width: 1200px){    
    .img-banner{
        width: 100%;
        height: 450px!important;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .h2, h2 {
        font-size: 2rem;
    }
    .h3, h3 {
        font-size: 1.75rem;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1400px){
    .img-banner{
        width: 100%;
        height: 450px!important;
    }
    .navigation a {
        padding: 12px 14px 9px;
    }
    .navigation img {
        height: 20px;
        width: 20px;
    }
}
.homeslide_lg .owl-nav .owl-next:hover, .homeslide_lg .owl-nav .owl-prev:hover {
    background-color: var(--bgnavnew);
    color: #fff;
}
.homeslide_lg {
    position: relative;
    z-index: 1;
}
.homebanner_ver__boxgroup {
    position: relative;
}
.hbannerctlonlymobile-wrapper, .hbannerctlpcmobile-wrapper {
    overflow: visible;
    margin-bottom: 2.25rem;
    margin-top: 0.75rem;
}
.owl-hbannerctl-item .hbannerctl__caption {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    padding-top: 0.5rem;
    color: inherit;
    text-align: center;
}
.owl-hbannerctl-item .homebanner__box:hover {
    color: var(--color-hover);
    transform: translateY(-5px);
}
.home-boxproduct {
    background: #FFF;
    background: linear-gradient(180deg,var(--bg-gradient-top,var(--color-red)) 0%,rgba(255,255,255,1) 90%);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.bg-none{
    background: none!important; 
}
.owl-hbannerctl {
    margin-bottom: 1.25rem;
}
.owl-hbannerctl-item {
    display: flex;
    flex-wrap: nowrap;
}
.owl-hbannerctl-item>* {
    margin: 0;
    padding-top: 10px;
    flex: 0 0 auto;
    width: 50%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.owl-hbannerctl-item .homebanner__box {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.homebanner__box {
    display: block;
    color: inherit;
    position: relative;
    overflow: hidden;
    margin: 0;
    font-size: 13px;
}
.homebanner__box:hover {
    color: inherit;
    text-decoration: none;
}
.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.my-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.w-full {
    width: 100%;
}
.flex {
    display: flex;
}
.text-ddv {
    --tw-text-opacity: 1;
    color: rgb(190 30 45/var(--tw-text-opacity));
}
.font-bold {
    font-weight: 700;
}
.text-24 {
    font-size: 24px;
    line-height: 30px;
}
.gm-ui-hover-effect{
    border: none!important;
    top: 0px!important;
    right: 0px!important;
}
.khthanthiet-form {
    --width-boxitem: 520px;
    position: relative;
    overflow: hidden;
    max-width: var(--width-boxitem);
    background-color: var(--bs-light);
    padding: 0em;
    margin: 1.5rem auto .5rem;
}
.khthanthiet-form-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.khthanthiet-form-header-avatar {
    display: inline-block;
    width: 125px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    background: url(/img/dang-nhap-user.png) no-repeat center center;
    background-size: cover;
    background-color: #fff;
    margin: 0 auto 1rem;
    opacity: 0.8;
}
.dangkykhthanthiet-form-header-avatar {
    display: inline-block;
    width: 125px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    background: url(/img/add-user.png) no-repeat center center;
    background-size: cover;
    background-color: #fff;
    margin: 0 auto 1rem;
    opacity: 0.8;
}
.khthanthiet-form-header-title {
    margin: 0;
    padding: 0;
    font: 500 21px/26px var(--ftitle);
    text-transform: capitalize;
    color: #393939;
}
.khthanthiet-formwrapper {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
}
.khthanthiet-form-boxitem {
    min-height: 100%;
    flex: 0 0 auto;
    max-width: var(--width-boxitem);
    width: 100%;
    padding: 2rem 2rem;
}
.khthanthiet-form-boxitem .form-control {
    line-height: 30px;
    margin-bottom: 0.25rem;
}
.khthanthiet-form-boxitem .btn {
    font: bold 15px/20px var(--ftitle);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.75rem;
}
.khthanthiet-form-boxitem .btn-forget-password {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    color: var(--bs-primary);
}
.ire0wc {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    padding: 14px 25px 0 14px;
    border-radius: 4px;
    background-color: #fff;
}
.i14mr5f8 {
    width: 100%;
    height: 48px;
    position: relative;
    border-radius: 4px;
    border: 1px solid silver;
    background-color: #fff;
}
.i3z0z0s:focus+label {
    transform: scale(.7143) translateY(-12px);
    font-weight: 700;
}
.i14mr5f8>label {
    position: absolute;
    top: 12px;
    left: 12px;
    cursor: text;
    pointer-events: none;
    transform-origin: top left;
    transition: transform .1s ease;
    color: #8c8c8c;
    font-size: 1rem;
}
.clear-iconSoDienThoai {
    width: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    color: #939393;
}
@media screen and (max-width:991px) {   
    .text-24{
        font-size:20px;
    } 
    .btn-outline-viewall-product {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-color: var(--bgnavnew);
    --bs-btn-border-color: var(--bgnavnew);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bgnavnew);
    --bs-btn-hover-border-color: var(--bgnavnew);
    font-size: 11px;
    font-weight: 500;
    line-height: 22px;
    box-shadow: 0 .25rem .25rem rgba(var(--bs-body-color-rgb),.075);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
}
.bubble-contact-listing-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background-color:transparent;display:none;opacity:0;visibility:hidden;transition:.3s cubic-bezier(.645, .045, .355, 1)}.bubble-contact-listing-wrapper .bubble-contact-action{position:absolute;bottom:80px;border-radius:12px;right:30px;max-width:300px;overflow:hidden;background-color:#f5f6fa;box-shadow:0 4px 20px rgba(0,0,0,.2);-webkit-transform-origin:100% bottom;transform-origin:100% bottom;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-webkit-transition:transform .35s cubic-bezier(.165, .84, .44, 1);-moz-transition:transform .35s cubic-bezier(.165, .84, .44, 1);-ms-transition:transform .35s cubic-bezier(.165, .84, .44, 1);transition:transform .35s cubic-bezier(.165, .84, .44, 1)}.bubble-contact-listing{padding:0;margin:0}.bubble-contact-listing .bubble-contact-item{margin:0;padding:.5rem;cursor:pointer}.bubble-contact-listing .bubble-contact-item:not(:last-of-type){border-bottom:1px solid #ecedf1;box-shadow:0 1px 0 0 #fff}.bubble-contact-listing .bubble-contact-item .bubble-contact-item--icon{width:100%;height:43px;border-radius:0;box-shadow:none;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;align-items:center;text-decoration:none;align-items: center;}.bubble-contact-listing .bubble-contact-item .bubble-contact-item--icon svg{display:block;border-radius:50%;width:26px;height:26px;}.bubble-contact-listing .bubble-contact-item .bubble-contact-item--icon .tooltip-text{opacity:1;visibility:visible;position:initial;width:100%;padding-left:.5rem;text-align:left;background:0 0;color:#333;font-size:13px;}.bubble-contact-listing .bubble-contact-item .bubble-contact-item--icon .tooltip-text b{display:block;font-size:11px;font-weight:700;line-height:1.2;text-transform:capitalize}.bubble-contact-listing .bubble-contact-item .bubble-contact-item--icon .tooltip-text small{display:block;clear:both;font-size:9px;line-height:1.2;color:#555}.bubble-contact-listing .bubble-contact-item:hover .tooltip-text{color:#0d6efd}.bubble-contact-listing-wrapper .bubble-contact-close{position:absolute;z-index:10;right:0;top:0;border:0;outline:0;padding:6px;background:0 0}.bubble-contact-listing-wrapper .bubble-contact-close svg{opacity:.6;width:24px;height:24px;display:block;margin:auto}.bubble-contact-listing-wrapper.active{opacity:1;visibility:visible}.bubble-contact-listing-wrapper.active .bubble-contact-action{-ms-transition-delay:0.1s;-webkit-transition-delay:0.15s;transition-delay:0.1s;transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}.bubble-contact .svgico .svgico--close,.bubble-contact .svgico svg{transition:opacity .35s ease-in-out,transform .35s ease-in-out,-webkit-transform .35s ease-in-out}.bubble-contact-listing-wrapper.active+.bubble-contact .svgico .svgico--close{opacity:1;visibility:visible;-webkit-transform:scale(1);transform:scale(1)}.bubble-contact .svgico .svgico--close,.bubble-contact-listing-wrapper.active+.bubble-contact .svgico>svg{transform:scale(.3);opacity:0;visibility:hidden}.bubble-contact-listing-wrapper.active+.bubble-contact .item-livestream{opacity:0;visibility:hidden}.bubble-contact{position:fixed;bottom:30px;right:20px;margin:0;z-index:9999;cursor:pointer}.bubble-contact .svgico svg{fill:#ffffff;width:28px;height:46px}.bubble-contact .box-item .svgico>svg{animation:1s ease-out infinite bubbleContactSkew}.bubble-contact .svgico .svgico--close{position:absolute;top:0;left:0;right:0;bottom:0}.bubble-contact .svgico .svgico--close svg{fill:#ffffff;width:17px;height:46px}.bubble-contact .box-item{position:relative}.bubble-contact .box-item+.box-item{margin-top:18px}.bubble-contact .box-item .svgico{position:relative;z-index:4;height:48px;width:48px;text-align:center;border-radius:50%;border:1px solid #fff;cursor:pointer;background:var(--bgnavnew);box-shadow:0 4px 8px rgba(0,0,0,.15);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;animation:2s infinite pulse}.bubble-contact .box-item:after,.bubble-contact .box-item:before{position:absolute;content:"";height:48px;width:48px;left:0;top:0;background:var(--bgnavnew);border-radius:50%}.bubble-contact .box-item:before{animation:2s ease-out infinite bubbleContactPulse}.bubble-contact .box-item:after{animation:2s ease-out .4s infinite bubbleContactPulse}.bubble-contact-overlay{position:absolute;top:0;left:0;right:0;height:100%;z-index:-1;background-color:rgba(0,0,0,.5);display:none;opacity:0;visibility:hidden;transition:.3s cubic-bezier(.645, .045, .355, 1)}@keyframes bubbleContactPulse{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}50%{opacity:.6}100%{-webkit-transform:scale(1.6);transform:scale(1.4);opacity:0}}@keyframes bubbleContactSkew{0%,100%,50%{transform:rotate(0) scale(1) skew(1deg)}10%,30%{transform:rotate(-25deg) scale(1) skew(1deg)}20%,40%{transform:rotate(25deg) scale(1) skew(1deg)}}
.img-slide-ca{
    height:350px!important;
    object-fit: cover;
}
.thumbnail-slide .item {
    margin-right: 10px;
}
.thumbnail-img {
    width: 100px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .bubble-contact-listing-wrapper .bubble-contact-action {
        position: absolute;
        bottom: 120px;
        border-radius: 12px;
        right: 30px;
        max-width: 300px;
        overflow: hidden;
        background-color: #f5f6fa;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
        -webkit-transform-origin: 100% bottom;
        transform-origin: 100% bottom;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transition: transform .35s cubic-bezier(.165, .84, .44, 1);
        -moz-transition: transform .35s cubic-bezier(.165, .84, .44, 1);
        -ms-transition: transform .35s cubic-bezier(.165, .84, .44, 1);
        transition: transform .35s cubic-bezier(.165, .84, .44, 1);
    }
    .bubble-contact {
        right: 20px !important;
        bottom: 70px !important;
    }
}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:none;display:inline-block;cursor:pointer;border-radius:3px}
.fish-contact-item--icon{
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
}
.fish-contact-item--icon svg {
    display: block;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}
.hover-fill-white:hover svg path {
    fill: #fff;
}
.fish-contact-item--icon.tooltip-text {
    opacity: 1;
    visibility: visible;
    position: initial;
    width: 100%;
    padding-left: .5rem;
    text-align: left;
    background: 0 0;
    color: #333;
    font-size: 13px;
}
.fish-contact-item--icon .tooltip-text b {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}
.fcomment-submit small {
    display: block;
    clear: both;
    font-size: 11px;
    padding-top:5px;
    line-height: 1.4;
}
@media screen and (max-width: 991px) {
    .header__action__fsearch_quick ul, .header__action__fsearch__container:focus-within .header__action__fsearch_quick {
        max-height: 90vh;
    }
}