@import url(fonts/iconfont/iconfont.css);

:root {
    --black: #0E0E0E;
    --color_main: #06C1D4;
    --color_main_hover: #06C1D4;
    --color_main_active: #06C1D4;
    --color_main_hover: #D1F5F9;
    --white: #fff;
    --dark_gray: #171C27;
    --dark_blue: #242368;
    --gray700: #272E3C;
    --gray600: #414956;
    --gray500: #7A8088;
    --gray200: #D2D7E1;
    --gray100: #E3E7EF;
    --gray50: #F3F5F8;
    --gray10: #FBFBFB;
    --red: #D53B2A;
    --oranger: #ED6E33;
    --green: #21A453;
    --font_main: 'SF_Pro_Display';
    --font2: 'Merriweather'
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.flex-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.thumb_img {
    display: block;
    height: 0;
    position: relative;
    overflow: hidden
}

    .thumb_img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

.thumb_5x3 {
    padding-bottom: 60%
}

.thumb_5x4 {
    padding-bottom: 80%
}

.thumb_5x5 {
    padding-bottom: 100%
}

.thumb_16x9 {
    padding-bottom: 56.25%
}

html, body {
    text-rendering: optimizeSpeed
}

html {
    overflow-y: scroll
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    text-rendering: geometricPrecision
}

body {
    font-family: var(--font_main);
    color: var(--black);
    font-size: .875rem;
    line-height: 1.5;
    text-align: left
}

a:focus {
    outline: 1 !important
}

a {
    color: var(--black);
    text-decoration: none;
    outline: 1
}

    a:hover {
        color: #06C1D4;
        text-decoration: none
    }

.decoration {
    text-decoration: underline;
    text-underline-position: under
}

.hover-a:hover {
    color: #008C9B;
    text-decoration: underline
}

.hover-a:active {
    color: #177AC8
}

img {
    border: 0;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
    vertical-align: middle
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1)
}

ul, li {
    list-style-type: none
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    font-family: var(--font_main);
    font-size: 16px;
    width: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

    input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
        color: var(--gray500)
    }

    input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
        color: var(--gray500)
    }

    input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
        color: var(--gray500)
    }

    input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
        color: var(--gray500)
    }

    input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, input[type="email"]:focus, input[type="email"]:hover, input[type="tel"]:focus, input[type="tel"]:hover, textarea:focus, textarea:hover, select:focus, select:hover {
        border: 1px solid var(--color_main) !important
    }

.clearfix:before, .clearfix:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.relative {
    position: relative
}

.width_common {
    width: 100%;
    float: left
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0
}

.container {
    width: 100%;
    position: relative;
    clear: both
}

.min-container {
    max-width: 808px !important;
    margin: 0 auto
}

html {
    -webkit-text-size-adjust: none
}

.gray {
    background: #F8F8F6
}

.color-gray {
    color: var(--gray600)
}

.error {
    color: var(--red);
    font-size: 14px;
    margin-top: 5px;
    display: block;
    font-family: var(--font_main)
}

.icon-svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    vertical-align: middle
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hover-a:active {
    color: #004D78;
    text-decoration: underline
}

.color-main {
    color: var(--color_main)
}

.btn-default {
    background: var(--color_main);
    color: var(--dark_gray);
    font-weight: 600;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    border-radius: 56px;
    display: inline-block;
    padding: 0 40px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    box-shadow: none;
    text-align: center;
    cursor: pointer
}

    .btn-default:hover {
        color: var(--dark_gray)
    }

    .btn-default.gray {
        background: var(--gray200)
    }

    .btn-default.oranger {
        background: var(--oranger);
        border: 1px solid var(--oranger);
        color: #fff
    }

    .btn-default.white {
        background: #fff;
        border: 1px solid var(--gray100)
    }

    .btn-default.full {
        width: 100%
    }

    .btn-default.color-white {
        color: #fff
    }

    .btn-default.mfp-close {
        opacity: 1;
        font-size: 16px;
        width: auto;
        height: 48px;
        line-height: 48px;
        position: static
    }

.no_wrap {
    white-space: nowrap
}

.mb0 {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px
}

.mb8 {
    margin-bottom: 8px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb16 {
    margin-bottom: 16px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb24 {
    margin-bottom: 24px !important
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt16 {
    margin-top: 16px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt24 {
    margin-top: 24px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt50 {
    margin-top: 50px
}

.pl10 {
    padding-left: 10%
}

.pr10 {
    padding-right: 10%
}

.pt60 {
    padding-top: 60px
}

.txt_666 {
    color: #666
}

.txt_10 {
    font-size: .625rem
}

.txt_11 {
    font-size: .6875rem
}

.txt_12 {
    font-size: .75rem
}

.txt_13 {
    font-size: .8125rem
}

.txt_14 {
    font-size: .875rem
}

.txt_16 {
    font-size: 1rem
}

.txt_18 {
    font-size: 1.125rem
}

.txt_20 {
    font-size: 1.25rem !important
}

.txt_25 {
    font-size: 1.375rem
}

.txt_26 {
    font-size: 1.5rem
}

.txt_30 {
    font-size: 1.875rem
}

.txt_36 {
    font-size: 2.25rem
}

    .txt_36.bold {
        font-weight: 800
    }

.txt_48 {
    font-size: 2.8125rem
}

.txt_70 {
    font-size: 4.0625rem
}

.txt_vne {
    color: #9f224e
}

.medium {
    font-weight: 600
}

.bold {
    font-weight: bold
}

.mb10 {
    margin-bottom: 10px !important
}

.box_category {
    margin-bottom: 25px
}

.transition_ease, .hover-a, .fs-header .f-hdtop .fs-hdmn > li > a, .fs-header .f-hdtop .fs-hdmn > li svg, .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill .list .items .ava *, .fs-header .f-hdtop .fs-hdmn > li .wrap-fill ul li h3, .fs-header .f-hdtop .fs-search, .header .wrap-fill .list .items .ava *, .header .block_search .search-input, .tab-product a, .suport-team, .suport-team.active .input--text textarea, .form-control {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease
}

.black {
    color: var(--black)
}

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

.bg-red {
    background: var(--red)
}

.oranger {
    color: var(--oranger)
}

.bg-oranger {
    background: var(--oranger)
}

.green {
    color: var(--green)
}

.bg-green {
    background: var(--green)
}

@-webkit-keyframes animation-bottom {
    0% {
        bottom: -3px
    }

    25% {
        bottom: -1px
    }

    50% {
        bottom: 1px
    }

    75% {
        bottom: -1px
    }

    100% {
        bottom: -3px
    }
}

@keyframes animation-bottom {
    0% {
        bottom: -3px
    }

    25% {
        bottom: -1px
    }

    50% {
        bottom: 1px
    }

    75% {
        bottom: -1px
    }

    100% {
        bottom: -3px
    }
}

.flex {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.thumb_img {
    display: block;
    overflow: hidden;
    height: 1px;
    position: relative;
    width: 100%;
    background: #f4f4f4
}

    .thumb_img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%
    }

    .thumb_img.thumb_5x2 {
        padding-bottom: 45%
    }

    .thumb_img.thumb_5x3 {
        padding-bottom: 60%
    }

    .thumb_img.thumb_1x1 {
        padding-bottom: 100%
    }

    .thumb_img.thumb_2x3 {
        padding-bottom: 150%
    }

    .thumb_img.thumb_16x9 {
        padding-bottom: 56.2%
    }

    .thumb_img.thumb_video {
        padding-bottom: 56.25%
    }

        .thumb_img.thumb_video iframe {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%
        }

.embed-container {
    padding-bottom: 56.2%;
    position: relative;
    display: block
}

    .embed-container iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%
    }

.news_lead_res {
    font: 400 14px/18px arial;
    padding: 0
}

.meta_post {
    font-size: 12px;
    color: #999
}

#pagination {
    margin: 30px 0 24px
}

    #pagination .pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        list-style: none;
        border-radius: .25rem
    }

    #pagination li {
        margin: 0 5px
    }

        #pagination li a {
            background: #FFFFFF;
            border-radius: 50%;
            color: var(--dark_gray);
            font-weight: 600;
            border: 1px solid var(--gray100);
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            width: 40px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 40px;
            position: relative
        }

            #pagination li a.prev::before {
                content: "";
                border-bottom: 2px solid var(--dark_gray);
                border-left: 2px solid var(--dark_gray);
                width: 10px;
                height: 10px;
                position: absolute;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 15px;
                top: 14px
            }

            #pagination li a.next::before {
                content: "";
                border-bottom: 2px solid var(--dark_gray);
                border-left: 2px solid var(--dark_gray);
                width: 10px;
                height: 10px;
                position: absolute;
                -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
                left: 12px;
                top: 14px
            }

            #pagination li a:hover, #pagination li a.active {
                background: var(--color_main);
                border: 1px solid var(--color_main)
            }

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    -ms-overflow-style: none
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0
        }

.scroll-element {
    display: none
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box
    }

        .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block
        }

        .scroll-element .scroll-bar, .scroll-element .scroll-arrow {
            cursor: default
        }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0
            }

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 2px;
        height: 6px;
        left: 0;
        width: 100%
    }

    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        right: 2px;
        top: 0;
        width: 6px
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer {
        overflow: hidden
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
        border-radius: 8px
    }

    .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        opacity: 0.4
    }

    .scrollbar-inner > .scroll-element .scroll-element_track {
        background-color: none
    }

    .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #919191;
        width: 5px
    }

    .scrollbar-inner > .scroll-element:hover .scroll-bar {
        background-color: #919191
    }

    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191
    }

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
        left: -12px
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
        top: -12px
    }

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -12px
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -12px
    }

