.dot-stretching {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #288ad6;
    color: #288ad6;
    transform: scale(1.25, 1.25);
    animation: dotStretching 2s infinite ease-in;
    text-align: left
}

.dot-stretching::before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #288ad6;
    color: #288ad6;
    animation: dotStretchingBefore 2s infinite ease-in
}

.dot-stretching::after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #288ad6;
    color: #288ad6;
    animation: dotStretchingAfter 2s infinite ease-in
}

.dot-stretching::before,
.dot-stretching::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
    background: rgba(255, 255, 255, .75)
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
    background: rgba(255, 255, 255, .75)
}

.load {
    display: block;
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    border-top: 5px solid transparent;
    -webkit-animation: load-animate infinite linear 1s;
    animation: load-animate infinite linear 1s;
    border-radius: 100%
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
    background: rgba(255, 255, 255, .75)
}

#loader {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px
}

#loader:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url(https://cdnv2.tgdd.vn/webmwg/2024/ContentMwg/images/logo.png) no-repeat center;
    background-size: 45%;
    border-radius: 50%;
    margin: 0;
    background-color: #f8c5468c
}

#loader:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -3px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f8c546;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 1
}

body.dmx-site #loader:after {
    background-color: #288ad68f
}

body.dmx-site #loader:before {
    border-top-color: #288ad6
}

.desktop #loader {
    top: 15%
}

.loaderweb {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -75px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.loaderweb:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #8e8e8e;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

.loaderweb:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

.desktop .loaderweb {
    top: 15%
}

#progressTop {
    position: fixed;
    z-index: 99;
    top: 0;
    left: -6px;
    width: 1%;
    height: 5px;
    background-color: #288ad6;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: width 3000ms ease-out, opacity 500ms linear;
    -ms-transition: width 3000ms ease-out, opacity 500ms linear;
    -o-transition: width 3000ms ease-out, opacity 500ms linear;
    -webkit-transition: width 600ms ease-out, opacity 500ms linear;
    transition: width 5000ms ease-out, opacity 500ms linear
}

#progressTop b,
#progressTop i {
    position: absolute;
    top: 0;
    height: 3px;
    -moz-box-shadow: #777 1px 0 6px 1px;
    -ms-box-shadow: #777 1px 0 6px 1px;
    -webkit-box-shadow: #777 1px 0 6px 1px;
    box-shadow: #777 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.bubblingG {
    text-align: center;
    width: 99%;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .75);
    z-index: 1
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: 25px 3px;
    background: #fff;
    border-radius: 49px;
    -o-border-radius: 49px;
    -ms-border-radius: 49px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    animation: bubblingG 1.5s infinite alternate;
    -o-animation: bubblingG 1.5s infinite alternate;
    -ms-animation: bubblingG 1.5s infinite alternate;
    -webkit-animation: bubblingG 1.5s infinite alternate;
    -moz-animation: bubblingG 1.5s infinite alternate
}

.view-more .bubblingG span,
.seemore .bubblingG span {
    animation: bubblingG-black 1.5s infinite alternate;
    -o-animation: bubblingG-black 1.5s infinite alternate;
    -ms-animation: bubblingG-black 1.5s infinite alternate;
    -webkit-animation: bubblingG-black 1.5s infinite alternate;
    -moz-animation: bubblingG-black 1.5s infinite alternate
}

#bubblingG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s
}

#bubblingG_2 {
    animation-delay: .45s;
    -o-animation-delay: .45s;
    -ms-animation-delay: .45s;
    -webkit-animation-delay: .45s;
    -moz-animation-delay: .45s
}

#bubblingG_3 {
    animation-delay: .9s;
    -o-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s
}

.loaderLocation {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #222;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 3px;
    left: 20%
}

.lds-ellipsis {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #1aa1db;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 .6s infinite
}

.lds-roller {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    top: 5%;
    margin: 0 auto;
    text-align: center
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    transform-origin: 40px 40px
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px
}

.lds-roller div:nth-child(1) {
    animation-delay: -.036s
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px
}

.lds-roller div:nth-child(2) {
    animation-delay: -.072s
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.lds-roller div:nth-child(3) {
    animation-delay: -.108s
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.lds-roller div:nth-child(4) {
    animation-delay: -.144s
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.lds-roller div:nth-child(5) {
    animation-delay: -.18s
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.lds-roller div:nth-child(6) {
    animation-delay: -.216s
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.lds-roller div:nth-child(7) {
    animation-delay: -.252s
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.lds-roller div:nth-child(8) {
    animation-delay: -.288s
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

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

    100% {
        -webkit-transform: rotate(360deg)
    }
}

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

    100% {
        transform: rotate(360deg)
    }
}

@keyframes bubblingG {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        transform: translateY(0)
    }

    100% {
        width: 17px;
        height: 17px;
        background-color: #288ad6;
        transform: translateY(-20px)
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -o-transform: translateY(0);
    }

    100% {
        width: 17px;
        height: 17px;
        background-color: #288ad6;
        -o-transform: translateY(-20px);
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -ms-transform: translateY(0)
    }

    100% {
        width: 17px;
        height: 17px;
        background-color: #288ad6;
        -ms-transform: translateY(-20px)
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -webkit-transform: translateY(0)
    }

    100% {
        width: 17px;
        height: 17px;
        background-color: #288ad6;
        -webkit-transform: translateY(-20px)
    }
}

@-moz-keyframes bubblingG {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -moz-transform: translateY(0)
    }

    100% {
        width: 17px;
        height: 17px;
        background-color: #288ad6;
        -moz-transform: translateY(-20px)
    }
}

@keyframes bubblingG-black {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        transform: translateY(0)
    }

    100% {
        width: 17px;
        height: 17px;
        background-color: #333;
        transform: translateY(-20px)
    }
}

@-o-keyframes bubblingG-black {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -o-transform: translateY(0);
    }

    100% {
        width: 17px;
        height: 17px;
        background-color: #fff;
        -o-transform: translateY(-20px);
    }
}

@-ms-keyframes bubblingG-black {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -ms-transform: translateY(0)
    }

    100% {
        width: 17px;
        height: 17px;
        background-color: #fff;
        -ms-transform: translateY(-20px)
    }
}

@-webkit-keyframes bubblingG-black {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -webkit-transform: translateY(0)
    }

    100% {
        width: 17px;
        height: 17px;
        background-color: #fff;
        -webkit-transform: translateY(-20px)
    }
}

