@font-face {
    font-family: swiper-icons;
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0,0,0,0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0,0,0,0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

html {
    overflow-x: hidden
}

html::-webkit-scrollbar {
    width: 3px
}

html::-webkit-scrollbar-thumb {
    background-color: #0052c1;
    outline: 3px solid #0052c1
}

body {
    font-size: 14px;
    background: #f2f2f2;
    font-weight: 400;
    color: #000
}

.block-background {
    padding: 5px 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1),0 0px 6px 0px rgba(60,64,67,0.25)
}

.block-background>* {
    padding: 5px !important
}

svg {
    width: 20px;
    height: 20px
}

a:hover {
    color: #f3bd01
}

b,strong {
    font-weight: bold
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.no-margin {
    margin-left: 0;
    margin-right: 0
}

.h-100 {
    height: 95%;
}

.relative {
    position: relative
}

.margin-0 {
    margin: 0 !important
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

input,sellect,textarea {
    outline: none
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning.animated {
    z-index: 999999 !important
}

.alert-success.animated {
    z-index: 999999 !important
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark .alert-link {
    color: #040505
}

.alert-success,.alert-info,.alert-warning {
    max-width: 335px !important
}

@media (max-width: 350px) {
    .alert-success,.alert-info,.alert-warning {
        max-width:280px !important
    }
}

.alert-warning2 {
    max-width: 100% !important
}

.text-center {
    text-align: center
}

.container--wishlist .alert-warning {
    max-width: 100% !important
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    border: initial;
    background: initial
}

.alert .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

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

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

@media (min-width: 1366px) {
    .container {
        max-width:1300px
    }
}

.swiper-container .swiper-button-disabled {
    display: none
}

.swiper-container .swiper-button-next:after,.swiper-container .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: #333
}

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.4 * 1)
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.4 * 3)
}

.item_product_main {
    height: 100%
}

.swiper-slide-pro {
    display: flex;
    height: auto
}

.product-action {
    background: #fff;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1),0 0px 6px 0px rgba(60,64,67,0.25);
    height: 100%
}

.product-action .product-thumbnail {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px
}

.product-action .product-thumbnail .image_thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 100%
}

.product-action .product-thumbnail .image_thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s linear
}

.product-action .smart {
    top: 5px;
    left: -5px;
    color: #ffffff;
    background: #d70018;
    padding: 4px 6px;
    z-index: 2;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    box-shadow: 0px 0px 5px 1px #fff;
    position: absolute;
    font-weight: 700
}

@media (max-width: 767px) {
    .product-action .smart {
        font-size:10px
    }
}

.product-action .smart:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #d70018 transparent transparent;
    bottom: -5px;
    left: 0px;
    filter: brightness(0.8)
}

.product-action .product-info {
    padding: 1px 10px;
}

@media (max-width: 767px) {
    .product-action .product-info {
        padding:5px
    }
}

.product-action .product-info .price-box {
    margin-bottom: 10px;
    position: relative;
    color: #d70018;
    font-weight: 700;
    font-size: 16px
}

.product-action .product-info .price-box .compare-price {
    color: #666;
    text-decoration: line-through;
    display: block;
    font-weight: 400;
    font-size: 14px
}

@media (max-width: 500px) {
    .product-action .product-info .price-box .compare-price {
        display:block;
        margin-left: 0;
        font-size: 12px
    }
}

.product-action .product-info .product-name {
    font-size: 16px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .product-action .product-info .product-name {
        font-size:14px
    }
}

.product-action .product-info .pro-promo {
    border-radius: 5px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 10px
}

.product-action .product-info .pro-promo p {
    margin: 0
}

.product-action .action {
    position: absolute;
    bottom: 20px;
    right: -20px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    z-index: 2;
    text-align: center
}

@media (max-width: 1025px) {
    .product-action .action {
        opacity:1
    }
}

.product-action .action .btn-views {
    background: #ffc600;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0
}

@media (max-width: 1025px) {
    .product-action .action .btn-views {
        display:none
    }
}

.product-action .action .btn-views svg {
    width: 15px;
    height: 15px
}

.product-action .action .btn-views:hover {
    background: #f3bd01
}

.product-action .trinhtrang {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    border-radius: 5px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #0052c1
}

@media (max-width: 767px) {
    .product-action .trinhtrang {
        font-size:10px
    }
}

.product-action .tag-km {
    position: absolute;
    bottom: 10px
}

.product-action .tag-km span {
    color: #fff;
    padding: 0px 15px 0px 0;
    border-radius: 10px;
    margin-top: 5px;
    display: table
}

.product-action .tag-km span:nth-child(1) {
    background: #0052c1
}

.product-action .tag-km span:nth-child(2) {
    background: #f3bd01
}

.product-action .tag-km span:nth-child(3) {
    background: #0052c1
}

.product-action .tag-km span img {
    height: 20px;
    width: auto;
    margin-right: 5px
}

@media (max-width: 500px) {
    .product-action .tag-km span {
        font-size:10px
    }

    .product-action .tag-km span img {
        height: 15px
    }
}

.product-action .wishlish-compare {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 350px) {
    .product-action .wishlish-compare {
        flex-direction:column;
        align-items: inherit;
        min-height: 42px
    }
}

.product-action .wishlish-compare a {
    display: flex;
    align-items: center
}

.product-action .wishlish-compare a svg {
    width: 15px;
    height: 15px;
    margin-right: 5px
}

.product-action .wishlish-compare a svg path {
    fill: #000
}

.product-action .wishlish-compare a.active svg path {
    fill: #0052c1
}