@font-face {
    font-family: 'SF_Pro_Display';
    src: url("fonts/Display/SFProDisplay-Regular.eot");
    src: url("fonts/Display/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"),url("fonts/Display/SFProDisplay-Regular.woff2") format("woff2"),url("fonts/Display/SFProDisplay-Regular.woff") format("woff"),url("fonts/Display/SFProDisplay-Regular.ttf") format("truetype"),url("fonts/Display/SFProDisplay-Regular.svg#SFProDisplay-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'SF_Pro_Display';
    src: url("fonts/Display/SFProDisplay-Medium.eot");
    src: url("fonts/Display/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"),url("fonts/Display/SFProDisplay-Medium.woff2") format("woff2"),url("fonts/Display/SFProDisplay-Medium.woff") format("woff"),url("fonts/Display/SFProDisplay-Medium.ttf") format("truetype"),url("fonts/Display/SFProDisplay-Medium.svg#SFProDisplay-Medium") format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'SF_Pro_Display';
    src: url("fonts/Display/SFProDisplay-Semibold.eot");
    src: url("fonts/Display/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"),url("fonts/Display/SFProDisplay-Semibold.woff2") format("woff2"),url("fonts/Display/SFProDisplay-Semibold.woff") format("woff"),url("fonts/Display/SFProDisplay-Semibold.ttf") format("truetype"),url("fonts/Display/SFProDisplay-Semibold.svg#SFProDisplay-Semibold") format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'SF_Pro_Display';
    src: url("fonts/Display/SFProDisplay-Bold.eot");
    src: url("fonts/Display/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"),url("fonts/Display/SFProDisplay-Bold.woff2") format("woff2"),url("fonts/Display/SFProDisplay-Bold.woff") format("woff"),url("fonts/Display/SFProDisplay-Bold.ttf") format("truetype"),url("fonts/Display/SFProDisplay-Bold.svg#SFProDisplay-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Merriweather';
    src: url("fonts/Merriweather/Merriweather-Bold.eot");
    src: url("fonts/Merriweather/Merriweather-Bold.eot?#iefix") format("embedded-opentype"),url("fonts/Merriweather/Merriweather-Bold.woff") format("woff"),url("fonts/Merriweather/Merriweather-Bold.ttf") format("truetype"),url("fonts/Merriweather/Merriweather-Bold.svg#Merriweather-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

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

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

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

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

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

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

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

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

    .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .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-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .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-slide-shadow-bottom {
        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: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
        background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
        background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
        background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: var(--gray50);
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    outline: 0
}

    .swiper-button-prev svg, .swiper-button-next svg {
        width: 25px;
        height: 25px
    }

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

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

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

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.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: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    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%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

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

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

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

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: 200ms left, 200ms -webkit-transform;
        transition: 200ms left, 200ms -webkit-transform;
        transition: 200ms transform, 200ms left;
        transition: 200ms transform, 200ms left, 200ms -webkit-transform
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

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

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    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-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,0.25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #ffffff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,0.25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        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;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

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

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        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 {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    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;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        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 {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        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-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
        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: 0.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-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

body {
    margin: 0;
    padding: 0
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

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

.container-fluid {
    width: 100%
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .row:after {
        content: '';
        display: table;
        clear: both
    }

[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

@media (min-width: 480px) {
    .col-rotate-1 {
        width: 8.33333%
    }

    .col-rotate-2 {
        width: 16.66667%
    }

    .col-rotate-3 {
        width: 25%
    }

    .col-rotate-4 {
        width: 33.33333%
    }

    .col-rotate-5 {
        width: 41.66667%
    }

    .col-rotate-6 {
        width: 50%
    }

    .col-rotate-7 {
        width: 58.33333%
    }

    .col-rotate-8 {
        width: 66.66667%
    }

    .col-rotate-9 {
        width: 75%
    }

    .col-rotate-10 {
        width: 83.33333%
    }

    .col-rotate-11 {
        width: 91.66667%
    }

    .col-rotate-12 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }
}

.form_box .title_box_category {
    margin: 0
}

.form_element {
    font: 400 1rem arial
}

    .form_element li {
        margin: 0 0 15px 0;
        position: relative
    }

        .form_element li:last-child {
            margin: 0
        }

.label_form {
    width: 100%;
    float: left;
    padding: 0 0 5px 0
}

.input_form {
    width: 100%;
    float: left;
    border: 1px solid #eee;
    color: #999;
    font: 400 1rem arial;
    height: 40px;
    padding: 2px 10px;
    background: #fff;
    outline: none
}

    .input_form:focus {
        color: #333
    }

.input_area {
    height: 100px
}

input.input_form, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.txt_error {
    font: 400 14px arial;
    color: red;
    padding-top: 5px
}

.txt_note_form {
    text-align: right;
    font-size: 16px;
    color: #666;
    padding-top: 5px
}

.label_form .txt_error {
    padding-left: 5px;
    padding-top: 0
}

.input_70 {
    width: 69%
}

.input_30 {
    width: 29%
}

.input_50 {
    width: 49%
}

.capcha {
    float: left;
    margin: 0 10px;
    height: 40px;
    line-height: 40px
}

    .capcha img {
        display: inline-block;
        vertical-align: middle;
        height: 38px !important
    }

.btn_refrest {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block
}

.txt_clear_all {
    background: none;
    padding: 5px 8px;
    text-decoration: underline;
    color: #333 !important
}

.trumbowyg-box, .trumbowyg-editor {
    float: left;
    margin: 0 auto !important
}

.login_title {
    font-size: .875rem;
    font-weight: 700
}

.p_social {
    text-align: center
}

    .p_social a {
        display: inline-block;
        margin: 0 5px;
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff
    }

        .p_social a .ic {
            float: left;
            margin: 7px 0 0 8px;
            line-height: 30px;
            position: relative
        }

            .p_social a .ic:after {
                content: "";
                width: 1px;
                height: 30px;
                position: absolute;
                top: -7px;
                left: 18px;
                background: rgba(255,255,255,0.27)
            }

        .p_social a.facebook {
            background: #3B589C
        }

        .p_social a.google {
            background: #DA4835
        }

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #CCC
    }

        .mfp-preloader a:hover {
            color: #FFF
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    z-index: 1046;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    color: #333;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    font-size: 42px;
    top: 0
}

.mfp-iframe-scaler {
    width: 100%;
    min-height: 100vh
}

.mfp-iframe-holder {
    padding: 0
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: #fff
}

.white-popup {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 440px;
    margin: 20px auto;
    overflow: hidden
}

    .white-popup p.center {
        text-align: center
    }

.mfp-with-zoom.mfp-ready .white-popup {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-with-zoom .white-popup {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.mfp-with-zoom.mfp-removing .white-popup {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0
}

.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.title_popup {
    font: 700 1rem arial;
    color: #000;
    padding: 11px 15px;
    background: #fff
}

.content_poup {
    padding: 15px;
    background: #f4f4f4;
    font: 400 1rem arial
}

    .content_poup.popup_padding10 {
        padding: 10px
    }

.no_title {
    background: #fff
}

    .no_title .content_poup {
        background: #fff
    }

    .no_title .mfp-close {
        display: none
    }

.text_box_lb {
    padding: 15px;
    background: #fff;
    font: 700 1.125rem arial;
    line-height: 1.5
}

    .text_box_lb p {
        margin: 5px 0
    }

.close_pop {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 15px
}

    .close_pop .mfp-close {
        display: inline-block;
        position: static;
        width: auto;
        height: auto;
        opacity: 1;
        padding-left: 50px;
        padding-right: 50px
    }

.form_element #thumbnails li {
    width: 30%;
    float: left;
    height: 90px;
    margin: 5px 5px 10px 0;
    overflow: hidden
}

    .form_element #thumbnails li .wrap {
        height: 70px;
        overflow: hidden
    }

    .form_element #thumbnails li .del_action {
        line-height: 18px;
        float: right
    }

body::-webkit-scrollbar {
    width: 6px;
    background-color: #fff
}

body::-webkit-scrollbar-thumb {
    background-color: #06C1D4
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff
}

.title_cate {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: bold;
    line-height: 1;
    color: #0E0E0E
}

    .title_cate .view {
        color: var(--color_main);
        display: block;
        font-size: 14px;
        margin-top: 5px
    }

    .title_cate .count {
        font-size: 14px;
        margin-left: 5px;
        font-weight: 400
    }

.icon.bg-blue {
    background: #EBF5F7;
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    margin: 0 auto 16px;
    border-radius: 50%
}

    .icon.bg-blue svg {
        width: 48px;
        height: 48px;
        fill: var(--color_main)
    }

.detail_description p {
    margin-bottom: 15px;
    color: #414956;
    line-height: 1.6
}

.view-more {
    text-align: center
}

    .view-more svg {
        color: var(--color_main);
        width: 20px;
        height: 20px
    }

    .view-more a {
        font-weight: 600;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease
    }

.view-more__border {
    margin-top: 24px
}

    .view-more__border a {
        height: 48px;
        line-height: 48px;
        display: inline-block;
        color: var(--dark_gray);
        border: 1px solid #E3E7EF;
        font-size: 18px;
        border-radius: 56px;
        padding: 0 30px;
        font-weight: 600
    }

        .view-more__border a svg {
            display: none
        }

        .view-more__border a:hover {
            border: 1px solid var(--color_main);
            background: var(--color_main);
            color: #fff
        }

            .view-more__border a:hover svg {
                color: #fff
            }

@media (min-width: 768px) {
    .view-more:active a {
        color: #004D78;
        text-decoration: underline
    }
}

main {
    padding-top: 24px
}

.border-warp {
    border: 1px solid var(--gray100);
    overflow: hidden
}

.padding_24 {
    padding: 24px
}

.mb56 {
    margin-bottom: 56px
}

.ml_16 {
    margin-left: 16px
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0
}

.list-product {
    margin: 0;
    border-left: 1px solid var(--gray100);
    border-top: 1px solid var(--gray100)
}

    .list-product .items {
        width: 20%;
        padding: 16px;
        border: 1px solid var(--gray100);
        border-left: 0;
        border-top: 0;
        position: relative;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        color: var(--gray500)
    }

        .list-product .items .ava {
            display: block;
            width: 100%;
            padding-bottom: 100%;
            position: relative;
            margin-bottom: 10px;
            background: #fff
        }

            .list-product .items .ava img {
                max-height: 90%;
                max-width: 90%;
                width: auto;
                height: auto;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                -webkit-transition: 0.5s ease;
                transition: 0.5s ease
            }

            .list-product .items .ava .status {
                color: var(--white);
                font-weight: 600;
                position: absolute;
                bottom: 0;
                left: 0;
                height: 28px;
                line-height: 28px;
                padding: 0 8.4px
            }

        .list-product .items .content {
            color: var(--black);
            font-size: 14px
        }

            .list-product .items .content .date {
                font-size: 14px;
                font-weight: 500
            }

            .list-product .items .content .name {
                font-size: 16px;
                font-weight: 600;
                margin-bottom: 8px;
                line-height: 1.3;
                height: 40px;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical
            }

                .list-product .items .content .name a {
                    color: var(--black)
                }

                    .list-product .items .content .name a:hover {
                        color: #06C1D4
                    }

            .list-product .items .content .ch {
                margin-bottom: 6px
            }

            .list-product .items .content .price {
                font-size: 14px;
                margin-bottom: 10px;
                color: var(--gray500)
            }

                .list-product .items .content .price strong {
                    color: var(--red);
                    font-size: 18px
                }

            .list-product .items .content .view-detail {
                color: #288E9C;
                display: block;
                margin-top: 20px;
                display: none
            }

        .list-product .items .content_2 .btn-default {
            display: none;
            margin-top: 8px;
            padding: 0 10px;
            width: 100%
        }

        .list-product .items .content_2 .add-compare {
            background: #fff;
            color: #414956;
            border: 1px solid #E3E7EF
        }

        .list-product .items .content_2 .block {
            display: block;
            width: 100%
        }

        .list-product .items .price {
            font-size: 14px;
            margin-bottom: 8px;
            color: var(--gray500)
        }

            .list-product .items .price strong {
                color: var(--red);
                font-size: 18px;
                font-weight: 600
            }

            .list-product .items .price .btn-default {
                width: 212px;
                display: none;
                margin: 0
            }

        .list-product .items .price_old {
            display: block;
            color: var(--gray500);
            font-size: 14px;
            text-decoration: line-through
        }

        .list-product .items .code {
            color: var(--gray500);
            display: block;
            margin-bottom: 5px
        }

        .list-product .items .note {
            display: block
        }

            .list-product .items .note img {
                vertical-align: middle;
                margin-right: 2px
            }

        .list-product .items .changer_color {
            color: #000;
            display: none
        }

            .list-product .items .changer_color ul {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex
            }

                .list-product .items .changer_color ul li {
                    display: inline-block;
                    margin: 6px 8px 0 0;
                    border: 1px solid transparent
                }

                    .list-product .items .changer_color ul li a, .list-product .items .changer_color ul li .mode {
                        display: block;
                        width: 32px;
                        height: 32px;
                        position: relative
                    }

                        .list-product .items .changer_color ul li a img, .list-product .items .changer_color ul li .mode img {
                            max-height: 90%;
                            max-width: 90%;
                            width: auto;
                            height: auto;
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            margin: auto
                        }

                    .list-product .items .changer_color ul li.active, .list-product .items .changer_color ul li:hover {
                        border: 1px solid var(--color_main)
                    }

        .list-product .items .more {
            color: var(--black);
            background: var(--gray50);
            position: absolute;
            bottom: -1px;
            display: none;
            padding: 16px;
            left: -1px;
            right: -1px;
            border: 1px solid var(--gray100);
            border-top: 0
        }

            .list-product .items .more .description {
                max-height: 105px;
                overflow: hidden
            }

                .list-product .items .more .description p {
                    margin: 0
                }

            .list-product .items .more .notifi {
                text-align: center;
                background: #fff;
                margin: 8px -16px -10px -16px;
                padding: 8px 16px
            }

                .list-product .items .more .notifi a {
                    color: var(--black);
                    background: #27BECE;
                    display: block;
                    font-weight: 600;
                    border-radius: 56px;
                    height: 36px;
                    line-height: 36px
                }

            .list-product .items .more p {
                margin: 3px 0 0 0
            }

        .list-product .items .more_btn {
            padding: 12px 16px;
            background: #fff;
            margin: 10px -16px -16px -16px
        }

            .list-product .items .more_btn .btn-default {
                font-size: 14px;
                height: 36px;
                line-height: 35px;
                width: 100%;
                padding: 0 5px;
                margin: 4px 0
            }

        .list-product .items:hover .name {
            color: #06C1D4
        }

        .list-product .items:hover .note {
            display: none
        }

        .list-product .items:hover .changer_color {
            display: block
        }

        .list-product .items:hover .more {
            display: block;
            z-index: 2;
            overflow: visible;
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%)
        }

        .list-product .items:hover .ava img {
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px)
        }

    .list-product.gird_2col .items {
        width: 50%
    }

    .list-product.gird_4col {
        border-top: 1px solid var(--gray100)
    }

        .list-product.gird_4col .items {
            width: 25%;
            border-top: 0
        }

@media (max-width: 1025px) {
    .list-product .items {
        width: 25%
    }

    .list-product.gird_4col .items {
        width: 33.33%
    }
}

@media (max-width: 991px) {
    .list-product .items {
        width: 33.33%
    }
}

@media (max-width: 480px) {
    .list-product .items {
        width: 50%;
        padding: 10px 5px
    }

        .list-product .items .ava {
            height: 150px;
            padding-bottom: 0
        }

            .list-product .items .ava .status {
                font-size: 10px;
                height: 22px;
                line-height: 22px;
                padding: 0 12px
            }

        .list-product .items .content .date {
            font-weight: 400
        }

        .list-product .items .content .name {
            font-size: 14px;
            height: 36px
        }

        .list-product .items .price strong {
            font-size: 14px
        }

    .list-product.show-more .items .more {
        margin: 0 -5px -10px -5px
    }

    .list-product.list-product_5item .items:nth-child(5) {
        display: none
    }

    .list-product.gird_4col .items {
        width: 50%
    }
}

.list-product.show-more .more {
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    display: block;
    border: 0;
    margin: 0 -16px -16px -16px
}

.list-product.show-more .items:hover .more {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.list-hover .items::before {
    content: "";
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    z-index: -1;
    opacity: 0
}

.list-hover .items:hover::before {
    opacity: 1;
    bottom: -30px
}

.list-hover .items:hover .changer_color {
    display: block;
    margin-bottom: 15px;
    z-index: 2;
    position: relative
}

.list-hover .items:hover .more {
    bottom: 30px;
    border: 0;
    padding-top: 0;
    background: #fff;
    left: 0
}

    .list-hover .items:hover .more::before {
        content: "";
        box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
        position: absolute;
        top: 60px;
        left: -1px;
        right: 0;
        bottom: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        z-index: -1
    }

    .list-hover .items:hover .more::after {
        content: "";
        background: #fff;
        height: 8px;
        left: 0;
        right: 0;
        top: 53px;
        position: absolute
    }

    .list-hover .items:hover .more .description {
        background: var(--gray50);
        border-top: 1px solid var(--gray100);
        margin: 0 -16px 0 -17px;
        padding: 16px
    }

.no-changer-color .items:hover::before {
    bottom: -16px
}

.no-changer-color .items:hover .more {
    bottom: 0px;
    padding-bottom: 0
}

    .no-changer-color .items:hover .more::before {
        top: 16px
    }

    .no-changer-color .items:hover .more::after {
        display: none
    }

    .no-changer-color .items:hover .more .description {
        max-height: 100%
    }

#pin-view-more {
    height: 10px
}

.list-product__like {
    border-left: 0
}

    .list-product__like .items {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 0;
        border-left: 1px solid var(--gray100);
        border-bottom: 1px solid var(--gray100)
    }

        .list-product__like .items .ava {
            width: 207px;
            height: 207px;
            padding-bottom: 0;
            margin-right: 16px;
            margin-bottom: 0
        }

        .list-product__like .items .content {
            width: 490px;
            width: calc(100% - 485px)
        }

            .list-product__like .items .content .name {
                height: inherit
            }

            .list-product__like .items .content .view-detail, .list-product__like .items .content .code {
                display: block
            }

        .list-product__like .items .content_2 {
            width: 260px;
            padding-right: 50px;
            margin-bottom: 0
        }

            .list-product__like .items .content_2 .btn-default {
                display: block
            }

        .list-product__like .items .more {
            display: block;
            position: static;
            background: var(--white);
            border: 0;
            padding: 0
        }

        .list-product__like .items .price_mobile {
            display: none
        }

        .list-product__like .items .like {
            position: absolute;
            right: 30px;
            top: 84px
        }

            .list-product__like .items .like svg {
                width: 24px;
                height: 24px
            }

            .list-product__like .items .like.active svg {
                fill: var(--color_main)
            }

        .list-product__like .items:hover .more {
            box-shadow: none;
            height: auto;
            background: #fff;
            padding: 0;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%)
        }

            .list-product__like .items:hover .more::before {
                display: none
            }

@media (max-width: 1200px) {
    .list-product__like .items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .list-product__like .items .content {
            width: calc(100% - 426px)
        }

        .list-product__like .items .ava {
            width: 150px;
            height: 150px
        }
}

@media (max-width: 991px) {
    .list-product__like .items .ava {
        width: 200px;
        height: 200px;
        margin-bottom: 0
    }

    .list-product__like .items .content {
        width: calc(100% - 216px)
    }

    .list-product__like .items .content_2 {
        width: 100%;
        padding-right: 5px;
        text-align: right
    }

        .list-product__like .items .content_2 .btn-default {
            display: none
        }

        .list-product__like .items .content_2 .add-compare {
            display: inline-block;
            background: var(--color_main);
            color: #fff;
            border: 0;
            width: 180px
        }

    .list-product__like .items .price {
        display: none
    }

    .list-product__like .items .price_mobile {
        display: block
    }
}

@media (max-width: 480px) {
    .list-product__like .items {
        margin-bottom: 16px;
        border-top: 1px solid var(--gray100);
        border-bottom: 1px solid var(--gray100);
        border-left: 1px solid var(--gray100)
    }

        .list-product__like .items .ava {
            width: 128px;
            height: 128px !important;
            margin-right: 10px
        }

        .list-product__like .items .content {
            width: calc(100% - 138px)
        }

            .list-product__like .items .content .name {
                font-size: 14px
            }

        .list-product__like .items .like {
            right: inherit;
            left: 8px;
            top: 8px;
            background: rgba(227,231,239,0.9);
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            border-radius: 50%
        }
}

@media (max-width: 480px) {
    .list-product__like {
        border-top: 0;
        border-bottom: 0;
        border-left: 0
    }
}

.padding-swiper {
    padding: 0 23px;
    position: relative;
    margin: 0 -23px
}

    .padding-swiper .swiper-button-next, .padding-swiper .swiper-button-prev {
        z-index: 3
    }

    .padding-swiper::before {
        content: "";
        background: #fff;
        width: 23px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2
    }

    .padding-swiper::after {
        content: "";
        background: #fff;
        width: 23px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2
    }

.title-cate {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width: 1368px) {
    .title-cate {
        font-size: 30px
    }
}

@media (max-width: 590px) {
    .title-cate {
        font-size: 22px
    }
}

.breadcrumb {
    padding: 0;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    margin-bottom: 32px
}

    .breadcrumb li a {
        color: rgba(0,0,0,0.5);
        font-size: 14px;
        font-weight: 600
    }

    .breadcrumb li.home a img {
        width: 65px
    }

    .breadcrumb li + .breadcrumb-item::before {
        content: "";
        display: inline-block;
        border-top: 1px solid var(--black);
        width: 10px;
        vertical-align: middle;
        margin: 0 5px;
        -webkit-transform: rotate(115deg);
        -ms-transform: rotate(115deg);
        transform: rotate(115deg)
    }

    .breadcrumb li.active a {
        color: #000
    }

.check-list {
    padding-left: 28px;
    position: relative;
    cursor: pointer;
    display: block;
    margin-bottom: 8px
}

    .check-list .text {
        color: #000000;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }

    .check-list .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 2px solid #000000;
        border-radius: 3px
    }

        .check-list .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 5px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid var(--dark_gray);
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    .check-list input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

        .check-list input:checked ~ .checkmark {
            background: var(--color_main)
        }

            .check-list input:checked ~ .checkmark:after {
                display: block
            }

    .check-list.cricle .checkmark {
        border-radius: 50%
    }

    .check-list.inline {
        display: inline-block;
        margin-right: 24px
    }

.txt_16 .check-list .text {
    font-size: 16px
}

.txt_16 .check-list .checkmark {
    border-radius: 0;
    top: 2px
}

.txt_16 .check-list.cricle {
    padding-left: 28px
}

    .txt_16 .check-list.cricle .checkmark {
        border-radius: 50%
    }

.table-responsive {
    width: 100%
}

.table-default {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

    .table-default td, .table-default th {
        border: 1px solid #E3E7EF;
        color: #0E0E0E;
        padding: 13px 16px
    }

    .table-default .border_0 td {
        border: 0;
        padding: 24px 16px 10px 16px
    }

.header-mobile {
    display: none
}

.slideshow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 430px;
    width: 534px;
    position: relative
}

    .slideshow .swiper-button-prev, .slideshow .swiper-button-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        z-index: 3
    }

        .slideshow .swiper-button-prev::before, .slideshow .swiper-button-next::before {
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: none
        }

        .slideshow .swiper-button-prev:hover::before, .slideshow .swiper-button-next:hover::before {
            color: #000
        }

    .slideshow .swiper-button-prev {
        top: 0px;
        left: 20px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .slideshow .swiper-button-next {
        top: inherit;
        bottom: 0;
        left: 20px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.slideshow__gallery {
    width: 430px;
    width: calc(100% - 80px);
    padding-left: 24px
}

.slideshow__gallery-wrap {
    will-change: transform;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
    transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slideshow__gallery-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 32px;
    color: #fff;
    letter-spacing: 3.2px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: font-size;
    -webkit-transition: font-size .3s ease;
    transition: font-size .3s ease
}

    .slideshow__gallery-slide.active {
        font-size: 36px
    }

.slideshow__thumbs {
    width: 80px;
    margin: -30px 0;
    padding: 30px 0
}

    .slideshow__thumbs::before, .slideshow__thumbs::after {
        content: "";
        background: #fff;
        width: 80px;
        height: 30px;
        position: absolute;
        z-index: 2
    }

    .slideshow__thumbs::before {
        top: 0
    }

    .slideshow__thumbs::after {
        bottom: 0
    }

.slideshow__thumbs-wrap {
    will-change: transform;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
    transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slideshow__thumbs-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--gray100);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 2px;
    will-change: font-size;
    -webkit-transition: font-size .3s ease;
    transition: font-size .3s ease
}

    .slideshow__thumbs-slide.swiper-slide-thumb-active {
        border: 2px solid var(--color_main)
    }

.slideshow2__gallery {
    position: relative
}

    .slideshow2__gallery .slide_img {
        height: 400px;
        position: relative;
        width: 100%
    }

        .slideshow2__gallery .slide_img img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto
        }

    .slideshow2__gallery .swiper-button-prev {
        left: 10px
    }

    .slideshow2__gallery .swiper-button-next {
        right: 10px
    }

.slideshow2__thumbs {
    position: relative;
    padding: 0 70px
}

    .slideshow2__thumbs .swiper-container {
        padding-bottom: 50px
    }

    .slideshow2__thumbs .slide_thumb {
        height: 52px;
        position: relative;
        width: 100%;
        cursor: pointer
    }

        .slideshow2__thumbs .slide_thumb img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto
        }

    .slideshow2__thumbs .number-slide {
        background: #7A8088
    }

        .slideshow2__thumbs .number-slide img {
            opacity: 0.2
        }

        .slideshow2__thumbs .number-slide .count {
            font-size: 18px;
            color: #FFFFFF;
            position: absolute;
            top: 50%;
            text-align: center;
            left: 0;
            right: 0;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%)
        }

    .slideshow2__thumbs .text {
        position: absolute;
        bottom: -50px;
        text-align: center;
        height: 42px
    }

    .slideshow2__thumbs .show-360 {
        text-align: center
    }

        .slideshow2__thumbs .show-360 svg {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 50%;
            text-align: center;
            left: 50%;
            right: 0;
            margin-top: -15px;
            margin-left: -15px
        }

    .slideshow2__thumbs .swiper-button-prev {
        left: 20px
    }

    .slideshow2__thumbs .swiper-button-next {
        right: 20px
    }

    .slideshow2__thumbs .swiper-button-prev, .slideshow2__thumbs .swiper-button-next {
        top: 26px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: none;
        cursor: pointer
    }

        .slideshow2__thumbs .swiper-button-prev::before, .slideshow2__thumbs .swiper-button-next::before {
            background: none;
            width: 30px;
            height: 30px;
            line-height: 30px
        }

        .slideshow2__thumbs .swiper-button-prev:hover::before, .slideshow2__thumbs .swiper-button-next:hover::before {
            color: var(--dark_gray)
        }

