/*  04:07:13 30/08/2024 */
.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 {
    font: 14px/18px Helvetica Neue, Helvetica, Arial, SF Pro Display, sans-serif;
    color: #333;
    outline: none
}

body {
    min-width: 1024px;
    background: #3e3e3f
}

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%
}

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

[class^="iconlogo-"],
[class*="iconlogo-"] {
    background-image: url(//cdnv2.tgdd.vn/webmwg/2024/tz/images/desktop/icon_logo@2x-min.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 40px;
    width: 133px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 300px 425px
}

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

.topzone-autho {
    background-image: url(//cdnv2.tgdd.vn/webmwg/2024/tz/images/APR_logo.webp);
    width: 32px;
    height: 40px;
    background-size: 100%
}

.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;
    min-width: 1024px;
    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 {
    float: left;
    width: 65%
}

@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: 12%;
    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 10px;
    position: relative;
    height: 40px;
    width: 40px
}

.cart i {
    display: block;
    margin: 2px 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;
    min-width: 1024px;
    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: 68px;
    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
}

/*  09:17:35 21/04/2023 */
.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
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30
}

.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px
}

.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s
}

.twentytwenty-after-label,
.twentytwenty-before-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity
}

.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay,
.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0)
}

.twentytwenty-horizontal .twentytwenty-after-label:before,
.twentytwenty-horizontal .twentytwenty-before-label:before {
    top: 50%;
    margin-top: -19px
}

.twentytwenty-vertical .twentytwenty-after-label:before,
.twentytwenty-vertical .twentytwenty-before-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px
}

.twentytwenty-down-arrow,
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px
}

.twentytwenty-down-arrow,
.twentytwenty-up-arrow {
    left: 50%;
    margin-left: -6px
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.twentytwenty-before-label:before {
    content: "Before"
}

.twentytwenty-after-label:before {
    content: "After"
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    z-index: 25
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, .5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label,
.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1
}

.twentytwenty-before {
    z-index: 20
}

.twentytwenty-after {
    z-index: 10
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid #fff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    z-index: 40;
    cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px
}

.twentytwenty-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid #fff;
    top: 50%;
    margin-top: -17px
}