.product-action .wishlish-compare .setCompare span {
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-action .wishlish-compare .setCompare.active span {
    background: #0052c1;
    border-color: #0052c1
}

.product-action .wishlish-compare .setCompare.active span:after {
    content: '\2714\fe0e';
    font-size: 13px;
    font-size: 10px;
    filter: brightness(0) invert(1)
}

@media (min-width: 1025px) {
    .product-action:hover .product-thumbnail .scale_hover img.image1 {
        bottom:20px
    }

    .product-action:hover .action {
        opacity: 1;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        right: 10px
    }

    .product-action:hover .action .btn-views {
        transition: 500ms all
    }

    .product-action:hover .action .btn-views:hover {
        transition: 500ms all;
        transform: translateY(-5px)
    }
}

.backtop {
    position: fixed;
    bottom: 100px;
    top: auto !important;
    right: 20px;
    background: #0052c1;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 10px;
    line-height: 40px;
    z-index: 999;
    opacity: 0;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.backtop:hover {
    background: #f3bd01
}

.backtop svg {
    width: 30px;
    height: 30px;
    color: #fff
}

.backtop.show {
    opacity: 1
}

.footer {
    background: #fff
}

@media (max-width: 767px) {
    .footer {
        margin-bottom:56px
    }
}

.footer .col-footer {
    margin-bottom: 20px
}

.footer .title-menu {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    color: #0052c1;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .footer .title-menu {
        margin-bottom:10px
    }
}

@media (max-width: 767px) {
    .footer .title-menu {
        font-size:16px
    }
}

.footer .list-menu li {
    display: block;
    margin-bottom: 5px
}

.footer .list-menu li a {
    font-size: 16px;
    color: #000
}

@media (max-width: 767px) {
    .footer .list-menu li a {
        font-size:14px
    }
}

.footer .list-menu li a:hover {
    color: #f3bd01
}

.footer .top-footer {
    background: #0052c1;
    padding: 10px 0
}

.footer .top-footer .row {
    align-items: center
}

.footer .top-footer .content-newsletter {
    font-size: 16px;
    margin-bottom: 10px;
    display: none
}

.footer .top-footer .newsletter-form {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 0px;
    width: 70%
}

@media (max-width: 991px) {
    .footer .top-footer .newsletter-form {
        margin:auto;
        width: 100%
    }
}

.footer .top-footer .newsletter-form input {
    height: 40px;
    width: 100%;
    border: 0;
    padding: 10px 110px 10px 10px
}

@media (max-width: 767px) {
    .footer .top-footer .newsletter-form input {
        padding:10px 85px 10px 10px;
        font-size: 12px
    }
}

.footer .top-footer .newsletter-form button {
    height: 40px;
    position: absolute;
    right: 0;
    border: 0;
    background: #f3bd01;
    color: #fff;
    padding: 0 20px
}

@media (max-width: 767px) {
    .footer .top-footer .newsletter-form button {
        padding:0 5px
    }
}

.footer .top-footer .newsletter-form button:hover {
    opacity: 0.8
}

.footer .top-footer .footer-social {
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end
}

@media (max-width: 767px) {
    .footer .top-footer .footer-social {
        text-align:center;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        flex-direction: column
    }
}

.footer .top-footer .footer-social span {
    font-size: 16px;
    color: #fff;
    font-weight: 600
}

@media (max-width: 767px) {
    .footer .top-footer .footer-social span {
        margin-bottom:5px
    }
}

.footer .top-footer .footer-social .social {
    display: inline-block
}

.footer .top-footer .footer-social .social li {
    display: inline-block;
    margin-left: 10px
}

@media (max-width: 991px) {
    .footer .top-footer .footer-social .social li {
        margin-left:5px
    }
}

@media (max-width: 767px) {
    .footer .top-footer .footer-social .social li {
        margin-left:0px;
        margin-right: 10px
    }
}

.footer .top-footer .footer-social .social li:hover {
    opacity: 0.8
}

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

.footer .top-footer2 .block-background {
    background: #ebebeb
}

@media (max-width: 991px) {
    .footer .top-footer2 .chinhsach-ft-slider {
        margin-bottom:20px
    }
}

.footer .top-footer2 .chinhsach-ft-slider .swiper-slide {
    text-align: center
}

.footer .top-footer2 .chinhsach-ft-slider .swiper-slide img {
    max-height: 50px;
    width: auto
}

.footer .top-footer2 .chinhsach-ft-slider .swiper-slide span {
    display: block;
    color: #0052c1;
    margin-top: 10px;
    font-weight: 600
}

.footer .top-footer2 .hotline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.footer .top-footer2 .hotline li {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 5px
}

@media (max-width: 767px) {
    .footer .top-footer2 .hotline li {
        flex:0 0 100%;
        max-width: 100%;
        margin-bottom: 10px
    }
}

.footer .top-footer2 .hotline li .title {
    font-weight: 500;
    color: #0052c1;
    display: flex;
    align-items: center
}

@media (max-width: 991px) {
    .footer .top-footer2 .hotline li .title {
        justify-content:center
    }
}

.footer .top-footer2 .hotline li .title svg {
    width: 26px;
    height: 26px;
    background: #0052c1;
    fill: #fff;
    border-radius: 50%;
    padding: 5px;
    margin-right: 5px
}

.footer .top-footer2 .hotline li a {
    text-align: center;
    display: block;
    background: #0052c1;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
    padding: 5px
}

.footer .top-footer2 .hotline li a:hover {
    background: #f3bd01
}

.footer .mid-footer {
    margin-top: 30px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .footer .mid-footer {
        margin-bottom:10px
    }
}

.footer .bottom-footer {
    margin-bottom: 30px;
    color: #000
}

.footer .bottom-footer .logo-ft {
    display: block;
    margin-bottom: 10px
}

.footer .bottom-footer .content-ft {
    margin-bottom: 10px
}

.footer .bottom-footer .group-address {
    margin-top: 10px
}

.footer .bottom-footer .group-address .title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px
}

.footer .bottom-footer .group-address ul {
    margin-bottom: 20px;
    list-style: none
}

.footer .bottom-footer .group-address ul li {
    margin-bottom: 5px;
    color: #0052c1;
    font-size: 16px
}

@media (max-width: 767px) {
    .footer .bottom-footer .group-address ul li {
        font-size:14px
    }
}

.footer .bottom-footer .group-address ul li span {
    color: #000
}

.footer .bottom-footer .group-address ul li a {
    color: #000;
    display: inline-block
}

.footer .bottom-footer .group-address ul li a:hover {
    color: #f3bd01
}

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

.footer .bottom-footer .social li:hover {
    opacity: 0.8
}

.footer .bottom-footer .thanhtoan li {
    display: inline-block;
    margin-right: 2px
}

.footer .bottom-footer .thanhtoan li img {
    max-height: 30px;
    width: auto
}