.slideshow2 .slideshow__thumbs-slide {
    padding: 0
}

.slideshow2 .swiper-button-prev.swiper-button-disabled, .slideshow2 .swiper-button-next.swiper-button-disabled {
    display: block
}

.box_count {
    margin-top: 10px
}

    .box_count label {
        width: 100%;
        color: #414956;
        font-weight: 600;
        margin-bottom: 8px;
        display: block
    }

    .box_count #countdown {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        .box_count #countdown .item_countdown {
            display: inline-block;
            position: relative;
            text-align: center
        }

            .box_count #countdown .item_countdown span {
                background: var(--color_main);
                display: block;
                color: var(--black);
                position: relative;
                height: 36px;
                line-height: 36px;
                width: 50px;
                font-size: 16px;
                font-weight: 600
            }

                .box_count #countdown .item_countdown span::before {
                    content: ":";
                    position: absolute;
                    right: 0px;
                    font-size: 20px;
                    top: -2px
                }

            .box_count #countdown .item_countdown .text {
                margin-top: 4px;
                display: block;
                font-size: 12px;
                color: #414956;
                font-weight: 400
            }

            .box_count #countdown .item_countdown.phut::before {
                display: none
            }

            .box_count #countdown .item_countdown.ngay {
                display: none
            }

            .box_count #countdown .item_countdown.gio span {
                border-radius: 4px 0 0 4px
            }

            .box_count #countdown .item_countdown.giay span {
                border-radius: 0 4px 4px 0
            }

                .box_count #countdown .item_countdown.giay span::before {
                    display: none
                }

.list-star {
    margin-bottom: 24px
}

    .list-star li {
        display: inline-block;
        margin: 0 4px
    }

        .list-star li svg {
            width: 30px;
            height: 30px
        }

        .list-star li.active svg {
            color: var(--color_main)
        }

#width_tmp_select {
    display: none
}

.loadding-new {
    text-align: center;
    margin: 35px 0;
    font-size: 16px
}

    .loadding-new span {
        display: block
    }

    .loadding-new .sk-child {
        margin: 0 2px;
        width: 11px;
        height: 11px;
        background: var(--color_main);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
    }

    .loadding-new .sk-bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s
    }

    .loadding-new .sk-bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s
    }

@media (max-width: 414px) {
    .loadding-new {
        margin: 24px 0
    }
}

@-webkit-keyframes sk-three-bounce {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-three-bounce {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp
}

.thongso-popup .content_lightbox {
    padding: 20px 16px 20px 16px
}

.thongso-popup .scrollbar-inner {
    max-height: 400px;
    padding-right: 10px
}

    .thongso-popup .scrollbar-inner li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid var(--gray100);
        padding-bottom: 10px;
        margin-bottom: 10px
    }

.form-default .row {
    margin: 0 -8px
}

    .form-default .row [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px
    }

.form-default .form-group {
    margin-bottom: 16px
}

    .form-default .form-group label.block {
        font-size: 16px;
        display: block;
        color: #000;
        margin-bottom: 6px;
        font-weight: 600;
        text-align: left
    }

    .form-default .form-group .input-wrap {
        width: 100%
    }

    .form-default .form-group .input-wrap-tag {
        width: 100%;
        background: var(--gray50);
        border-radius: 4px;
        padding: 13px 16px
    }

        .form-default .form-group .input-wrap-tag li {
            display: inline-block;
            font-weight: 600;
            margin-right: 15px
        }

            .form-default .form-group .input-wrap-tag li .iconfont-close {
                margin-left: 5px
            }

    .form-default .form-group .form-control {
        background: var(--gray50);
        padding: 10px 16px;
        height: 48px;
        box-shadow: none;
        color: #0E0E0E;
        font-size: 16px;
        border-radius: 4px
    }

        .form-default .form-group .form-control.disabled {
            color: #7A8088;
            background: var(--gray50) url(images/icons/select-down.svg) no-repeat right 10px top 10px
        }

        .form-default .form-group .form-control.error {
            background: #F6D9D6 !important;
            border: 1px solid var(--red)
        }

        .form-default .form-group .form-control:disabled {
            cursor: default;
            background: #D2D7E1
        }

    .form-default .form-group .textarea {
        height: 124px;
        resize: none
    }

    .form-default .form-group select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: var(--gray50) url(images/icons/download.svg) no-repeat right 10px top 10px
    }

.sticky_zindex {
    background: #fff;
    z-index: 998
}