.twentytwenty-down-arrow {
    border-top: 6px solid #fff;
    bottom: 50%;
    margin-bottom: -17px
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../../lib/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media(-webkit-min-device-pixel-ratio:1.1), (-webkit-min-device-pixel-ratio:1.09375), (min-resolution:105dpi), (min-resolution:1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../../lib/photoswipe/default-skin/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../../lib/photoswipe/default-skin/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

body {
    background: #101010
}

[class^="iconnews-"],
[class*="iconnews-"] {
    background-image: url(https://cdn.tgdd.vn/tin-tuc/Content/desktop/images/newsdesktop-v6@2x.png);
    background-size: 390px 224px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle
}

.toTop.show {
    display: block
}

.news-list-relate .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.bgcover {
    display: block;
    overflow: hidden;
    height: 450px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin-bottom: 0
}

.bgcover .bgtrans {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    overflow: hidden;
    height: inherit;
    background: rgba(0, 0, 0, .8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .8)), to (rgba(0, 0, 0, .6)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    z-index: 1
}

.bgcover .bgtrans h1 {
    display: block;
    overflow: hidden;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    width: 800px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600
}

.breadcrumb {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #101010;
    line-height: 32px;
    padding: 20px 0 40px 0
}

.breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    padding-right: 25px;
    margin-right: 10px;
    position: relative
}

.breadcrumb li::before {
    border-top: 1px solid #bababa;
    border-right: 1px solid #bababa;
    content: '';
    height: 6px;
    position: absolute;
    right: 5px;
    transform: rotate(45deg);
    top: 7px;
    width: 6px
}

.breadcrumb li:last-child::before {
    content: none
}

.breadcrumb li a {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    color: #f5f6f7
}

.bgcover .breadcrumb {
    background: transparent;
    position: relative;
    z-index: 2
}

.bgcover .breadcrumb li a {
    color: #f5f6f7
}

article,
.bottom {
    display: block;
    overflow: hidden;
    width: 800px;
    margin: auto
}

article table p,
article table h2,
article table h3 {
    font-size: 16px;
    width: auto
}

article table tr,
article table td,
article table th {
    font-size: 16px
}

article table {
    border-collapse: collapse;
    width: 100% !important
}

.warpper-content {
    background: #fff;
    padding-bottom: 20px
}

.warpper-content iframe {
    width: 100%
}

.bottom {
    overflow: visible
}

.artrating {
    box-shadow: 0 0 50px 0 rgba(0 0 0/15%);
    background: #fff
}

article {
    padding: 20px 0 0 0
}

article a {
    color: #0071e3;
    font-size: 16px
}

.titledetail {
    display: block;
    overflow: hidden;
    line-height: 52px;
    font-size: 40px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    width: 800px;
    margin: auto
}

.userdetail {
    display: block;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 15px 0
}

.userdetail a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    overflow: hidden;
    margin: 0
}

.userdetail a img {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    margin: 0 10px 0 0;
    background: #4da0b0;
    background: -webkit-linear-gradient(to left, #4da0b0, #d39d38);
    background: linear-gradient(to left, #4da0b0, #d39d38)
}

.userdetail span {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    margin: -2px 5px 0;
    cursor: pointer
}

.userdetail span:before {
    content: '•';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 18px;
    color: #ccc
}

.bgcover .bgtrans .userdetail {
    width: 800px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px
}

.bgcover .bgtrans .userdetail a {
    color: #fff
}

.iconnews-comcya {
    background-position: -85px -20px;
    width: 11px;
    height: 10px;
    margin-right: 3px
}

article .imgwrap {
    position: relative;
    min-height: 100px;
    margin-top: 5px;
    background: #f1f1f1
}

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

article p,
article h2,
article h3,
article ul {
    width: 600px;
    margin: 20px auto;
    color: #333
}

article h1,
article h1 strong {
    font-size: 40px;
    line-height: 1.3
}

article h2 {
    font-size: 16px;
    line-height: 1.5
}

article h3,
article h3 strong {
    font-size: 30px;
    line-height: 1.3
}

article h4,
article h4 strong {
    font-size: 20px;
    line-height: 1.3
}

article h5,
article h5 strong {
    font-size: 16px;
    line-height: 1.3
}

article p {
    font-size: 16px;
    line-height: 1.5
}

article .youtube {
    display: block;
    position: relative;
    background-color: #000;
    height: auto !important;
    min-height: 360px
}

article .youtube img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100%
}

article .icon-lvideo,
article .iconnews-lvideo {
    background-position: 0 0;
    background-image: url(https://cdn.tgdd.vn/tin-tuc/Content/mobile/images/icon-yt.png);
    background-size: 60px 42px;
    background-repeat: no-repeat;
    width: 60px;
    height: 42px;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    cursor: pointer
}

article .youtube span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px
}

article .captionnews {
    color: #999;
    font-size: 14px;
    font-style: italic;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px
}

article ul,
ol {
    margin: 10px auto
}

article ul li {
    list-style-type: disc;
    margin-left: 28px;
    line-height: 25px;
    font-size: 16px
}

.titlerelate {
    display: block;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 26px;
    text-transform: uppercase;
    padding: 30px 20px 10px;
    margin: 0 20px;
    border-top: 1px solid #eee
}

.newsrelate {
    display: block;
    overflow: hidden
}

.newsrelate li {
    float: left;
    overflow: hidden;
    width: 30%;
    margin-left: 2.5%;
    margin-bottom: 15px
}

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

.newsrelate li:nth-child(3n+1) {
    clear: both
}

.newsrelate li a {
    display: block;
    overflow: hidden
}

.newsrelate li .tempvideo {
    display: block;
    position: relative;
    height: 105px;
    overflow: hidden
}

.newsrelate li img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 135px;
    margin: 0 auto
}

.newsrelate li h3 {
    display: block;
    overflow: hidden;
    line-height: 1.3em;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
    margin: 5px auto
}

.newsrelate li .lesscom {
    display: inline-block;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    font-weight: 300;
    height: 16px;
    line-height: 1;
    position: relative;
    top: 0
}

.newsrelate li .timepost {
    margin-top: 2px;
    display: block;
    overflow: hidden;
    font-size: 13px;
    color: #999
}

.not-content {
    display: block;
    max-width: 860px;
    margin: 20px auto;
    float: none;
    background: #323232;
    border-radius: 8px;
    padding: 30px;
    color: #fff
}

.box-relate {
    padding: 20px 0 20px 20px;
    background: #3e3e3f
}

.box-relate .title {
    position: relative;
    color: #fff;
    padding: 20px;
    margin: 0 0 0 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px
}

.box-relate .title:after {
    content: url(/images/topnews/desktop/after-title.png);
    width: 4px;
    height: 20px;
    position: absolute;
    left: 0
}

.news-list-relate.owl-carousel .owl-stage {
    display: flex
}

.news-list-relate.owl-carousel .owl-item {
    display: flex
}

.news-list-relate .item {
    background: #323232;
    border-radius: 16px;
    padding: 0 0 15px;
    margin: 0 10px
}

.news-list-relate .item:hover {
    box-shadow: -4px -4px 8px rgba(134, 134, 134, .2), 4px 4px 8px rgba(28, 28, 28, .4)
}

.news-list-relate .item a {
    display: block;
    overflow: hidden
}

.news-list-relate .item .img-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 16px 16px 0 0;
    min-height: 177px
}