@-moz-keyframes bubblingG-black {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -moz-transform: translateY(0)
    }

    100% {
        width: 17px;
        height: 17px;
        background-color: #fff;
        -moz-transform: translateY(-20px)
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(0)
    }

    14% {
        transform: scale(1.15)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.15)
    }

    70% {
        transform: scale(1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes bounce {
    0% {
        transform: scale(0)
    }

    14% {
        transform: scale(1.15)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.15)
    }

    70% {
        transform: scale(1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes load-animate {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg);
        opacity: .35
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes dotStretching {
    0% {
        transform: scale(1.25, 1.25)
    }

    50%,
    60% {
        transform: scale(.8, .8)
    }

    100% {
        transform: scale(1.25, 1.25)
    }
}

@keyframes dotStretchingBefore {
    0% {
        transform: translate(0) scale(.7, .7)
    }

    50%,
    60% {
        transform: translate(-20px) scale(1, 1)
    }

    100% {
        transform: translate(0) scale(.7, .7)
    }
}

@keyframes dotStretchingAfter {
    0% {
        transform: translate(0) scale(.7, .7)
    }

    50%,
    60% {
        transform: translate(20px) scale(1, 1)
    }

    100% {
        transform: translate(0) scale(.7, .7)
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@keyframes load-effect {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

[class^="boxchat-"],
[class*="boxchat-"] {
    background-image: url(//cdn.tgdd.vn/mwgcart/stag-topzone/images/common/boxchat.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 150px 376px
}

.boxchat-balloons {
    background-position: -1px -286px;
    width: 87px;
    height: 87px
}

.boxchat-call {
    background-position: -96px -318px;
    width: 24px;
    height: 24px
}

.boxchat-zalo {
    background-position: -124px 0;
    width: 24px;
    height: 24px
}

.boxchat-closewindow {
    background-position: -131px -32px;
    width: 10px;
    height: 11px
}

.popup-boxchat {
    display: block
}

.popup-boxchat .boxchat-balloons {
    position: fixed;
    bottom: 24px;
    right: 40px;
    cursor: pointer;
    z-index: 99
}

.chat-window {
    position: fixed;
    right: 50px;
    bottom: 114px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(51, 51, 51, .2);
    padding: 8px 16px 16px;
    display: none;
    transition: .3s;
    z-index: 99
}

.chat-window.active {
    display: block
}

.chat-window .sp-onl {
    display: block;
    overflow: hidden
}

.chat-window .sp-onl h4 {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: bold
}

.chat-window .sp-onl i {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer
}

.chat-window ul {
    display: block;
    overflow: hidden
}

.chat-window ul li {
    display: block;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 12px 0;
    padding: 6px 26px 6px 16px;
    position: relative
}

.chat-window ul li.prevent {
    opacity: .3
}

.chat-window ul li.prevent a {
    pointer-events: none
}

.chat-window ul li .stage {
    display: none;
    position: absolute;
    top: calc(50% - 5px);
    left: 50%
}

.chat-window ul li.prevent .stage {
    display: block
}

.chat-window ul li:last-child {
    margin: 0
}

.chat-window ul li a {
    display: block;
    overflow: hidden
}

.chat-window ul li i {
    display: inline-block;
    vertical-align: middle
}

.chat-window ul li strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 0 8px;
    color: #333
}

.chat-window ul li strong.no-pointer {
    cursor: text
}

.chat-window ul li span {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    color: #333
}

.zalo-chat-widget {
    display: none;
    bottom: 130px !important;
    right: 175px !important
}

.zalo-chat-widget.active {
    display: block
}

@media screen and (max-width: 640px) {
    .popup-boxchat .boxchat-balloons {
        bottom: 80px;
        right: 16px
    }

    .chat-window {
        bottom: 170px;
        right: 26px
    }

    .zalo-chat-widget {
        bottom: 186px !important;
        right: 151px !important
    }
}

* {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

img {
    border: 0
}

a {
    text-decoration: none;
    transition: .3s
}

ul,
ol {
    list-style: none
}

.clr {
    clear: both
}

.clearfix {
    display: block
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

body,
input,
button,
option,
textarea,
label,
select,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #ffffff;
    outline: none
}

body {
    background: #3e3e3f;
    color: #fff;
}

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    text-rendering: geometricPrecision
}

input[type=text],
input[type=tel],
textarea {
    -webkit-appearance: none
}

section {
    width: 100%
}


.topzone-logo {
    background-position: 0 0;
    width: 103px;
    height: 35px
}



.topzone-search {
    background-position: -187px -11px;
    width: 18px;
    height: 18px
}

.topzone-delSearch {
    background-position: -214px -12px;
    width: 14px;
    height: 14px
}

.topzone-cart {
    background-position: -239px -11px;
    width: 14px;
    height: 17px
}

.topzone-homeDiver {
    background-position: -264px -3px;
    width: 35px;
    height: 34px
}

.topzone-homeDeli {
    background-position: -306px -4px;
    width: 39px;
    height: 32px
}

.topzone-homeInsur {
    background-position: -356px -2px;
    width: 29px;
    height: 36px
}

.topzone-homeReturn {
    background-position: -396px -4px;
    width: 36px;
    height: 32px
}

.topzone-cateiphone {
    background-position: 0 -45px;
    width: 152px;
    height: 32px
}

.topzone-catemac {
    background-position: -159px -46px;
    width: 102px;
    height: 31px
}

.topzone-cateipad {
    background-position: -268px -45px;
    width: 105px;
    height: 32px
}

.topzone-catewatch {
    background-position: -380px -45px;
    width: 131px;
    height: 34px
}

.topzone-playbutton {
    background-position: 0 -122px;
    width: 104px;
    height: 104px
}

.topzone-stick {
    background-position: -217px -95px;
    width: 10px;
    height: 7px
}

.topzone-close {
    background-position: -237px -95px;
    width: 12px;
    height: 12px
}

.topzone-playvideo {
    background-position: -262px -88px;
    width: 29px;
    height: 29px
}

.topzone-box {
    background-position: -1px -87px;
    width: 22px;
    height: 25px
}

.topzone-boxtskt {
    width: 24px;
    height: 24px;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAAFiUAABYlAUlSJPAAAABFUExURUdwTP///////////////////////////////////////////////////////////////////////////////////////1fUNLcAAAAWdFJOUwCfQD8Qv2Df719vjyB/gE8wUM+vH3CEv/pOAAABMklEQVRIx+2WyxaDIAxEAUFAUVFb/v9TS0FAIL7WbZaeuSaDnIkIgUXJjB4U6YUx5JHa1nRLrUbu1KJvbqhpx7yaNXTfUqoztWEdrQZkkpaHwvzgbMjUo3/6LTzXNsWwH5yO24C49744Jt6mAGymAd0wDQ6MQot/S6ZuATsT9o8QLy0RDNkJLbkFOLq0E1qWwBuys2/Jc0DXdoqWBUBsRwl9h9iyBjDwHdZ0UU6AFrwox8AMqGtAJ6D92nxVN7QA7KnJBEjgShcAUho9A1L9gT/wq4BZ5S3ApSUPYUwuADr7GFmQikmuj4GQlqJ32yumf6cgIKblPkS39LfJr3IgrFXDpnLNhaxzR+CBg0WZUqZdtt7EAl1UD/RksQ/cZJVvFrA0jsy9/wF3bKLaLFc1yYPBP9RfKsV95xMDAAAAAElFTkSuQmCC') no-repeat center top;
    background-size: 24px 24px
}

.topzone-doitra {
    background-position: -32px -89px;
    width: 20px;
    height: 20px
}

.topzone-baohanhpolicy {
    background-position: -63px -89px;
    width: 16px;
    height: 20px
}

.topzone-giaohang {
    background-position: -89px -91px;
    width: 22px;
    height: 18px
}

.topzone-tongdai {
    background-position: -119px -90px;
    width: 20px;
    height: 20px
}

.topzone-stickchoose {
    background-position: -167px 89px;
    width: 20px;
    height: 20px
}

.topzone-plus {
    background-position: -144px -90px;
    width: 20px;
    height: 20px
}

.topzone-cohang {
    background-position: -298px -94px;
    width: 14px;
    height: 14px
}

.topzone-hethang {
    background-position: -319px -93px;
    width: 14px;
    height: 14px
}

.topzone-bike {
    background-position: -113px -125px;
    width: 24px;
    height: 24px
}

.topzone-staff {
    background-position: -138px -126px;
    width: 24px;
    height: 24px
}

.topzone-box {
    background-position: -169px -125px;
    width: 24px;
    height: 24px
}

.topzone-trainghiem {
    background-position: -198px -126px;
    width: 24px;
    height: 24px
}

.topzone-tragop {
    background-position: -226px -125px;
    width: 24px;
    height: 24px
}

.topzone-cathe {
    background-position: -256px -125px;
    width: 24px;
    height: 24px
}

.topzone-phantram {
    background-position: -286px -127px;
    width: 24px;
    height: 24px
}

.topzone-baohanh {
    background-position: -315px -125px;
    width: 24px;
    height: 24px
}

.topzone-bikeDetail {
    background-position: -112px -153px;
    width: 24px;
    height: 24px
}

.topzone-staffDetail {
    background-position: -227px -153px;
    width: 24px;
    height: 24px
}

.topzone-boxDetail {
    background-position: -139px -154px;
    width: 24px;
    height: 24px
}

.topzone-trainghiemDetail {
    background-position: -171px -154px;
    width: 24px;
    height: 24px
}

.topzone-tragopDetail {
    background-position: -197px -156px;
    width: 24px;
    height: 24px
}

.topzone-catheDetail {
    background-position: -290px -154px;
    width: 24px;
    height: 24px
}

.topzone-phantramDetail {
    background-position: -254px -153px;
    width: 24px;
    height: 24px
}

.topzone-baohanhDetail {
    background-position: -314px -154px;
    width: 24px;
    height: 24px
}

.topzone-btnTZ {
    background-position: -431px -89px;
    width: 83px;
    height: 29px
}

.topzone-dmx {
    background-position: -369px -122px;
    width: 145px;
    height: 26px
}

.topzone-tgdd {
    background-position: -369px -154px;
    width: 145px;
    height: 25px
}

.center-page {
    max-width: 1180px;
    margin: auto
}

.topzone-fb {
    background-position: -340px -90px;
    width: 11px;
    height: 19px
}

.topzone-link {
    background-position: -356px -93px;
    width: 14px;
    height: 15px
}

.topzone-eyes {
    background-position: -375px -93px;
    width: 14px;
    height: 14px
}

.topzone-filter {
    background-position: -374px -189px;
    width: 19px;
    height: 17px
}

.topzone-close-option {
    background-position: -400px -189px;
    width: 8px;
    height: 8px
}

.topzone-close-filter {
    background-position: -415px -189px;
    width: 16px;
    height: 16px
}

.iconlogo-sport {
    background-position: 0 0
}

.iconlogo-fashion {
    background-position: -145px 0
}

.iconlogo-ji {
    background-position: 0 -50px
}

.iconlogo-bachhoaxanh {
    background-position: 0 -100px
}

.iconlogo-cycle {
    background-position: 0 -285px
}

.iconlogo-thegioididong {
    background-position: -145px -100px
}

.iconlogo-dienmayxanh {
    background-position: 0 -150px
}

.iconlogo-kids {
    background-position: -145px -380px
}

.iconlogo-ankhang {
    background-position: -145px -284px
}

.iconlogo-tantam {
    background-position: 0 -330px
}

.iconlogo-4kfarm {
    background-position: -145px -330px
}

.iconlogo-vieclam {
    background-position: 0 -378px;
    background-color: #ffd400
}

.iconlogo-erablue {
    background-position: -145px -150px
}

[class^="iconsocial-"],
[class*="iconsocial-"] {
    background-image: url(//cdnv2.tgdd.vn/webmwg/2024/tz/images/common/icon_socical.webp);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    background-size: 120px 90px
}

.iconsocial-facebook {
    background-position: -45px 0;
    width: 33px;
    height: 33px
}

.iconsocial-youtube {
    background-position: 0 0;
    width: 33px;
    height: 33px
}

.iconsocial-zalo {
    background-position: -85px 0;
    width: 33px;
    height: 33px
}

.footer-socia {
    margin-top: 10px
}

.footer-social .txt {
    color: #888;
    margin-bottom: 10px
}

.footer-social .link-social {
    display: inline-block;
    margin-right: 10px
}

header {
    width: 100%;
    background: #101010;
    height: 60px
}

header.sticky {
    position: fixed;
    top: 0;
    z-index: 10000
}

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    min-width: 1024px;
    margin: auto;
    width: 100%;
    height: 60px;
    position: relative
}

.logo-topzone {
    float: left;
    transition: opacity .1s cubic-bezier(.645, .045, .355, 1)
}

.logo-topzone a {
    display: inline-block;
    vertical-align: middle
}

.logo-topzone a:first-child {
    padding: 0 10px 0 0;
    border-right: 1px solid #3b3b3b;
    margin-right: 10px
}

.menu {}

@keyframes specialFadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(.8)
    }
}

.specialFadeOut {
    animation-name: specialFadeOut
}

@keyframes specialFadeIn {
    from {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1
    }
}

.specialFadeIn {
    animation-name: specialFadeIn
}

.menu li {
    float: left;
    width: 14%;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1)
}

.menu li.hidden {
    display: none;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1)
}

.menu li:nth-child(1) {
    animation-delay: 30ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeIn
}

.menu li:nth-child(2) {
    animation-delay: 70ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeIn
}

.menu li:nth-child(3) {
    animation-delay: 100ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeIn
}

.menu li:nth-child(4) {
    animation-delay: 130ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeIn
}

.menu li:nth-child(5) {
    animation-delay: 170ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeIn
}

.menu li:nth-child(6) {
    animation-delay: 210ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeIn
}

.menu li:nth-child(7) {
    animation-delay: 240ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeIn
}

.menu li:nth-child(8) {
    animation-delay: 270ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeIn
}

.menu li.hidden:nth-child(1) {
    animation-delay: 245ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeOut
}

.menu li.hidden:nth-child(2) {
    animation-delay: 210ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeOut
}

.menu li.hidden:nth-child(3) {
    animation-delay: 170ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeOut
}

.menu li.hidden:nth-child(4) {
    animation-delay: 130ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeOut
}

.menu li.hidden:nth-child(5) {
    animation-delay: 100ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeOut
}

.menu li.hidden:nth-child(6) {
    animation-delay: 70ms;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: specialFadeOut
}

.menu li:hover a {
    background: #2d2d2d
}

.menu li.active a {
    background: #2d2d2d
}

.menu li a {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 20px 0 19px
}

.menu li:last-child a {
    margin-right: 0
}

.menu li a span {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 21px
}

.search-cart {
    float: right;
    position: relative
}

.search-sp {
    display: inline-block;
    vertical-align: middle;
    background: #2f3033;
    border-radius: 100%;
    padding: 10px;
    height: 40px;
    width: 40px;
    position: relative;
    cursor: pointer
}

.search-sp .topzone-search {
    display: block;
    margin: 2px auto
}

.cart {
    display: inline-block;
    vertical-align: middle;
    background: #2f3033;
    border-radius: 100%;
    padding: 10px;
    margin: 0 0 0 0px;
    position: relative;
    height: 40px;
    width: 40px;
    display: flex !important;
    justify-content: center;
    font-size: 20px !important;
    align-items: center;
    margin-left: 10px;
}

.cart i {
    display: block;
    margin: 0px auto;
}

.cart b {
    position: absolute;
    left: 5px;
    bottom: 3px;
    color: #fff;
    width: 16px;
    height: 16px;
    background-color: #f01;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    display: none
}

.view-cart {
    position: absolute;
    width: 220px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    right: 0;
    top: 43px;
    z-index: 10;
    display: none
}

.view-cart:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    content: '';
    height: 0;
    position: absolute;
    top: -6px;
    right: 14px;
    width: 0
}

.view-cart span {
    font-size: 12px
}

.view-cart a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    background-color: #0071e3;
    text-align: center;
    font-size: 15px;
    display: block;
    margin-top: 5px
}

.form-search {
    display: none;
    width: 600px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    z-index: 9999;
    height: 60px;
    padding: 19px 0
}

.form-search.active {
    display: block;
    width: 600px;
    animation-name: specialFadeOut;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1)
}