.fs-header {
    z-index: 998
}

    .fs-header .f-hdtop {
        position: relative;
        z-index: 10;
        background: var(--white);
        border-bottom: 1px solid var(--gray100)
    }

        .fs-header .f-hdtop .f-wrap {
            height: 72px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

        .fs-header .f-hdtop .fs-logo {
            display: inline-block
        }

            .fs-header .f-hdtop .fs-logo svg {
                width: 144px;
                height: 33px;
                color: var(--white)
            }

        .fs-header .f-hdtop .fs-hdmn {
            margin: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-flex: 4;
            -webkit-flex-grow: 4;
            -ms-flex-positive: 4;
            flex-grow: 4
        }

            .fs-header .f-hdtop .fs-hdmn .lbl-title {
                font-size: 16px;
                font-weight: 600;
                text-transform: uppercase
            }

            .fs-header .f-hdtop .fs-hdmn > li {
                display: inline-block;
                margin-left: 24px;
                position: relative
            }

                .fs-header .f-hdtop .fs-hdmn > li:hover .wrap-fill ul {
                    display: block
                }

                .fs-header .f-hdtop .fs-hdmn > li:first-child {
                    margin-left: 0
                }

                .fs-header .f-hdtop .fs-hdmn > li > a {
                    width: 56px;
                    height: 56px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    border-radius: 50%
                }

                    .fs-header .f-hdtop .fs-hdmn > li > a .cart-count {
                        color: var(--black);
                        font-size: 12px;
                        font-weight: 500;
                        width: 24px;
                        height: 24px;
                        line-height: 23px;
                        border-radius: 50%;
                        border: 1px solid var(--color_main);
                        position: absolute;
                        text-align: center;
                        top: 0px;
                        right: 0px;
                        background: var(--color_main)
                    }

                .fs-header .f-hdtop .fs-hdmn > li svg {
                    width: 24px;
                    height: 24px;
                    color: var(--dark_gray)
                }

                .fs-header .f-hdtop .fs-hdmn > li:hover > a {
                    background: var(--gray50)
                }

                    .fs-header .f-hdtop .fs-hdmn > li:hover > a svg {
                        color: #626262
                    }

                .fs-header .f-hdtop .fs-hdmn > li.notifi .wrap-fill ul, .fs-header .f-hdtop .fs-hdmn > li.new .wrap-fill ul {
                    width: 555px;
                    padding-top: 10px
                }

                    .fs-header .f-hdtop .fs-hdmn > li.notifi .wrap-fill ul li, .fs-header .f-hdtop .fs-hdmn > li.new .wrap-fill ul li {
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        -ms-flex-align: center;
                        align-items: center;
                        padding: 17.5px 16px;
                        font-size: 16px;
                        margin-bottom: 0;
                        cursor: pointer
                    }

                        .fs-header .f-hdtop .fs-hdmn > li.notifi .wrap-fill ul li:last-child, .fs-header .f-hdtop .fs-hdmn > li.new .wrap-fill ul li:last-child {
                            border-bottom: 0
                        }

                        .fs-header .f-hdtop .fs-hdmn > li.notifi .wrap-fill ul li:hover, .fs-header .f-hdtop .fs-hdmn > li.new .wrap-fill ul li:hover {
                            background: var(--gray50)
                        }

                        .fs-header .f-hdtop .fs-hdmn > li.notifi .wrap-fill ul li.active, .fs-header .f-hdtop .fs-hdmn > li.new .wrap-fill ul li.active {
                            background: var(--color_main_hover)
                        }

                        .fs-header .f-hdtop .fs-hdmn > li.notifi .wrap-fill ul li svg, .fs-header .f-hdtop .fs-hdmn > li.new .wrap-fill ul li svg {
                            color: var(--color_main)
                        }

                        .fs-header .f-hdtop .fs-hdmn > li.notifi .wrap-fill ul li .content, .fs-header .f-hdtop .fs-hdmn > li.new .wrap-fill ul li .content {
                            margin-left: 16px;
                            position: relative;
                            width: 100%
                        }

                            .fs-header .f-hdtop .fs-hdmn > li.notifi .wrap-fill ul li .content .tag, .fs-header .f-hdtop .fs-hdmn > li.new .wrap-fill ul li .content .tag {
                                color: var(--color_main);
                                font-weight: 600
                            }

                            .fs-header .f-hdtop .fs-hdmn > li.notifi .wrap-fill ul li .content .time, .fs-header .f-hdtop .fs-hdmn > li.new .wrap-fill ul li .content .time {
                                position: absolute;
                                color: var(--gray500);
                                font-size: 12px;
                                font-weight: 600;
                                right: 0px;
                                top: 4px
                            }

                            .fs-header .f-hdtop .fs-hdmn > li.notifi .wrap-fill ul li .content p, .fs-header .f-hdtop .fs-hdmn > li.new .wrap-fill ul li .content p {
                                margin-bottom: 0;
                                margin-top: 5px;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                line-height: 20px;
                                -webkit-line-clamp: 1;
                                display: -webkit-box;
                                -webkit-box-orient: vertical;
                                height: 100%;
                                padding: 0
                            }

                        .fs-header .f-hdtop .fs-hdmn > li.new .wrap-fill ul li .content {
                            margin-left: 0
                        }

                .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill ul {
                    padding: 20px 16px
                }

                .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill .note {
                    color: var(--dark_gray);
                    padding: 0 10px
                }

                .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill .list {
                    margin-top: 16px
                }

                    .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill .list .items {
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;
                        margin-bottom: 16px
                    }

                        .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill .list .items .ava {
                            position: relative;
                            width: 56px;
                            height: 56px
                        }

                            .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill .list .items .ava img {
                                max-height: 90%;
                                max-width: 90%;
                                width: auto;
                                height: auto;
                                position: absolute;
                                top: 0;
                                bottom: 0;
                                left: 0;
                                right: 0;
                                margin: auto;
                                -webkit-transition: 0.5s ease;
                                transition: 0.5s ease
                            }

                        .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill .list .items .content {
                            width: calc(100% - 56px);
                            padding-left: 16px;
                            margin-top: 10px
                        }

                            .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill .list .items .content h3 {
                                font-size: 16px;
                                font-weight: 400
                            }

                                .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill .list .items .content h3 a {
                                    color: var(--black)
                                }

                            .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill .list .items .content .prie {
                                color: var(--red);
                                font-size: 14px;
                                font-weight: 600
                            }

                .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill .btn-bottom {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    background: var(--color_main);
                    border-radius: 56px;
                    height: 48px;
                    line-height: 48px;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    padding: 0 16px;
                    font-size: 16px
                }

                .fs-header .f-hdtop .fs-hdmn > li .wrap-fill {
                    position: absolute;
                    text-align: left;
                    top: 50px;
                    left: 50%;
                    -webkit-transform: translate(-50%, 0);
                    -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
                    width: auto;
                    padding-top: 15px;
                    font-size: 16px
                }

                    .fs-header .f-hdtop .fs-hdmn > li .wrap-fill .view-all {
                        display: block;
                        text-align: center;
                        font-weight: 600;
                        padding: 20px;
                        color: var(--dark_gray);
                        cursor: pointer
                    }

                        .fs-header .f-hdtop .fs-hdmn > li .wrap-fill .view-all svg {
                            color: var(--color_main)
                        }

                        .fs-header .f-hdtop .fs-hdmn > li .wrap-fill .view-all:hover {
                            color: var(--color_main)
                        }

                    .fs-header .f-hdtop .fs-hdmn > li .wrap-fill ul {
                        width: 295px;
                        display: none;
                        background: var(--white);
                        box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
                        border-radius: 8px;
                        -moz-column-break-inside: avoid;
                        -webkit-column-break-inside: avoid;
                        page-break-inside: avoid;
                        break-inside: avoid;
                        position: relative
                    }

                        .fs-header .f-hdtop .fs-hdmn > li .wrap-fill ul li {
                            display: block;
                            margin-left: 0
                        }

                            .fs-header .f-hdtop .fs-hdmn > li .wrap-fill ul li h3 {
                                font-weight: 400;
                                display: block;
                                margin: 0
                            }

                                .fs-header .f-hdtop .fs-hdmn > li .wrap-fill ul li h3:hover {
                                    background: var(--gray50)
                                }

                            .fs-header .f-hdtop .fs-hdmn > li .wrap-fill ul li a {
                                padding: 1px 16px;
                                color: var(--dark_gray);
                                text-decoration: none;
                                display: -webkit-box;
                                display: -webkit-flex;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -webkit-align-items: center;
                                -ms-flex-align: center;
                                align-items: center;
                                font-size: 16px;
                                font-weight: 600;
                                height: 56px
                            }

                                .fs-header .f-hdtop .fs-hdmn > li .wrap-fill ul li a i {
                                    margin: -3px 8px 0 0;
                                    font-size: 24px
                                }

                            .fs-header .f-hdtop .fs-hdmn > li .wrap-fill ul li.before-login {
                                display: block
                            }

                                .fs-header .f-hdtop .fs-hdmn > li .wrap-fill ul li.before-login h3 {
                                    display: -webkit-box;
                                    display: -webkit-flex;
                                    display: -ms-flexbox;
                                    display: flex;
                                    -webkit-box-align: center;
                                    -webkit-align-items: center;
                                    -ms-flex-align: center;
                                    align-items: center
                                }

                                    .fs-header .f-hdtop .fs-hdmn > li .wrap-fill ul li.before-login h3 a {
                                        position: relative;
                                        padding: 1px 0 0 20px
                                    }

                                    .fs-header .f-hdtop .fs-hdmn > li .wrap-fill ul li.before-login h3 .login {
                                        padding-left: 13px
                                    }

                                        .fs-header .f-hdtop .fs-hdmn > li .wrap-fill ul li.before-login h3 .login::before {
                                            content: "";
                                            background: var(--dark_gray);
                                            height: 14px;
                                            width: 1px;
                                            position: absolute;
                                            right: -10px;
                                            top: 22px
                                        }

                        .fs-header .f-hdtop .fs-hdmn > li .wrap-fill ul::before {
                            width: 13px;
                            height: 13px;
                            border: 1px solid var(--gray100);
                            border-width: 0 1px 1px 0;
                            content: '';
                            position: absolute;
                            top: -8px;
                            left: 50%;
                            left: calc(50% - 6px);
                            background: var(--white);
                            -webkit-transform: rotate(225deg);
                            -ms-transform: rotate(225deg);
                            transform: rotate(225deg)
                        }

                .fs-header .f-hdtop .fs-hdmn > li .fs-hdmsub {
                    opacity: 0;
                    filter: alpha(opacity=0);
                    visibility: hidden;
                    position: absolute;
                    left: 0;
                    width: 200px;
                    padding: 13px 20px;
                    background: var(--white);
                    border: solid 1px #d3d3d3;
                    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
                    -webkit-transition: .2s ease-out;
                    transition: .2s ease-out;
                    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
                    box-shadow: 0 6px 12px rgba(0,0,0,0.175)
                }

                    .fs-header .f-hdtop .fs-hdmn > li .fs-hdmsub > li {
                        text-align: left
                    }

                        .fs-header .f-hdtop .fs-hdmn > li .fs-hdmsub > li > a {
                            display: block;
                            font-size: 14px;
                            line-height: 2.43;
                            color: #3d3d3d
                        }

                            .fs-header .f-hdtop .fs-hdmn > li .fs-hdmsub > li > a:hover {
                                color: #06C1D4
                            }

                .fs-header .f-hdtop .fs-hdmn > li .fs-hdmsnews {
                    top: 75px
                }

                .fs-header .f-hdtop .fs-hdmn > li:hover .fs-hdmsub {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    visibility: visible;
                    -webkit-transition: .3s ease-in;
                    transition: .3s ease-in;
                    -ms-transform: translateY(-20px);
                    -webkit-transform: translateY(-20px);
                    transform: translateY(-20px)
                }

        .fs-header .f-hdtop .fs-search {
            margin-left: 53px
        }

            .fs-header .f-hdtop .fs-search .action-wrap {
                display: block;
                width: 597px;
                position: relative;
                z-index: 11
            }

                .fs-header .f-hdtop .fs-search .action-wrap input {
                    width: 100%;
                    border-radius: 48px;
                    height: 40px;
                    font-size: 14px;
                    font-weight: 300;
                    padding: 0 60px 0 15px;
                    border: 1px solid var(--gray200);
                    background: var(--gray50);
                    outline: 0;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none
                }

                    .fs-header .f-hdtop .fs-search .action-wrap input:focus, .fs-header .f-hdtop .fs-search .action-wrap input:active {
                        box-shadow: none
                    }

                .fs-header .f-hdtop .fs-search .action-wrap button {
                    width: 50px;
                    height: 40px;
                    display: inline-block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    border: none;
                    background: none;
                    cursor: pointer
                }

                    .fs-header .f-hdtop .fs-search .action-wrap button svg {
                        width: 25px;
                        height: 19px;
                        color: var(--dark_gray)
                    }

                    .fs-header .f-hdtop .fs-search .action-wrap button:hover svg {
                        color: var(--color_main)
                    }

                .fs-header .f-hdtop .fs-search .action-wrap.active .search-button {
                    opacity: 1
                }

                    .fs-header .f-hdtop .fs-search .action-wrap.active .search-button svg {
                        color: var(--color_main)
                    }

                .fs-header .f-hdtop .fs-search .action-wrap.active .suggest-search {
                    display: block
                }

            .fs-header .f-hdtop .fs-search .suggest-search {
                box-shadow: 0px 2px 6px rgba(0,0,0,0.25);
                position: absolute;
                display: none;
                top: 41px;
                background: var(--white);
                left: 0;
                right: 0;
                border-radius: 8px
            }

            .fs-header .f-hdtop .fs-search .suggest-product .key {
                font-weight: 600;
                font-size: 14px;
                color: var(--black);
                margin: 0;
                padding: 16px 16px 6px 16px
            }

            .fs-header .f-hdtop .fs-search .suggest-product hr {
                margin: 5px 0
            }

            .fs-header .f-hdtop .fs-search .suggest-product .items {
                background: var(--white);
                position: relative;
                padding: 0;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 0;
                padding: 5px 16px;
                width: 100%
            }

                .fs-header .f-hdtop .fs-search .suggest-product .items::before {
                    content: "";
                    border-bottom: 0;
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0
                }

                .fs-header .f-hdtop .fs-search .suggest-product .items .ava {
                    display: block;
                    width: 60px;
                    height: 60px;
                    position: relative;
                    margin-right: 10px
                }

                    .fs-header .f-hdtop .fs-search .suggest-product .items .ava img {
                        max-height: 90%;
                        max-width: 90%;
                        width: auto;
                        height: auto;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        margin: auto
                    }

                .fs-header .f-hdtop .fs-search .suggest-product .items .name, .fs-header .f-hdtop .fs-search .suggest-product .items .prie {
                    color: var(--red);
                    font-size: 14px;
                    font-weight: 600;
                    margin-bottom: 0
                }

                    .fs-header .f-hdtop .fs-search .suggest-product .items .name a, .fs-header .f-hdtop .fs-search .suggest-product .items .prie a {
                        color: var(--black);
                        font-weight: 400
                    }

                .fs-header .f-hdtop .fs-search .suggest-product .items .prie {
                    -webkit-box-flex: 3;
                    -webkit-flex-grow: 3;
                    -ms-flex-positive: 3;
                    flex-grow: 3;
                    text-align: right
                }

                .fs-header .f-hdtop .fs-search .suggest-product .items:hover {
                    background: var(--gray50)
                }

                    .fs-header .f-hdtop .fs-search .suggest-product .items:hover .name a {
                        color: var(--color_main)
                    }

@media (max-width: 1400px) {
    .fs-header .f-hdtop .fs-hdmn > li.notifi .wrap-fill ul, .fs-header .f-hdtop .fs-hdmn > li.new .wrap-fill ul {
        width: 400px
    }

    .fs-header .f-hdtop .fs-hdmn > li.user .wrap-fill, .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill {
        left: -190px;
        -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }

        .fs-header .f-hdtop .fs-hdmn > li.user .wrap-fill ul, .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill ul {
            width: 250px
        }

            .fs-header .f-hdtop .fs-hdmn > li.user .wrap-fill ul::before, .fs-header .f-hdtop .fs-hdmn > li.gio-hang .wrap-fill ul::before {
                left: inherit;
                right: 25px
            }
}

.fs-header .f-hdtop.blog .container {
    max-width: 100%;
    padding: 0 42px
}

.fs-header .f-hdtop.blog .f-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fs-header .f-hdtop.blog .main-menu > li {
    display: inline-block;
    margin: 0 23px;
    position: relative
}

    .fs-header .f-hdtop.blog .main-menu > li > a {
        font-size: 16px;
        font-weight: bold;
        line-height: 72px;
        display: block
    }

    .fs-header .f-hdtop.blog .main-menu > li .level2 {
        position: absolute;
        background: #fff;
        box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
        border-radius: 8px;
        min-width: 300px;
        right: -20px;
        display: none
    }

        .fs-header .f-hdtop.blog .main-menu > li .level2 ul::before {
            width: 13px;
            height: 13px;
            border: 1px solid var(--gray100);
            border-width: 0 1px 1px 0;
            content: '';
            position: absolute;
            top: -8px;
            right: 20px;
            background: var(--white);
            -webkit-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
            transform: rotate(225deg)
        }

        .fs-header .f-hdtop.blog .main-menu > li .level2 ul li a {
            font-size: 16px;
            font-weight: bold;
            display: block;
            padding: 15px 16px;
            border-radius: 0 0 8px 8px
        }

        .fs-header .f-hdtop.blog .main-menu > li .level2 ul li.active a {
            background: #F3F5F8
        }

    .fs-header .f-hdtop.blog .main-menu > li.active > a {
        color: var(--color_main)
    }

    .fs-header .f-hdtop.blog .main-menu > li:hover .level2 {
        display: block
    }

.fs-header .f-hdtop.blog .fs-hdmn {
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit
}

    .fs-header .f-hdtop.blog .fs-hdmn > li .wrap-fill {
        -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        transform: translate(0%, 0);
        right: 0;
        left: inherit
    }

        .fs-header .f-hdtop.blog .fs-hdmn > li .wrap-fill ul::before {
            right: 20px;
            left: inherit
        }

@media (max-width: 1200px) {
    .fs-header .f-hdtop.blog .main-menu > li {
        margin: 0 15px
    }
}

.header {
    display: none;
    height: 60px;
    z-index: 998;
    background: var(--white);
    border-bottom: 1px solid var(--gray100);
    padding: 0 16px
}

    .header.header_cloned {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        box-shadow: 0 1px 3px rgba(80,80,80,0.2),0 3px 5px rgba(80,80,80,0.15);
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

        .header.header_cloned.nav-up {
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%)
        }

        .header.header_cloned + .section_nav {
            margin-top: 45px
        }

    .header .img_logo {
        padding-top: 5px;
        margin-left: 16px
    }

        .header .img_logo img {
            width: 115px
        }

    .header .btn_control_menu {
        display: block;
        cursor: pointer;
        text-align: center;
        margin-top: -2px
    }

        .header .btn_control_menu svg {
            width: 24px;
            height: 24px
        }

.header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

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

.header .wrap-fill {
    position: fixed;
    font-size: 16px;
    background: var(--white);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

    .header .wrap-fill .title {
        height: 48px;
        color: var(--dark_gray);
        font-size: 16px;
        padding: 15px 20px
    }

        .header .wrap-fill .title .close {
            position: absolute;
            right: 15px;
            top: 6px;
            font-size: 30px;
            line-height: 1;
            font-weight: 400;
            color: var(--dark_gray);
            text-shadow: none;
            opacity: 1
        }

    .header .wrap-fill ul {
        padding: 20px;
        margin-bottom: 0
    }

        .header .wrap-fill ul::before, .header .wrap-fill ul::after {
            left: 50%
        }

    .header .wrap-fill .note {
        color: var(--color_main);
        text-align: center;
        padding: 0 10px
    }

    .header .wrap-fill .list .items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px
    }

        .header .wrap-fill .list .items .ava {
            position: relative;
            width: 56px;
            height: 56px
        }

            .header .wrap-fill .list .items .ava img {
                max-height: 90%;
                max-width: 90%;
                width: auto;
                height: auto;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                -webkit-transition: 0.5s ease;
                transition: 0.5s ease
            }

            .header .wrap-fill .list .items .ava .delete {
                width: 70px;
                height: 70px;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                opacity: 0
            }

                .header .wrap-fill .list .items .ava .delete svg {
                    width: 36px;
                    height: 36px
                }

            .header .wrap-fill .list .items .ava:hover {
                background: #ECECEC
            }

                .header .wrap-fill .list .items .ava:hover .delete {
                    opacity: 1
                }

            .header .wrap-fill .list .items .ava:active {
                background: #d3d3d3
            }

        .header .wrap-fill .list .items .content {
            width: calc(100% - 70px);
            padding-left: 20px
        }

            .header .wrap-fill .list .items .content h3 {
                font-size: 16px;
                font-weight: 400
            }

    .header .wrap-fill .btn-bottom {
        text-align: center;
        margin: 0 auto
    }

        .header .wrap-fill .btn-bottom .buy {
            background: var(--color_main);
            border-radius: 56px;
            height: 48px;
            line-height: 48px;
            padding: 0 16px;
            font-size: 16px;
            color: var(--dark_gray);
            display: block;
            font-weight: 600
        }

        .header .wrap-fill .btn-bottom span {
            color: var(--color_main)
        }

    .header .wrap-fill .suport-team {
        display: block;
        position: static;
        width: 100%
    }

        .header .wrap-fill .suport-team.active .content-chat {
            height: 100vh;
            max-height: calc(100vh - 202px);
            overflow: hidden
        }

        .header .wrap-fill .suport-team.active .scroll-x {
            display: none !important;
            opacity: 0
        }

        .header .wrap-fill .suport-team.active .input--text .submit-comment {
            top: 10px
        }

            .header .wrap-fill .suport-team.active .input--text .submit-comment i {
                font-size: 19px
            }

.header .onclick.active + .wrap-fill {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.header .close-search {
    position: absolute;
    left: 7px;
    top: 9px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--white);
    display: none
}

    .header .close-search svg {
        width: 24px;
        height: 24px
    }

.header #auto_search_button {
    background: none;
    outline: 0;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    display: block;
    border-radius: 50%;
    border: 1px solid var(--gray200)
}

    .header #auto_search_button svg {
        width: 18px;
        height: 18px
    }

    .header #auto_search_button.active {
        position: relative;
        z-index: 2
    }

        .header #auto_search_button.active svg {
            color: #D3D3D3
        }

.header .block_search {
    position: absolute;
    left: 55px;
    top: 11px;
    right: 10px;
    background: var(--white);
    display: none;
    z-index: 8
}

    .header .block_search .search-input {
        height: 36px;
        width: 100%;
        padding: 0 16px;
        border: 1px solid var(--gray200);
        border-radius: 48px;
        font-size: 16px;
        box-shadow: none;
        outline: 0
    }

        .header .block_search .search-input:focus, .header .block_search .search-input:active {
            box-shadow: none
        }

    .header .block_search .search-button {
        background: none;
        outline: 0;
        width: 36px;
        height: 36px;
        line-height: 34px;
        border: 0;
        position: absolute;
        right: 10px
    }

    .header .block_search .search.active .suggest-search {
        display: block
    }

    .header .block_search .suggest-search {
        display: none;
        position: absolute;
        left: -60px;
        top: 49px;
        right: -10px;
        margin: 0;
        background: var(--white);
        box-shadow: 0px 2px 6px rgba(0,0,0,0.25);
        border-radius: 3px
    }

    .header .block_search .suggest-product label {
        color: var(--gray600);
        font-weight: 500;
        display: block;
        padding: 16px 16px 8px 16px
    }

    .header .block_search .suggest-product hr {
        margin: 5px 0;
        border-top: 1px solid var(--gray200)
    }

    .header .block_search .suggest-product .items {
        background: var(--white);
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0;
        padding: 10px 16px
    }

        .header .block_search .suggest-product .items .ava {
            display: block;
            width: 48px;
            height: 48px;
            position: relative;
            margin-right: 10px
        }

            .header .block_search .suggest-product .items .ava img {
                max-height: 90%;
                max-width: 90%;
                width: auto;
                height: auto;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto
            }

        .header .block_search .suggest-product .items .content {
            width: calc(100% - 40px);
            color: var(--gray600)
        }

        .header .block_search .suggest-product .items .name, .header .block_search .suggest-product .items .prie {
            font-size: 14px;
            margin-bottom: 0;
            font-weight: 400
        }

            .header .block_search .suggest-product .items .name a, .header .block_search .suggest-product .items .prie a {
                color: var(--gray600);
                margin-bottom: 5px;
                display: block
            }

            .header .block_search .suggest-product .items .prie strong {
                font-size: 16px;
                color: var(--red)
            }

.header .gio-hang {
    margin-left: 8px;
    position: relative
}

    .header .gio-hang .onclick {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        display: block
    }

    .header .gio-hang .wrap-fill {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .header .gio-hang .countTotalCart {
        color: var(--dark_gray);
        font-size: 12px;
        font-weight: 500;
        width: 18px;
        height: 18px;
        line-height: 17px;
        border-radius: 50%;
        border: 1px solid var(--color_main);
        position: absolute;
        text-align: center;
        top: 0px;
        right: -3px;
        background: var(--color_main)
    }

.header .chatbox {
    margin-left: 23px
}

.main--menu {
    width: 289px;
    background: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2247483647;
    will-change: transform;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%)
}

    .main--menu .fs-right {
        padding: 0 16px;
        margin-top: 40px
    }

    .main--menu .hotline {
        margin-bottom: 16px
    }

        .main--menu .hotline span {
            display: block;
            color: rgba(23,28,39,0.5)
        }

        .main--menu .hotline strong, .main--menu .hotline a {
            color: var(--dark_gray);
            font-size: 16px;
            font-weight: 600
        }

    .main--menu .social ul {
        margin-bottom: 0
    }

        .main--menu .social ul li {
            margin-right: 8px;
            display: inline-block
        }

            .main--menu .social ul li a {
                border-radius: 50%;
                width: 32px;
                height: 32px;
                line-height: 32px;
                display: inline-block;
                text-align: center;
                background: var(--color_main);
                color: var(--dark_gray)
            }

.main--menu__nav li {
    display: block;
    position: relative
}

    .main--menu__nav li:last-child {
        margin-bottom: 0
    }

    .main--menu__nav li h3 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0
    }

        .main--menu__nav li h3 a {
            color: var(--black);
            display: block;
            padding: 6px 16px
        }

            .main--menu__nav li h3 a i {
                font-size: 24px;
                margin-right: 8px
            }

    .main--menu__nav li .number {
        color: var(--dark_gray);
        font-size: 13px;
        font-weight: 500;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 50%;
        border: 1px solid var(--color_main);
        position: absolute;
        text-align: center;
        top: 12px;
        right: 16px;
        background: var(--color_main)
    }