.footer .bottom-footer .call-footer li {
    display: block;
    margin-bottom: 10px;
    color: #000
}

.footer .bottom-footer .call-footer li .title {
    display: block;
    font-weight: 700
}

.footer .bottom-footer .call-footer li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #0052c1
}

.footer .bottom-footer .call-footer li a:hover {
    color: #f3bd01
}

.footer .bottom-footer .call-footer li .content {
    display: block;
    font-style: italic
}

.footer #copyright {
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #0052c1
}

.footer #copyright .copy-right {
    display: inline-block
}

@media (max-width: 576px) {
    .footer #copyright .copy-right {
        display:block
    }
}

.footer #copyright .copy-right b {
    color: #f3bd01
}

.footer #copyright a {
    color: #f3bd01
}

.footer #copyright a:hover {
    color: #f3bd01;
    opacity: 0.8
}

@media (min-width: 991px) {
    .header-scroll {
        transition:0.3s linear;
        position: relative;
        z-index: 99999;
        top: auto !important
    }

    .header-scroll.active {
        position: fixed;
        top: 0 !important;
        width: 100%
    }

    .header-scroll.active .header-menu {
        box-shadow: 1rem 1rem 3rem rgba(0,0,0,0.1);
        transform: translateY(-100%);
        height: 0;
        opacity: 0;
        overflow: hidden
    }

    .header-scroll.active:hover .header-menu {
        transform: translateY(0);
        height: inherit;
        opacity: 1;
        overflow: inherit
    }

    .header-scroll .header-menu.active {
        transform: translateY(0);
        height: inherit;
        opacity: 1;
        z-index: 999999
    }
}