.news-list-relate .item .img-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto
}

.news-list-relate .item a h3 {
    overflow: hidden;
    padding: 12px;
    height: 75px;
    font-size: 15px;
    line-height: 20px;
    color: #f5f5f7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

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

.news-list-relate.owl-carousel .owl-nav {
    width: 100% !important;
    top: 17%
}

.news-list-relate.owl-carousel .owl-nav button.owl-prev {
    left: -25px
}

.news-list-relate.owl-carousel .owl-nav button.owl-next {
    right: -30px
}

.warpper-title-author {
    background: #101010
}

article .collection {
    display: block;
    overflow: hidden;
    width: 800px;
    margin: 0 auto
}

article .collection img {
    float: none;
    display: block;
    width: 800px;
    height: auto;
    margin: 0 0 10px
}

article .collection .thumb {
    float: left;
    position: relative;
    margin-bottom: 10px;
    width: 32.5%;
    height: 146px;
    margin-right: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    overflow: hidden
}

article .collection .thumb img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

article .collection .thumb:nth-child(3n+3) {
    float: left;
    margin-right: 10px
}

article .collection .thumb .smark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    pointer-events: none;
    height: auto;
    line-height: 140px
}

article .collection li {
    list-style-type: none;
    margin-left: 0
}

article .collection li:last-child .thumb {
    margin-right: 0
}