.main--menu__nav .up {
    background: var(--gray50)
}

    .main--menu__nav .up::before {
        content: "";
        border-top: 2px solid var(--black);
        border-right: 2px solid var(--black);
        position: absolute;
        right: 20px;
        top: 20px;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.main--menu__nav .down::before {
    content: "";
    border-top: 2px solid var(--black);
    border-right: 2px solid var(--black);
    position: absolute;
    right: 24px;
    top: 18px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.main--menu__nav .level2 {
    margin-top: 4px;
    display: none
}

    .main--menu__nav .level2 li h3 a {
        color: var(--black)
    }

    .main--menu__nav .level2 .before-login .login::before {
        content: "";
        background: var(--black);
        width: 1px;
        height: 13px;
        position: absolute;
        right: 0;
        top: 20px
    }

    .main--menu__nav .level2 .before-login h3 a {
        color: var(--black);
        background: none !important;
        display: inline-block;
        position: relative
    }

.show_main_menu .main--menu {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.overlay-bg {
    position: fixed;
    display: none;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999
}

.close-menu {
    display: none;
    position: fixed;
    top: 7px;
    right: 15px;
    color: var(--white);
    font-size: 30px;
    line-height: 1;
    z-index: 999
}

.show_main_menu .overlay-bg, .show_main_menu .close-menu {
    display: block
}

.open-header .header, .open-header .sticky_zindex {
    z-index: 9999
}

.open-header .overlay-bg {
    display: block;
    z-index: 999
}

@media (max-width: 1279px) {
    .fs-header .f-hdtop .fs-search > form {
        max-width: 500px
    }

    .fs-header .f-hdtop .fs-hdmn > li {
        margin-left: 30px
    }
}

@media (max-width: 1100px) {
    .fs-header .f-hdtop .fs-search {
        margin-left: 30px
    }

        .fs-header .f-hdtop .fs-search > form {
            max-width: 400px
        }

    .fs-header .f-hdtop .fs-hdmn > li {
        margin-left: 10px
    }
}

.fs-aslide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.fs-aslide__left {
    width: 808px
}

.fs-aslide__right {
    width: 416px;
    padding-left: 24px
}

.fs-aslide__left {
    position: relative;
    border: 1px solid var(--gray200);
    border-radius: 8px;
    overflow: hidden
}

    .fs-aslide__left .thumb_5x3 {
        padding-bottom: 0;
        height: 288px
    }

    .fs-aslide__left .swiper-pagination {
        display: none
    }

        .fs-aslide__left .swiper-pagination .swiper-pagination-bullet {
            background: rgba(14,14,14,0.2);
            border-radius: 0;
            height: 3px;
            width: 25px
        }

        .fs-aslide__left .swiper-pagination .swiper-pagination-bullet-active {
            background: var(--color_main)
        }

    .fs-aslide__left .gallery-thumbs .swiper-slide {
        font-size: 14px;
        background: var(--white);
        color: #fff;
        line-height: 1.5;
        cursor: pointer;
        border-left: 1px solid var(--gray200)
    }

        .fs-aslide__left .gallery-thumbs .swiper-slide:first-child {
            border-left: 0
        }

        .fs-aslide__left .gallery-thumbs .swiper-slide::before {
            content: "";
            background: var(--color_main);
            height: 5px;
            width: 0%;
            position: absolute;
            top: 0;
            -webkit-transition: all 3s ease-in;
            transition: all 3s ease-in
        }

        .fs-aslide__left .gallery-thumbs .swiper-slide a {
            color: var(--dark_gray);
            height: 79px;
            padding: 16px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        }

        .fs-aslide__left .gallery-thumbs .swiper-slide:last-child {
            border-right: 0
        }

    .fs-aslide__left .gallery-thumbs .swiper-slide-thumb-active {
        font-weight: 600
    }

        .fs-aslide__left .gallery-thumbs .swiper-slide-thumb-active::before {
            width: 100%
        }

.fs-aslide__right {
    position: relative;
    z-index: 2
}

    .fs-aslide__right .title {
        height: 100px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 400;
        padding: 10px 21px;
        margin-bottom: 8px;
        position: relative;
        background: var(--gray50);
        border-radius: 8px
    }

        .fs-aslide__right .title a {
            display: block
        }

        .fs-aslide__right .title .date {
            display: block;
            font-size: 12px;
            color: var(--gray500)
        }

        .fs-aslide__right .title:active, .fs-aslide__right .title:first-child {
            background: var(--dark_blue);
            font-weight: 600;
            border-radius: 20px 8px 0px 0px;
            overflow: hidden
        }

            .fs-aslide__right .title:active a, .fs-aslide__right .title:first-child a {
                color: var(--white)
            }

            .fs-aslide__right .title:active .date, .fs-aslide__right .title:first-child .date {
                color: var(--color_main)
            }

            .fs-aslide__right .title:active::before, .fs-aslide__right .title:first-child::before {
                content: "";
                background: var(--color_main);
                height: 5px;
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 0
            }

            .fs-aslide__right .title:active::after, .fs-aslide__right .title:first-child::after {
                content: "";
                background: var(--color_main);
                width: 5px;
                position: absolute;
                height: 100%;
                left: 0;
                bottom: 0
            }

    .fs-aslide__right .view-more {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        padding: 10px 21px
    }

        .fs-aslide__right .view-more a {
            color: var(--dark_gray)
        }

@media (max-width: 1199px) {
    .fs-aslide {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .fs-aslide__left {
        width: 65%
    }

    .fs-aslide__right {
        width: 35%
    }

        .fs-aslide__right .title {
            font-size: 15px
        }
}

@media (max-width: 991px) {
    .fs-aslide__left {
        width: 100%;
        margin-bottom: 20px
    }

        .fs-aslide__left .thumb_5x3 {
            height: 320px
        }

    .fs-aslide__right {
        width: 100%;
        padding-left: 0
    }
}

@media (max-width: 480px) {
    .fs-aslide__left {
        margin: 0 -15px 15px -15px;
        width: calc(100% + 30px);
        border-radius: 0;
        margin-bottom: 0
    }

        .fs-aslide__left .thumb_5x3 {
            height: 134px
        }

        .fs-aslide__left .gallery-thumbs {
            display: none
        }

        .fs-aslide__left .swiper-pagination {
            display: block;
            bottom: 4px
        }

    .fs-aslide__right {
        margin: 0 -15px 15px -15px;
        width: calc(100% + 30px)
    }

        .fs-aslide__right .view-more {
            text-align: center;
            margin-top: 6px
        }

        .fs-aslide__right .title {
            margin-bottom: 2px;
            padding: 7px 16px;
            font-size: 14px;
            border-radius: 0;
            height: 44px
        }

            .fs-aslide__right .title .date {
                display: none
            }

            .fs-aslide__right .title a {
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 20px;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                padding: 0
            }

            .fs-aslide__right .title:first-child {
                border-radius: 0;
                background: #0E0E0E
            }
}

.fillter-home .thuong-hieu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px !important;
    padding-right: 60px
}

    .fillter-home .thuong-hieu .swiper-button-prev, .fillter-home .thuong-hieu .swiper-button-next {
        width: 30px;
        height: 30px;
        background: none;
        line-height: 30px
    }

        .fillter-home .thuong-hieu .swiper-button-prev::before, .fillter-home .thuong-hieu .swiper-button-next::before {
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: none
        }

        .fillter-home .thuong-hieu .swiper-button-prev:hover::before, .fillter-home .thuong-hieu .swiper-button-next:hover::before {
            color: var(--dark_gray)
        }

    .fillter-home .thuong-hieu .title {
        padding-top: 0 !important
    }

    .fillter-home .thuong-hieu .content {
        padding-right: 55px
    }

        .fillter-home .thuong-hieu .content a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            height: 80px;
            border: 1px solid var(--gray100);
            color: var(--gray500);
            border-radius: 8px
        }

            .fillter-home .thuong-hieu .content a svg {
                width: 50px;
                height: 50px
            }

            .fillter-home .thuong-hieu .content a.asus svg, .fillter-home .thuong-hieu .content a.acer svg, .fillter-home .thuong-hieu .content a.think svg, .fillter-home .thuong-hieu .content a.lenovo svg {
                width: 60px;
                height: 60px
            }

    .fillter-home .thuong-hieu .swiper-button-prev {
        left: 100px
    }

    .fillter-home .thuong-hieu .swiper-button-next {
        width: 60px;
        height: 98px;
        line-height: 98px;
        border-left: 1px solid var(--gray100);
        background: none;
        border-radius: 0
    }

        .fillter-home .thuong-hieu .swiper-button-next::before {
            width: 60px;
            height: 98px;
            line-height: 98px
        }

.fillter-home .flex {
    margin-bottom: 16px
}

    .fillter-home .flex .title {
        width: 125px;
        font-weight: bold;
        font-size: 16px;
        padding-top: 10px
    }

    .fillter-home .flex .content {
        width: 1098px;
        width: calc(100% - 125px)
    }

        .fillter-home .flex .content label {
            display: inline-block;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            background: var(--gray50);
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            padding: 0 24px;
            border-radius: 4px;
            margin: 0 8px 8px 0;
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease
        }

            .fillter-home .flex .content label:hover {
                background: var(--color_main);
                color: #ffff
            }

@media (max-width: 480px) {
    .fillter-home .flex {
        margin-bottom: 8px
    }

        .fillter-home .flex .title {
            display: none
        }

        .fillter-home .flex .content {
            width: calc(100% + 23px);
            margin-left: -8px;
            margin-right: -15px;
            overflow-x: scroll;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            white-space: nowrap;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

            .fillter-home .flex .content label {
                height: 36px;
                line-height: 36px;
                padding: 0 12px
            }

    .fillter-home .thuong-hieu {
        margin-bottom: 16px !important;
        margin-right: -15px;
        padding-right: 0
    }

        .fillter-home .thuong-hieu .swiper-button-prev, .fillter-home .thuong-hieu .swiper-button-next {
            display: none
        }

        .fillter-home .thuong-hieu .content a {
            height: 40px
        }

            .fillter-home .thuong-hieu .content a svg {
                width: 25px;
                height: 25px
            }

            .fillter-home .thuong-hieu .content a.asus svg, .fillter-home .thuong-hieu .content a.acer svg, .fillter-home .thuong-hieu .content a.think svg, .fillter-home .thuong-hieu .content a.lenovo svg {
                width: 40px;
                height: 40px
            }
}

.tab-product {
    text-align: center;
    margin: 0 0 24px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .tab-product a {
        padding-top: 25px;
        border: 1px solid var(--gray100);
        font-size: 16px;
        font-weight: 600;
        width: 183px;
        height: 116px;
        border-radius: 8px;
        margin-right: 8px
    }

        .tab-product a svg {
            width: 35px;
            height: 40px
        }

        .tab-product a span {
            display: block;
            width: 100%;
            margin-top: 3px
        }

        .tab-product a:hover {
            border: 1px solid var(--color_main);
            color: var(--black)
        }

@media (max-width: 991px) {
    .tab-product {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-bottom: 16px
    }

        .tab-product a {
            display: inline-block;
            width: 145px;
            height: 86px;
            font-size: 14px;
            padding-top: 15px
        }

            .tab-product a svg {
                width: 25px;
                height: 30px
            }
}

@media (max-width: 480px) {
    .tab-product {
        margin-right: -15px
    }
}

.product-review .swiper-button-prev, .product-review .swiper-button-next {
    top: 70px;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%)
}

.product-review .list-product {
    border: 0
}

.product-review .items {
    border: 1px solid var(--gray100)
}

    .product-review .items .ava {
        width: 154px;
        height: 154px;
        padding-bottom: 0;
        float: left;
        margin-right: 16px;
        margin-bottom: 0
    }

    .product-review .items .content {
        overflow: hidden
    }

    .product-review .items .note {
        height: 34px
    }

    .product-review .items:hover .changer_color {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 16px
    }

        .product-review .items:hover .changer_color > div {
            margin-right: 10px
        }

        .product-review .items:hover .changer_color ul li {
            margin: -6px 6px 0 0px
        }

@media (max-width: 480px) {
    .product-review .swiper-container {
        padding: 0 20px 0 0;
        margin: 0 -15px 0 0
    }

    .product-review .padding-swiper::before, .product-review .padding-swiper::after {
        display: none
    }

    .product-review .items {
        border: 1px solid var(--gray100);
        border-left: 0
    }

        .product-review .items .ava {
            height: 150px;
            padding-bottom: 0;
            width: 100%
        }

            .product-review .items .ava .status {
                font-size: 10px;
                height: 22px;
                line-height: 22px;
                padding: 0 12px
            }

        .product-review .items .content {
            overflow: visible
        }

            .product-review .items .content .price strong {
                font-size: 14px
            }

        .product-review .items:first-child {
            border-left: 1px solid var(--gray100)
        }
}

@media (min-width: 992px) {
    .view-list.list-product {
        border-bottom: 1px solid var(--gray100)
    }

        .view-list.list-product .items {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        }

            .view-list.list-product .items:last-child {
                border-bottom: 0
            }

            .view-list.list-product .items .ava {
                width: 207px;
                height: 207px;
                padding-bottom: 0;
                margin-right: 16px;
                margin-bottom: 0
            }

            .view-list.list-product .items .note {
                display: none
            }

            .view-list.list-product .items .content {
                width: 490px;
                width: calc(100% - 485px)
            }

                .view-list.list-product .items .content .name {
                    height: inherit
                }

                .view-list.list-product .items .content .ch {
                    display: none
                }

                .view-list.list-product .items .content .view-detail, .view-list.list-product .items .content .code {
                    display: block
                }

            .view-list.list-product .items .changer_color__list {
                display: block;
                margin-top: 16px
            }

            .view-list.list-product .items .more_btn {
                display: none
            }

            .view-list.list-product .items .more {
                display: none;
                position: static;
                background: var(--white);
                border: 0;
                padding: 0
            }

            .view-list.list-product .items .content_2 {
                width: 260px;
                padding-right: 50px;
                margin-bottom: 0
            }

                .view-list.list-product .items .content_2 .changer_color {
                    display: none
                }

                .view-list.list-product .items .content_2 .btn-default {
                    display: block
                }

            .view-list.list-product .items .like {
                position: absolute;
                right: 30px;
                top: 84px
            }

                .view-list.list-product .items .like svg {
                    width: 24px;
                    height: 24px
                }

                .view-list.list-product .items .like.active svg {
                    fill: var(--color_main)
                }

            .view-list.list-product .items .changer-color {
                width: 220px
            }

            .view-list.list-product .items:hover::before {
                display: none
            }

            .view-list.list-product .items:hover .more {
                box-shadow: none;
                height: auto;
                background: #fff;
                padding: 0;
                -webkit-transform: translateY(0%);
                -ms-transform: translateY(0%);
                transform: translateY(0%)
            }

                .view-list.list-product .items:hover .more::before {
                    display: none
                }
}

@media (min-width: 992px) and (max-width: 991px) {
    .view-list.list-product .items {
        padding-bottom: 30px
    }

        .view-list.list-product .items .ava {
            width: 200px;
            height: 200px;
            margin-right: 20px;
            margin-bottom: 0
        }

        .view-list.list-product .items .content {
            width: calc(100% - 220px)
        }

        .view-list.list-product .items .changer-color {
            width: 200px;
            position: absolute;
            margin: 0;
            top: 220px
        }

        .view-list.list-product .items .price {
            padding-left: 220px;
            -webkit-box-ordinal-group: 5;
            -webkit-order: 4;
            -ms-flex-order: 4;
            order: 4;
            padding-top: 10px;
            width: 100%;
            text-align: left
        }

            .view-list.list-product .items .price .btn-default {
                float: none
            }
}

@media (min-width: 992px) and (max-width: 480px) {
    .view-list.list-product .items .ava {
        width: 180px;
        height: 180px;
        margin-right: 10px
    }

    .view-list.list-product .items .content {
        width: calc(100% - 190px)
    }

        .view-list.list-product .items .content .name {
            font-size: 18px
        }

    .view-list.list-product .items .changer-color {
        width: 180px;
        top: 200px
    }

    .view-list.list-product .items .price {
        width: 100%;
        padding-left: 190px;
        font-size: 18px
    }

        .view-list.list-product .items .price .btn-default {
            width: 100%
        }
}

.view-grid.list-product .items .changer_color__list {
    display: none
}

.view-grid.list-product .items .like {
    display: none
}

.product-slide {
    position: relative
}

    .product-slide .view-more {
        position: relative;
        z-index: 3
    }

.product-slide__dangve {
    z-index: 5
}

.product-slide__moive {
    z-index: 4
}

.product-slide__giamgia {
    z-index: 3
}

.product-slide .swiper-button-prev, .product-slide .swiper-button-next {
    top: 150px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.product-slide .list-product {
    border: 0
}

    .product-slide .list-product .items {
        border-top: 1px solid var(--gray100)
    }

    .product-slide .list-product .col-md-4 {
        padding: 0 35px
    }

    .product-slide .list-product .items {
        border-bottom: 1px solid var(--gray100)
    }

        .product-slide .list-product .items:first-child {
            border-left: 1px solid var(--gray100)
        }

        .product-slide .list-product .items .ava {
            height: 212px
        }

        .product-slide .list-product .items .content .name {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 40px
        }

            .product-slide .list-product .items .content .name a {
                color: #000000
            }

        .product-slide .list-product .items .content .price {
            -webkit-box-flex: 3;
            -webkit-flex-grow: 3;
            -ms-flex-positive: 3;
            flex-grow: 3;
            text-align: left;
            margin-bottom: 0
        }

            .product-slide .list-product .items .content .price .new {
                color: #D90000;
                font-weight: bold;
                display: inline-block
            }

            .product-slide .list-product .items .content .price .old {
                color: #A8A8A8;
                font-size: 14px;
                margin-left: 6px;
                font-weight: bold;
                display: inline-block;
                text-decoration: line-through
            }

        .product-slide .list-product .items .price {
            margin-bottom: 0
        }

        .product-slide .list-product .items .buy-cart {
            margin-top: auto
        }

            .product-slide .list-product .items .buy-cart .btn-default {
                width: 100%
            }

@media (max-width: 480px) {
    .product-slide .list-product .items .ava {
        height: 160px
    }

    .product-slide .list-product .items .content .name {
        height: 36px
    }
}

@media (max-width: 480px) {
    .product-slide .padding-swiper::before, .product-slide .padding-swiper::after {
        display: none
    }

    .product-slide .swiper-container {
        padding: 0 20px 0 0;
        margin: 0 -15px 0 0
    }
}

.sort--fillter {
    position: relative
}

.sort--fillter__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0.5px solid rgba(0,0,0,0.5);
    padding-bottom: 24px;
    margin-bottom: 30px
}

    .sort--fillter__nav > li {
        display: inline-block;
        margin-right: 15px
    }

        .sort--fillter__nav > li > a {
            background: #C4C4C4;
            border-radius: 5px;
            width: 40px;
            line-height: 40px;
            height: 40px;
            text-align: center;
            display: block;
            -webkit-transition: 0.5s ease;
            transition: 0.5s ease
        }

            .sort--fillter__nav > li > a i {
                color: #fff;
                font-size: 22px
            }

            .sort--fillter__nav > li > a:hover {
                background: #06C1D4
            }

            .sort--fillter__nav > li > a:active {
                background: #008C9B
            }

            .sort--fillter__nav > li > a.sort.active i::before {
                content: '\ea10'
            }

@media (max-width: 767px) {
    .sort--fillter__nav li:first-child {
        display: none
    }
}

.fillter-all {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-radius: 5px;
    padding: 70px 30px 30px 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

    .fillter-all .close {
        background: #06C1D4;
        border-radius: 5px;
        width: 40px;
        line-height: 35px;
        height: 40px;
        text-align: center;
        position: absolute;
        top: 15px;
        left: 15px;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        opacity: 1
    }

        .fillter-all .close i {
            color: #fff;
            font-size: 22px
        }

        .fillter-all .close:hover {
            background: #06C1D4
        }

        .fillter-all .close:active {
            background: #008C9B
        }

    .fillter-all .scrollbar-inner {
        max-height: 500px
    }

    .fillter-all .lbl {
        color: #06C1D4;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 10px
    }

    .fillter-all hr {
        margin: 0;
        -ms-grid-column-span: 7;
        grid-column-end: span 7
    }

    .fillter-all .btn--bottom {
        text-align: right;
        padding-top: 25px;
        margin-top: 20px;
        border-top: 1px solid rgba(0,0,0,0.1)
    }

        .fillter-all .btn--bottom a {
            font-weight: bold;
            font-size: 16px;
            margin-left: 30px
        }

        .fillter-all .btn--bottom .cancel {
            color: #D90000
        }

        .fillter-all .btn--bottom .fillter {
            color: #06C1D4
        }

    .fillter-all .items {
        margin-bottom: 15px;
        min-width: 163px
    }

        .fillter-all .items label {
            color: #707070;
            font-weight: bold
        }

            .fillter-all .items label .checkmark {
                border: 2px solid #929292
            }

                .fillter-all .items label .checkmark::after {
                    border: solid #707070;
                    border-width: 0 2px 2px 0;
                    top: -3px
                }

    .fillter-all .grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto auto auto auto auto auto;
        grid-template-columns: auto auto auto auto auto auto auto;
        grid-gap: 10px
    }

    .fillter-all .grid_1 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-gap: 10px;
        -ms-grid-column-span: 1;
        grid-column-end: span 1
    }

    .fillter-all .grid_2 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        grid-gap: 10px;
        -ms-grid-column-span: 2;
        grid-column-end: span 2
    }

    .fillter-all .grid_3 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
        grid-gap: 10px;
        -ms-grid-column-span: 3;
        grid-column-end: span 3
    }

    .fillter-all .grid_4 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto auto auto;
        grid-template-columns: auto auto auto auto;
        grid-gap: 10px;
        -ms-grid-column-span: 4;
        grid-column-end: span 4
    }

        .fillter-all .grid_4 .items {
            -ms-grid-column-span: 2;
            grid-column-end: span 2;
            min-width: 320px
        }

    .fillter-all .grid_3_col2 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
        grid-gap: 10px;
        -ms-grid-column-span: 3;
        grid-column-end: span 3
    }

        .fillter-all .grid_3_col2 .grid_2 .items {
            -ms-grid-column-span: 2;
            grid-column-end: span 2;
            min-width: 320px
        }

    .fillter-all .grid .lbl_2 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2
    }

    .fillter-all .grid .lbl_3 {
        -ms-grid-column-span: 3;
        grid-column-end: span 3
    }

    .fillter-all .grid .lbl_4 {
        -ms-grid-column-span: 4;
        grid-column-end: span 4
    }