.click-search {
    display: block;
    overflow: hidden;
    position: relative
}

.click-search .topzone-search {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 60px;
    transition: .55s ease-out;
    opacity: .2
}

.click-search.active .topzone-search {
    left: 0;
    opacity: 1
}

.click-search .topzone-delSearch {
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer
}

@keyframes specialFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.spceialFadeInRight {
    animation-name: specialFadeInRight
}

.click-search input {
    float: right;
    width: 100%;
    padding-left: 85px;
    overflow: hidden;
    box-sizing: border-box;
    border: 0;
    background: unset;
    color: #fff;
    transition: .65s ease-out;
    opacity: .2;
    animation-name: specialFadeInRight;
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-delay: 350ms
}

.click-search.active input {
    padding-left: 30px;
    opacity: 1
}

.click-search input:placeholder {
    color: #3e3e3f
}

section {
    width: 100%
}

footer {
    width: 100%;
    background: #101010;
    position: relative
}

.foot {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: block;
    padding-bottom: 10px;
    position: relative;
    z-index: 2
}

.logo-foot {
    display: block;
    overflow: hidden;
    padding: 30px 0
}

.logo-foot a {
    display: inline-block;
    vertical-align: middle
}

.logo-foot a:first-child {
    padding: 0 10px 0 0;
    border-right: 1px solid #3b3b3b;
    margin-right: 10px
}

.list-foot {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px solid #333;
    padding: 0 0 30px
}

.list-foot li {
    float: left;
    width: 23%
}

.list-foot li:first-child {
    width: 30%
}

.list-foot li span {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 8px;
    font-weight: 500
}

.list-foot li a {
    display: block;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 10px;
    color: #e5e5e5
}

.list-foot li a span {
    display: inline-block;
    width: 75px;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    overflow: unset
}

.list-foot li a b {
    font-weight: 400;
    color: #2997ff
}

.text-cpr {
    display: inline-block;
    overflow: hidden;
    padding: 22px 0;
    max-width: 57%
}

.text-cpr p {
    display: block;
    overflow: hidden;
    font-size: 11px;
    line-height: 14px;
    color: #666
}

.text-cpr p a {
    color: #2f80ed
}

.footer__logo {
    background-color: #222;
    padding: 15px 15px 5px;
    text-align: center
}

.footer__logo-hd {
    color: #757575;
    font-size: 14px;
    line-height: 21px
}