article .postarticle {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background: #ff920c;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f76b1c), to(#ff920c));
    background: -webkit-linear-gradient(top, #ff920c, #f76b1c);
    background: -moz-linear-gradient(top, #ff920c, #f76b1c);
    background: -ms-linear-gradient(top, #ff920c, #f76b1c);
    background: -o-linear-gradient(top, #ff920c, #f76b1c)
}

article .postarticle span {
    font-size: 18px;
    color: #000;
    display: inline-block;
    vertical-align: middle
}

.twentytwenty-overlay:hover .twentytwenty-before-label,
.twentytwenty-overlay:hover .twentytwenty-after-label {
    display: none
}

.twentytwenty-overlay {
    display: none
}

.twentytwenty-wrapper {
    margin: 0 auto
}

.pswp {
    z-index: 10001
}

.warpper-info {
    display: flex;
    width: 600px;
    margin: 0 auto;
    color: #757575
}

.warpper-info .warpper-shareviewcount {
    margin-left: auto
}

.warpper-info .warpper-shareviewcount .info-share {
    margin-right: 65px
}

.warpper-info .warpper-shareviewcount .info-share a:nth-child(1) {
    margin-left: 18px
}

.warpper-info .warpper-shareviewcount .info-share a:nth-child(2) {
    margin-left: 20px
}

.warpper-info .warpper-shareviewcount .info-viewcount .topzone-eyes {
    margin-right: 10px
}

.pro-container {
    max-width: 600px;
    margin: auto
}

.pro-container ul li {
    list-style-type: none
}

.pro-container ul li.pro-hide {
    display: none
}

.pro-container .btn-seemore-new {
    display: block;
    border-top: 1px solid #ececed;
    margin-top: 30px
}

.pro-container .btn-seemore-new a {
    display: block;
    overflow: hidden;
    width: 100px;
    border-radius: 20px;
    text-align: center;
    color: #333;
    border: 1px solid #ececed;
    padding: 7px 0;
    margin: -17px auto 0;
    background: #fff
}

.pro-container .btn-seemore-new a:after {
    content: '';
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    margin: 0 0 3px 7px
}

.pro-1sp {
    display: block;
    overflow: hidden;
    margin: 0;
    width: 100%
}

.pro-1sp li {
    display: block;
    overflow: hidden;
    background: #f5f5f7;
    border-radius: 20px;
    margin: 35px 0;
    padding: 20px
}

.pro-1sp li .img-pronew {
    float: left;
    width: 230px;
    margin-right: 24px
}

.pro-1sp li .img-pronew img {
    display: block;
    width: 100%
}

.pro-1sp li .text-sp {
    display: block;
    overflow: hidden
}

.pro-1sp li .text-sp h3 {
    overflow: hidden;
    font-size: 18px;
    line-height: 20px;
    color: #101010;
    padding: 0 0 12px;
    font-weight: bold;
    width: 100%;
    margin: 0
}

.pro-1sp li .text-sp strong {
    overflow: hidden;
    font-size: 20px;
    line-height: 25px;
    padding: 0 0 10px;
    color: #101010;
    display: inline-block;
    vertical-align: middle
}

.pro-1sp li .text-sp small {
    font-weight: 400;
    color: #101010;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px 10px;
    display: inline-block;
    vertical-align: middle
}

.pro-1sp li .text-sp del {
    color: #757575;
    padding-right: 10px
}

.pro-1sp li .text-sp ins {
    color: #757575;
    padding-right: 5px
}

.pro-1sp li .text-sp span {
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 17px;
    color: #757575
}

.pro-1sp li .text-sp p {
    display: block;
    overflow: hidden;
    width: 100px;
    border-radius: 100px;
    background: #0055d4;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 21px
}

.pro-2sp {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: 0;
    width: 100%
}

.pro-2sp li {
    float: left;
    width: 48.3%;
    background: #f5f5f7;
    border-radius: 16px;
    margin: 30px 20px 30px 0;
    padding: 10px 10px 20px;
    text-align: center
}

.pro-2sp li:last-child {
    margin-right: 0
}

.pro-2sp li .img-pronew {
    display: block;
    margin: 10px auto 20px;
    width: 270px
}

.pro-2sp li .img-pronew img {
    display: block;
    width: 100%
}

.pro-2sp li .text-sp {
    display: block;
    overflow: hidden
}

.pro-2sp li .text-sp h3 {
    display: block;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    color: #101010;
    padding: 0 0 4px;
    text-align: center;
    width: 100%;
    margin: 0
}

.pro-2sp li .text-sp strong {
    font-size: 16px;
    line-height: 23px;
    padding: 0 0 10px;
    color: #101010
}

.pro-2sp li .text-sp small {
    color: #101010;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px 10px;
    font-weight: 400
}

.pro-2sp li .text-sp small del {
    padding-right: 10px
}

.pro-2sp li .text-sp p {
    display: block;
    overflow: hidden;
    width: 100px;
    border-radius: 100px;
    background: #0055d4;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 13px;
    line-height: 21px
}

.pro-moresp {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    width: 100%
}

.pro-moresp li {
    float: left;
    width: 31.11%;
    background: #f5f5f7;
    border-radius: 12px;
    margin: 0 20px 20px 0;
    padding: 15px 7px;
    text-align: center
}

.pro-moresp li:nth-child(3n+3) {
    margin-right: 0
}

.pro-moresp li .img-pronew {
    display: block;
    width: 165px;
    margin: 0 auto 20px
}

.pro-moresp li .img-pronew img {
    display: block;
    width: 100%
}

.pro-moresp li .text-sp {
    display: block;
    overflow: hidden
}

.pro-moresp li .text-sp h3 {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #101010;
    padding: 0 0 4px;
    font-weight: 400;
    width: 100%;
    margin: 0
}

.pro-moresp li .text-sp strong {
    display: block;
    overflow: hidden;
    font-size: 18px;
    line-height: 23px;
    padding: 0 0 4px;
    color: #101010
}

.pro-moresp li .text-sp small {
    display: block;
    overflow: hidden;
    color: #101010;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 10px
}

.pro-moresp li .text-sp small del {
    padding-right: 10px
}

.pro-moresp li .text-sp p {
    display: block;
    overflow: hidden;
    width: 100px;
    border-radius: 100px;
    background: #0055d4;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin: 0 auto 10px;
    font-size: 13px;
    line-height: 21px
}