@media (min-width: 991px) {
    .header-menu {
        position:relative;
        background: #fff
    }

    .header-menu .header-menu-des {
        display: flex;
        align-items: center;
        border-radius: 5px;
        overflow: hidden
    }

    .header-menu .header-menu-des .control-menu {
        width: 60px;
        text-align: center
    }

    .header-menu .header-menu-des .control-menu a svg {
        width: 15px;
        height: 15px
    }

    .header-menu .header-menu-des .control-menu a svg path {
        fill: #000
    }

    .header-menu .header-menu-des .control-menu a:hover svg path {
        fill: #f3bd01
    }

    .header-menu .header-menu-des .header-nav {
        flex: 1;
        display: block;
        overflow-x: hidden
    }

    .header-menu .header-menu-des .header-nav>ul.item_big {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: auto;
        white-space: nowrap
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item {
        display: inline-block;
        position: static;
        padding: 0 15px
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item {
        padding:0 10px
    }
}

@media (min-width: 991px) {
    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item:nth-child(2) {
        padding-left:0
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>a {
        display: block;
        text-align: left;
        padding: 10px 0px;
        font-size: 16px;
        position: relative;
        color: #000;
        font-weight: 600
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>a.caret-down:after {
        content: "";
        position: relative;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #000 transparent transparent transparent;
        display: inline-block;
        top: -2px;
        margin-left: 2px;
        margin-top: -6px;
        transition: 0.5s
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item:hover>a {
        color: #0052c1
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item:hover>a.caret-down:after {
        transform: rotate(180deg);
        border-color: #0052c1 transparent transparent transparent
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item:hover>ul {
        overflow: visible;
        max-height: 3000px;
        max-width: 3000px;
        opacity: 1;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item .fa-caret-down {
        visibility: hidden;
        display: none
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item .item_small {
        overflow: hidden;
        display: block;
        max-height: 0px;
        max-width: 0px;
        opacity: 0;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        position: absolute;
        top: 100%;
        left: auto;
        width: 220px;
        padding: 0;
        background-color: #fff;
        box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        z-index: 99;
        white-space: normal;
        border-radius: 5px
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li {
        float: none;
        padding: 0 0
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li:last-child>a {
        border-bottom: 0
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
        display: block;
        position: absolute;
        width: 250px;
        padding: 0;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04);
        white-space: normal;
        border-radius: 5px
    }
}

@media (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
        position:relative;
        left: 0;
        width: 100%;
        padding-left: 0;
        box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04)
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li:hover>ul li a {
        padding-left: 25px
    }
}

@media (min-width: 991px) {
    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li a {
        font-weight:400;
        font-size: 14px;
        line-height: 24px;
        display: block;
        padding: 6px 20px 6px 10px;
        color: #000;
        position: relative;
        text-align: left
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li a.caret-down:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #000 transparent transparent transparent;
        display: inline-block;
        top: 50%;
        left: 100%;
        margin-left: -15px;
        margin-top: -2px;
        transition: 0.5s;
        transform: rotate(270deg)
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li ul {
        display: none;
        left: 100%;
        top: 0
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul>li {
        color: #333
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul>li:hover>a {
        color: #f3bd01
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul>li:hover>a.caret-down:before {
        border-color: #f3bd01 transparent transparent transparent
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul>li ul li:hover>a {
        color: #f3bd01
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega {
        position: static
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content {
        background: #fff none repeat scroll 0 0;
        display: none;
        margin: 0;
        padding: 10px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        width: 100%;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
        -moz-box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
        box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
        border: 0;
        overflow: hidden;
        white-space: normal;
        border-radius: 5px;
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -moz-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        -webkit-transition: .2s ease-out;
        -ms-transition: .2s ease-out;
        transition: .2s ease-out;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega {
        color: #0052c1 !important;
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 18px
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega:hover,.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega:focus {
        color: #f3bd01 !important
    }
}

@media (min-width: 991px) and (min-width: 992px) {
    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega {
        display:block
    }
}

@media (min-width: 991px) {
    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent ul.level1 li {
        line-height:1.3;
        list-style: circle;
        margin-left: 15px;
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent ul.level1 li a {
        text-transform: none !important;
        font-weight: 500
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent ul.level1 li+li {
        padding-top: 5px
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item {
        float: left;
        width: 20%;
        padding: 10px;
        text-align: left
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item>a {
        color: #fff !important;
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item>a:hover,.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item>a:focus {
        color: #0052c1 !important
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item h2 {
        font-size: 14px;
        margin-top: 0
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 {
        margin-bottom: 15px
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a {
        font-weight: normal !important;
        text-transform: none !important;
        color: #000;
        font-size: 16px
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a:hover,.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a:focus {
        text-decoration: none;
        color: #0052c1
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level0 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .title-mega {
        text-align: left;
        font-size: 18px;
        color: #fda121;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 600
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega:hover .mega-content {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        -webkit-transition: .3s ease-in;
        -ms-transition: .3s ease-in;
        transition: .3s ease-in;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.active>a {
        color: #0052c1
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.active>a span>i.icon-down {
        border-color: #0052c1 transparent transparent transparent
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.active>a.caret-down:after {
        border-color: #0052c1 transparent transparent transparent
    }

    .header-menu .header-menu-des .header-nav ul li ul a.text2line:hover {
        color: #f3bd01 !important;
        background: transparent !important
    }

    .header-menu .header-menu-des .header-nav li li {
        position: relative
    }
}

@media (max-width: 991px) {
    .menu-bar {
        margin-right:0 !important
    }

    .menu-bar svg {
        width: 30px;
        height: 30px
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .menu-bar svg {
        width:20px;
        height: 20px
    }
}

@media (max-width: 991px) {
    .menu-bar svg path {
        fill:#fff
    }

    .header-nav {
        background-color: #fff;
        width: 70%;
        position: fixed;
        top: 0 !important;
        left: 0;
        z-index: 99999;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation
    }

    .header-nav.current {
        visibility: visible;
        transform: translateX(0)
    }

    .header-nav .item_big {
        overflow-y: auto;
        max-height: 100vh;
        height: 100vh
    }

    .header-nav .item_big .nav-item {
        position: relative;
        margin-bottom: 5px;
        display: block
    }

    .header-nav .item_big .nav-item a {
        padding: 0 30px 0 10px !important;
        color: #000;
        height: unset;
        line-height: 30px;
        display: block;
        font-size: 16px;
        font-weight: 600
    }

    .header-nav .item_big .nav-item .fa-caret-down {
        height: 20px !important;
        width: 20px !important;
        position: absolute;
        right: 7.5px;
        top: 16px;
        transform: translate(0, -50%)
    }

    .header-nav .item_big .nav-item .fa-caret-down:before,.header-nav .item_big .nav-item .fa-caret-down:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #000;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
    }

    .header-nav .item_big .nav-item .fa-caret-down:before {
        width: 11px;
        height: 1px;
        opacity: 1
    }

    .header-nav .item_big .nav-item .fa-caret-down:after {
        width: 1px;
        height: 11px
    }

    .header-nav .item_big .nav-item .item_small {
        padding-left: 10px
    }

    .header-nav .item_big .nav-item .item_small li {
        position: relative
    }

    .header-nav .item_big .nav-item .item_small ul {
        padding-left: 10px
    }

    .header-nav .item_big .nav-item .item_small ul li {
        position: relative
    }

    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down {
        height: 20px !important;
        width: 20px !important;
        position: absolute;
        right: 7.5px;
        top: 17px;
        transform: translate(0, -50%)
    }

    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:before,.header-nav .item_big .nav-item .item_small ul li .fa-caret-down:after {
        position: absolute;
        content: '';
        top: 17px;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #000;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
    }

    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:before {
        width: 11px;
        height: 1px;
        opacity: 1
    }

    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:after {
        width: 1px;
        height: 11px
    }

    .header-nav .item_big .nav-item.danhmuc a {
        padding-left: 40px !important;
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center left;
        background-position-x: 8px
    }

    .header-nav .item_big .title-danhmuc {
        padding: 5px
    }

    .header-nav .item_big .title-danhmuc span {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        display: block;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
        background: #0052c1;
        border-radius: 5px;
        text-align: center;
        line-height: 35px
    }

    .header-nav .item-mb {
        padding: 10px;
        border-top: 1px solid #0052c1
    }

    .header-nav .item-mb a {
        display: block;
        margin-bottom: 10px;
        color: #000;
        border-radius: 5px;
        font-weight: 600;
        font-size: 16px
    }

    .header-nav li>ul {
        display: none !important
    }

    .header-nav li.current>a {
        color: #f3bd01 !important
    }

    .header-nav li.current>ul {
        display: block !important
    }

    .header-nav li.current .fa.current:before,.header-nav li.current .fa.current:after {
        background-color: #f3bd01;
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .header-nav li.current .fa.current:before {
        opacity: 0
    }

    .opacity_menu {
        background: rgba(0,0,0,0.8);
        position: fixed;
        top: 0 !important;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 99999;
        display: none
    }

    .opacity_menu.current {
        display: block
    }
}

header.header {
    background: #0052c1
}

header.header>.container>.d-flex>* {
    margin: 0 5px
}

header.header.header-index {
    margin-bottom: 20px
}

@media (max-width: 991px) {
    header.header .row-header {
        position:relative
    }
}

header.header .header-top {
    padding: 10px 0;
    position: relative
}

@media (max-width: 991px) {
    header.header {
        padding:0
    }
}

@media (max-width: 767px) {
    header.header {
        min-height:91px
    }
}

header.header .logo img {
    max-height: 55px;
    width: auto
}

@media (max-width: 1250px) {
    header.header .logo img {
        max-height:25px
    }
}

@media (max-width: 991px) {
    header.header .logo {
        display:block;
        padding-left: 0;
        text-align: center;
        margin: 10px 0
    }

    header.header .logo img {
        max-height: 45px
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    header.header .logo img {
        max-height:inherit;
        max-width: 40px
    }
}

header.header .icon-menu {
    padding: 10px;
    background: rgba(255,255,255,0.18);
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 40px;
    width: 120px;
    cursor: pointer
}

header.header .icon-menu .menu-icon {
    margin-right: 5px
}

header.header .icon-menu .menu-icon path {
    fill: #fff
}

header.header .icon-menu.active {
    background: #f3bd01
}

header.header .search-smart {
    position: relative
}

header.header .search-smart .header-search-form {
    position: initial;
    border-radius: 5px;
    overflow: hidden;
    height: 40px;
    width: 350px
}

@media (max-width: 1250px) {
    header.header .search-smart .header-search-form {
        width:270px
    }
}

@media (max-width: 991px) {
    header.header .search-smart .header-search-form {
        width:100%
    }
}

header.header .search-smart .header-search-form input {
    width: 100%;
    display: block;
    height: 100%;
    padding-right: 80px;
    padding-left: 10px;
    border: 0
}

header.header .search-smart .header-search-form button {
    position: absolute;
    width: 50px;
    height: 100%;
    background: transparent;
    border: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0
}

header.header .search-smart .header-search-form button svg {
    width: 20px;
    height: 20px
}

header.header .search-smart .header-search-form button svg path {
    fill: #000
}

header.header .search-smart .header-search-form button:hover {
    background: #f3bd01
}

header.header .search-suggest {
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    border: solid 1px #dfe3e8;
    display: none;
    position: absolute;
    top: 100%;
    border-radius: 5px;
    overflow-y: auto;
    box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1),0 0px 6px 0px rgba(60,64,67,0.25)
}

header.header .search-suggest.open {
    display: block;
    z-index: 9999999;
    padding: 10px
}

header.header .search-suggest.open .title {
    display: inline-block;
    color: #000
}

header.header .search-suggest .smart-search-title {
    margin-bottom: 10px
}

header.header .search-suggest .smart-search-title li {
    display: inline-block
}

header.header .search-suggest .smart-search-title li a {
    padding: 5px 10px;
    display: block;
    background: #0052c1;
    color: #fff;
    border-radius: 5px
}

header.header .search-suggest .smart-search-title li.active a {
    background: #f3bd01;
    color: #fff
}

header.header .search-suggest .smart-search-title li:hover a {
    opacity: 0.7
}

header.header .list-search-style {
    text-align: center;
    margin-bottom: 10px;
    display: none
}

header.header .list-search-style.active {
    display: block
}

header.header .list-search-style .title-search {
    text-align: left;
    text-align: left;
    color: #0052c1;
    margin-bottom: 20px;
    font-weight: 700
}

header.header .list-search-style .title-search span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block
}

header.header .list-search-style .title-search span:before {
    background: #0052c1;
    content: '';
    right: 0;
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 3px;
    display: block;
    z-index: 1;
    width: 40%
}

header.header .list-search-style .see-more {
    margin: 10px 0 0px 0
}

header.header .list-search-style .see-more a {
    display: block
}

header.header .list-search-style .product-smart,header.header .list-search-style .art-smart {
    display: inline-block;
    padding: 10px 0px;
    border-bottom: 1px solid #ededed;
    background: #fff;
    position: relative;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center
}

header.header .list-search-style .product-smart:first-child,header.header .list-search-style .art-smart:first-child {
    margin-top: 5px
}

header.header .list-search-style .product-smart:last-child,header.header .list-search-style .art-smart:last-child {
    border-bottom: none
}

header.header .list-search-style .product-smart .image_thumb,header.header .list-search-style .art-smart .image_thumb {
    display: inline-block;
    float: left;
    width: 80px;
    text-align: center
}

header.header .list-search-style .product-smart .image_thumb img,header.header .list-search-style .art-smart .image_thumb img {
    width: auto;
    height: auto
}

header.header .list-search-style .product-smart .product-info,header.header .list-search-style .art-smart .product-info {
    display: block;
    float: left;
    width: calc(100% - 80px);
    -o-width: calc(100% - 80px);
    -moz-width: calc(100% - 80px);
    -webkit-width: calc(100% - 80px);
    padding-left: 10px
}

header.header .list-search-style .product-smart .product-info,header.header .list-search-style .art-smart .product-info {
    margin: 5px 0 5px;
    position: relative
}

header.header .list-search-style .product-smart .product-info h3,header.header .list-search-style .art-smart .product-info h3 {
    padding: 0;
    text-overflow: ellipsis;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
    padding-bottom: 3px;
    text-transform: capitalize
}

@media (max-width: 1199px) {
    header.header .list-search-style .product-smart .product-info h3,header.header .list-search-style .art-smart .product-info h3 {
        font-size:14px
    }
}

header.header .list-search-style .product-smart .product-info h3:hover,header.header .list-search-style .art-smart .product-info h3:hover {
    color: #f3bd01
}

header.header .list-search-style .product-smart .product-info h3 a,header.header .list-search-style .art-smart .product-info h3 a {
    color: #000
}

header.header .list-search-style .product-smart .product-info h3 a:hover,header.header .list-search-style .art-smart .product-info h3 a:hover {
    color: #f3bd01
}

header.header .list-search-style .product-smart .product-info .price-box,header.header .list-search-style .art-smart .product-info .price-box {
    color: #d70018;
    line-height: 23px;
    display: block;
    font-size: 14px;
    font-weight: 500
}

header.header .list-search-style .product-smart .product-info .price-box .price,header.header .list-search-style .art-smart .product-info .price-box .price {
    padding-right: 5px
}

header.header .list-search-style .product-smart .product-info .price-box .compare-price,header.header .list-search-style .art-smart .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #969696;
    line-height: 24px;
    font-weight: 300
}

header.header .header-control {
    align-items: center;
    margin-left: 10px;
    position: relative;
    font-size: 14px
}

@media (max-width: 1199px) and (min-width: 991px) {
    header.header .header-control {
        margin-left:15px;
        font-size: 12px
    }
}

@media (max-width: 991px) {
    header.header .header-control {
        -ms-flex:0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px
    }
}

header.header .header-control .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

header.header .header-control .icon svg {
    width: 24px;
    height: 24px
}

header.header .header-control .icon svg path {
    fill: #fff
}

header.header .header-control .count {
    position: absolute;
    right: -5px;
    top: -4px;
    background: #f3bd01;
    width: 16px;
    height: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px
}

header.header .header-control .content {
    color: #fff;
    white-space: nowrap;
    margin-left: 8px
}

@media (max-width: 1199px) and (min-width: 991px) {
    header.header .header-control .content {
        margin-left:5px
    }
}

header.header .header-control .content a {
    color: #fff;
    display: block
}

header.header .header-control .content a span {
    display: block
}

header.header .header-control .content a:hover {
    color: #f3bd01
}

header.header .header-control.header-cart {
    position: relative
}

header.header .header-control.header-cart .count_item_pr {
    background: rgba(255,255,255,0.18);
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px
}

header.header .header-control.header-cart .top-cart-content {
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 4px 9px rgba(0,0,0,0.329);
    overflow: inherit
}

header.header .header-control.header-cart .top-cart-content:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px
}

header.header .account-header {
    color: #fff;
    text-align: center;
    background: rgba(255,255,255,0.18);
    padding: 5px 10px;
    border-radius: 5px;
    position: relative
}

header.header .account-header>span {
    cursor: default
}

header.header .account-header svg path {
    fill: #fff
}

header.header .account-header ul {
    position: absolute;
    border: 1px solid #efefef;
    background: #fff;
    width: auto;
    min-width: 125px;
    z-index: 9999999;
    list-style: none;
    margin: 0px;
    padding: 10px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: rgba(0,0,0,0.18) 0px 6px 12px 0px;
    top: 100%;
    right: 0px;
    text-align: left;
    display: none;
    border-radius: 5px;
    width: 210px;
    background-color: #fff;
    box-shadow: 2px 4px 9px rgba(0,0,0,0.329)
}

header.header .account-header ul li {
    padding: 5px 5px;
    border-radius: 5px
}

header.header .account-header ul li a {
    color: #000;
    display: flex;
    font-size: 14px;
    border-radius: 5px;
    align-items: center
}

header.header .account-header ul li a svg {
    width: 18px;
    height: 18px;
    margin-right: 5px
}

header.header .account-header ul li a svg path {
    fill: #000
}

header.header .account-header ul li a:hover {
    color: #0052c1
}

header.header .account-header ul li a:hover svg path {
    fill: #0052c1
}

header.header .account-header:hover {
    background: #f3bd01
}

header.header .account-header:hover ul {
    display: block
}

header.header .search-header {
    margin: 10px 0
}

@media (max-width: 991px) {
    header.header .search-header {
        width:100%
    }
}

header.header .menu-vertical {
    border-radius: 5px;
    position: absolute;
    background: #fff;
    left: 0px;
    z-index: 999;
    width: 270px;
    border-radius: 5px;
    top: calc(100% + 45px);
    display: none;
    padding-right: 0
}

header.header .menu-vertical.active {
    display: block;
    z-index: 99999;
    min-height: 500px;
}

header.header .menu-vertical .list_menu_header {
    border-top: 0;
    position: relative;
    top: 0px;
    z-index: 9;
    left: 0;
    width: 100%;
    padding: 0px
}

header.header .menu-vertical .list_menu_header .hidden-lgg {
    display: none
}

@media (max-width: 1199px) {
    header.header .menu-vertical .list_menu_header {
        position:relative;
        z-index: 9
    }
}

header.header .menu-vertical .list_menu_header .ul_menu {
    background: #ffffff;
    position: relative;
    padding: 0px 0px;
    display: block;
    position: initial;
    height: 100%;
    border-radius: 5px
}

header.header .menu-vertical .list_menu_header .ul_menu .nav_item {
    position: unset;
    text-align: left
}

header.header .menu-vertical .list_menu_header .ul_menu .nav_item:hover .icon:before {
    color: #fff
}

header.header .menu-vertical .list_menu_header .ul_menu .nav_item a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    position: relative;
    text-transform: none;
    padding: 5px 35px 5px 40px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left;
    background-position-x: 8px;
    background-color: transparent
}

header.header .menu-vertical .list_menu_header .ul_menu .nav_item a:hover .fas {
    color: #fff !important
}

header.header .menu-vertical .list_menu_header .ul_menu .nav_item a.no-icon {
    padding: 5px 35px 5px 10px
}

header.header .menu-vertical .list_menu_header .ul_menu .nav_item .fas {
    font-size: 16px;
    width: 24px;
    line-height: 44px;
    position: absolute;
    right: 5px;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%)
}

header.header .menu-vertical .list_menu_header .ul_menu .nav_item .fas:before {
    display: none
}

header.header .menu-vertical .list_menu_header .ul_menu .nav_item .fas svg {
    width: 12px;
    height: 12px
}

header.header .menu-vertical .list_menu_header .ul_menu .nav_item:hover,header.header .menu-vertical .list_menu_header .ul_menu .nav_item:focus {
    background: #f3f4f6
}

header.header .menu-vertical .list_menu_header .ul_menu .nav_item:hover a,header.header .menu-vertical .list_menu_header .ul_menu .nav_item:hover svg path,header.header .menu-vertical .list_menu_header .ul_menu .nav_item:focus a,header.header .menu-vertical .list_menu_header .ul_menu .nav_item:focus svg path {
    color: #0052c1;
    fill: #0052c1
}

header.header .menu-vertical .list_menu_header .ul_menu .nav_item:hover>.ul_content_right_1,header.header .menu-vertical .list_menu_header .ul_menu .nav_item:focus>.ul_content_right_1 {
    display: block
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 {
    position: absolute;
    left: 100%;
    height: 100%;
    width: 800px;
    top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    background: #fff;
    padding: 5px;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    overflow-y: auto;
    border-radius: 5px;
    overflow-x: hidden;
    min-height: 500px;
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1::-webkit-scrollbar {
    width: 3px
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1::-webkit-scrollbar-thumb {
    background-color: #0052c1;
    outline: 1px solid #0052c1
}

@media (max-width: 1500px) {
    header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 {
        width:850px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 {
        position:absolute;
        left: 100%;
        width: 563px
    }
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item {
    padding: 0px 15px;
    display: block;
    float: left
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item>a {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 0px 0px 5px 0px;
    margin-bottom: 0px;
    position: relative;
    color: #000
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item>a:hover {
    color: #0052c1
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item .fas {
    font-size: 16px;
    width: 24px;
    position: absolute;
    right: 5px;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%)
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover,header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus {
    background: transparent
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover>a,header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus>a {
    color: #f3bd01;
    text-decoration: none;
    background: transparent
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover .ul_content_right_2,header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus .ul_content_right_2 {
    display: block
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 {
    left: 0;
    width: 100%;
    top: 0;
    padding-left: 0px;
    margin-left: 0px;
    background: transparent;
    margin-bottom: 25px;
    float: left
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item {
    width: 100%;
    display: block;
    float: left;
    padding: 0px
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: block;
    padding: 3px 0px 3px 0px;
    color: #000;
    position: relative;
    text-transform: initial;
    border-bottom: none;
    margin-bottom: 0px
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:hover {
    background: transparent
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:before {
    content: none
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:after {
    content: none
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item .fas {
    font-size: 14px;
    width: 25px;
    line-height: 36px;
    position: absolute;
    right: 0px;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%)
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover,header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus {
    background: transparent
}

header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover>a,header.header .menu-vertical .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus>a {
    color: #f3bd01;
    text-decoration: none
}

.swiper-button-next,.swiper-button-prev {
    background: rgba(233,233,233,0.74);
    width: 30px !important;
    height: 60px !important;
    border: 0;
    transform: translate(0, -50%);
    margin-top: 0 !important
}

@media (max-width: 767px) {
    .swiper-button-next,.swiper-button-prev {
        width:25px !important;
        height: 50px !important
    }
}

.swiper-button-next:after,.swiper-button-prev:after {
    color: #0052c1 !important
}

@media (max-width: 767px) {
    .swiper-button-next:after,.swiper-button-prev:after {
        font-size:12px
    }
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    background: #0052c1 !important
}

.swiper-button-next:hover:after,.swiper-button-prev:hover:after {
    color: #fff !important
}

.swiper-container .swiper-button-next {
    right: 5px !important;
    border-radius: 100px 0 0 100px
}

.swiper-container .swiper-button-next:after {
    margin-left: 5px
}

.swiper-container .swiper-button-prev {
    left: 2px !important;
    border-radius: 0 100px 100px 0
}

.swiper-container .swiper-button-prev:after {
    margin-right: 5px
}

.jas-sale-pop {
    background: #fff;
    bottom: -100%;
    left: 20px;
    right: 20px;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 99999;
    position: fixed;
    right: auto;
    overflow: hidden;
    border: 1px solid #0052c1;
    border-radius: 5px
}

@media (max-width: 480px) {
    .jas-sale-pop {
        left:10px;
        right: 10px;
        max-width: 290px;
        display: none !important
    }

    .jas-sale-pop .jas-sale-pop-content {
        overflow: hidden;
        max-width: 180px
    }
}

.jas-sale-pop a img {
    max-width: 65px
}

@media (max-width: 321px) {
    .jas-sale-pop {
        left:10px;
        right: 10px;
        max-width: 220px
    }

    .jas-sale-pop .jas-sale-pop-content {
        max-width: 180px
    }
}

.jas-sale-pop .mr__20 {
    margin-right: 10px
}

.jas-sale-pop h4 {
    color: #0052c1;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px
}

.jas-sale-pop h3 {
    margin: 0;
    font-size: 14px;
    max-width: 255px;
    line-height: 20px;
    text-transform: capitalize;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.jas-sale-pop h3 a {
    color: #222;
    margin: 0;
    font-size: 14px
}

.jas-sale-pop h3 a:hover {
    color: #f3bd01
}

.jas-sale-pop .jas-sale-pop-timeago {
    color: #878787;
    font-size: 12px
}

.jas-sale-pop .pe-7s-close {
    right: 5px;
    top: 5px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(https://img.htvietnam.vn/layouts/layout185/close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.jas-sale-pop.slideUp {
    bottom: 20px;
    opacity: 1;
    visibility: visible
}

.jas-sale-pop.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center
}

.jas-sale-pop.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jas-sale-pop.flex {
    z-index: 1024;
    top: auto !important
}

.swiper-button-next,.swiper-button-prev {
    background-image: none !important
}

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

.row-fix .col-fix {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

@media (max-width: 500px) {
    .row-fix {
        margin-left:-5px;
        margin-right: -5px
    }

    .row-fix .col-fix {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px
    }
}

img.lazyload {
    height: 0
}

img.lazyload.loaded {
    height: auto;
}

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

@media (max-width: 767px) {
    .thumb-title {
        margin-bottom:10px;
        text-align: center
    }
}

@media (min-width: 767px) {
    .thumb-title .see-all {
        position:absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%)
    }
}

.title-index {
    font-size: 24px;
    display: block;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .title-index {
        font-size:20px
    }
}

@media (max-width: 767px) {
    .title-index {
        font-size:18px
    }
}

.title-index .title-name {
    padding-left: 10px;
    border-left: 7px solid #0052c1
}

.thumb-image-banner {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    padding: 0 !important
}

.thumb-image-banner img {
    transition: all .8s linear
}

.thumb-image-banner:hover img {
    transform: scale(1.04);
    transition: all .8s linear
}

.see-more {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    font-size: 16px;
    border: 1px solid #0052c1;
    border-radius: 5px;
    color: #0052c1;
    margin: 30px 0 20px 0
}

@media (max-width: 767px) {
    .see-more {
        font-size:14px
    }
}

.see-more svg {
    height: 15px;
    transition: all .3s ease
}

.see-more svg path {
    fill: #0052c1
}

.see-more:hover {
    background: #0052c1;
    color: #fff
}

.see-more:hover svg {
    transform: translateX(5px)
}

.see-more:hover svg path {
    fill: #fff
}

.fixed-bottom-mobile {
    position: fixed;
    bottom: 0;
    top: auto !important;
    z-index: 9;
    background: #0052c1;
    width: 100%;
    border-radius: 5px 5px 0 0;
    border-top: 2px solid #f3bd01
}

.fixed-bottom-mobile ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px;
    padding: 5px 0
}

.fixed-bottom-mobile ul li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center
}

.fixed-bottom-mobile ul li img {
    max-height: 23px;
    display: block;
    margin: auto;
    width: auto
}

.fixed-bottom-mobile ul li span {
    margin-top: 5px;
    font-weight: 700;
    font-size: 10px
}

.fixed-bottom-mobile ul li a {
    position: relative;
    color: #fff
}

.fixed-bottom-mobile ul li a .count {
    position: absolute;
    top: -5px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #f3bd01;
    color: #fff;
    right: 0
}

.addThis_listSharing {
    width: 275px;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 990;
    background-color: transparent;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: auto !important
}

.addThis_listSharing .listSharing_action {
    position: absolute;
    bottom: 205px;
    border-radius: 12px;
    right: 31px;
    max-width: 300px;
    background-color: #f5f6fa;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 100% bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: auto !important
}

.addThis_listing {
    padding: 0
}

.addThis_listing .addThis_item {
    margin: 0;
    padding: 10px 15px
}

.addThis_listing .addThis_item:not(:last-of-type) {
    border-bottom: 1px solid #ecedf1;
    box-shadow: 0 1px 0 0 #fff
}

.addThis_listing .addThis_item .addThis_item--icon {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.addThis_listing .addThis_item .addThis_item--icon svg {
    display: block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.11)
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    opacity: 1;
    visibility: visible;
    position: initial;
    width: calc(100% - 30px);
    padding-left: 15px;
    text-align: left;
    background: transparent;
    color: #1d243e;
    font-size: 13px;
    font-weight: 400
}

.addThis_listing .addThis_item:hover .tooltip-text {
    color: #f3bd01
}

.addThis_listing .addThis_item.addThis_item__fbchat {
    display: block
}

.addThis_listSharing .addThis_close {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    border: 0;
    outline: none;
    padding: 6px;
    background: transparent
}

.addThis_listSharing .addThis_close svg {
    opacity: 0.6;
    width: 24px;
    height: 24px;
    display: block;
    margin: auto
}

.addThis_iconContact {
    position: fixed;
    bottom: 170px;
    right: 19px;
    margin: 0;
    z-index: 990;
    cursor: pointer;
    top: auto !important
}

.addThis_iconContact .svgico svg {
    fill: #fff;
    width: 30px;
    height: 46px;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out
}

.addThis_iconContact .box-item .svgico>svg {
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available
}

.addThis_iconContact .svgico .svgico--close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out
}

.addThis_iconContact .svgico .svgico--close svg {
    fill: #ffffff;
    width: 17px;
    height: 46px
}

.addThis_listSharing.active+.addThis_iconContact .svgico .svgico--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.addThis_listSharing.active+.addThis_iconContact .svgico>svg {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3)
}

.addThis_listSharing.active {
    opacity: 1;
    visibility: visible
}

.addThis_listSharing.active .listSharing_action {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.addThis_listSharing.active+.addThis_iconContact .item-livestream {
    opacity: 0;
    visibility: hidden
}

.addThis_iconContact .box-item {
    position: relative
}

.addThis_iconContact .box-item+.box-item {
    margin-top: 18px
}

.addThis_iconContact .box-item .svgico {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: #0052c1;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.addThis_iconContact .box-item.item-livestream .svgico {
    background: #ff0000
}

.addThis_iconContact .box-item.item-livestream:before,.addThis_iconContact .box-item.item-livestream:after {
    background: #ff0000
}

.addThis_iconContact .box-item:before,.addThis_iconContact .box-item:after {
    position: absolute;
    content: '';
    height: 48px;
    width: 48px;
    left: 0;
    top: 0;
    background: #0052c1;
    border-radius: 50%
}

.addThis_iconContact .box-item:before {
    animation: euiBeaconPulseSmall 2s infinite ease-out
}

.addThis_iconContact .box-item:after {
    animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s
}

.listSharing_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

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

    50% {
        opacity: 0.6
    }

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

@media (min-width: 1200px) {
    .fb_dialog.fb_dialog_advanced,.fb_dialog.fb_dialog_mobile {
        z-index:999 !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .addThis_listing .addThis_item.addThis_item__fbchat {
        display: none
    }
}

@media (max-width: 991px) {
    .addThis_listSharing .listSharing_action {
        bottom:206px;
        left: 14px;
        right: 14px;
        max-width: 100%
    }

    .addThis_listing .addThis_item .addThis_item--icon svg {
        width: 28px;
        height: 28px
    }

    .addThis_listing .addThis_item.addThis_item__fbchat {
        display: block
    }

    .addThis_listSharing.active .listSharing_overlay {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
}

@keyframes iconSkew {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

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

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

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

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

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

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

.popup-sapo {
    position: fixed;
    bottom: 100px;
    left: 17px;
    margin: 0;
    z-index: 9;
    top: auto !important
}

.popup-sapo .icon {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: #0052c1;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    cursor: pointer
}

.popup-sapo .icon svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available
}

.popup-sapo .content {
    background: #0052c1;
    color: #fff;
    padding: 20px 10px 40px;
    border-radius: 10px;
    width: 300px;
    position: absolute;
    bottom: 27px;
    left: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 0 bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media (max-width: 767px) {
    .popup-sapo .content {
        width:205px;
        padding: 10px 10px 14px;
        left: 27px
    }
}

.popup-sapo .content .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .popup-sapo .content .title {
        margin-bottom:5px;
        font-size: 16px
    }
}

.popup-sapo .content .close-popup-sapo {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer
}

.popup-sapo .content .close-popup-sapo svg {
    width: 15px;
    height: 15px
}

.popup-sapo .content .close-popup-sapo svg path {
    fill: #fff
}

.popup-sapo .content ul {
    margin-bottom: 20px
}

.popup-sapo .content ul li {
    margin-bottom: 10px
}

.popup-sapo .content ul li svg {
    margin-right: 10px
}

.popup-sapo .content ul li svg path {
    fill: #fff
}

.popup-sapo .content ul li a {
    color: #fff
}

.popup-sapo .content ul li a:hover {
    color: #f3bd01
}

.popup-sapo .content .ghichu {
    font-style: italic;
    font-size: 16px
}

@media (max-width: 767px) {
    .popup-sapo .content .ghichu {
        font-size:14px
    }
}

.popup-sapo.active .content {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.popup-ngonngu {
    position: fixed;
    right: 0px;
    top: 30% !important;
    z-index: 99
}

.popup-ngonngu .icon {
    width: 40px;
    height: 40px;
    background: #0052c1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px
}

.popup-ngonngu .icon path {
    fill: #fff
}

.popup-ngonngu .language {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    position: absolute;
    top: 100%;
    right: 0;
    width: 100px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
    padding: 5px
}

.popup-ngonngu .language li {
    margin-bottom: 5px
}

.popup-ngonngu .language a {
    display: flex;
    align-items: center
}

.popup-ngonngu .language a img {
    margin-right: 2px
}

.popup-ngonngu:hover .language {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}
.alert.alert-success {
    margin: 0 auto;
}