@media (max-width: 1280px) {
    .fillter-all .grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: hidden;
        padding-top: 5px
    }

        .fillter-all .grid hr, .fillter-all .grid .lbl {
            width: 100%;
            display: block
        }

    .fillter-all .grid_1 {
        display: block;
        width: 50%
    }

    .fillter-all .grid_2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 32%
    }

    .fillter-all .grid_3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 50%
    }

    .fillter-all .grid_4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 50%
    }

        .fillter-all .grid_4 .items {
            min-width: 50%
        }

    .fillter-all .grid_3_col2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 36%
    }

        .fillter-all .grid_3_col2 .items {
            min-width: 40%
        }

        .fillter-all .grid_3_col2 .grid_1 {
            width: 40%
        }

        .fillter-all .grid_3_col2 .grid_2 {
            width: 60%
        }

    .fillter-all .grid .lbl_2 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1
    }

    .fillter-all .grid .lbl_3 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2
    }

    .fillter-all .grid .lbl_4 {
        -ms-grid-column-span: 3;
        grid-column-end: span 3
    }
}

@media (max-width: 991px) {
    .fillter-all .grid_2 {
        width: 50%
    }

    .fillter-all .grid_3_col2 {
        width: 50%
    }

        .fillter-all .grid_3_col2 .items {
            min-width: 40%
        }

        .fillter-all .grid_3_col2 .grid_1 {
            width: 40%
        }

        .fillter-all .grid_3_col2 .grid_2 {
            width: 60%
        }
}

@media (max-width: 1280px) {
    .fillter-all {
        padding: 70px 20px 20px 20px
    }

        .fillter-all .items {
            min-width: 150px;
            padding: 0 10px 0 0
        }
}

.fixed_toptop {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    text-align: center
}

    .fixed_toptop #comment-left, .fixed_toptop .hotline {
        width: 86px;
        height: 86px;
        line-height: 86px;
        background: var(--color_main);
        text-align: center;
        display: block;
        border-radius: 50%;
        margin: 0 auto 20px
    }

        .fixed_toptop #comment-left svg, .fixed_toptop .hotline svg {
            color: #fff;
            width: 40px;
            height: 40px
        }

    .fixed_toptop .hotline {
        display: none
    }

    .fixed_toptop #to_top {
        width: 56px;
        height: 56px;
        line-height: 50px;
        text-align: center;
        display: block;
        border: 1px solid var(--color_main);
        border-radius: 50%;
        margin: 0 auto
    }

        .fixed_toptop #to_top svg {
            color: var(--color_main);
            width: 25px;
            height: 25px
        }

.col_left {
    width: 247px
}

    .col_left .catalogue-wrap {
        top: 70px
    }

        .col_left .catalogue-wrap .back_step {
            display: none
        }

        .col_left .catalogue-wrap .scrollbar-inner {
            max-height: 70vh
        }

    .col_left .catalogue {
        border-top: 1px solid var(--gray100);
        margin-top: 16px;
        padding-top: 16px
    }

        .col_left .catalogue.catalogue_final {
            margin-top: 0
        }

.col_right {
    width: 977px;
    width: calc(100% - 247px)
}

@media (max-width: 991px) {
    .col_left {
        width: 100%;
        margin-bottom: 10px
    }

        .col_left .tong_sp {
            display: none
        }

        .col_left .catalogue-wrap {
            display: none
        }

        .col_left .sort-mobile {
            display: block
        }

    .col_right {
        width: 100%
    }

        .col_right .sort-fillter {
            display: none
        }
}

.section-thuonghieu {
    margin-bottom: 40px;
    position: relative;
    margin-top: -15px
}

    .section-thuonghieu .breadcrumb {
        margin-bottom: 34px
    }

    .section-thuonghieu .flex {
        z-index: 1
    }

    .section-thuonghieu .info {
        border: 1px solid #E3E7EF;
        background: #FFFFFF;
        padding: 24px 40px;
        position: relative;
        color: #414956;
        font-size: 16px;
        width: 594px
    }

        .section-thuonghieu .info::before {
            content: "";
            background: #06C1D4;
            width: 8px;
            height: 152px;
            top: 24px;
            left: 0;
            position: absolute
        }

        .section-thuonghieu .info .title {
            font-size: 32px;
            color: #0E0E0E;
            margin-bottom: 15px
        }

        .section-thuonghieu .info .description {
            height: 96px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 4;
            display: -webkit-box;
            -webkit-box-orient: vertical
        }

    .section-thuonghieu .logo {
        background: #FFFFFF;
        border: 1px solid #E3E7EF;
        width: 214px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 0
    }

        .section-thuonghieu .logo svg {
            fill: #007DB8;
            width: 100px;
            height: 100px
        }

    .section-thuonghieu .img-detail {
        position: absolute;
        width: 632px;
        right: 0;
        top: -35px
    }

        .section-thuonghieu .img-detail img {
            width: 100%
        }

    .section-thuonghieu .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 16px
    }

        .section-thuonghieu .tab a {
            display: inline-block;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            background: #F3F5F8;
            border: 1px solid #E3E7EF;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            padding: 0 24px;
            border-radius: 4px;
            margin: 0 16px 0 0;
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease
        }

            .section-thuonghieu .tab a:hover {
                background: var(--color_main);
                color: #ffff
            }

@media (max-width: 991px) {
    .section-thuonghieu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0px -16px 30px -16px
    }

        .section-thuonghieu .breadcrumb {
            display: none !important
        }

        .section-thuonghieu .info {
            width: 100%;
            border-top: 4px solid #06C1D4;
            padding: 16px
        }

            .section-thuonghieu .info .title {
                font-size: 20px
            }

            .section-thuonghieu .info::before {
                display: none
            }

        .section-thuonghieu .logo {
            width: 40px;
            border: 0;
            position: absolute;
            right: 35px;
            top: 18px
        }

            .section-thuonghieu .logo svg {
                width: 30px;
                height: 30px
            }

        .section-thuonghieu .tab {
            width: 100%;
            overflow-x: scroll;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            white-space: nowrap;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            display: block;
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
            -ms-flex-order: 3;
            order: 3;
            margin-left: 15px
        }

        .section-thuonghieu .flex {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
            padding: 0 16px;
            margin-top: -70px
        }

        .section-thuonghieu .img-detail {
            position: static;
            width: 100%;
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1
        }
}

@media (max-width: 576px) {
    .section-thuonghieu {
        margin-top: -16px
    }

        .section-thuonghieu .info .description {
            font-size: 14px;
            height: 85px
        }
}

.sort-fillter {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 17px
}

.sort-fillter__left strong {
    margin-right: 16px
}

.sort-fillter__left a {
    margin-right: 24px
}

    .sort-fillter__left a.active {
        color: var(--color_main)
    }

.sort-fillter__right {
    margin-top: -12px
}

    .sort-fillter__right a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-radius: 50%;
        display: inline-block
    }

        .sort-fillter__right a.active {
            background: var(--gray50)
        }

@media (max-width: 991px) {
    .sort-fillter {
        display: none
    }

    .sort-fillter__left {
        margin-bottom: 16px
    }

    .sort-fillter__right {
        display: none
    }
}

.result_box {
    margin-bottom: 10px
}

    .result_box .title_cate {
        font-size: 24px;
        width: 200px
    }

    .result_box .wrap {
        width: 1024px;
        width: calc(100% - 200px)
    }

        .result_box .wrap .tr {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 16px
        }

            .result_box .wrap .tr .txt_16 {
                width: 80px
            }

        .result_box .wrap .check-list {
            margin-bottom: 0;
            margin-right: 16px
        }

        .result_box .wrap .result_key {
            display: inline-block;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            background: #F3F5F8;
            border: 1px solid #E3E7EF;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            padding: 0 24px;
            border-radius: 4px;
            margin: 0 7px 0 0;
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease
        }

            .result_box .wrap .result_key strong {
                font-weight: 600
            }

            .result_box .wrap .result_key:hover {
                background: var(--color_main);
                color: #ffff
            }

@media (max-width: 991px) {
    .result_box .title_cate {
        font-size: 16px;
        width: 150px
    }

    .result_box .wrap {
        width: calc(100% - 150px)
    }

        .result_box .wrap .result_key {
            margin: 3px 7px 3px 0
        }
}

@media (max-width: 767px) {
    .result_box .title_cate {
        width: 100%
    }

    .result_box .wrap {
        width: 100%
    }
}

@media (max-width: 576px) {
    .result_box .wrap .scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: block;
        margin-right: -15px
    }

    .result_box .wrap .tr .check-list {
        display: inline-block
    }

    .result_box .wrap .tr .txt_16 {
        display: none
    }
}

.tab-default {
    border-bottom: 1px solid #E3E7EF;
    margin-bottom: 32px
}

    .tab-default a {
        color: #7A8088;
        font-size: 24px;
        font-weight: bold;
        line-height: 60px;
        display: inline-block;
        padding: 0 16px;
        position: relative
    }

        .tab-default a.active {
            color: #0E0E0E
        }

            .tab-default a.active::before {
                content: "";
                background: #06C1D4;
                left: 0;
                right: 0;
                height: 3px;
                position: absolute;
                bottom: -1px
            }

@media (max-width: 991px) {
    .tab-default {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: block !important
    }

        .tab-default a {
            font-size: 16px;
            line-height: 44px
        }
}

.tab-default_2 {
    margin-bottom: 24px
}

    .tab-default_2 a {
        font-size: 18px;
        line-height: 50px;
        padding: 0;
        margin-right: 40px
    }

.box-tra-cuu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .box-tra-cuu .level {
        border-right: 1px solid var(--gray100);
        min-width: 210px;
        padding-bottom: 100px
    }

        .box-tra-cuu .level h3 {
            display: block;
            font-weight: 600;
            padding: 13.5px 16px;
            border-bottom: 1px solid var(--gray100)
        }

        .box-tra-cuu .level .lbl {
            display: block;
            font-weight: 600;
            padding: 10px 16px
        }

        .box-tra-cuu .level .item {
            display: block;
            padding: 13.5px 16px;
            position: relative
        }

            .box-tra-cuu .level .item:hover, .box-tra-cuu .level .item.active {
                background: #D1F5F9;
                color: #0E0E0E;
                font-weight: 600
            }

                .box-tra-cuu .level .item:hover::before, .box-tra-cuu .level .item.active::before {
                    content: "";
                    border-top: 24px solid transparent;
                    border-bottom: 24px solid transparent;
                    border-left: 8px solid #D1F5F9;
                    position: absolute;
                    right: -8px;
                    top: 0
                }

    .box-tra-cuu .last-level {
        border-right: 0;
        width: 100%
    }

        .box-tra-cuu .last-level .item {
            padding: 8px 16px
        }

            .box-tra-cuu .last-level .item:hover, .box-tra-cuu .last-level .item.active {
                background: none;
                font-weight: 400;
                -webkit-text-decoration-line: underline;
                -moz-text-decoration-line: underline;
                text-decoration-line: underline;
                color: #27BECE
            }

                .box-tra-cuu .last-level .item:hover::before, .box-tra-cuu .last-level .item.active::before {
                    display: none
                }

    .box-tra-cuu .select-wrap {
        margin-top: 65px;
        width: 100%;
        text-align: center
    }

.box-tra-cuu__mobile {
    display: none
}

    .box-tra-cuu__mobile .level {
        font-size: 16px
    }

        .box-tra-cuu__mobile .level .lbl {
            font-weight: 600;
            font-size: 16px;
            display: block;
            margin-top: 20px
        }

        .box-tra-cuu__mobile .level .item {
            padding: 5px 0;
            display: block
        }

            .box-tra-cuu__mobile .level .item:hover, .box-tra-cuu__mobile .level .item.active {
                font-weight: 400;
                -webkit-text-decoration-line: underline;
                -moz-text-decoration-line: underline;
                text-decoration-line: underline;
                color: #27BECE
            }

@media (max-width: 991px) {
    .box-tra-cuu {
        display: none
    }

    .box-tra-cuu__mobile {
        display: block;
        border: 0
    }

        .box-tra-cuu__mobile .select-wrap {
            text-align: center;
            margin-top: 80px
        }

            .box-tra-cuu__mobile .select-wrap .icon-svg {
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg)
            }
}