.footer__logo-list {
    font-size: 0;
    margin-top: 15px
}

.footer__logo-list li {
    display: inline-block;
    margin: 0 5px 10px
}

.footer__logo-list li a {
    display: block
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%
}

.owl-carousel .owl-nav button span {
    font-size: 0
}

.owl-carousel .owl-nav button::before,
.owl-carousel .owl-nav button::after {
    content: '';
    position: absolute
}

.owl-carousel .owl-nav button.owl-prev {
    left: 50px
}

.owl-carousel .owl-nav button.owl-next {
    right: 50px
}

.owl-carousel .owl-nav button.disabled {
    opacity: .4
}

.owl-carousel .owl-nav button {
    background: #29292a !important;
    height: 50px;
    position: absolute;
    width: 50px;
    opacity: .7;
    border-radius: 100% !important
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #757575 !important;
    opacity: 1
}

.owl-carousel .owl-nav button.disabled:hover {
    background: #29292a !important;
    opacity: .4
}

.owl-carousel .owl-nav button::after {
    border-top: 2px solid #d9d9d9;
    border-left: 2px solid #d9d9d9;
    height: 8px;
    width: 8px
}

.owl-carousel .owl-nav button.owl-prev::after {
    left: 20px;
    top: 20px;
    transform: rotate(-45deg)
}

.owl-carousel .owl-nav button.owl-next::after {
    right: 19px;
    top: 20px;
    transform: rotate(135deg)
}

.owl-carousel .owl-nav button::before {
    background-color: #d9d9d9;
    height: 2px;
    width: 14px
}

.owl-carousel .owl-nav button.owl-prev::before {
    left: 20px;
    top: 24px
}

.owl-carousel .owl-nav button.owl-next::before {
    left: 18px;
    top: 24px
}

.bg-sg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .8;
    z-index: 9998;
    display: none
}

.bg-sg.active {
    display: block
}

.sg-search {
    position: absolute;
    top: 60px;
    width: 600px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 20px 25px;
    border-radius: 0 0 16px 16px;
    background: #fff;
    display: none;
    transition: .5s ease-out
}

.sg-search small {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 21px;
    color: #888
}

.sg-search small.quicklink {
    padding-left: 65px;
    transition: .7s ease-out;
    opacity: .2
}

.sg-search.active small.quicklink {
    padding-left: 0;
    opacity: 1
}

.sg-search .text-search {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 15px;
    margin: 0 0 15px
}

.sg-search .text-search span {
    display: block;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    color: #222;
    padding: 15px 0 0 65px;
    transition: .75s ease-out;
    opacity: .2
}

.sg-search .text-search a:nth-child(1) span {
    transition: .75s ease-out
}

.sg-search .text-search a:nth-child(2) span {
    transition: .8s ease-out
}

.sg-search .text-search a:nth-child(3) span {
    transition: .85s ease-out
}

.sg-search.active .text-search span {
    padding-left: 0;
    opacity: 1
}

.list-sg-search {
    display: block;
    overflow: hidden
}

.list-sg-search li {
    display: block;
    overflow: hidden;
    padding: 15px 0 0
}

.list-sg-search li a {
    display: block;
    overflow: hidden
}

.list-sg-search li a .img-search {
    float: left;
    width: 60px;
    margin: 0 17px 0 0
}

.list-sg-search li a img {
    display: block;
    width: 100%
}

.list-sg-search li a .text-img {
    display: block;
    overflow: hidden
}

.list-sg-search li a span {
    display: block;
    overflow: hidden;
    color: #222;
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 4px
}

.list-sg-search li a p {
    display: block;
    overflow: hidden;
    color: #444;
    font-size: 15px;
    line-height: 20px
}

.list-sg-search li a b {
    font-size: 18px;
    line-height: 23px;
    color: #222
}

.list-sg-search li a strike {
    padding: 0 8px
}

.bg-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .8;
    z-index: 1
}

@media screen and (max-width: 1366px) {
    .owl-carousel .owl-nav {
        width: 96%;
        margin: auto;
        left: 0;
        right: 0
    }
}

@media screen and (max-width: 1280px) {
    .owl-carousel .owl-nav {
        width: 80%;
        margin: auto;
        left: 0;
        right: 0
    }
}

@media screen and (max-width: 1024px) {
    .slide-cate li a span {
        font-size: 16px
    }
}

.sg-search .text-search.history-txt {
    border: 0
}

.owl-carousel .owl-item .owl-lazy.lazyloaded {
    opacity: 1
}

.cart .number {
    background-color: #ff361d;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 6px;
    left: 7px;
    text-align: center
}

.cart:hover,
.search-sp:hover {
    background: #5e5e60
}

.list-foot li a:hover {
    color: #2997ff
}

.list-sg-search li a p.item-txt-online {
    color: #757575;
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0;
    text-align: left;
    margin-left: 77px
}

.list-sg-search li a p.item-txt-online.orange {
    color: #ff9f00
}

.certify {
    display: inline-block;
    float: right;
    padding: 10px 0 0 10px
}

.certify a {
    display: inline-block;
    margin-left: 22px;
    vertical-align: middle
}

.color-link {
    color: #2997ff !important
}

.survey-wrap {
    max-width: 480px;
    margin: 40px auto 0
}

.survey-system-question-form-AVAKids .crmsurvey-btnanswer-icon span {
    font-weight: normal
}