.box_left {
    width: 624px;
    width: calc(100% - 508px)
}

.box_right {
    width: 488px
}

@media (max-width: 991px) {
    .box_left {
        width: 100%;
        margin-bottom: 24px
    }

    .box_right {
        width: 100%;
        margin-bottom: 24px
    }
}

.catalogue {
    position: relative
}

.catalogue__list {
    display: none
}

.catalogue h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
    padding-right: 60px
}

    .catalogue h3::before {
        content: '\ea78';
        font-family: 'iconfont';
        position: absolute;
        right: 12px;
        top: 0px;
        font-size: 18px
    }

    .catalogue h3.active::before {
        content: '\ea70'
    }

    .catalogue h3.active + .catalogue__list {
        display: block
    }

.catalogue .view-more {
    text-decoration: underline;
    text-underline-position: under
}

.catalogue_final h3 {
    margin-bottom: 0
}

    .catalogue_final h3::before {
        display: none
    }

.catalogue_final .cancel {
    position: absolute;
    right: 15px;
    top: 17px;
    text-decoration: underline;
    text-underline-position: under
}

.catalogue_final ul li {
    display: inline-block;
    margin-right: 5px
}

    .catalogue_final ul li .iconfont-close {
        font-weight: 600;
        font-size: 20px;
        color: #000
    }

.sort-mobile {
    font-size: 16px;
    margin-bottom: 10px;
    display: none
}

    .sort-mobile strong {
        font-weight: 600;
        color: #000
    }

    .sort-mobile select {
        border: 0 !important;
        outline: 0;
        width: auto
    }

    .sort-mobile #resizing_select {
        width: 80px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(images/icons/download.svg) no-repeat right 0px top 0px;
        background-size: 20px
    }

    .sort-mobile .fillter {
        float: right;
        border: 1px solid var(--gray100);
        border-radius: 56px;
        height: 36px;
        line-height: 34px;
        padding: 0 15px;
        margin-top: -7px;
        font-size: 14px
    }

        .sort-mobile .fillter svg {
            width: 16px;
            height: 16px;
            margin-right: 5px
        }

        .sort-mobile .fillter span {
            color: var(--color_main)
        }

        .sort-mobile .fillter.active {
            display: none
        }

            .sort-mobile .fillter.active + .apply {
                display: block
            }

    .sort-mobile .apply {
        float: right;
        margin-top: -10px;
        display: none;
        font-size: 14px;
        color: #fff;
        height: 36px;
        line-height: 36px
    }

.open-fillter .col_left .catalogue-wrap {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9899;
    padding: 0 10px
}

    .open-fillter .col_left .catalogue-wrap .back_step {
        display: block;
        width: calc(100% + 20px);
        margin: 0 -10px;
        background: #fff;
        padding: 22px 30px 22px 18px;
        text-align: center;
        border-bottom: 1px solid var(--gray100)
    }

        .open-fillter .col_left .catalogue-wrap .back_step .back {
            position: absolute;
            left: 16px;
            top: 18px;
            cursor: pointer
        }

            .open-fillter .col_left .catalogue-wrap .back_step .back svg {
                width: 24px;
                height: 24px
            }

        .open-fillter .col_left .catalogue-wrap .back_step .title_cate {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: bold
        }

        .open-fillter .col_left .catalogue-wrap .back_step .apply {
            height: 36px;
            line-height: 36px;
            color: #fff;
            position: absolute;
            font-size: 14px;
            right: 20px;
            top: 10px
        }

    .open-fillter .col_left .catalogue-wrap .scroll-element {
        display: none
    }

    .open-fillter .col_left .catalogue-wrap .scrollbar-inner {
        max-height: calc(100vh - 60px)
    }

    .open-fillter .col_left .catalogue-wrap .catalogue.catalogue_final {
        border-top: 0
    }

.tong_sp {
    font-size: 14px;
    margin-bottom: 20px
}

.width-article {
    max-width: 1030px
}

.slide-other .title_cate {
    text-align: center;
    margin-bottom: 40px
}

@media (max-width: 480px) {
    .slide-other .title_cate {
        margin-bottom: 16px;
        text-align: left
    }
}

.article_other .title_cate {
    text-align: center;
    margin-bottom: 40px
}

@media (max-width: 480px) {
    .article_other .title_cate {
        margin-bottom: 0;
        text-align: left
    }
}

.box_stream {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .box_stream .art_item {
        margin-bottom: 24px;
        float: left;
        width: 100%
    }

        .box_stream .art_item .ava {
            float: left;
            width: 288px;
            margin: 0 25px 0 0
        }

        .box_stream .art_item .content {
            overflow: hidden
        }

            .box_stream .art_item .content .tag {
                margin-bottom: 5px
            }

            .box_stream .art_item .content .title_news {
                font-size: 18px !important;
                font-weight: 600
            }

@media (max-width: 1200px) {
    .box_stream .art_item .ava {
        width: 200px;
        margin-right: 15px
    }
}

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

@media (max-width: 576px) {
    .box_stream .art_item .ava {
        width: 100%;
        margin: 0 0 15px 0;
        float: none
    }
}

.tag-other-prodcut {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 90px
}

    .tag-other-prodcut h3 {
        background: var(--gray50);
        font-size: 14px;
        padding: 0 24px;
        height: 40px;
        line-height: 40px;
        font-weight: 500;
        display: inline-block;
        text-align: center;
        margin: 0 8px 8px 0
    }

.box_search_null {
    text-align: center;
    max-width: 440px;
    margin: 0 auto;
    color: #414956;
    font-size: 16px;
}

    .box_search_null img {
        display: block;
        margin: 0 auto
    }

    .box_search_null h4 {
        font-size: 24px;
        color: #0E0E0E;
        margin-bottom: 8px
    }

    .box_search_null .btn-default {
        color: #fff;
        margin-top: 32px;
        line-height: 56px;
        height: 56px
    }

@media (max-width: 576px) {
    .box_search_null h4 {
        font-size: 20px
    }
}

.notifi-user {
    margin-bottom: 60px
}

    .notifi-user .head {
        font-size: 16px;
        font-weight: 600
    }

        .notifi-user .head .option {
            margin-top: 8px
        }

            .notifi-user .head .option a {
                margin-left: 24px;
                font-size: 14px
            }

        .notifi-user .head .option_mobile {
            position: absolute;
            right: 0;
            top: 0;
            display: none
        }

            .notifi-user .head .option_mobile svg {
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg)
            }

            .notifi-user .head .option_mobile .list {
                position: absolute;
                background: #fff;
                box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
                border-radius: 8px;
                min-width: 200px;
                right: -10px;
                top: 30px;
                display: none;
                z-index: 4
            }

                .notifi-user .head .option_mobile .list ul {
                    position: relative
                }

                    .notifi-user .head .option_mobile .list ul::before {
                        width: 13px;
                        height: 13px;
                        border: 1px solid var(--gray100);
                        border-width: 0 1px 1px 0;
                        content: '';
                        position: absolute;
                        top: -8px;
                        right: 20px;
                        background: var(--white);
                        -webkit-transform: rotate(225deg);
                        -ms-transform: rotate(225deg);
                        transform: rotate(225deg)
                    }

                    .notifi-user .head .option_mobile .list ul li a {
                        color: #0E0E0E;
                        font-weight: 600;
                        font-size: 14px;
                        display: block;
                        padding: 16px
                    }

            .notifi-user .head .option_mobile:hover .list {
                display: block
            }

@media (max-width: 1025px) {
    .notifi-user .head .option {
        margin-top: 2px
    }
}

@media (max-width: 576px) {
    .notifi-user .head {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .notifi-user .head .title_cate {
            width: 100%
        }

        .notifi-user .head .option {
            display: none
        }

        .notifi-user .head .option_mobile {
            display: block
        }
}

.notifi-user .list-notifi li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 25px 18px 25px;
    font-size: 16px;
    margin-bottom: 0;
    cursor: pointer;
    border: 1px solid #E3E7EF;
    border-bottom: 0;
    position: relative
}

    .notifi-user .list-notifi li:last-child {
        border-bottom: 1px solid #E3E7EF
    }

    .notifi-user .list-notifi li .delete {
        opacity: 0
    }

        .notifi-user .list-notifi li .delete svg {
            fill: var(--black);
            width: 22px;
            height: 22px
        }

    .notifi-user .list-notifi li:hover {
        background: var(--gray50)
    }

        .notifi-user .list-notifi li:hover .delete {
            opacity: 1
        }

    .notifi-user .list-notifi li.active {
        background: var(--color_main_hover)
    }

    .notifi-user .list-notifi li svg {
        color: var(--color_main);
        width: 28px;
        height: 28px
    }

    .notifi-user .list-notifi li .content {
        position: relative;
        width: 91%;
        width: calc(100% - 28px);
        padding-left: 32px
    }

        .notifi-user .list-notifi li .content .tag {
            color: var(--color_main);
            font-weight: 600
        }

        .notifi-user .list-notifi li .content .time {
            color: var(--gray500);
            font-size: 12px;
            font-weight: 600;
            margin-left: 15px
        }

        .notifi-user .list-notifi li .content p {
            margin-bottom: 0;
            margin-top: 14px;
            padding: 0
        }

@media (max-width: 576px) {
    .notifi-user .list-notifi li {
        padding: 16px;
        margin: 0 -15px;
        border-left: 0;
        border-right: 0
    }
}

.page-step .back_step {
    display: none
}

@media (max-width: 480px) {
    .page-step main {
        padding: 0
    }

    .page-step .fixed_toptop, .page-step header, .page-step footer {
        display: none
    }

    .page-step .back_step {
        display: block;
        width: 100%;
        background: #fff;
        z-index: 998;
        padding: 22px 30px 22px 18px;
        text-align: center;
        border-bottom: 1px solid var(--gray100);
        margin-bottom: -2px
    }

        .page-step .back_step .back {
            position: absolute;
            left: 16px;
            top: 18px;
            cursor: pointer
        }

        .page-step .back_step .title_cate {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: bold
        }
}

.box-search-suggest {
    position: relative
}

    .box-search-suggest input {
        width: 100%;
        height: 40px;
        font-size: 16px;
        font-weight: 300;
        padding: 0 60px 0 15px;
        border: 1px solid transparent;
        background: #F3F5F8;
        border-radius: 4px;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .box-search-suggest input:focus, .box-search-suggest input:active {
            box-shadow: none
        }

    .box-search-suggest button {
        width: 50px;
        height: 40px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: none;
        cursor: pointer
    }

        .box-search-suggest button svg {
            width: 25px;
            height: 19px;
            color: var(--dark_gray)
        }

        .box-search-suggest button:hover svg {
            color: var(--color_main)
        }

    .box-search-suggest .suggest-search {
        display: none
    }

        .box-search-suggest .suggest-search .scrollbar-inner {
            box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
            max-height: 328px
        }

            .box-search-suggest .suggest-search .scrollbar-inner li a {
                padding: 15px 34px 15px 24px;
                display: block;
                font-size: 16px;
                border-bottom: 1px solid var(--gray100);
                position: relative
            }

                .box-search-suggest .suggest-search .scrollbar-inner li a svg {
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                    position: absolute;
                    right: 20px;
                    top: 18px
                }

                .box-search-suggest .suggest-search .scrollbar-inner li a strong {
                    font-weight: 600
                }

@media (max-width: 991px) {
    .box-search-suggest .suggest-search .scrollbar-inner li a {
        padding: 12px 20px 12px 15px;
        font-size: 14px
    }

        .box-search-suggest .suggest-search .scrollbar-inner li a svg {
            right: 15px;
            top: 12px
        }
}

.box-search-suggest .suggest-search__show {
    display: block;
    margin: 10px 0 30px 0
}

    .box-search-suggest .suggest-search__show .scrollbar-inner {
        box-shadow: none
    }

.box-search-suggest.active .suggest-search {
    display: block
}

.suport-team {
    position: fixed;
    z-index: 991;
    bottom: 20px;
    width: 375px;
    right: 20px;
    background: #FFFFFF;
    border: 1px solid var(--gray100);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%)
}

    .suport-team .head {
        border-bottom: 1px solid var(--gray100);
        height: 60px;
        line-height: 60px
    }

        .suport-team .head .close-chat {
            float: right;
            font-size: 18px;
            margin-right: 16px;
            cursor: pointer
        }

    .suport-team .survey-chat {
        text-align: center;
        padding: 80px 16px;
        color: var(--dark_gray);
        font-size: 16px;
        line-height: 1.5
    }

        .suport-team .survey-chat .vote-smile {
            margin-top: 40px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .suport-team .survey-chat .vote-smile a {
                display: inline-block;
                width: 25%
            }

                .suport-team .survey-chat .vote-smile a svg {
                    width: 25px;
                    height: 25px
                }

                .suport-team .survey-chat .vote-smile a span {
                    display: block;
                    opacity: 0;
                    -webkit-transition: 0.5s ease;
                    transition: 0.5s ease;
                    font-weight: 600;
                    line-height: 1.2;
                    margin-top: 15px
                }

                .suport-team .survey-chat .vote-smile a:hover, .suport-team .survey-chat .vote-smile a.active {
                    color: var(--dark_gray)
                }

                    .suport-team .survey-chat .vote-smile a:hover span, .suport-team .survey-chat .vote-smile a.active span {
                        opacity: 1
                    }

                .suport-team .survey-chat .vote-smile a.active {
                    color: var(--color_main)
                }

    .suport-team .admin-active {
        border-bottom: 0.5px solid var(--gray100);
        padding: 16px 20px
    }

        .suport-team .admin-active .list {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin: 0 -6px;
            padding: 0
        }

            .suport-team .admin-active .list li {
                margin-bottom: 0;
                position: relative
            }

                .suport-team .admin-active .list li:before {
                    display: none
                }

                .suport-team .admin-active .list li a {
                    border-radius: 50%;
                    background: var(--gray100);
                    font-size: 18px;
                    width: 48px;
                    height: 48px;
                    line-height: 48px;
                    text-align: center;
                    position: relative;
                    display: inline-block;
                    margin: 0 6px
                }

                .suport-team .admin-active .list li.online::after {
                    content: "";
                    background: #43BF75;
                    border: 2px solid #fff;
                    width: 16px;
                    height: 16px;
                    border-radius: 50%;
                    position: absolute;
                    right: 8px;
                    top: -2px
                }

                .suport-team .admin-active .list li.online.active a {
                    border: 2px solid var(--color_main)
                }

                    .suport-team .admin-active .list li.online.active a::before {
                        content: '';
                        display: block;
                        border-top: 1px solid var(--gray100);
                        border-right: 1px solid var(--gray100);
                        width: 10px;
                        height: 10px;
                        position: absolute;
                        left: 15px;
                        bottom: -24px;
                        -webkit-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        transform: rotate(-45deg)
                    }

                    .suport-team .admin-active .list li.online.active a::after {
                        content: "";
                        position: absolute;
                        bottom: -20px;
                        left: 14px;
                        border-right: 6px solid transparent;
                        border-left: 6px solid transparent;
                        border-bottom: 6px solid #fff
                    }

    .suport-team.active h3 {
        line-height: 57px;
        height: 57px;
        font-size: 20px;
        font-weight: bold;
        padding: 0 22px
    }

    .suport-team.active .content-chat {
        font-size: 16px;
        color: #000;
        line-height: 1.6
    }

        .suport-team.active .content-chat .scrollbar-inner {
            padding: 20px 15px 0 15px;
            max-height: 360px;
            margin-bottom: 10px
        }

        .suport-team.active .content-chat .date {
            color: var(--gray500);
            font-size: 12px;
            margin-bottom: 16px
        }

    .suport-team.active .content-chat__tl {
        display: block;
        margin-bottom: 8px;
        position: relative
    }

        .suport-team.active .content-chat__tl .reply {
            position: relative
        }

    .suport-team.active .content-chat .admin-reply {
        position: relative;
        padding-right: 60px
    }

        .suport-team.active .content-chat .admin-reply .reply {
            background: var(--gray50);
            border-radius: 0px 8px 8px 8px;
            display: inline-block;
            padding: 10px 16px
        }

    .suport-team.active .content-chat .user-reply {
        text-align: right;
        padding-left: 60px;
        margin-bottom: 15px;
        position: relative
    }

        .suport-team.active .content-chat .user-reply .reply {
            background: #D1F5F9;
            border-radius: 8px 0 8px 8px;
            display: inline-block;
            padding: 10px 16px
        }

    .suport-team.active .input--text {
        padding: 8px 55px 8px 15px;
        position: relative;
        border-top: 0.5px solid var(--gray50)
    }

        .suport-team.active .input--text textarea {
            background: var(--gray50);
            border-radius: 4px;
            height: 48px;
            border: 1px solid var(--gray50);
            resize: none;
            outline: 0;
            font-size: 16px;
            padding: 14px 35px 0 16px;
            overflow: hidden;
            width: 100%;
            line-height: 1.3
        }

        .suport-team.active .input--text .up-file {
            position: absolute;
            right: 65px;
            margin: 0;
            top: 17px
        }

            .suport-team.active .input--text .up-file input {
                display: none
            }

            .suport-team.active .input--text .up-file i {
                color: #000;
                font-size: 18px
            }

        .suport-team.active .input--text .submit-comment {
            position: absolute;
            background: none;
            height: 48px;
            right: 8px;
            padding: 3px 10px;
            outline: 0;
            box-shadow: none;
            border: 0
        }

            .suport-team.active .input--text .submit-comment i {
                color: #000;
                font-size: 18px
            }

.open-chat .suport-team {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

@media (max-width: 480px) {
    .suport-team {
        bottom: 80px;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        border: 0;
        z-index: 9999
    }

        .suport-team.active .content-chat .scrollbar-inner {
            max-height: calc(100vh - 300px)
        }

    .open-chat .overlay-bg {
        display: block
    }
}

:root {
    --black: #0E0E0E;
    --color_main: #06C1D4;
    --color_main_hover: #06C1D4;
    --color_main_active: #06C1D4;
    --color_main_hover: #D1F5F9;
    --white: #fff;
    --dark_gray: #171C27;
    --dark_blue: #242368;
    --gray700: #272E3C;
    --gray600: #414956;
    --gray500: #7A8088;
    --gray200: #D2D7E1;
    --gray100: #E3E7EF;
    --gray50: #F3F5F8;
    --gray10: #FBFBFB;
    --red: #D53B2A;
    --oranger: #ED6E33;
    --green: #21A453;
    --font_main: 'SF_Pro_Display';
    --font2: 'Merriweather'
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.flex-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.thumb_img {
    display: block;
    height: 0;
    position: relative;
    overflow: hidden
}

    .thumb_img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

.thumb_5x3 {
    padding-bottom: 60%
}

.thumb_5x4 {
    padding-bottom: 80%
}

.thumb_5x5 {
    padding-bottom: 100%
}

.thumb_16x9 {
    padding-bottom: 56.25%
}

.white-popup {
    border-radius: 8px;
    border: 1px solid var(--gray100)
}

@media (max-width: 590px) {
    .white-popup {
        border-radius: 0
    }
}

.content_lightbox {
    padding: 25px 24px 20px 24px
}

    .content_lightbox p {
        font-size: 16px
    }

    .content_lightbox .check3 svg {
        color: var(--color_main);
        width: 30px;
        height: 30px
    }

    .content_lightbox hr {
        border-top: 1px solid rgba(112,112,112,0.5);
        margin: 18px 0
    }

    .content_lightbox .button-bottom {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .content_lightbox .button-bottom .btn {
            margin: 0 10px;
            width: 188px;
            padding: 0 10px
        }

        .content_lightbox .button-bottom.align-right .btn {
            margin: 0
        }

    .content_lightbox .list-product {
        border: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .content_lightbox .list-product .items {
            width: 48%;
            width: calc(50% - 8px);
            margin-bottom: 16px;
            border: 1px solid var(--gray100)
        }

            .content_lightbox .list-product .items:hover {
                border: 1px solid #06C1D4
            }

@media (max-width: 767px) {
    .content_lightbox {
        padding: 20px
    }
}

@media (max-width: 599px) {
    .content_lightbox .tab-login a {
        font-size: 20px
    }
}

@media (max-width: 400px) {
    .content_lightbox .btn {
        width: 40%
    }

    .content_lightbox .button-bottom.align-right .btn {
        width: 100%
    }
}

.white-popup.popup-width {
    max-width: 800px
}

.white-popup.popup-width__2 {
    max-width: 700px
}

.login-popup .content_lightbox {
    padding: 30px
}

.hide-close .mfp-close {
    display: none
}

.back_step svg {
    width: 24px;
    height: 24px
}

.tab-login {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 3px solid #F3F5F8;
    margin: -30px -30px 30px -30px
}

    .tab-login a {
        font-size: 20px;
        width: 50%;
        text-align: center;
        color: #161616
    }

        .tab-login a.active::before {
            content: "";
            background: #06C1D4;
            left: 0;
            right: 0;
            height: 3px;
            position: absolute;
            bottom: -3px
        }

#show_hide_password .input-group-addon, #show_hide_password2 .input-group-addon {
    position: absolute;
    top: 8px;
    right: 10px
}

    #show_hide_password .input-group-addon a, #show_hide_password2 .input-group-addon a {
        color: #A8A8A8
    }

#show_hide_password .checked, #show_hide_password2 .checked {
    position: absolute;
    right: -30px;
    top: 8px
}

    #show_hide_password .checked svg, #show_hide_password2 .checked svg {
        color: var(--color_main);
        width: 20px
    }

    #show_hide_password .checked.false svg, #show_hide_password2 .checked.false svg {
        color: #D50202
    }

.login-form .form-group.flex label.block {
    font-size: 16px;
    display: block;
    color: #000;
    margin-bottom: 8px;
    font-weight: 600
}

.login-form .form-group.flex .input-wrap {
    width: 100%
}

    .login-form .form-group.flex .input-wrap .form-control {
        background: var(--gray50);
        padding: 10px 16px;
        height: 48px;
        box-shadow: none;
        color: #0E0E0E;
        font-size: 16px;
        border-radius: 4px
    }

    .login-form .form-group.flex .input-wrap .textarea {
        height: 124px;
        resize: none
    }

.width-container {
    max-width: 545px;
    margin: 50px auto
}

    .width-container .form-group {
        margin-bottom: 30px
    }

    .width-container .content_lightbox {
        padding: 0
    }

    .width-container .title {
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 35px
    }

    .width-container #show_hide_password .input-group-addon, .width-container #show_hide_password2 .input-group-addon {
        top: 18px;
        right: 15px
    }

    .width-container #show_hide_password .checked, .width-container #show_hide_password2 .checked {
        top: 17px
    }

    .width-container p {
        font-size: 16px;
        line-height: 1.6
    }

    .width-container .btn-primary {
        height: 58px;
        line-height: 58px;
        margin: 0 0 15px 0;
        width: 100%;
        border: 0;
        background: var(--color_main)
    }

        .width-container .btn-primary:hover {
            background: var(--color_main_hover)
        }

        .width-container .btn-primary:active {
            background: var(--color_main_active)
        }

@media (max-width: 500px) {
    .width-container {
        margin: 30px auto
    }

        .width-container .title {
            font-size: 25px
        }
}

.code-confirm .form-group.flex label {
    font-size: 20px;
    margin-top: 16px
}

.code-confirm .form-group.flex .input-wrap {
    width: 380px
}

    .code-confirm .form-group.flex .input-wrap input {
        height: 58px;
        font-size: 24px;
        width: 88px
    }

@media (max-width: 500px) {
    .code-confirm .form-group.flex {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .code-confirm .form-group.flex label {
            margin-bottom: 10px
        }
}

@media (max-width: 400px) {
    .code-confirm .form-group.flex .input-wrap {
        width: 100%;
        text-align: center
    }

        .code-confirm .form-group.flex .input-wrap input {
            width: 75px
        }
}

@media (max-width: 340px) {
    .code-confirm .form-group.flex .input-wrap input {
        width: 65px
    }
}

.code-confirm input {
    width: 53px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    margin-left: 4px
}

.form-label-group {
    position: relative;
    margin-bottom: 32px
}

    .form-label-group input {
        height: 58px;
        background: #f2f2f2;
        font-size: 16px;
        color: #050505
    }

.form-control {
    border: 1px solid #f2f2f2
}

    .form-control:focus {
        background: #f2f2f2;
        color: #050505;
        border-color: 0;
        border: 1px solid var(--color_main);
        outline: 0;
        box-shadow: none
    }

.form-label-group > input, .form-label-group .lbl {
    padding: 15px 20px;
    height: 58px
}

.form-label-group .lbl {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #050505;
    font-size: 20px;
    border: 1px solid transparent;
    border-radius: .25rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent
}

.form-label-group input:-ms-input-placeholder {
    color: transparent
}

.form-label-group input::-ms-input-placeholder {
    color: transparent
}

.form-label-group input::-moz-placeholder {
    color: transparent
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent
}

.form-label-group input:-ms-input-placeholder {
    color: transparent
}

.form-label-group input::placeholder {
    color: transparent
}

.form-label-group input:not(:placeholder-shown) {
    padding: 30px 20px 8px 20px
}

    .form-label-group input:not(:placeholder-shown) ~ .lbl {
        padding: 6px 20px;
        font-size: 14px;
        color: var(--gray500);
        height: auto
    }

@media (max-width: 576px) {
    .thongso-popup .content_lightbox {
        padding: 20px 8px 20px 10px
    }

    .thongso-popup .scroll-element {
        display: none !important
    }
}

@supports (-ms-ime-align: auto) {
    .form-label-group .lbl {
        display: none
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group .lbl {
        display: none
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777
    }
}

footer {
    background: var(--gray700);
    position: relative;
    color: #fff;
    padding-top: 45px;
    font-size: 16px;
    margin-top: 24px
}

    footer a {
        color: var(--color_main)
    }

    footer .footer-top {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    footer .fs-logo {
        width: 800px
    }

    footer .fs-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 424px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        footer .fs-right .hotline {
            font-size: 24px
        }

            footer .fs-right .hotline span {
                display: block;
                font-size: 14px;
                color: rgba(255,255,255,0.5)
            }

            footer .fs-right .hotline a, footer .fs-right .hotline strong {
                color: #fff
            }

        footer .fs-right .social {
            margin-top: 10px
        }

            footer .fs-right .social ul {
                margin-bottom: 0
            }

                footer .fs-right .social ul li {
                    margin-left: 16px;
                    display: inline-block
                }

                    footer .fs-right .social ul li a {
                        border-radius: 50%;
                        width: 32px;
                        height: 32px;
                        line-height: 32px;
                        display: inline-block;
                        text-align: center;
                        background: var(--color_main);
                        color: var(--dark_gray)
                    }

    footer .title-mobile {
        display: none
    }

    footer .content-wrapper {
        margin: 0 auto;
        padding: 30px 0 0 0
    }

    footer .primary-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 800px
    }

    footer .primary-links__list-item {
        padding-bottom: 25px;
        width: 25%;
        -moz-column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid
    }

        footer .primary-links__list-item:nth-child(2) {
            margin-top: 42px
        }

        footer .primary-links__list-item h2 {
            margin: 0 0 16px;
            font-size: 1.125rem;
            font-weight: 600;
            line-height: 1.4
        }

        footer .primary-links__list-item ul {
            margin-bottom: 0
        }

            footer .primary-links__list-item ul li a {
                display: block;
                font-size: 1rem;
                margin-bottom: 5px;
                color: rgba(255,255,255,0.7);
                text-decoration: none;
                position: relative;
                outline: none
            }

    footer .blog-content {
        width: 424px
    }

        footer .blog-content h2 {
            margin: 0 0 24px;
            font-size: 1.125rem;
            font-weight: bold;
            line-height: 1.4
        }

        footer .blog-content ul {
            margin-left: -30px
        }

            footer .blog-content ul li {
                width: 50%;
                padding-left: 30px;
                display: inline-block;
                color: #fff;
                text-decoration: none;
                position: relative;
                outline: none;
                line-height: 1.8;
                margin-bottom: 30px
            }

    footer .extra-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
        line-height: 1.6;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        footer .extra-content .copy_right {
            font-size: 12px;
            color: rgba(255,255,255,0.5)
        }

        footer .extra-content .bct {
            margin-top: 10px
        }

        footer .extra-content p {
            margin-bottom: 0
        }

@media (max-width: 1254px) {
    footer .fs-logo img {
        width: 200px
    }

    footer .fs-logo, footer .primary-links {
        width: calc(100% - 350px)
    }

    footer .fs-right, footer .blog-content {
        width: 350px
    }
}

@media (max-width: 991px) {
    footer .fs-logo, footer .primary-links {
        width: 100%;
        margin-bottom: 20px
    }

    footer .fs-right, footer .blog-content {
        width: 100%
    }
}

@media (max-width: 590px) {
    footer {
        padding-top: 24px
    }

        footer .fs-logo {
            margin-bottom: 30px
        }

            footer .fs-logo img {
                width: 115px
            }

        footer .fs-right .hotline {
            font-size: 16px
        }

        footer .fs-right .social ul li {
            margin-left: 8px
        }

        footer .primary-links {
            margin-bottom: 0
        }

        footer .primary-links__list-item {
            width: 100%;
            display: none
        }

        footer .blog-content h2 {
            margin-bottom: 16px
        }

        footer .extra-content {
            margin: 0 -15px;
            padding: 16px;
            border-top: 1px solid rgba(255,255,255,0.16)
        }

            footer .extra-content .copy_right {
                width: 230px
            }
}

.down-up {
    margin-bottom: 30px;
    width: 100%;
    display: none
}

@media (max-width: 480px) {
    .down-up {
        display: block
    }
}

.down-up .lbl {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative
}

.down-up .flex {
    width: 100%
}

    .down-up .flex ul {
        width: 50%
    }

.down-up .up::before {
    content: "";
    border-top: 2px solid var(--white);
    border-right: 2px solid var(--white);
    position: absolute;
    right: -20px;
    top: 6px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.down-up .down::before {
    content: "";
    border-top: 2px solid var(--white);
    border-right: 2px solid var(--white);
    position: absolute;
    right: -20px;
    top: 2px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.down-up .level2 {
    margin-top: 20px
}

    .down-up .level2 h2 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 15px
    }

    .down-up .level2 ul {
        margin-bottom: 20px
    }

        .down-up .level2 ul li {
            margin-bottom: 4px
        }

            .down-up .level2 ul li a {
                color: #fff;
                font-size: 14px
            }

@media only screen and (max-width: 1024px) and (min-width: 700px) {
    footer {
        padding: 30px 0
    }

    .container, .container-fluid {
        padding: 0 30px
    }
}

@media (min-width: 1200px) {
    body.min .container {
        max-width: 1025px
    }

    body.min .fs-header .f-hdtop .fs-search > form {
        width: 512px
    }

    body.min .fs-header .f-hdtop .fs-hdmn li {
        margin-left: 70px
    }
}

@media (max-width: 1254px) {
    .fs-header .f-hdtop {
        padding: 0 10px
    }
}

@media (max-width: 1025px) {
    .breadcrumb {
        margin-bottom: 30px
    }

    .mb56 {
        margin-bottom: 24px
    }

    .title_cate {
        font-size: 25px;
        margin-bottom: 15px
    }

    .btn-default {
        padding: 0 25px
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px
    }

    .header-pc, .search-Sticky {
        display: none !important
    }

    .header-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .fs-header .f-hdtop .f-wrap {
        display: block
    }

        .fs-header .f-hdtop .f-wrap .fs-logo {
            width: 100%;
            text-align: center;
            padding-top: 16px
        }

    .fs-header .f-hdtop .fs-search {
        position: absolute;
        right: 0;
        top: 12px
    }

        .fs-header .f-hdtop .fs-search > form {
            max-width: 50px;
            float: right
        }

            .fs-header .f-hdtop .fs-search > form input {
                padding: 0;
                width: 0
            }

            .fs-header .f-hdtop .fs-search > form button {
                background: none;
                font-size: 0
            }

                .fs-header .f-hdtop .fs-search > form button svg {
                    color: #fff
                }

    .fs-header .f-hdtop .fs-hdmn {
        display: none
    }

    .list-product .items .more {
        display: none
    }

    .list-product.show-more .items .more {
        display: block
    }

    .breadcrumb {
        margin-bottom: 20px
    }

    .hidden-md {
        display: none
    }

    .fixed_toptop {
        top: inherit;
        bottom: 20px;
        right: 16px
    }

        .fixed_toptop #comment-left, .fixed_toptop .hotline {
            display: inline-block;
            width: 48px;
            height: 48px;
            line-height: 48px;
            margin-bottom: 0;
            margin-left: 10px
        }

            .fixed_toptop #comment-left svg, .fixed_toptop .hotline svg {
                width: 25px;
                height: 25px
            }

        .fixed_toptop #to_top {
            display: none !important
        }
}

@media (max-width: 576px) {
    .hidden-sm {
        display: none
    }

    main {
        padding-top: 16px
    }

        main.page-home {
            padding-top: 0
        }

    .product-slide .swiper-button-next, .product-slide .swiper-button-prev, .product-slide .swiper-button-next {
        display: none
    }

    .product-review .swiper-button-next, .product-review .swiper-button-prev, .product-review .swiper-button-next {
        display: none
    }

    .list-product .items .content_2 .btn-default {
        font-size: 14px;
        height: 36px;
        line-height: 36px
    }

    .title_cate {
        font-size: 20px
    }

    .breadcrumb {
        display: none
    }
}

@media (max-width: 480px) {
    .hidden-sx {
        display: none
    }

    .product-review .items {
        border-bottom: 1px solid var(--gray100)
    }

    .title_cate {
        font-size: 20px;
        margin: 0 0 16px
    }

    .view-more__border {
        margin-top: 16px
    }

        .view-more__border a {
            height: 36px;
            font-size: 14px;
            line-height: 36px
        }

            .view-more__border a svg {
                display: none
            }

    .folder-show .breadcrumb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .tag-other-prodcut {
        display: block;
        margin-top: 32px;
        width: calc(100% + 15px);
        margin-right: -15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
}