.topzone-logo.christmas {
    background: url(/images/christmas/desktop/logo_topzone.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
    width: 150px;
    height: 43px
}

.topzone-autho.christmas {
    background: url(/images/newyear/desktop/Logo_Apple.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
    width: 64px;
    height: 56px
}

.topzone-logo.newyear {
    background: url(/images/newyear/desktop/logo_topzone.png) no-repeat;
    background-size: auto 100%;
    background-position: right;
    width: 150px;
    height: 45px
}

.topzone-autho.newyear {
    background: url(/images/newyear/desktop/Logo_Apple.png) no-repeat;
    background-size: auto 50%;
    background-position: left;
    width: 80px;
    height: 45px
}

.footer-chris_left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: auto
}

.footer-chris_right {
    position: absolute;
    z-index: 1;
    bottom: 106px;
    right: 0
}

@media screen and (max-width: 1366px) {
    .footer-chris_left {
        visibility: hidden;
        height: 150px;
        width: auto
    }

    .footer-chris_right {
        height: 200px;
        bottom: 155px
    }
}

@media screen and (max-width: 1440px) {
    .footer-chris_left {
        height: 150px;
        width: auto
    }

    .footer-chris_right {
        height: 250px;
        bottom: 106px
    }
}

@media screen and (max-width: 1680px) {
    .footer-chris_left {
        height: 280px;
        width: auto
    }

    .footer-chris_right {
        height: 310px;
        bottom: 106px
    }
}

@media screen and (max-width: 2560px) {
    .footer-chris_left {
        height: 310px;
        width: auto
    }

    .footer-chris_right {
        height: 340px;
        bottom: 106px
    }
}

.footer-newyear_left {
    position: absolute;
    left: 0;
    bottom: 106px;
    z-index: 1;
    width: auto;
    height: 18vw;
    min-height: 250px
}

.footer-newyear_right {
    position: absolute;
    z-index: 1;
    bottom: 106px;
    right: 0;
    height: 18vw;
    min-height: 250px
}

@media only screen and (min-width: 1440px) {
    .footer-newyear_left {
        height: 20vw;
        width: auto;
        bottom: 106px
    }

    .footer-newyear_right {
        height: 20vw;
        bottom: 106px
    }
}

@media only screen and (min-width: 1680px) {
    .footer-newyear_left {
        height: 21vw;
        width: auto;
        bottom: 106px
    }

    .footer-newyear_right {
        height: 21vw;
        bottom: 106px
    }
}

@media only screen and (min-width: 2560px) {
    .footer-newyear_left {
        height: 22vw;
        width: auto;
        bottom: 106px
    }

    .footer-newyear_right {
        height: 22vw;
        bottom: 106px
    }
}

.theme-national .topzone-logo {
    background-image: url("../../images/holiday29/logo-holiday-dt.png");
    background-repeat: no-repeat;
    background-size: 103px 35px;
    background-position: 0 0;
    height: 35px;
    width: 103px
}

/*  02:30:03 24/07/2024 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -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
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    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 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.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("../../lib/owlCarousel/assets/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.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: #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 {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-customDots.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0
}

.owl-customDots.owl-theme .owl-dots .owl-dot span {
    height: 2px;
    border-radius: 0;
    opacity: .5;
    background: #fff;
    margin: 0 2px
}

.owl-customDots.owl-theme .owl-dots .owl-dot.active span,
.owl-customDots.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1
}

img.lazyload {
    opacity: 0
}

.slide-home a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: unset
}

.slide-home a img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto
}

.slide-home .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%
}

.slide-home .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto
}

.slide-home .owl-dots .owl-dot span {
    background: #c7c7c7;
    border: 1px solid #fff
}

.slide-home .owl-dots .owl-dot.active span,
.slide-home .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 2px solid #2997ff
}

.policy {
    width: 100%;
    display: block;
    background: #323232;
    overflow: hidden
}

.pr-policy {
    display: block;
    overflow: hidden;
    background: #323232;
    text-align: center;
    padding: 25px 0;
    max-width: 1440px;
    min-width: 1024px;
    margin: auto
}

.pr-policy li {
    display: inline-block;
    vertical-align: top;
    width: 24%
}

.pr-policy li i {
    display: block;
    margin: 0 auto 15px
}

.pr-policy li span {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center
}

.choose-cate {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin: 1rem auto;
    padding: 0;
}

.choose-cate li {
    border-radius: 12px;
    background: #323232;
    height: 240px;
    position: relative
}

.choose-cate li:hover {
    box-shadow: -4px -4px 8px rgba(134, 134, 134, .2), 4px 4px 8px rgba(28, 28, 28, .4)
}

.choose-cate li a {
    display: block;
    overflow: hidden
}

.choose-cate li .img-catesp {
    display: block;
    overflow: hidden;
    margin: 0 auto
}

.choose-cate li .img-catesp img {
    display: block;
    width: 100%;
    height: auto
}

.choose-cate li span {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px
}

.box-slide {
    display: block;
    overflow: hidden;
    margin: 0 auto 80px
}

.box-slide .logo-cate {
    display: block;
    overflow: hidden;
    margin: 0 auto 50px;
    text-align: center;
    width: max-content
}

.box-slide .logo-cate {
    display: flex;
    align-items: center
}

.box-slide .logo-cate h2 {
    color: #fff;
    font-size: 36px;
    line-height: 62px;
    font-family: 'Montserrat';
    font-weight: 700;
}

.box-slide .logo-cate h2.title-text {
    margin-left: 5px
}

.box-slide .logo-cate i {
    display: block;
    margin-right: 5px;
    font-size: 40px;
}

.box-slide .logo-cate i.topzone-iconapple {
    background-position: 0 -45px;
    width: 26px;
    height: 32px;
    display: inline-block;
    margin: 0 auto 5px
}

.slide-cate {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.slide-cate .item {
    background: #323232;
    border-radius: 24px;
    padding: 0 0 30px;
    margin: 0 10px 0 10px
}

.slide-cate .item:hover {
    box-shadow: -4px -4px 8px rgba(134, 134, 134, .2), 4px 4px 8px rgba(28, 28, 28, .4)
}

.slide-cate .item a {
    display: block;
    overflow: hidden
}

.slide-cate .item .img-slide {
    display: block;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 280px;
    width: 280px
}

.slide-cate .item .img-slide img {
    display: block;
    max-width: 100%;
    width: 250px;
    height: 250px;
    margin: auto
}

.slide-cate .item a h3 {
    display: block;
    overflow: hidden;
    padding: 12px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #fff
}

.slide-cate .item a span,
.slide-cate .item a strong.price {
    display: block;
    overflow: hidden;
    font-size: 18px;
    line-height: 23px;
    padding: 0 10px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.slide-cate .item a strike {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400
}

.slide-cate .item a small {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400
}

.slide-cate.owl-carousel .owl-nav button.owl-prev,
.slide-topnews.owl-carousel .owl-nav button.owl-prev {
    left: -82px
}

.slide-cate.owl-carousel .owl-nav button.owl-next,
.slide-topnews.owl-carousel .owl-nav button.owl-next {
    right: -82px
}

.slide-cate .owl-stage-outer,
.slide-topnews .owl-stage-outer {
    padding: 10px 0
}

.intro-topzone {
    display: block;
    overflow: hidden;
    background: #000
}

.intro-topzone .video-topzone {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative
}

.intro-topzone .video-topzone img {
    display: block;
    width: 100%
}

.intro-topzone .video-topzone i {
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer
}

.intro-topzone p {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    max-width: 675px;
    margin: auto
}

.intro-topzone a {
    display: block;
    overflow: hidden;
    width: 110px;
    background: #0071e3;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 10px auto 20px
}

.slide-imgstore {
    background: #000
}

.slide-imgstore img {
    max-width: 100%;
    height: auto;
    cursor: pointer
}

.slide-imgstore .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%
}

.slide-imgstore .owl-dots {
    margin: 20px auto 0
}

.slide-imgstore .owl-dots .owl-dot span {
    background: #c7c7c7;
    border: 1px solid #fff
}

.slide-imgstore .owl-dots .owl-dot.active span,
.slide-imgstore .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 2px solid #2997ff
}

.list-sieuthi {
    display: block;
    background: #000;
    padding: 40px 0 30px
}

.list-sieuthi .center-page {
    padding: 40px 60px;
    border: 1px solid #757575;
    border-radius: 24px;
    text-align: center
}

.list-sieuthi .store-province {
    padding-bottom: 40px;
    border-bottom: 1px solid #757575;
    margin-bottom: 20px;
    text-align: center
}

.list-sieuthi .store-province>* {
    display: inline-block;
    vertical-align: middle
}

.list-sieuthi .store-province b {
    font-size: 18px;
    color: #fff;
    margin-right: 20px
}

.list-sieuthi .store-province div {
    position: relative;
    width: 250px
}

.list-sieuthi .store-province div span {
    border: 1px solid #757575;
    border-radius: 12px;
    background-color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #323232;
    text-align: left;
    padding: 0 30px 0 20px;
    cursor: pointer
}

.list-sieuthi .store-province div span:before {
    content: '';
    border-top: 1px solid #323232;
    border-right: 1px solid #323232;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    bottom: 0;
    top: -4px;
    margin: auto
}

.list-sieuthi .store-province div ul {
    position: absolute;
    left: 0;
    top: 55px;
    padding: 0 20px 20px;
    background-color: #fff;
    width: 100%;
    text-align: left;
    border-radius: 12px;
    display: none;
    z-index: 3;
    max-height: 500px;
    overflow: auto
}

.list-sieuthi .store-province div ul::-webkit-scrollbar {
    width: 8px
}

.list-sieuthi .store-province div ul::-webkit-scrollbar-thumb {
    background-color: #323232;
    border-radius: 8px
}

.list-sieuthi .store-province div ul:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background: #fff;
    transform: rotate(45deg);
    top: -4px;
    left: 30px;
    box-shadow: -2px -2px 5px -4px
}

.list-sieuthi .store-province div ul li {
    cursor: pointer
}

.list-sieuthi .store-province div ul li:not(:last-child) {
    padding-bottom: 15px
}

.list-sieuthi .store-province div ul li:first-child {
    padding-top: 20px;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.list-sieuthi .store-list {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left
}

.list-sieuthi .store-list p {
    display: block;
    overflow: hidden;
    padding: 15px 0;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding-right: 20px
}

.list-sieuthi .store-list p a {
    color: #fff
}

.list-sieuthi .store-list p:last-child {
    border-bottom: 0
}

.list-sieuthi .store-list p.hide {
    display: none
}

.list-sieuthi .center-page a.viewmore {
    color: #2997ff;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    position: relative
}

.list-sieuthi .center-page a.viewmore:after {
    content: '';
    border-top: 1px solid #2997ff;
    border-right: 1px solid #2997ff;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 2px 10px
}

.list-sieuthi .store-list p a>span {
    display: block;
    overflow: hidden;
    padding: 0 0 7px
}

.list-sieuthi .store-list p span span {
    color: #2997ff;
    padding: 0 10px
}

.list-sieuthi .store-list p span span:after {
    content: '';
    border-top: 1px solid #2997ff;
    border-right: 1px solid #2997ff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 2px 3px
}

.list-sieuthi .store-list p a>span:last-child {
    padding: 0
}

.list-sieuthi .store-list.one {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center
}

.list-sieuthi aside {
    float: left;
    width: 48%
}

.list-sieuthi aside p {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #171717;
    padding: 15px 0;
    font-size: 15px;
    line-height: 20px;
    color: #fff
}

.list-sieuthi aside p:last-child {
    border-bottom: 0
}

.list-sieuthi aside p a {
    color: #fff
}

.list-sieuthi aside p a>span {
    display: block;
    overflow: hidden;
    padding: 0 0 7px
}

.list-sieuthi aside p a>span:last-child {
    padding: 0
}

.list-sieuthi aside p span span {
    color: #2997ff;
    padding: 0 10px
}

.list-sieuthi aside p span span:after {
    content: '';
    border-top: 1px solid #2997ff;
    border-right: 1px solid #2997ff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 2px 3px
}

.slide-popup {
    display: none
}

.slide-popup.active {
    display: block
}

.slide-store-pu {
    position: fixed;
    max-width: 1180px;
    min-width: 1024px;
    width: 100%;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.slide-store-pu img {
    width: 100%;
    display: block;
    margin: auto
}

.slide-store-pu .owl-dots {
    margin: 20px auto 0
}

.slide-store-pu .owl-dots .owl-dot span {
    background: #c7c7c7;
    border: 1px solid #fff
}

.slide-store-pu .owl-dots .owl-dot.active span,
.slide-store-pu .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 2px solid #2997ff
}

.slide-store-pu .owl-nav button.owl-prev {
    left: -82px
}

.slide-store-pu .owl-nav button.owl-next {
    right: -82px
}

@media screen and (max-width: 1024px) {
    .slide-cate .item a span {
        font-size: 16px
    }

    .slide-cate .item .img-slide {
        width: unset
    }

    .slide-imgstore .owl-nav {
        top: 26%
    }

    .menu {
        width: 50%
    }

    .owl-carousel .owl-nav {
        width: 80%;
        margin: auto;
        left: 0;
        right: 0
    }
}

.slide-cate .item a h3 {
    display: -webkit-box;
    padding: 0 10px;
    margin: 12px 0;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2
}

.slide-cate.owl-carousel .owl-stage,
.slide-topnews.owl-carousel .owl-stage {
    display: flex
}

.slide-cate.owl-carousel .owl-item,
.slide-topnews.owl-carousel .owl-item {
    display: flex
}

video {
    display: block;
    width: 100%;
    height: auto;
    margin: auto
}

.intro-topzone .video-topzone img.logov-topzone {
    margin: auto;
    width: 30%;
    bottom: 3%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute
}

.intro-topzone .video-topzone .gradient-bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.68%, rgba(0, 0, 0, .72) 53.2%, rgba(0, 0, 0, .86) 69.35%, #000 86.01%);
    height: 50%;
    position: absolute;
    bottom: 0;
    width: 100%
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto
}

.item-txt-online {
    color: #757575;
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0;
    text-align: center
}

.item-txt-online.orange {
    color: #ff9f00;
    padding-bottom: 5px
}

.slide-cate .item label {
    position: relative;
    display: block;
    width: 52px;
    height: 30px;
    top: 10px;
    left: 20px;
    color: #ff9f00;
    border: 1px solid #ff9f00;
    border-radius: 100px;
    font-size: 15px;
    line-height: 20px;
    padding: 4px 12px;
    text-align: center
}

.slide-cate .item label.no-label {
    border: 0
}

.slide-home:not(.owl-loaded) {
    display: block
}

.slide-home>a:nth-child(n+2) {
    display: none
}

.slide-cate:not(.owl-loaded),
.slide-topnews:not(.owl-loaded) {
    display: block;
    display: flex
}

.slide-imgstore:not(.owl-loaded) {
    display: block
}

.slide-cate>.item {
    width: 25%;
    float: left
}

.slide-cate>.item:nth-child(n+5) {
    display: none
}

.box-slide .topzone-catewatch {
    background-position: -380px -45px;
    width: 131px;
    height: 34px
}

.slide-topnews {
    max-width: 1200px;
    margin: auto
}

.slide-topnews .item {
    background: #323232;
    border-radius: 24px;
    padding: 0 0 15px;
    margin: 0 10px 0 10px
}

.slide-topnews .item:hover {
    box-shadow: -4px -4px 8px rgba(134, 134, 134, .2), 4px 4px 8px rgba(28, 28, 28, .4)
}

.slide-topnews .item a {
    display: block;
    overflow: hidden
}

.slide-topnews .item .img-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 24px 24px 0 0;
    min-height: 210px
}

.slide-topnews .item .img-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.slide-topnews .item a h3 {
    overflow: hidden;
    padding: 12px;
    height: 78px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.slide-topnews .item a span {
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    padding: 0 12px;
    color: #757575;
    font-weight: 400
}

.slide-topnews>.item {
    width: 33%;
    float: left
}

.slide-topnews>.item:nth-child(n+4) {
    display: none
}

#promoApple {
    display: flex;
    align-items: center
}

#promoApple img {
    width: 24px;
    height: auto
}

#promoApple b {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    padding-left: 10px
}

.topzone-homeDiver.christmas {
    background: url(/images/christmas/desktop/policy_homeDiver.png) no-repeat;
    width: 52px;
    height: 52px;
    background-size: auto 100%
}

.topzone-homeDeli.christmas {
    background: url(/images/christmas/desktop/policy_homeDeli.png) no-repeat;
    width: 52px;
    height: 52px;
    background-size: auto 100%
}

.topzone-homeInsur.christmas {
    background: url(/images/christmas/desktop/policy_homeInsur.png) no-repeat;
    width: 52px;
    height: 52px;
    background-size: auto 100%
}

.topzone-homeReturn.christmas {
    background: url(/images/christmas/desktop/policy_homeReturn.png) no-repeat;
    width: 52px;
    height: 52px;
    background-size: auto 100%
}

.choose-cate.christmas li span {
    bottom: 35px
}

.choose-cate.christmas li {
    background: url(/images/christmas/desktop/Desk_BackgroundMenuCate.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.logo-cate.cate-christmas {
    background: url(/images/christmas/desktop/Desk_Tagline.png);
    width: 380px;
    height: 95px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.cate-christmas h2 {
    width: 100%;
    text-align: center
}

.box-slide .news-christmas {
    background: url(/images/christmas/desktop/Tagline_Tekzone.png);
    width: 374px;
    height: 95px;
    background-repeat: no-repeat
}

.box-slide .news-christmas h2 {
    display: none
}

.box-cate-product.christmas {
    position: relative
}

.christmas-bg {
    position: absolute;
    width: 100%;
    z-index: -1
}

canvas {
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.snowfall {
    position: fixed;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
    z-index: 2
}

.chirtsmas-footer-bg {
    width: 100%
}

.policy .policy-bg-chris {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: -2px
}

.fs-christmas {
    background: url(/images/christmas/desktop/FS.png) !important;
    margin: 0;
    padding: 0;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat
}

.fs-christmas i.lightning-ic {
    visibility: hidden
}

.flashsale-block {
    background: #161616;
    position: relative;
    max-width: 1200px;
    border-radius: 12px;
    margin: 20px auto;
    padding: 0 10px 10px
}

.flashsale-block .flex-fs {
    display: flex
}

.flashsale-block.shutdown {
    animation: shutdown 2s linear
}

.gvdshock {
    flex: 1.5;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start
}

.gvdshock h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffe818;
    display: block;
    overflow: visible;
    width: 70%
}

.gvdshock h3 img {
    width: 100%;
    height: auto;
    margin-left: -15px
}

span.title-end {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold
}

i.lightning-ic {
    display: block;
    margin-right: 10px
}

.endtime {
    color: #fff;
    margin-left: 2px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

span.countdown-timer label {
    font-size: 25px;
    padding: 9px
}

.listing-timeline {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1
}

.listing-timeline a {
    flex: 1;
    color: #fff;
    line-height: 1.5;
    position: relative;
    margin-bottom: 10px
}

.listing-timeline a * {
    display: block
}

.listing-timeline a span.timeline {
    font-size: 20px
}

.listing-timeline a.active span:not(.timeline) {
    font-size: 17px
}

.listing-timeline a.active span.timeline {
    font-weight: bold
}

.listing-timeline a.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 4px;
    border-radius: 100px;
    width: 40px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto
}

.countdown-timer label {
    padding: 5px;
    margin: 0 5px;
    color: #fff;
    background: #000;
    border-radius: 8px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    position: relative
}

.countdown-timer.calling label {
    color: #000
}

label#hour::after,
label#minute::after {
    content: ":";
    position: absolute;
    right: -9px;
    font-size: 18px;
    color: #fff;
    font-weight: bold
}

.slider-flashsale {
    width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: visible;
    border: none;
    display: grid
}

.slider-flashsale .item {
    margin: 0 5px 10px;
    border: none;
    float: left;
    max-width: calc(100% - 10px);
    border-radius: 5px;
    padding: 0 5px 10px;
    background: #323232;
    border-radius: 15px;
    position: relative
}

.slider-flashsale .item a .item-img img {
    width: 100%;
    height: auto;
    max-width: 170px
}

.slider-flashsale .item:nth-child(n+7) {
    display: none
}

.slider-flashsale .item.owl-loaded:nth-child(n+7) {
    display: block
}

.listproduct.slider-flashsale h3 {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: 10px auto 5px;
    overflow: hidden
}

.listproduct.slider-flashsale .price {
    text-align: center;
    color: #ff9921;
    display: block;
    font-size: 18px;
    gap: 7px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column
}

.listproduct.slider-flashsale .price span.price-and-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    min-height: 24px
}

.listproduct.slider-flashsale .price small {
    padding: 3px;
    background: #f70000;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    vertical-align: middle
}

.slider-flashsale .price-old {
    text-align: center;
    margin: 0 7px;
    color: #999;
    text-decoration: line-through
}

span.rq_count.upcomming {
    margin-top: 10px;
    display: block;
    text-align: center;
    background: #efefef;
    border-radius: 20px
}

span.rq_count.upcomming b {
    font-size: 11px;
    color: #222;
    font-weight: normal
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
    width: 31px;
    padding: 10px;
    border: none;
    left: -20px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 4px 0 0 4px;
    z-index: 1;
    cursor: pointer
}

.slick-arrow.prev-arrow {
    border-radius: 0 4px 4px 0
}

.slick-arrow.next-arrow {
    right: -20px;
    left: unset
}

.slick-arrow::before {
    content: "";
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    content: '';
    height: 22px;
    position: absolute;
    top: 18px;
    width: 22px;
    z-index: 1;
    left: 10px;
    transform: rotate(-135deg)
}

.slick-arrow.next-arrow::before {
    transform: rotate(45deg);
    right: 8px;
    left: unset
}

.stage-two {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .5;
    background: #000;
    z-index: 2;
    border-radius: 12px;
    display: none
}

.stage-two .load {
    text-align: center;
    margin: 10% auto;
    width: 100px;
    height: 100px
}

.fs-contain {
    position: relative;
    display: block;
    overflow: visible;
    margin: 15px 0 0;
    min-height: 20px
}

.slider-flashsale .fs-contain>img {
    position: absolute;
    left: -1px;
    top: -11px;
    width: 21px;
    height: auto;
    z-index: 1
}

.listproduct .remain_quantity .rq_count {
    min-height: 17px;
    padding-left: 21px;
    background-color: #ddd;
    border-radius: 25px;
    line-height: 17px;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    color: #000;
    overflow: hidden
}

.listproduct .remain_quantity .fs-contain .rq_count {
    position: relative;
    width: 100%;
    display: block
}

.listproduct.slider-flashsale .remain_quantity {
    padding-bottom: 5px
}

.listproduct .remain_quantity .rq_count i.fs-iconfire {
    background: linear-gradient(64.85deg, #fcb500 23.67%, #ffd41d 106.12%);
    min-width: 15px
}

.listproduct .remain_quantity .rq_count i {
    display: block;
    height: 100%;
    background: #f7c913 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDMgNzkuMTY0NTI3LCAyMDIwLzEwLzE1LTE3OjQ4OjMyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA0LTI4VDExOjI0OjUyKzA3OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wNC0yOFQxNDo1OTo1MCswNzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wNC0yOFQxNDo1OTo1MCswNzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NmUwOTRjNi1jODk2LWRiNGMtOGQ3OS1jYjEyZTY4NGY1MmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTZlMDk0YzYtYzg5Ni1kYjRjLThkNzktY2IxMmU2ODRmNTJjIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTZlMDk0YzYtYzg5Ni1kYjRjLThkNzktY2IxMmU2ODRmNTJjIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NmUwOTRjNi1jODk2LWRiNGMtOGQ3OS1jYjEyZTY4NGY1MmMiIHN0RXZ0OndoZW49IjIwMjEtMDQtMjhUMTE6MjQ6NTIrMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4xIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz57d7QYAAADDklEQVQ4jX2UXYhVVRTHf2udfe69M6PNOOoQMyET9DWkD441cB9yTEaCQCRrtCAfJApiQLAU7CmyDwgUopeGwvQpGicfyifxITDCyigUS1A0MBHUGJ3m6945Z+/lw3GcuXPPde2HA2ut/Vv/vVhnid2+RWYCgAFhsBdAZdVjTzI1URbvV1o620mxdJnlD/+iHx855wd7K9HoHxj1JraxHYCEFgA8ntjFKw02KbwE0mewAigCCdhlgdNJmh6JI3d+1ifj9dD+1hpokPC8i9xBkLU5IhZdtuNJSA+Y2ala/4a2eajIdo30G0AbksxAZAGB8TRNBs3s5JxLsy4aIvK6RvrtA4HTkzBbXVSEVucKP4jIgJAdRWJM4qfU6eGGsOBhfAy6n0DLm/LUl+IoPhxr3O60gHrXgrkl+81wucA0gWoFKQ+g+w/B+hfzuwKPmNi7YrNIMtDVphLdMKNQlzkzBS5Gt76BvPkeNLXgt/fB2I0GT7LrUXK7y4FuzQVO3IHObnTbW8irQ1kXRobh4lkolqBQyr41Jp2mzU87kDX1Cqdh3Xr07feR1c/M+/86A+ueg0IJmZnErv1Td9VrU58zY/nCCQGQtWXknU+RR3tg8n9Y8lDmf20I6eiCO2PYwT35DbBQcAj/1UWqVWxkGJtrwdAHGbSnF8ZuEo4OY5fO50JF7ZZDws+Y7q6pduFP+P0UTFXQz0fmA2d+JHzxIXb2NCxbAVI/0iHoRedS/S0oc/sks1ITxDH0l5EXtmXJX30CJ0azPrZ35KoEu+q9u+TE9F+T8J3AKzXPWNqG7voIqjOEA3uxk8cgTWFpawMgYHwdq68qQOR1n8BMTcLGLVCZJuzbgZ0YBVVoam4MxK5gfKYSENvQDUAqvCwajiL3/v1Vj8P0BFy7ks2kNl4JGONpkM0YPwHz0CQLb4mi8KUJHQQPSQKFYu1WqgfeTL0OGtxff4vLf5943RyMUUQDxdKDgMEkHIq89i8E5inFA1EUmvH6LFHYGQk9Bj33VE0g9rchv6apHnNxesElrlJZVO0uWQIx2gF9TMkAAAAASUVORK5CYII=) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 21px
}

span.rq_count.fscount.just-sale {
    padding: 0
}

.listproduct span.rq_count.fscount.just-sale i {
    background: #fff0b9
}

.listproduct .remain_quantity .rq_count b {
    display: block;
    position: relative;
    z-index: 1;
    font-weight: normal;
    font-size: 11px
}

.slider-flashsale .item .item-img {
    height: 195px;
    line-height: 195px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slider-flashsale.owl-carousel .owl-item,
.slider-flashsale.owl-carousel .owl-item {
    display: flex
}

.slider-flashsale a .layer-sold-out {
    display: none
}

.slider-flashsale .item.sold-out a {
    display: block;
    opacity: .5;
    -webkit-opacity: .5
}

.slider-flashsale .item.sold-out>.layer-sold-out {
    position: absolute;
    top: 26%;
    left: 0;
    width: 100%;
    z-index: 1;
    display: block
}

.slider-flashsale .item.sold-out>.layer-sold-out img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto
}

.slider-flashsale.owl-carousel .owl-nav button.owl-prev {
    left: -65px
}

.slider-flashsale.owl-carousel .owl-nav button.owl-next {
    right: -65px
}

a.readmore-btn {
    background-color: #323232;
    border-radius: 8px;
    color: #fff;
    display: block;
    line-height: 16px;
    margin: 5px auto 5px;
    padding: 15px 20px;
    text-align: center;
    width: 340px;
    height: 48px
}

.readmore-btn span {
    position: relative;
    padding-right: 15px
}

.readmore-btn span::before {
    content: '';
    position: absolute;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    height: 5px;
    width: 5px;
    right: 0;
    top: 5px;
    transform: rotate(135deg)
}

.fs-mobile {
    border-radius: 0
}

.fs-mobile .flex-fs {
    flex-direction: column
}

.fs-mobile .gvdshock h3 {
    min-width: 60%
}

.fs-mobile .endtime {
    flex-direction: row;
    margin-left: -32px;
    gap: 0;
    white-space: nowrap
}

.fs-mobile .countdown-timer label {
    margin: 0 3px;
    min-width: 26px
}

.fs-mobile label#hour::after,
.fs-mobile label#minute::after {
    font-size: 12px;
    right: -7px
}

.fs-mobile span.title-end {
    font-size: 12px;
    text-transform: unset;
    font-weight: normal;
    margin-right: 2px
}

.fs-mobile span.countdown-timer label {
    font-size: 12px;
    padding: 2px !important
}

.fs-mobile .slider-flashsale {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.fs-mobile .slider-flashsale .item:nth-child(n+5) {
    display: none
}

.fs-mobile .slider-flashsale.slick-initialized .item:nth-child(n+5) {
    display: block
}

.fs-mobile .listing-timeline a.active span:not(.timeline) {
    font-size: 12px
}

.fs-mobile .listing-timeline a span.timeline {
    font-size: 16px
}

.fs-mobile .listing-timeline {
    margin-bottom: 20px
}

.fs-mobile .listing-timeline a.active::after {
    height: 3px
}

.fs-mobile .gvdshock h3 img {
    margin-left: -10px
}

.fs-mobile .listing-timeline a span:not(.timeline) {
    font-size: 12px
}

.slick-arrow {
    top: -8px
}

.slick-arrow.next-arrow,
.slick-arrow.prev-arrow {
    background: #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    opacity: .4;
    background: url(/images/next-hover.png) no-repeat center !important;
    background-size: 100% !important
}

.slick-arrow.next-arrow::before,
.slick-arrow.prev-arrow::before {
    display: none
}

.slick-arrow.prev-arrow {
    transform: rotate(-180deg) !important
}

.slick-disabled {
    display: none !important
}

.slick-arrow.next-arrow {
    right: -6px
}

.slick-arrow.prev-arrow {
    left: -6px
}

.fs-mobile .listproduct .price-and-discount {
    min-height: 20px
}

.fs-mobile .listproduct.slider-flashsale .price {
    font-size: 16px
}

.fs-mobile .listproduct.slider-flashsale .price small {
    font-size: 12px;
    font-weight: normal;
    padding: 1px 3px
}

.fs-mobile .listproduct .price-and-discount {
    margin-top: 5px;
    display: block
}

.fs-mobile .listproduct .price-and-discount label {
    font-size: 14px;
    align-items: center;
    justify-content: center;
    margin: 0 5px
}

.topzone-homeDiver.newyear {
    background: url(/images/newyear/desktop/policy_homeDiver.png) no-repeat;
    width: 80px;
    height: 80px;
    background-size: auto 100%
}

.topzone-homeDeli.newyear {
    background: url(/images/newyear/desktop/policy_homeDeli.png) no-repeat;
    width: 80px;
    height: 80px;
    background-size: auto 100%
}

.topzone-homeInsur.newyear {
    background: url(/images/newyear/desktop/policy_homeInsur.png) no-repeat;
    width: 80px;
    height: 80px;
    background-size: auto 100%
}

.topzone-homeReturn.newyear {
    background: url(/images/newyear/desktop/policy_homeReturn.png) no-repeat;
    width: 80px;
    height: 80px;
    background-size: auto 100%
}

canvas {
    cursor: crosshair;
    display: block;
    z-index: 3;
    position: absolute;
    bottom: 0;
    pointer-events: none
}

.firework {
    position: fixed;
    z-index: 1000
}

.choose-cate.newyear li span {
    bottom: 35px
}

.choose-cate.newyear li {
    background: url(/images/newyear/desktop/Desk_BackgroundMenuCate.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.logo-cate.cate-newyear {
    background: url(/images/newyear/desktop/Desk_Tagline.png);
    width: 380px;
    height: 95px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.cate-newyear h2 {
    width: 100%;
    text-align: center
}

.box-slide .news-newyear {
    background: url(/images/newyear/desktop/Tagline_Tekzone.png);
    width: 374px;
    height: 95px;
    background-repeat: no-repeat
}

.box-slide .news-newyear h2 {
    display: none
}

.box-cate-product.newyear {
    position: relative
}

.newyear-bg {
    position: absolute;
    width: 100%;
    z-index: -1
}

canvas {
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.snowfall {
    position: fixed;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
    z-index: 2
}

.chirtsmas-footer-bg {
    width: 100%
}

.policy .policy-bg-chris {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: -2px
}

.fs-newyear {
    background: url(/images/newyear/desktop/FS.png) !important;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat !important
}

.fs-newyear i.lightning-ic {
    visibility: hidden;
}

.menu .wrap-content {
    display: flex;
    gap: 10px;
    padding: 0px 0;
    height: 60px;
    align-items: center;
}

a.logo-head.shiner {
    width: 70px;
    flex-shrink: 0;
}

i.topzone-autho {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.list-foot li span {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
}

.customer__new {
    padding: 1rem 0;
}

.text-center.text_customer {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 2rem;
}

.customer__new .wrap-content {
    background: #323232;
    padding: 2rem 10px;
    border-radius: 10px;
}

.card-header.text-uppercase strong {
    color: #ffffff;
}

.comment-statistic.mb-4 {
    color: #1e1e1e;
}

.img-catesp.cateiphone {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 870px) {
    .choose-cate {
        grid-template-columns: repeat(3, 1fr);
    }

    .list-foot {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .list-foot li:first-child {
        width: 100%
    }

    .list-foot li {
        width: calc(50% - 10px);
    }

    .logo-foot {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .FeaturePolicy_itemDescription {
        text-align: start;
    }

    .text-cpr {
        max-width: 100%;
        padding: 10px;
    }
}

@media (max-width: 570px) {


    .choose-cate {
        grid-template-columns: repeat(2, 1fr);
    }

    .box-slide .logo-cate {
        margin: 0 auto 20px;
    }

    .box-slide {
        margin: 0px auto 30px;
    }

    .slide-topnews .item .img-slide {
        min-height: 150px;
    }
}

.bundle-container {
    border: 1px solid #858586;
    padding: 20px;
    background-color: #323232;
    border-radius: 5px;
    text-align: center;
}

.main-product {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.main-product-image {
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.main-product-details {
    text-align: left;
}

.main-product-price {
    color: red;
    font-size: 18px;
}

.original-price {
    text-decoration: line-through;
    color: #888;
    font-size: 14px;
    margin-left: 5px;
}

.bundle-products label {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}

.bundle-product-image {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.bundle-product-price {
    color: #ffffff;
    font-size: 16px;
}

.choose-other {
    display: block;
    color: blue;
    text-decoration: underline;
    margin-top: 5px;
}

.total-price-section {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.original-total-price {
    text-decoration: line-through;
    color: #888;
    margin-left: 5px;
}

.buy-button {
    background-color: #3e3e3f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
}

.savings {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

.bundle-container h3 {
    display: block;
    margin: 1rem 0;
}

.bundle-products.mt-3 span {
    color: #1e1e1e;
}

.main-product-details span {
    color: #fff !important;
}

.bundle-product-details span {
    color: #fff !IMPORTANT;
}

.bundle-product-details .text-decoration {
    text-decoration: line-through;
}

.bundle-product-details {
    text-align: start;
}

.img__bun img {
    width: 70px;
}
.cata__mobile{  
    display: none !important;
}
.mobile__viewall{  
    display: none;
}
.mobile__viewall {
    text-align: center;
    margin: 1rem 0;
}
@media (max-width: 768px) {
    .mobile__viewall{  
        display: block;
    }
    .cata__mobile{  
        display: block !important;
    }
    .cata__desktop{  
        display: none !important;
    }
    .slide-cate.cata__mobile {
        display: grid !important;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
        padding: 0 10px;
    }
    
    .slide-cate>.item {
        width: 100%;
        float: unset;
        margin: 0;
    }
    
    .img-slide {
        height: auto;
    }
}