
html::-webkit-scrollbar {
    width: 3px
}

html::-webkit-scrollbar-thumb {
    background-color: #00b2ff;
    outline: 3px solid #3399ff
}

body {
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    overflow-x: hidden;
    color: #000
}
.hidden{
	display:none;
}

@media (min-width: 991px) {
    .container {
        padding-right:0px;
        padding-left: 0px
    }
}

@media (max-width: 767px) {
    .container {
        padding-right:5px;
        padding-left: 5px
    }

    .container .row {
        margin-left: -5px;
        margin-right: -5px
    }

    .container .row>div {
        padding-right: 5px;
        padding-left: 5px
    }
}

svg {
    width: 20px;
    height: 20px
}

a {
    transition: all .4s ease;
    color: #000
}

a:hover {
    color: #f25c05
}

b,strong {
    font-weight: bold
}

button,li {
    transition: all .4s ease
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.no-margin {
    margin-left: 0;
    margin-right: 0
}

.relative {
    position: relative
}

.relative {
    position: relative
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    border: initial;
    background: initial
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.margin-bt-0 {
    margin-bottom: 0 !important
}

.alert .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

/* .alert-success,.alert-info,.alert-warning {
    max-width: 335px !important
} */

@media (max-width: 350px) {
    .alert-success,.alert-info,.alert-warning {
        max-width:280px !important
    }
}

.alert-warning2 {
    max-width: 100% !important
}

.text-center {
    text-align: center
}

.container--wishlist .alert-warning {
    max-width: 100% !important
}

@media (min-width: 1200px) {
    .col-xl-20 {
        -ms-flex:0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 991px) {
    .col-lg-20 {
        -ms-flex:0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-40 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media (min-width: 1366px) {
    .container {
        max-width:1300px
    }
}

.swiper-container {
    padding: 2px !important
}

.swiper-container .swiper-button-disabled {
    display: none
}

.swiper-container .swiper-button-next:after,.swiper-container .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: #333
}

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important
}

.line-clamp:after {
    content: '';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 25%;
    display: block;
    position: absolute;
    height: calc(1em * 1.4);
    background: linear-gradient(to right, rgba(255,255,255,0), #fff 75%)
}

@supports (-webkit-line-clamp: 1) {
    .line-clamp:after {
        display: none !important
    }
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.4 * 1)
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.4 * 2)
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.4 * 3)
}

.product-action {
    /* border: 1px solid #ddd; */
    overflow: hidden;
    position: relative;
    background: #fff
}

.product-action .product-thumbnail {
    position: relative
}

.product-action .product-thumbnail .image_thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 100%
}

.product-action .product-thumbnail .image_thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

.product-action .product-thumbnail .group-tag {
    position: absolute;
    bottom: 0px;
    left: 23px
}

@media (max-width: 767px) {
    .product-action .product-thumbnail .group-tag {
        font-size:12px
    }
}

@media (max-width: 350px) {
    .product-action .product-thumbnail .group-tag {
        font-size:9px
    }
}

.product-action .product-thumbnail .group-tag li {
    display: inline-block;
    position: relative;
    padding: 3px 0px;
    color: #fff;
    margin-right: 17px;
    margin-bottom: 3px
}

.product-action .product-thumbnail .group-tag li:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: -17px;
    background-color: inherit;
    transform-origin: bottom;
    transform: skew(-30deg);
    background: #0969c3
}

.product-action .product-thumbnail .group-tag li span {
    z-index: 1;
    position: relative
}

.product-action .product-thumbnail .group-tag li:nth-child(2n+1):before {
    background: #0969c3
}

.product-action .product-info {
    padding: 10px 5px;
    min-height: 125px
}

@media (max-width: 767px) {
    .product-action .product-info {
        min-height:120px
    }
}

.product-action .product-info .price-box {
    margin-bottom: 5px;
    position: relative;
    color: #0969c3;
    font-weight: 700;
    font-size: 18px;
    text-align: left
}

.product-action .product-info .price-box .compare-price {
    color: #666;
    text-decoration: line-through;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px
}

@media (max-width: 991px) {
    .product-action .product-info .price-box .compare-price {
        margin-left:0px;
        font-size: 12px;
        display: block
    }
}

@media (max-width: 991px) {
    .product-action .product-info .price-box {
        min-height:45px
    }
}

.product-action .product-info .product-name {
    font-size: 16px;
    text-align: left;
    font-weight: 700
}

@media (max-width: 767px) {
    .product-action .product-info .product-name {
        font-size:14px
    }
}

.product-action .btn-wishlist {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0
}

.product-action .btn-wishlist svg {
    width: 24px;
    height: 24px
}

.product-action .btn-wishlist svg path {
    fill: #fff
}

.product-action .btn-wishlist:hover svg path {
    fill: #0969c3
}

.product-action .setCompare {
    position: absolute;
    right: 10px;
    top: 45px;
    opacity: 0
}

.product-action .setCompare svg {
    width: 24px;
    height: 24px
}

.product-action .setCompare svg path {
    fill: #fff
}

.product-action .setCompare:hover svg path {
    fill: #0969c3
}

.product-action .quick-view {
    position: absolute;
    right: 10px;
    top: 80px;
    opacity: 0
}

.product-action .quick-view svg {
    width: 24px;
    height: 24px
}

.product-action .quick-view svg path {
    fill: #fff
}

.product-action .quick-view:hover svg path {
    fill: #0969c3
}

.product-action .smart {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #0969c3;
    text-align: center;
    width: auto;
    height: auto;
    font-size: 14px;
    color: white;
    z-index: 5;
    line-height: 17px;
    padding: 5px 10px;
    box-shadow: 0px 0px 5px 1px #fff
}

@media (max-width: 767px) {
    .product-action .smart {
        font-size:12px
    }
}

@media (max-width: 350px) {
    .product-action .smart {
        font-size:9px
    }
}

.product-action .btn-views {
    display: block;
    width: 100%;
    background: #0969c3;
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 5px
}

@media (max-width: 767px) {
    .product-action .btn-views {
        font-size:14px;
        padding: 5px 5px
    }
}

.product-action .btn-views:hover {
    background: #03ef91;
    color: #fff
}

.product-action .btn-views.disabled {
    opacity: 0.7
}

.product-action .btn-views.disabled:hover {
    background: #0969c3;
    color: #fff
}

@media (min-width: 1025px) {
    /* .product-action:hover {
        border:1px solid #0969c3
    } */

    .product-action:hover .btn-wishlist,.product-action:hover .quick-view,.product-action:hover .setCompare {
        opacity: 1
    }

    .product-action:hover .product-thumbnail .image_thumb img {
        -webkit-transform: scale(0.9)
    }

    .product-action:hover .product-thumbnail .action .btn-views {
        padding: 9px 10px;
        height: auto;
        width: auto;
        opacity: 1;
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .footer .col-footer {
        margin-bottom:20px
    }
}

@media (max-width: 767px) {
    .footer {
        padding-bottom:60px
    }
}

.footer .top-footer {
    background: #0969c3;
    padding: 10px 0
}

.footer .top-footer .row {
    align-items: center
}

.footer .top-footer .col-xl-2 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

.footer .top-footer .section_chinhsach .swiper-wrapper {
    align-items: center
}

.footer .top-footer .section_chinhsach a {
    display: flex;
    align-items: center
}

.footer .top-footer .section_chinhsach a img {
    max-height: 40px;
    width: auto
}

.footer .top-footer .section_chinhsach a .text {
    color: #fff;
    padding-left: 10px
}

.footer .top-footer .section_chinhsach a .text .title {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.footer .mid-footer {
    color: #fff;
    padding: 50px 0;
    background: #333;
    font-size: 13px;
}

.footer .mid-footer .ft-info {
    margin-bottom: 30px;
    text-align: center
}

.footer .mid-footer .logo-ft {
    display: block;
    margin-bottom: 20px
}

.footer .mid-footer .content-ft {
    margin-bottom: 20px
}

.footer .mid-footer .group-address {
    margin-top: 10px
}

.footer .mid-footer .group-address .title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px
}

.footer .mid-footer .group-address ul {
    margin-bottom: 20px;
    list-style: none
}

.footer .mid-footer .group-address ul li {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center
}

.footer .mid-footer .group-address ul li svg {
    width: 18px;
    height: 18px
}

.footer .mid-footer .group-address ul li svg path {
    fill: #0969c3
}

.footer .mid-footer .group-address ul li span {
    color: #fff;
    padding-left: 10px
}

.footer .mid-footer .group-address ul li a {
    color: #fff;
    display: inline-block;
    padding-left: 10px
}

.footer .mid-footer .group-address ul li a:hover {
    color: #0969c3
}

.footer .mid-footer .title-menu {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    color: #0969c3;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .footer .mid-footer .title-menu {
        margin-bottom:10px
    }
}

.footer .mid-footer .list-menu li {
    margin-bottom: 5px
}

.footer .mid-footer .list-menu li a {
    font-size: 16px;
    color: #fff
}

.footer .mid-footer .list-menu li a:hover {
    color: #00ff99
}

@media (max-width: 767px) {
    .footer .mid-footer .list-menu.hidden-mobile {
        display:none
    }
}

.footer .mid-footer .social {
    display: inline-block
}

.footer .mid-footer .social li {
    display: inline-block;
    margin-right: 10px
}

.footer .mid-footer .social li:last-child {
    margin-right: 0px
}

.footer .mid-footer .social li:hover {
    opacity: 0.8
}

.footer .mid-footer .thanhtoan li {
    display: inline-block;
    margin-right: 2px
}

.footer .mid-footer .thanhtoan li img {
    max-height: 30px;
    width: auto
}

@media (max-width: 767px) {
    .footer .mid-footer .footer-click .title-menu .down_icon {
        height:20px !important;
        width: 20px !important;
        position: absolute;
        right: 7.5px;
        top: 11px;
        transform: translate(0, -50%);
        cursor: pointer
    }

    .footer .mid-footer .footer-click .title-menu .down_icon:before,.footer .mid-footer .footer-click .title-menu .down_icon:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #0969c3;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
    }

    .footer .mid-footer .footer-click .title-menu .down_icon:before {
        width: 11px;
        height: 1px;
        opacity: 1
    }

    .footer .mid-footer .footer-click .title-menu .down_icon:after {
        width: 1px;
        height: 11px
    }

    .footer .mid-footer .footer-click .title-menu.active .down_icon:before,.footer .mid-footer .footer-click .title-menu.active .down_icon:after {
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .footer .mid-footer .footer-click .title-menu.active .down_icon:before {
        opacity: 0
    }
}

.footer .mid-footer .call-footer li {
    display: block;
    margin-bottom: 10px
}

.footer .mid-footer .call-footer li .title {
    display: block;
    font-weight: 700
}

.footer .mid-footer .call-footer li a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff
}

.footer .mid-footer .call-footer li a:hover {
    color: #00ff99
}

.footer .mid-footer .call-footer li .content {
    display: block;
    font-style: italic
}

.footer #copyright {
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #0969c3
}

.footer #copyright .copy-right {
    display: inline-block
}

@media (max-width: 576px) {
    .footer #copyright .copy-right {
        display:block
    }
}

.footer #copyright a {
    color: #fff
}

.footer #copyright a:hover {
    color: #00ff99
}

@media (min-width: 991px) {
    .header-menu {
        position:relative;
        z-index: 9;
        background: #0969c3
    }

    .header-menu .header-menu-des {
        display: flex;
        align-items: center
    }

    .header-menu .header-menu-des .control-menu {
        width: 60px;
        text-align: center
    }

    .header-menu .header-menu-des .control-menu a svg {
        width: 15px;
        height: 15px
    }

    .header-menu .header-menu-des .control-menu a svg path {
        fill: #fff
    }

    .header-menu .header-menu-des .control-menu a:hover svg path {
        fill: #00ff99
    }

    .header-menu .header-menu-des .header-nav {
        flex: 1;
        display: block;
        overflow-x: hidden
    }

    .header-menu .header-menu-des .header-nav>ul.item_big {
        text-align: left;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: auto;
        white-space: nowrap
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item {
        display: inline-block;
        position: static;
        padding: 5px 0
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item:first-child>a {
        padding-left: 0
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>a {
        display: block;
        text-align: left;
        padding: 10px 0px;
        font-size: 16px;
        position: relative;
        color: #ffffff;
        font-weight: 700;
        margin-right: 15px
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>a.caret-down:after {
        content: "";
        position: relative;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #ffffff transparent transparent transparent;
        display: inline-block;
        top: -2px;
        margin-left: 2px;
        margin-top: -6px;
        transition: 0.5s
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item:hover>a {
        color: #00ff99
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item:hover>a.caret-down:after {
        transform: rotate(180deg);
        border-color: #00ff99 transparent transparent transparent
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item:hover>ul {
        overflow: visible;
        max-height: 3000px;
        max-width: 3000px;
        opacity: 1;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item .fa-caret-down {
        visibility: hidden;
        display: none
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item .item_small {
        overflow: hidden;
        display: block;
        max-height: 0px;
        max-width: 0px;
        opacity: 0;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        position: absolute;
        top: 100%;
        left: auto;
        width: 220px;
        padding: 0;
        background-color: #fff;
        box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        z-index: 99;
        white-space: normal
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li {
        float: none;
        padding: 0 0
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li:last-child>a {
        border-bottom: 0
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
        display: block;
        position: absolute;
        width: 250px;
        padding: 0;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04);
        white-space: normal;
        top: 0
    }
}

@media (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
        position:relative;
        left: 0;
        width: 100%;
        padding-left: 0;
        box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04)
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li:hover>ul li a {
        padding-left: 25px
    }
}

@media (min-width: 991px) {
    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li a {
        font-weight:400;
        font-size: 16px;
        line-height: 24px;
        display: block;
        padding: 6px 20px 6px 10px;
        color: #fff;
        position: relative;
        text-align: left
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li a.caret-down:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #fff transparent transparent transparent;
        display: inline-block;
        top: 50%;
        left: 100%;
        margin-left: -15px;
        margin-top: -2px;
        transition: 0.5s;
        transform: rotate(270deg)
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li ul {
        display: none;
        left: 100%;
        top: -2px
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul>li {
        color: #333
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul>li:hover>a {
        color: #00ff99
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul>li:hover>a.caret-down:before {
        border-color: #00ff99 transparent transparent transparent
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul>li ul li:hover>a {
        color: #00ff99
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega {
        position: static
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content {
        background: #fff;
        margin: 0;
        padding: 10px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        width: 100%;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
        -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
        -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
        -webkit-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        max-height: 600px;
        overflow-y: auto;
        border: 0;
        overflow-x: hidden;
        white-space: normal;
        display: block;
        opacity: 0;
        visibility: hidden
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
        background-color: #0969c3
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega {
        color: #0969c3 !important;
        font-weight: 700;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 16px
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega:hover,.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega:focus {
        color: #0969c3 !important
    }
}

@media (min-width: 991px) and (min-width: 992px) {
    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega {
        display:block
    }
}

@media (min-width: 991px) {
    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent ul.level1 li {
        line-height:1.3
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent ul.level1 li a {
        text-transform: none !important;
        font-weight: 500
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent ul.level1 li+li {
        padding-top: 5px
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item {
        float: left;
        width: calc(100%/4);
        padding: 10px;
        text-align: left
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item>a {
        color: #fff !important;
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item>a:hover,.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item>a:focus {
        color: #0969c3 !important
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item h2 {
        font-size: 14px;
        margin-top: 0
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a {
        font-weight: normal !important;
        text-transform: none !important;
        color: #fff;
        font-size: 16px
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a:hover,.header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a:focus {
        text-decoration: none;
        color: #0969c3
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level0 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .title-mega {
        text-align: left;
        font-size: 18px;
        color: #fda121;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 600
    }

    .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega:hover .mega-content {
        opacity: 1;
        visibility: visible;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
    }

    .header-menu .header-menu-des .header-nav ul li ul a.text2line:hover {
        color: #0969c3 !important;
        background: transparent !important
    }

    .header-menu .header-menu-des .header-nav li li {
        position: relative
    }
}

@media (max-width: 991px) {
    .header-nav {
        background-color:#16aaf2;
        width: 70%;
        position: fixed;
        top: 0 !important;
        left: 0;
        z-index: 99999;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation
    }

    .header-nav.current {
        visibility: visible;
        transform: translateX(0)
    }

    .header-nav .logo-sitenav {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #0969c3;
        text-align: center
    }

    .header-nav .item_big {
        overflow-y: auto;
        max-height: 100vh;
        height: 100vh
    }

    .header-nav .item_big .nav-item {
        position: relative;
        margin-bottom: 5px;
        display: block
    }

    .header-nav .item_big .nav-item a {
        padding: 0 30px 0 10px !important;
        color: #fff;
        height: unset;
        line-height: 30px;
        display: block;
        font-size: 16px;
        font-weight: 600
    }

    .header-nav .item_big .nav-item .fa-caret-down {
        height: 20px !important;
        width: 20px !important;
        position: absolute;
        right: 7.5px;
        top: 15px;
        transform: translate(0, -50%)
    }

    .header-nav .item_big .nav-item .fa-caret-down:before,.header-nav .item_big .nav-item .fa-caret-down:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #fff;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
    }

    .header-nav .item_big .nav-item .fa-caret-down:before {
        width: 11px;
        height: 1px;
        opacity: 1
    }

    .header-nav .item_big .nav-item .fa-caret-down:after {
        width: 1px;
        height: 11px
    }

    .header-nav .item_big .nav-item .item_small {
        padding-left: 10px
    }

    .header-nav .item_big .nav-item .item_small li {
        position: relative
    }

    .header-nav .item_big .nav-item .item_small ul {
        padding-left: 10px
    }

    .header-nav .item_big .nav-item .item_small ul li {
        position: relative
    }

    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down {
        height: 20px !important;
        width: 20px !important;
        position: absolute;
        right: 7.5px;
        top: 17px;
        transform: translate(0, -50%)
    }

    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:before,.header-nav .item_big .nav-item .item_small ul li .fa-caret-down:after {
        position: absolute;
        content: '';
        top: 17px;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #fff;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
    }

    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:before {
        width: 11px;
        height: 1px;
        opacity: 1
    }

    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:after {
        width: 1px;
        height: 11px
    }

    .header-nav .item_big .nav-item.danhmuc a {
        padding-left: 40px !important;
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center left;
        background-position-x: 8px
    }

    .header-nav .item_big .title-danhmuc {
        padding: 5px
    }

    .header-nav .item_big .title-danhmuc span {
        font-size: 14px;
        font-weight: bold;
        color: #0969c3;
        display: block;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
        text-align: center;
        line-height: 35px;
        pointer-events: none;
        border: 1px solid #0969c3
    }

    .header-nav .item_big .account-mb {
        padding: 5px
    }

    .header-nav .item_big .account-mb ul {
        display: -ms-flexbox;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
        text-align: center
    }

    .header-nav .item_big .account-mb ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px
    }

    .header-nav .item_big .account-mb ul li a {
        display: block;
        background: #0969c3;
        color: #fff;
        padding: 8px 5px;
        font-weight: 600
    }

    .header-nav li>ul {
        display: none !important
    }

    .header-nav li.current>a {
        color: #0969c3 !important
    }

    .header-nav li.current>ul {
        display: block !important
    }

    .header-nav li.current .fa.current:before,.header-nav li.current .fa.current:after {
        background-color: #0969c3;
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .header-nav li.current .fa.current:before {
        opacity: 0
    }

    .opacity_menu {
        background: rgba(0,0,0,0.8);
        position: fixed;
        top: 0 !important;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 99999;
        display: none
    }

    .opacity_menu.current {
        display: block
    }
}

.banner-top {
    background: #80e0e2
}

@-webkit-keyframes pulseSmall2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,0.3)
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(255,0,0,0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,0.3)
    }
}

.topbar {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    background: #0969c3
}

.topbar .swiper-slide {
    opacity: 0 !important
}

.topbar .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

@media (max-width: 991px) {
    .topbar .top-bar-right {
        display:none
    }
}

.topbar .top-bar-right ul {
    text-align: right
}

.topbar .top-bar-right ul li {
    display: inline-block;
    padding: 0 10px 0 5px;
    position: relative
}

.topbar .top-bar-right ul li a {
    color: #fff
}

.topbar .top-bar-right ul li a:hover {
    color: #f25c05
}

.topbar .top-bar-right ul li:before {
    top: 5px;
    content: "";
    height: 15px;
    left: auto;
    right: 0;
    width: 1px;
    background-color: #fff;
    z-index: 1;
    position: absolute
}

.topbar .top-bar-right ul li:last-child {
    padding-right: 0
}

.topbar .top-bar-right ul li:last-child:before {
    display: none
}

.topbar .top-bar-right ul li.hotine a {
    background: #0969c3;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 0
}

.topbar .top-bar-right ul li.hotine a svg {
    width: 15px;
    height: 15px
}
/*Vá»‹ trĂ­ hotline cá»§a topbar*/
.topbar .top-bar-right ul li.hotine a:hover {
    background: #166bbb;
    color: #fff
}
/*bao gá»“m icon*/
.topbar .top-bar-right ul li.hotine a:hover svg path {
    color: #00ff99
}
/*Vá»‹ trĂ­ banner ngay logo*/
header.header {
    background:#ffffff;
    position: relative;
    padding: 20px 0
}

@media (max-width: 991px) {
    header.header .row-header {
        position:relative
    }
}

@media (max-width: 991px) {
    header.header {
        padding:10px 0px 10px
    }
}

header.header .header-top {
    padding: 20px 0
}

header.header .vertical-menu-category {
    position: inherit
}

header.header .vertical-menu-category .title {
    display: block;
    background: #fff;
    padding: 10px 10px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

header.header .vertical-menu-category .title .menu-icon {
    margin-right: 5px;
    position: relative;
    top: -1px
}

@media (max-width: 991px) {
    header.header .vertical-menu-category .title {
        margin-top:10px
    }
}

header.header .vertical-menu-category .title svg path {
    fill: #fff
}

header.header .vertical-menu-category .title:hover {
    background: #00ff99;
    color: #fff
}

header.header .vertical-menu-category .title:hover svg path {
    fill: #fff
}

header.header .vertical-menu-category .menu-vertical {
    position: absolute;
    background: #fff;
    left: 0px;
    z-index: 999;
    width: 270px;
    min-height: 380px;
    border-radius: 10px 0 0 10px;
    padding: 10px;
    top: 100%;
    display: none;
    padding-right: 0
}

header.header .vertical-menu-category .menu-vertical>ul {
    overflow-y: auto;
    height: 100%;
    padding-right: 10px
}

@media (max-width: 991px) and (min-width: 767px) {
    header.header .vertical-menu-category .menu-vertical {
        width:30%;
        left: 15px
    }
}

@media (max-width: 767px) {
    header.header .vertical-menu-category .menu-vertical {
        width:50%;
        position: fixed;
        min-height: inherit;
        top: 0 !important;
        height: calc(100vh - 60px)
    }
}

header.header .vertical-menu-category .menu-vertical .nav-item {
    position: unset
}

header.header .vertical-menu-category .menu-vertical .nav-item>a {
    padding: 10px 30px 10px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #0969c3;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: block;
    position: relative
}

header.header .vertical-menu-category .menu-vertical .nav-item>a svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%)
}

header.header .vertical-menu-category .menu-vertical .nav-item .product-thumb {
    position: absolute;
    left: 100%;
    min-height: 100%;
    width: 800px;
    top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    background: #fff;
    padding: 10px;
    display: none;
    border-radius: 0px 10px 10px 0
}

@media (max-width: 1199px) {
    header.header .vertical-menu-category .menu-vertical .nav-item .product-thumb {
        width:690px
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    header.header .vertical-menu-category .menu-vertical .nav-item .product-thumb {
        width:220%
    }
}

@media (max-width: 767px) {
    header.header .vertical-menu-category .menu-vertical .nav-item .product-thumb {
        height:100%;
        overflow-y: scroll;
        width: 100%
    }
}

header.header .vertical-menu-category .menu-vertical .nav-item .product-thumb .item a {
    text-align: left;
    box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1),0 0px 6px 0px rgba(60,64,67,0.25);
    background: #fff;
    display: flex;
    border-radius: 5px;
    padding: 5px;
    align-items: center
}

header.header .vertical-menu-category .menu-vertical .nav-item .product-thumb .item a .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    width: 60px;
    height: 60px;
    min-width: 60px
}

header.header .vertical-menu-category .menu-vertical .nav-item .product-thumb .item a .image img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

header.header .vertical-menu-category .menu-vertical .nav-item .product-thumb .item a span {
    height: auto !important;
    margin-left: 10px
}

header.header .vertical-menu-category .menu-vertical .nav-item .product-thumb .item a:hover {
    box-shadow: 0 0px 2px 0 #0969c3,0 0px 6px 0px #0969c3
}

header.header .vertical-menu-category .menu-vertical .nav-item .product-thumb .item a:hover .image img {
    -webkit-transform: scale(1.1)
}

header.header .vertical-menu-category .menu-vertical .nav-item .product-thumb .item .item-more {
    height: 100%;
    justify-content: center;
    color: #fff;
    background: #0969c3;
    font-size: 18px
}

header.header .vertical-menu-category .menu-vertical .nav-item .product-thumb .item .item-more:hover {
    background: #0969c3
}

header.header .vertical-menu-category .menu-vertical .nav-item.active>a {
    background: #0969c3
}

header.header .vertical-menu-category .menu-vertical .nav-item.active .product-thumb {
    display: block
}

header.header .vertical-menu-category.active {
    z-index: 99999
}

header.header .vertical-menu-category.active .menu-vertical {
    display: block
}

@media (max-width: 991px) {
    header.header .logo {
        display:block;
        padding-left: 0;
        text-align: center
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    header.header .logo {
        padding:10px 0
    }
}

@media (max-width: 991px) {
    header.header .logo img {
        max-height:50px;
        width: auto
    }

    header.header .header-logo {
        order: 1
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    header.header .header-logo {
        display:flex;
        align-items: end
    }
}

@media (max-width: 991px) {
    header.header .header-logo .menu-bar {
        margin-right:10px
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    header.header .header-logo .menu-bar {
        display:none !important
    }
}

@media (max-width: 991px) {
    header.header .header-search {
        order:3
    }

    header.header .header-control {
        order: 2
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    header.header .header-control {
        display:none !important
    }
}

header.header .header-control .ul-control {
    display: flex;
    justify-content: end;
    align-items: center
}

header.header .header-control .ul-control li {
    align-items: center;
    margin-left: 20px
}

@media (max-width: 1199px) and (min-width: 991px) {
    header.header .header-control .ul-control li {
        margin-left:5px
    }
}
/*icon yeu thich gio hang*/
header.header .header-control .ul-control li .icon {
    width: 40px;
    height: 40px;
    border: 1px solid #0969c3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px
}

@media (max-width: 767px) {
    header.header .header-control .ul-control li .icon {
        width:30px;
        height: 30px
    }
}

header.header .header-control .ul-control li .icon svg {
    width: 24px;
    height: 24px
}

@media (max-width: 767px) {
    header.header .header-control .ul-control li .icon svg {
        width:18px;
        height: 18px
    }
}

header.header .header-control .ul-control li .icon svg path {
    fill: #0969c3
}

@media (max-width: 767px) {
    header.header .header-control .ul-control li .icon {
        background:#0969c3
    }

    header.header .header-control .ul-control li .icon svg path {
        fill: #fff
    }
}

header.header .header-control .ul-control li .thumb .title {
    font-size: 18px;
    color: #0969c3;
    font-weight: 700
}

@media (max-width: 767px) {
    header.header .header-control .ul-control li .thumb .title {
        display:none
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    header.header .header-control .ul-control li .thumb .title {
        font-size:14px
    }
}
/*icon yeu thich gio hang*/
header.header .header-control .ul-control li .thumb .count {
    color: #0969c3;
	display: inline-block;
	min-width: 16px;
	text-align:right;
}

@media (max-width: 767px) {
    header.header .header-control .ul-control li .thumb .count {
        font-size:10px;
        position: absolute;
        top: -2px;
        background: #0969c3;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        right: -3px;
        border-radius: 50%;
        color: #fff
    }
}

header.header .header-control .ul-control li .thumb .content>svg {
    width: 10px;
    height: 10px;
    position: relative;
    top: -1px
}

header.header .header-control .ul-control li .thumb .content {
    color: #0969c3
}

header.header .header-control .ul-control li .thumb:hover .title {
    color: #f25c05
}

header.header .header-control .ul-control li .thumb:hover .content {
    color: #f25c05
}

@media (max-width: 1199px) and (min-width: 991px) {
    header.header .header-control .ul-control li .thumb .content {
        font-size:12px
    }
}

@media (max-width: 767px) {
    header.header .header-control .ul-control li .thumb .content {
        font-size:0
    }
}

header.header .header-control .ul-control li.header-account {
    position: relative
}

header.header .header-control .ul-control li.header-account ul {
    position: absolute;
    top: calc(100% + 10px);
    z-index: 999;
    width: 120px;
    right: 0;
    text-align: right;
    background: #fff;
    border-radius: 5px 0 5px 5px;
    display: none;
    border: 1px solid #00ff99
}

header.header .header-control .ul-control li.header-account ul:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00ff99;
    content: "";
    position: absolute;
    top: -10px;
    right: 0px
}

header.header .header-control .ul-control li.header-account ul:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px
}

header.header .header-control .ul-control li.header-account ul li {
    background: transparent;
    width: auto;
    margin-left: 0;
    justify-content: end;
    padding: 10px;
    border-radius: 0
}

header.header .header-control .ul-control li.header-account ul li:hover {
    background: #00ff99
}

header.header .header-control .ul-control li.header-account ul li:hover a {
    color: #fff
}

header.header .header-control .ul-control li.header-account:hover ul {
    display: block
}

header.header .header-control .ul-control li.header-cart {
    position: relative
}

header.header .header-control .ul-control li.header-cart .top-cart-content {
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    border-radius: 5px 0 5px 5px;
    border: 1px solid #00ff99;
    overflow: inherit
}

header.header .header-control .ul-control li.header-cart .top-cart-content:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px
}

.menu_mega {
    width: 100%;
    position: relative
}

.menu_mega .title_menu {
    padding: 0px;
    position: relative;
    color: #fff;
    cursor: pointer
}
/*menu ben trai*/
.menu_mega .title_menu .title_ {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    display: block;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #05a6ce
}
.menu_mega .title_menu > span > svg{
	width:16px;
	height: 16px;
}
@media (max-width: 1400px) {
    .menu_mega .title_menu .title_ {
        font-size:12px
    }
}

.list_menu_header .ul_menu {

}

.list_menu_header .ul_menu .ul_content_right_1 {
    display: none;
}

.list_menu_header .ul_menu .nav_item {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}

.list_menu_header .ul_menu .nav_item a {
    display: block;
    padding: 10px 0;
}

.list_menu_header .ul_menu .nav_item .toggle-sub {
    position: absolute;
    right: 0;
    top: 7px;
    cursor: pointer;
    padding: 7px;
    font-size: 18px;
    line-height: 1;
}

.list_menu_header .ul_menu .nav_item .toggle-sub.toggle-close i:before {
    content: "\f106";
}

/*
.menu_mega .block_content {
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    padding: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: relative;
    top: 0px;
    z-index: 99;
    left: 0;
    width: 100%;
    padding: 0px;
    background-color: #fff
}

.menu_mega:hover .block_content {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    padding: 0;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
}

.menu_mega .aside-vetical-menu .blog-aside {
    position: absolute;
    width: 100%;
    height: auto;
    top: 45px;
    left: 0;
    float: left
}

@media (min-width: 992px) {
    .menu_mega .aside-vetical-menu .aside-content .nav-item>.dropdown-menu {
        position:absolute;
        left: calc(100% + 15px);
        top: -7px;
        padding: 10px 5px 10px 25px;
        border-radius: 0;
        box-shadow: 0 0 15px -5px rgba(0,0,0,0.4)
    }

    .menu_mega .aside-vetical-menu .aside-content .nav-item>.dropdown-menu:after {
        position: absolute;
        content: "";
        background: none;
        width: 15px;
        height: 50px;
        top: 0;
        right: 100%
    }

    .menu_mega .aside-vetical-menu .aside-content .nav-item>.dropdown-menu .nav-item:first-child a.nav-link {
        border: none
    }

    .menu_mega .aside-vetical-menu .aside-content .nav-item>.dropdown-menu li>ul {
        left: calc(100% + 5px) !important
    }

    .menu_mega .aside-vetical-menu .aside-content .nav-item.active>.dropdown-menu,.menu_mega .aside-vetical-menu .aside-content .nav-item:hover>.dropdown-menu {
        display: block
    }
}

@media (max-width: 991px) {
    .menu_mega .aside-vetical-menu .aside-content>.nav-category>ul>.nav-item {
        display:block !important
    }
}

.menu_mega .aside-vetical-menu .list_menu_header {
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: relative;
    top: 0px;
    z-index: 99;
    left: 0;
    width: 100%;
    padding: 0px;
    background-color: #fff
}

.menu_mega .aside-vetical-menu .list_menu_header .hidden-lgg {
    display: none
}

@media (min-width: 1200px) {
    .menu_mega .aside-vetical-menu .list_menu_header {
        padding:0px
    }
}

@media (max-width: 1199px) {
    .menu_mega .aside-vetical-menu .list_menu_header {
        -webkit-transition:-webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        box-shadow: 0 1px 2px 2px rgba(0,0,0,0.2);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        position: relative;
        top: 0;
        left: 0px;
        padding: 0;
        z-index: 999
    }
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu {
    background: #0969c3;
    position: relative;
    padding: 0px 0px;
    display: block;
    overflow-y: auto;
    position: initial;
    max-height: 440px
}

@media (max-width: 1199px) {
    .menu_mega .aside-vetical-menu .list_menu_header .ul_menu {
        max-height:300px
    }
} */
/*thanh cuon trong menu ben trai*/
/* .menu_mega .aside-vetical-menu .list_menu_header .ul_menu::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu::-webkit-scrollbar {
    width: 3px
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item {
    position: unset
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item:hover .icon:before {
    color: #fff
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    position: relative;
    padding: 10px 35px 10px 40px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center left;
    background-position-x: 8px;
    background-color: transparent;
    color: #fff
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item .fas {
    font-size: 16px;
    width: 24px;
    line-height: 44px;
    position: absolute;
    right: 5px;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%)
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item .fas:before {
    display: none
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item .fas svg {
    width: 14px;
    height: 14px
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item .fas svg path {
    fill: #fff
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item:hover,.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item:focus {
    background: #166bbb
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item:hover>a,.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item:focus>a {
    color: #fff
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item:hover>a:before,.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item:focus>a:before {
    color: #0969c3
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item:hover>.ul_content_right_1,.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .nav_item:focus>.ul_content_right_1 {
    display: block
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 {
    border: 2px solid #0969c3;
    position: absolute;
    left: 100%;
    height: 100%;
    width: 800px;
    top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    background: #fff;
    padding: 25px 25px 0px 35px;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    overflow-y: auto
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1::-webkit-scrollbar {
    width: 3px
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1::-webkit-scrollbar-thumb {
    background-color: #0969c3;
    outline: 1px solid #0969c3
}

@media (max-width: 1500px) {
    .menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 {
        width:850px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 {
        position:absolute;
        left: 100%;
        width: 563px
    }
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item {
    padding: 0px 15px;
    display: block;
    float: left
}

@media (min-width: 1200px) {
    .menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-lg-4:nth-child(4n+1) {
        clear:left
    }
}

@media (min-width: 992) and (max-width: 1199px) {
    .menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-md-3:nth-child(4n+1) {
        clear:left
    }
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item>a {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding: 0px 0px 8px 0px;
    margin-bottom: 0px;
    position: relative;
    border-bottom: 0px;
    color: #0969c3
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item>a:before {
    content: none;
    background-image: none
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item>a:after {
    content: none
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item .fas {
    font-size: 16px;
    width: 24px;
    position: absolute;
    right: 5px;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%)
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover,.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus {
    background: transparent
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover>a,.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus>a {
    color: #0969c3;
    text-decoration: none;
    background: transparent
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover .ul_content_right_2,.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus .ul_content_right_2 {
    display: block
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 {
    left: 0;
    width: 100%;
    top: 0;
    padding-left: 0px;
    margin-left: 0px;
    background: transparent;
    margin-bottom: 25px;
    float: left
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item {
    width: 100%;
    display: block;
    float: left;
    padding: 0px
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 3px 0px 3px 0px;
    color: #fff;
    position: relative;
    text-transform: initial;
    border-bottom: none;
    margin-bottom: 0px
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:hover {
    background: transparent
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:before {
    content: none
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:after {
    content: none
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item .fas {
    font-size: 14px;
    width: 25px;
    line-height: 36px;
    position: absolute;
    right: 0px;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%)
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover,.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus {
    background: transparent
}

.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover>a,.menu_mega .aside-vetical-menu .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus>a {
    color: #0969c3;
    text-decoration: none
} */

@media (max-width: 991px) {
    .search-header {
        padding:0;
        margin-top: 10px
    }
}

.search-smart {
    position: relative
}

.search-smart .header-search-form {
    position: initial;
    overflow: hidden;
    height: 50px
}

@media (max-width: 991px) {
    .search-smart .header-search-form {
        height:40px
    }
}

.search-smart .header-search-form input {
    width: 100%;
    display: block;
    height: 100%;
    padding-right: 80px;
    padding-left: 10px;
    border: 1 ;
    border-color: #0969c3
}

.search-smart .header-search-form button {
    position: absolute;
    right: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    border-radius: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 991px) {
    .search-smart .header-search-form button {
        width:30px;
        height: 30px
    }
}

.search-smart .header-search-form button svg {
    min-width: 20px;
    min-height: 20px
}

.search-smart .header-search-form button svg path {
    fill: #0969c3
}

.search-suggest {
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    border: solid 1px #dfe3e8;
    display: none;
    position: absolute;
    top: 100%;
    overflow-y: auto;
    box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1),0 0px 6px 0px rgba(60,64,67,0.25)
}

.search-suggest.open {
    display: block;
    z-index: 99999;
    padding: 10px
}

.search-suggest.open .title {
    display: inline-block;
    color: #fff
}

.search-suggest .smart-search-title {
    margin-bottom: 10px
}

.search-suggest .smart-search-title li {
    display: inline-block
}

.search-suggest .smart-search-title li a {
    padding: 5px 10px;
    display: block;
    background: #0969c3;
    color: #fff
}

.search-suggest .smart-search-title li:hover a,.search-suggest .smart-search-title li.active a {
    background: #0969c3;
    color: #fff
}

.list-search-style {
    text-align: center;
    margin-bottom: 10px;
    display: none
}

.list-search-style.active {
    display: block
}

.list-search-style .title-search {
    text-align: left;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800
}

.list-search-style .title-search span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block
}

.list-search-style .title-search span:before {
    background: #0969c3;
    content: '';
    right: 0;
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 3px;
    display: block;
    z-index: 1;
    width: 40%
}

.list-search-style .see-more {
    color: #0969c3;
    padding: 8px 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    border: 2px solid #0969c3;
    width: 100%
}

.list-search-style .see-more:hover {
    background: #0969c3;
    border: 2px solid #0969c3;
    color: #fff
}

.list-search-style .product-smart,.list-search-style .art-smart {
    display: inline-block;
    padding: 0px 0px 8px;
    border-bottom: 1px solid #ededed;
    background: #fff;
    position: relative;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center
}

.list-search-style .product-smart:first-child,.list-search-style .art-smart:first-child {
    margin-top: 5px
}

.list-search-style .product-smart:last-child,.list-search-style .art-smart:last-child {
    border-bottom: none
}

.list-search-style .product-smart .image_thumb,.list-search-style .art-smart .image_thumb {
    display: inline-block;
    float: left;
    width: 80px
}

.list-search-style .product-smart .product-info,.list-search-style .art-smart .product-info {
    display: block;
    float: left;
    width: calc(100% - 80px);
    -o-width: calc(100% - 80px);
    -moz-width: calc(100% - 80px);
    -webkit-width: calc(100% - 80px);
    padding-left: 10px
}

.list-search-style .product-smart .product-info,.list-search-style .art-smart .product-info {
    margin: 5px 0 5px;
    position: relative
}

.list-search-style .product-smart .product-info h3,.list-search-style .art-smart .product-info h3 {
    padding: 0;
    text-overflow: ellipsis;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
    padding-bottom: 3px;
    text-transform: capitalize
}

@media (max-width: 1199px) {
    .list-search-style .product-smart .product-info h3,.list-search-style .art-smart .product-info h3 {
        font-size:14px
    }
}

.list-search-style .product-smart .product-info h3:hover,.list-search-style .art-smart .product-info h3:hover {
    color: #0969c3
}

.list-search-style .product-smart .product-info h3 a,.list-search-style .art-smart .product-info h3 a {
    color: #fff
}

.list-search-style .product-smart .product-info h3 a:hover,.list-search-style .art-smart .product-info h3 a:hover {
    color: #0969c3
}

.list-search-style .product-smart .product-info .price-box,.list-search-style .art-smart .product-info .price-box {
    color: red;
    line-height: 23px;
    display: block;
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 767px) {
    .list-search-style .product-smart .product-info .price-box,.list-search-style .art-smart .product-info .price-box {
        min-height:54px
    }
}

.list-search-style .product-smart .product-info .price-box .price,.list-search-style .art-smart .product-info .price-box .price {
    padding-right: 5px
}

.list-search-style .product-smart .product-info .price-box .compare-price,.list-search-style .art-smart .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #969696;
    line-height: 24px;
    font-weight: 300
}

@media (max-width: 767px) {
    .list-search-style .product-smart .product-info .price-box .compare-price,.list-search-style .art-smart .product-info .price-box .compare-price {
        display:block
    }
}

.item-blog {
    overflow: hidden;
    transition: all .4s ease
}

.item-blog .block-thumb {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 67%
}

.item-blog .block-thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

.item-blog .block-thumb .time-post {
    position: absolute;
    text-align: center;
    left: 5px;
    top: 5px;
    background: #0969c3;
    border-radius: 5px;
    padding: 2px 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px
}

.item-blog .block-thumb .time-post span {
    display: block;
    font-size: 20px
}

.item-blog .block-content {
    padding: 10px 0;
    color: #fff;
    width: 100%
}

.item-blog .block-content h3 {
    font-size: 18px;
    font-weight: 700
}

.item-blog .block-content h3 a {
    color: #333
}

.item-blog .block-content h3 a:hover {
    color: #0969c3
}

.item-blog:hover .block-thumb img {
    transform: scale(1.1)
}

.jas-sale-pop {
    background: #fff;
    bottom: -100%;
    left: 20px;
    right: 20px;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 99999;
    position: fixed;
    right: auto;
    overflow: hidden;
    border: 1px solid #0969c3;
    border-radius: 5px
}

@media (max-width: 480px) {
    .jas-sale-pop {
        left:10px;
        right: 10px;
        max-width: 290px;
        display: none !important
    }

    .jas-sale-pop .jas-sale-pop-content {
        overflow: hidden;
        max-width: 180px
    }
}

.jas-sale-pop a img {
    max-width: 65px
}

@media (max-width: 321px) {
    .jas-sale-pop {
        left:10px;
        right: 10px;
        max-width: 220px
    }

    .jas-sale-pop .jas-sale-pop-content {
        max-width: 180px
    }
}

.jas-sale-pop .mr__20 {
    margin-right: 10px
}

.jas-sale-pop h4 {
    color: #0969c3;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px
}

.jas-sale-pop h3 {
    margin: 0;
    font-size: 14px;
    max-width: 255px;
    line-height: 20px;
    text-transform: capitalize;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.jas-sale-pop h3 a {
    color: #222;
    margin: 0;
    font-size: 14px
}

.jas-sale-pop h3 a:hover {
    color: #0969c3
}

.jas-sale-pop .jas-sale-pop-timeago {
    color: #878787;
    font-size: 12px
}

.jas-sale-pop .pe-7s-close {
    right: 5px;
    top: 5px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(//bizweb.dktcdn.net/100/493/970/themes/923518/assets/close.svg?1705897161150);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.jas-sale-pop.slideUp {
    bottom: 20px;
    opacity: 1;
    visibility: visible
}

.jas-sale-pop.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center
}

.jas-sale-pop.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jas-sale-pop.flex {
    z-index: 1024;
    top: auto !important
}

.swiper-button-next,.swiper-button-prev {
    background-image: none !important
}

.row-fix {
    margin-left: -5px;
    margin-right: -5px
}

.row-fix .col-fix {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

@media (max-width: 500px) {
    .row-fix {
        margin-left:-3px;
        margin-right: -3px
    }

    .row-fix .col-fix {
        padding-left: 3px;
        padding-right: 3px;
        margin-bottom: 6px
    }
}

@keyframes play {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-15deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(15deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-15deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(15deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.group_title_index {
    display: flex;
    border-bottom: 1px solid #0969c3;
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 991px) {
    .group_title_index {
        display:block;
        overflow: hidden;
        border-bottom: 0
    }
}

.group_title_index .title {
    display: inline-flex;
    align-items: center;
    background: #0969c3;
    margin-bottom: 0;
    border: 1px solid #0969c3;
    border-bottom: 0;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%)
}

@media (max-width: 991px) {
    .group_title_index .title {
        margin-bottom:10px;
        border-bottom: 1px solid #0969c3
    }
}

.group_title_index .title img {
    height: 50px;
    padding: 5px;
    background: #0969c3;
    width: auto
}

@media (max-width: 991px) {
    .group_title_index .title img {
        height:35px
    }
}

.group_title_index .title .title-name {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    padding-right: 40px;
    padding-left: 25px
}

@media (max-width: 991px) {
    .group_title_index .title .title-name {
        font-size:20px;
        padding-left: 10px
    }
}

.group_title_index .title a:hover {
    color: #0969c3
}

.group_title_index .menu-title li {
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #0969c3;
    border-radius: 5px
}

@media (max-width: 991px) {
    .group_title_index .menu-title li {
        margin-left:0px;
        margin-right: 10px
    }
}

.group_title_index .menu-title li a {
    color: #0969c3;
    padding: 5px 10px;
    display: block;
    font-size: 16px
}

.group_title_index .menu-title li:hover {
    border: 1px solid #0969c3;
    background: #0969c3
}

.group_title_index .menu-title li:hover a {
    color: #fff
}

@media (max-width: 991px) {
    .group_title_index .menu-title {
        display:flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden
    }

    .group_title_index .menu-title li {
        flex: 0 0 auto;
        white-space: nowrap
    }
}

.image-effect {
    position: relative;
    display: block;
    overflow: hidden
}

.image-effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    cursor: pointer
}

.image-effect img {
    height: 0
}

.image-effect img.loaded {
    height: auto
}

.image-effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s
}

img.lazyload {
    height: 0
}

img.lazyload.loaded {
    height: auto
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.fixed-bottom-mobile {
    position: fixed;
    bottom: 0;
    top: auto !important;
    z-index: 99;
    background: #fff;
    width: 100%;
    border-radius: 5px 5px 0 0;
    border-top: 2px solid #0969c3
}

.fixed-bottom-mobile ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px;
    padding: 5px 0
}

.fixed-bottom-mobile ul li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center
}

.fixed-bottom-mobile ul li img {
    max-height: 25px;
    display: block;
    margin: auto
}

.fixed-bottom-mobile ul li span {
    margin-top: 5px;
    font-weight: 700;
    font-size: 10px
}

.fixed-bottom-mobile ul li a {
    position: relative
}

.fixed-bottom-mobile ul li a .count {
    position: absolute;
    top: -5px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #fff;
    color: #fff;
    right: 0
}

@keyframes iconSkew {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.title-index,.title-page {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: normal
}

@media (max-width: 991px) {
    .title-index,.title-page {
        margin-bottom:10px
    }
}

.title-index .title-name,.title-index>span,.title-page .title-name,.title-page>span {
    font-size: 30px;
    font-weight: 700;
    color: #000
}

.title-index .title-name b,.title-index>span b,.title-page .title-name b,.title-page>span b {
    color: #0969c3
}

@media (max-width: 991px) {
    .title-index .title-name,.title-index>span,.title-page .title-name,.title-page>span {
        font-size:22px
    }
}

.title-index a:hover,.title-page a:hover {
    color: #0969c3
}

.see-more {
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    border: 2px solid #0969c3;
    color: #fff;
    margin-top: 0px
}

.see-more:hover {
    background: #0969c3;
    color: #fff;
    border: 2px solid #0969c3
}

.swiper-button-next,.swiper-button-prev {
    background: rgba(233,233,233,0.74);
    width: 30px !important;
    height: 60px !important;
    border: 0;
    transform: translate(0, -50%);
    margin-top: 0 !important
}

.swiper-button-next:after,.swiper-button-prev:after {
    color: #0969c3 !important
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    background: #0969c3 !important
}

.swiper-button-next:hover:after,.swiper-button-prev:hover:after {
    color: #fff !important
}

.swiper-button-next {
    right: 3px !important;
    border-radius: 100px 0 0 100px
}

.swiper-button-next:after {
    margin-left: 5px
}

.swiper-button-prev {
    left: 3px !important;
    border-radius: 0 100px 100px 0
}

.swiper-button-prev:after {
    margin-right: 5px
}

.backtop {
    position: fixed;
    top: auto !important;
    background: #0969c3;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 10px;
    line-height: 40px;
    z-index: 989;
    opacity: 0;
    border: 1px solid #fff;
    right: 23px;
    bottom: 160px
}

.backtop:hover {
    background: #b38000
}

.backtop svg {
    width: 30px;
    height: 30px;
    color: #fff
}

.backtop.show {
    opacity: 1
}

.addThis_listSharing {
    width: 295px;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 990;
    background-color: transparent;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: auto !important
}

.addThis_listSharing .listSharing_action {
    position: absolute;
    border-radius: 12px;
    max-width: 300px;
    background-color: #f5f6fa;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 100% bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: auto !important;
    bottom: 130px;
    right: 50px
}

.addThis_listing {
    padding: 0
}

.addThis_listing .addThis_item {
    margin: 0;
    padding: 10px 15px
}

.addThis_listing .addThis_item:not(:last-of-type) {
    border-bottom: 1px solid #ecedf1;
    box-shadow: 0 1px 0 0 #fff
}

.addThis_listing .addThis_item .addThis_item--icon {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.addThis_listing .addThis_item .addThis_item--icon svg {
    display: block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.11)
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    opacity: 1;
    visibility: visible;
    position: initial;
    width: calc(100% - 30px);
    padding-left: 15px;
    text-align: left;
    background: transparent;
    color: #1d243e;
    font-size: 13px;
    font-weight: 400
}

.addThis_listing .addThis_item:hover .tooltip-text {
    color: #0969c3
}

.addThis_listing .addThis_item.addThis_item__fbchat {
    display: block
}

.addThis_listSharing .addThis_close {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    border: 0;
    outline: none;
    padding: 6px;
    background: transparent
}

.addThis_listSharing .addThis_close svg {
    opacity: 0.6;
    width: 24px;
    height: 24px;
    display: block;
    margin: auto
}

.addThis_iconContact {
    position: fixed;
    margin: 0;
    z-index: 990;
    cursor: pointer;
    top: auto !important;
    right: 20px;
    bottom: 100px
}

.addThis_iconContact .svgico svg {
    fill: #ffffff;
    width: 30px;
    height: 46px;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out
}

.addThis_iconContact .box-item .svgico>svg {
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available
}

.addThis_iconContact .svgico .svgico--close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out
}

.addThis_iconContact .svgico .svgico--close svg {
    fill: #ffffff;
    width: 17px;
    height: 46px
}

.addThis_listSharing.active+.addThis_iconContact .svgico .svgico--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.addThis_listSharing.active+.addThis_iconContact .svgico>svg {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3)
}

.addThis_listSharing.active {
    opacity: 1;
    visibility: visible
}

.addThis_listSharing.active .listSharing_action {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.addThis_listSharing.active+.addThis_iconContact .item-livestream {
    opacity: 0;
    visibility: hidden
}

.addThis_iconContact .box-item {
    position: relative
}

.addThis_iconContact .box-item+.box-item {
    margin-top: 18px
}

.addThis_iconContact .box-item .svgico {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: #0969c3;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.addThis_iconContact .box-item.item-livestream .svgico {
    background: #ff0000
}

.addThis_iconContact .box-item.item-livestream:before,.addThis_iconContact .box-item.item-livestream:after {
    background: #ff0000
}

.addThis_iconContact .box-item:before,.addThis_iconContact .box-item:after {
    position: absolute;
    content: '';
    height: 48px;
    width: 48px;
    left: 0;
    top: 0;
    background: #0969c3;
    border-radius: 50%
}

.addThis_iconContact .box-item:before {
    animation: euiBeaconPulseSmall 2s infinite ease-out
}

.addThis_iconContact .box-item:after {
    animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s
}

.livechat-mes {
    display: inline-block;
    position: fixed;
    top: auto !important;
    bottom: 40px;
    right: 20px;
    z-index: 990
}

.livechat-mes img {
    width: 48px;
    height: 48px
}

.listSharing_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@keyframes euiBeaconPulseSmall {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: 0.6
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.4);
        opacity: 0
    }
}

@media (min-width: 1200px) {
    .fb_dialog.fb_dialog_advanced,.fb_dialog.fb_dialog_mobile {
        z-index:999 !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .addThis_listing .addThis_item.addThis_item__fbchat {
        display: none
    }
}

@media (max-width: 991px) {
    .addThis_listSharing .listSharing_action {
        bottom:206px;
        left: 14px;
        right: 14px;
        max-width: 100%
    }

    .addThis_listing .addThis_item .addThis_item--icon svg {
        width: 28px;
        height: 28px
    }

    .addThis_listing .addThis_item.addThis_item__fbchat {
        display: block
    }

    .addThis_listSharing.active .listSharing_overlay {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
}

@keyframes iconSkew {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.popup-sapo {
    position: fixed;
    bottom: 100px;
    left: 17px;
    margin: 0;
    z-index: 9;
    top: auto !important
}

.popup-sapo .icon {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: #0969c3;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    cursor: pointer
}

.popup-sapo .icon svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available
}

.popup-sapo .content {
    background: #0969c3;
    color: #fff;
    padding: 20px 10px 40px;
    border-radius: 10px;
    width: 300px;
    position: absolute;
    bottom: 27px;
    left: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 0 bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media (max-width: 767px) {
    .popup-sapo .content {
        width:205px;
        padding: 10px 10px 14px;
        left: 27px
    }
}

.popup-sapo .content .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .popup-sapo .content .title {
        margin-bottom:5px;
        font-size: 16px
    }
}

.popup-sapo .content .close-popup-sapo {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer
}

.popup-sapo .content .close-popup-sapo svg {
    width: 15px;
    height: 15px
}

.popup-sapo .content .close-popup-sapo svg path {
    fill: #fff
}

.popup-sapo .content ul {
    margin-bottom: 20px
}

.popup-sapo .content ul li {
    margin-bottom: 10px
}

.popup-sapo .content ul li svg {
    margin-right: 10px
}

.popup-sapo .content ul li svg path {
    fill: #fff
}

.popup-sapo .content ul li a {
    color: #fff
}

.popup-sapo .content ul li a:hover {
    color: #0969c3
}

.popup-sapo .content .ghichu {
    font-style: italic;
    font-size: 16px
}

@media (max-width: 767px) {
    .popup-sapo .content .ghichu {
        font-size:14px
    }
}

.popup-sapo.active .content {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.popup-ngonngu {
    position: fixed;
    right: 0px;
    top: 30% !important;
    z-index: 99
}

.popup-ngonngu .icon {
    width: 40px;
    height: 40px;
    background: #0969c3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px
}

.popup-ngonngu .icon path {
    fill: #fff
}

.popup-ngonngu .language {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    position: absolute;
    top: 100%;
    right: 0;
    width: 100px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
    padding: 5px
}

.popup-ngonngu .language li {
    margin-bottom: 5px
}

.popup-ngonngu .language a {
    display: flex;
    align-items: center
}

.popup-ngonngu .language a img {
    margin-right: 2px
}

.popup-ngonngu:hover .language {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background-color: #ffff00 !important;
    color: #fff !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}

#timeoutsess {
    display: none;
}

#timeoutsess a {
    color: #2f70a7 !important;
}

.socialList{
	padding: 0;
	margin
}
.socialList li{
	display: inline-block
}
.socialList li a{
	color:#fff;
	font-size: 24px;
	padding: 0 5px;
}
.socialList li a i{
	opacity:0.8;
	color:#fff;
	font-size: 24px;
	padding: 0 5px;
}
.socialList li a .fa-facebook{
	color:#0866ff;
}
.socialList li a .fa-twitter{
	color:#24a4f2;
}
.socialList li a .fa-youtube{
	color:#ff0033;
}
.socialList li a .fa-rss{
	color:#ff9508;
}
.socialList li a:hover i{
	opacity:1;

}

#copyright p{
	margin: 0;
}

.bread-crumb {
    background: #fff
}

.breadcrumb {
    margin: 0;
    font-size: 16px;
    padding: 15px 0px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    text-align: left;
    margin-bottom: 20px
}

.breadcrumb li {
    display: inline
}

.breadcrumb li>a {
    color: #000
}

.breadcrumb li>a>span {
    color: #000
}

.breadcrumb li .mr_lr {
    padding: 0px 3px;
    color: #000
}

.breadcrumb li .mr_lr svg {
    width: 10px;
    height: 10px;
    margin-top: -2px
}

.breadcrumb li span {
    display: inline;
    color: #000
}

.breadcrumb li span .fa {
    color: #000;
    padding: 0px 5px
}

.breadcrumb li a:hover,.breadcrumb li.active,.breadcrumb li strong {
    color: #0969c3;
    font-weight: 400;
    text-decoration: none
}

.breadcrumb li a:hover span,.breadcrumb li.active span,.breadcrumb li strong span {
    color: #0969c3
}

.breadcrumb>li+li:before {
    display: none
}




.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.layout-blog {
    padding-bottom: 30px
}

.aside-content-blog {
    margin-bottom: 30px;
    box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1),0 0px 6px 0px rgba(60,64,67,0.25);
    margin-bottom: 20px
}

.aside-content-blog .title-head-col {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0px;
    color: #fff;
    padding: 5px 10px;
    background: #0969c3;
    border: 2px solid #0969c3
}

.aside-content-blog .nav-category {
    padding: 10px
}

.aside-content-blog .nav-category ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.aside-content-blog .nav-category ul .nav-item .nav-link {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    color: #fff
}

.aside-content-blog .nav-category ul .nav-item .nav-link.pr-5 {
    padding-right: 30px
}

.aside-content-blog .nav-category ul .nav-item.active>.nav-link,.aside-content-blog .nav-category ul .nav-item:hover>.nav-link {
    color: #0969c3
}

.aside-content-blog .nav-category ul .nav-item.active>.down_icon:after,.aside-content-blog .nav-category ul .nav-item.active>.down_icon:before,.aside-content-blog .nav-category ul .nav-item:hover>.down_icon:after,.aside-content-blog .nav-category ul .nav-item:hover>.down_icon:before {
    background-color: #0969c3
}

.aside-content-blog .nav-category ul .menu_down {
    padding-left: 10px !important
}

.aside-content-blog .nav-category ul .down_icon {
    height: 20px !important;
    width: 20px !important;
    position: absolute;
    right: 7.5px;
    top: 19px;
    transform: translate(0, -50%);
    cursor: pointer
}

.aside-content-blog .nav-category ul .down_icon:after,.aside-content-blog .nav-category ul .down_icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: #fff;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
}

.aside-content-blog .nav-category ul .down_icon:before {
    width: 11px;
    height: 1px;
    opacity: 1
}

.aside-content-blog .nav-category ul .down_icon:after {
    width: 1px;
    height: 11px
}

.aside-content-blog .nav-category ul .down_icon.cls_mn:after,.aside-content-blog .nav-category ul .down_icon.cls_mn:before {
    background-color: #0969c3;
    transform: translate(-50%, -50%) rotate(90deg)
}

.aside-content-blog .nav-category ul .down_icon.cls_mn:before {
    opacity: 0
}
.block-default{

}
.block-default>.block-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0px;
    color: #fff;
    padding: 5px 10px;
    background: #0969c3;
    border: 2px solid #ffffff;
}
.block-default>.block-title a{
	color: #fff;
}
.block-default>.block-body{

}
.block-default>.block-body{

}

.blog_noibat,.block-default {
    margin-bottom: 30px;
    box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1),0 0px 6px 0px rgba(60,64,67,0.25);
    margin-bottom: 20px
}

.blog_noibat h2,.block-default>.block-title>h2 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0px;
    color: #fff;
    padding: 5px 10px;
    background: #0969c3;
    border: 2px solid #0969c3
}

.blog_noibat h2 a,.block-default>.block-title>h2>a {
    color: #fff
}

@media (max-width: 1199px) {
    .blog_noibat h2 {
        font-size:20px;
        margin-bottom: 5px;
        display: block
    }
}

.blog_noibat .blog_content {
    padding: 10px
}

.blog_noibat .blog_content .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.blog_noibat .blog_content .item .post-thumb {
    width: 90px;
    margin-right: 10px;
    position: relative
}

.blog_noibat .blog_content .item .post-thumb a {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 67%
}

.blog_noibat .blog_content .item .post-thumb a img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

.blog_noibat .blog_content .item .post-thumb .num {
    width: 20px;
    height: 20px;
    display: flex;
    background: #0969c3;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 20px;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translate(0, -50%)
}

.blog_noibat .blog_content .item .contentright {
    width: calc(100% - 100px)
}

.blog_noibat .blog_content .item .contentright h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 700
}

.blog_noibat .blog_content .item .contentright h3 a {
    color: #333
}

.blog_noibat .blog_content .item .contentright h3 a:hover {
    color: #0969c3
}

.blog_noibat .blog_content .item:last-child {
    border: initial;
    margin: 0;
    padding: 0
}

.layout-article {
    padding-bottom: 30px
}

.article-main .time-post {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-right: 10px
}

.article-main .time-post svg {
    width: 15px;
    height: 15px;
    margin-top: -5px;
    margin-right: 2px
}

.article-main .time-post svg path {
    fill: #0969c3
}

.article-main .article-image {
    margin-bottom: 20px
}

.article-main .article-title {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 34px
}

.article-main .posts {
    font-size: 12px;
    margin-bottom: 10px
}

.article-main .rte {
    font-size: 14px
}

@media (max-width: 767px) {
    .article-main .rte iframe {
        width:100%
    }
}

.article-main #article_comments {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px
}

.article-main #article_comments label {
    display: block;
    margin-bottom: 4px;
    font-weight: 700
}

.article-main #article_comments label .required {
    color: #ff0000
}

.article-main #article_comments input {
    height: 40px
}

.article-main .form-group input {
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 20px;
    border: 1px solid #e6e6e6;
    border-bottom: 2px solid #0969c3
}

.article-main .form-group input::placeholder {
    color: #7c7c7c
}

.article-main .form-group input:-ms-input-placeholder {
    color: #7c7c7c
}

.article-main .form-group input::-ms-input-placeholder {
    color: #7c7c7c
}

.article-main .form-group textarea {
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 20px;
    border: 1px solid #e6e6e6;
    border-bottom: 2px solid #0969c3
}

.article-main .form-group textarea::placeholder {
    color: #7c7c7c;
    opacity: 1
}

.article-main .form-group textarea:-ms-input-placeholder {
    color: #7c7c7c
}

.article-main .form-group textarea::-ms-input-placeholder {
    color: #7c7c7c
}

.article-main .button_44 {
    height: 40px;
    line-height: 38px;
    padding: 0 25px;
    background: #0969c3;
    font-size: 14px;
    color: #fff;
    border: solid 1px #d14e02;
    font-weight: 400;
    margin-top: 10px;
    border-radius: 5px;
}
.article-main .button_44:hover {
    background: #fff;
    border-color: #0969c3;
    color: #0969c3
}
.article-main .button_45 {
    height: 40px;
    line-height: 38px;
    padding: 0 25px;
    background: #0969c3;
    font-size: 14px;
    color: #fff;
    border: solid 1px #0969c3;
    font-weight: 400;
    margin-top: 10px;
    border-radius: 5px
}


.article-main .button_45:hover {
    background: #fff;
    border-color: #0969c3;
    color: #0969c3
}

.article-main .title-form-coment {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 15px;
    color: #fff;
    font-weight: 500
}

#article-comments .article-comment {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #c9c8c5
}

#article-comments .article-comment:last-child {
    padding-bottom: 30px
}

#article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 80px;
    margin-right: 12px;
    height: 80px;
    border-radius: 0;
    display: block
}

#article-comments .article-comment-user-comment {
    display: block;
    float: left;
    width: calc(100% - 95px);
    -webkit-width: calc(100% - 95px);
    -moz-width: calc(100% - 95px);
    -o-width: calc(100% - 95px);
    -os-width: calc(100% - 95px);
    padding-left: 10px;
    word-break: break-word;
    font-size: em(14px)
}

#article-comments .user-name-comment {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 700
}

#article-comments .user-name-comment strong {
    font-weight: 700
}

#article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #b0b0b0;
    font-size: 12px
}

#article-comments .cm {
    font-size: 14px;
    color: #fff
}

.social-sharing {
    border-top: solid 1px #e4e4e4;
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    align-items: center
}

.social-sharing span {
    margin-right: 10px
}

.social-sharing .addthis_inline_share_toolbox {
    margin-top: 3px
}

.blog_lienquan h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #231f20
}

.blog_lienquan .item-blog {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.blog_lienquan .item-blog .block-thumb {
    width: 375px;
    margin-right: 30px
}

.blog_lienquan .item-blog .block-thumb .thumb {
    padding-bottom: 66%;
    display: block;
    height: 0;
    position: relative
}

.blog_lienquan .item-blog .block-thumb .thumb img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute
}

.blog_lienquan .item-blog .block-content h3 {
    padding: 0px;
    margin: 0px 0 15px;
    line-height: 24px;
    font-size: 18px;
    color: #fff
}

.blog_lienquan .item-blog .block-content .time-post {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-right: 10px
}

.blog_lienquan .item-blog .block-content .time-post svg {
    width: 15px;
    height: 15px;
    margin-top: -5px;
    margin-right: 2px
}

.blog_lienquan .item-blog .block-content p.justify {
    font-size: 14px;
    color: #fff;
    margin: 15px 0;
    font-weight: 400
}

.blog_lienquan .item-blog .block-content .viewmore {
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #363636;
    color: #fff;
    font-size: 14px;
    padding: 0 30px
}

.blog_lienquan .item-blog .block-content .viewmore:hover {
    background: #0969c3
}

@media (max-width: 991px) {
    .aside-content-blog {
        margin-top:30px
    }
}

.social-sharing {
    border-top: solid 1px #e4e4e4;
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    align-items: center
}

.social-sharing .addthis_toolbox a {
    margin-bottom: 0
}

.social-sharing span {
    margin-right: 10px
}

.social-sharing .addthis_inline_share_toolbox {
    margin-top: 3px
}

.right-content .row {
    margin-left: -12px;
    margin-right: -12px
}

.right-content .row .col-md-6,.right-content .row .col-12 {
    padding-left: 12px;
    padding-right: 12px
}

.right-content .row .col-md-6 .item-blog .block-content .time-post,.right-content .row .col-12 .item-blog .block-content .time-post {
    margin-bottom: 10px
}

.right-content .row .col-md-6 .item-blog .block-content h3,.right-content .row .col-12 .item-blog .block-content h3 {
    font-size: 18px;
    margin-bottom: 10px
}

.blog-search-form {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    max-width: 500px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #ec2154
}

.blog-search-form input {
    width: 100%;
    height: 36px;
    padding-right: 80px;
    padding-left: 10px;
    border: 0
}

.blog-search-form button {
    position: absolute;
    right: 1px;
    width: 60px;
    height: 34px;
    background: #0969c3;
    border: 0;
    border-radius: 5px;
    top: 1px
}

.blog-search-form button:hover {
    opacity: 0.7
}

.blog-lienquan {
    margin-top: 50px
}

.art-pro {
    margin-top: 15px;
    margin-bottom: 15px
}

.search-blog {
    border: 2px solid #ec2154;
    border-radius: 10px;
    padding: 5px
}

@media (max-width: 991px) {
    .search-blog {
        margin-top:30px
    }
}

.search-blog .title-head {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    background: #ec2154;
    border-radius: 10px;
    text-align: center;
    line-height: 45px
}

.search-blog .title-head a {
    color: #fff
}

.search-blog .title-head a:hover {
    opacity: 0.7
}

.search-blog .thump-searh {
    padding: 10px 0px
}

.thump-comment {
    margin-top: 20px
}

.hidescroll {
    display: none
}

.auto {
    display: block
}

.fixMenu {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 30px;
    right: 0;
    width: auto;
    width: 300px;
    border: 1px solid rgba(224,224,224,0.95);
    background: #f9f9f9;
    overflow: auto;
    z-index: 999
}

.fixMenu .closeftoc {
    padding: 12px 5px;
    position: relative;
    margin-bottom: 10px;
    background: rgba(237,237,237,0.95);
    font-weight: 400;
    font-size: 20px
}

.fixMenu .closeftoc img {
    width: 24px;
    margin-right: 10px;
    vertical-align: middle
}

.fixMenu .closeftoc span {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 20px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    border: 2px solid #333;
    line-height: 19px;
    text-align: center;
    font-weight: 400
}

.fixMenu .dola-toc-bottom>ol {
    padding-left: 0px;
    list-style: decimal;
    list-style-type: none;
    list-style-position: inherit;
    padding-left: 0px
}

.fixMenu .dola-toc-bottom>ol li>a {
    padding: 5px 10px;
    display: inline-block;
    width: 100%
}

.fixMenu .dola-toc-bottom>ol li>a:hover {
    background: #0969c3;
    color: #fff
}

.fixMenu .dola-toc-bottom>ol li .is-collapsible {
    list-style: decimal;
    list-style-type: circle;
    list-style-position: inherit;
    padding-left: 0px
}

.fixMenu .dola-toc-bottom>ol li .is-collapsible li {
    padding-left: 0px;
    display: inline-block;
    width: 100%
}

.fixMenu .dola-toc-bottom>ol li .is-collapsible li a {
    padding-left: 30px;
    font-style: italic;
    position: relative;
    width: 100%
}

.fixMenu .dola-toc-bottom>ol li .is-collapsible li a:before {
    content: "";
    top: 13px;
    left: 15px;
    position: absolute;
    width: 9px;
    height: 9px;
    border: solid 2px #d7d7d7;
    border-radius: 50%
}

.fixMenu .dola-toc-bottom>ol li .is-collapsible li.is-active-li>a {
    background: #0969c3;
    color: #fff
}

.fixMenu .dola-toc-bottom>ol li.is-active-li>a {
    background: #0969c3;
    color: #fff
}

.tabClick {
    position: fixed;
    top: 30% !important;
    right: 0;
    z-index: 99;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    background: #0969c3
}

.tabClick img {
    width: 30px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.ftoc-head {
    background: #f3f8fe;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 30px
}

.ftoc-head .title-goto-wrapper {
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #0969c3;
    display: inline-block
}

.ftoc-head .title-goto-wrapper img {
    height: 25px;
    position: absolute;
    left: 100%;
    top: -2px
}

.ftoc-head .dola-toc .toc-list {
    list-style: decimal;
    list-style-type: disc;
    list-style-position: inherit;
    padding-left: 20px
}

.ftoc-head .dola-toc .toc-list .toc-list-item {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px
}

.ftoc-head .dola-toc .toc-list .toc-list-item a {
    color: #fff;
    font-size: 16px
}

.ftoc-head .dola-toc .toc-list .toc-list-item a:hover {
    color: #0969c3
}

.ftoc-head .dola-toc .toc-list .toc-list-item .is-collapsible {
    list-style: decimal;
    list-style-type: circle;
    list-style-position: inherit;
    padding-left: 20px
}

.blog-video .block-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 66%;
    border-radius: 5px
}

.blog-video .block-thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

.blog-video .block-thumb .icon {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.17)
}

.blog-video .block-thumb .icon svg {
    width: 50px;
    height: 50px
}

.blog-video .block-thumb .icon svg path {
    fill: #fff
}

.blog-video .block-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px
}

.blog-video:hover .icon path {
    fill: #0969c3 !important
}

.popup-video {
    position: fixed;
    z-index: 99999;
    top: 0 !important;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.89);
    display: none
}

.popup-video.active {
    display: flex
}

.popup-video .close-popup-video {
    background: #fff;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer
}

.popup-video .close-popup-video:hover {
    opacity: 0.8
}

.popup-video iframe {
    height: calc(100vh - 200px);
    width: 1100px
}

@media (max-width: 1100px) {
    .popup-video iframe {
        width:700px
    }
}

@media (max-width: 767px) {
    .popup-video .body-popup {
        padding:0 5px;
        width: 100%
    }

    .popup-video .body-popup iframe {
        width: 100%;
        height: 300px
    }
}


ul.breadcrumb li:last-child .mr_lr{
	display:none;
}
ul.breadcrumb li:last-child a span{
	color: #0969c3
}
ul.breadcrumb li:last-child a:hover span{
	color: #f25c05
}
ul.list-inline li{
	display:inline-block;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
a.dimffb700, a.btn_edit, a.btn-danger{
	color:#0969c3;
}
.center{
	text-align:center;
	margin: 0 auto;
}

/* .form-control {
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    font-size: 14px;
    border-radius: 8px;
    min-height: 32px;
    padding: 4px;
}

.btn-default{
	background: #0969c3;
    color: #fff;

}
.btn-primary{
	background: #0969c3;
}
.btn{
    color: #fff;
    border: initial;
    padding: 0 20px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 8px;
}
*/

select.form-control:focus, select.form-control:visited{
	outline:none;

}
select.form-control{
	outline:none;
	line-height: 30px;
	padding: 6px 10px;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #0969c3;
}
.section_danhmuc .danhmuc-slider a {
    display: block;
    text-align: center;
    border-radius: 5px;
    position: relative
}

.section_danhmuc .danhmuc-slider a .thumb {
	padding-bottom: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
}

.section_danhmuc .danhmuc-slider a .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .5s ease
}

.section_danhmuc .danhmuc-slider a h3 {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin-top: 5px
}

@media (max-width: 767px) {
    .section_danhmuc .danhmuc-slider a h3 {
        font-size:12px
    }
}

.section_danhmuc .danhmuc-slider a:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    z-index: 1
}

.section_danhmuc .danhmuc-slider a:hover .thumb img {
    transform: scale(1.05)
}

.section_danhmuc .danhmuc-slider a:hover h3 {
    color: #0969c3
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%
}

.pagenav {
    position: relative;
    width: 100%;
    margin-top: 20px
}

.pagenav span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 700
}

.nav_pagi {
    display: inline-block;
    padding-left: 10px;
    width: 100%
}

.nav_pagi .pagination {
    position: relative;
    z-index: 1;
    padding: 0 0px;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 768px) {
    .nav_pagi .pagination {
        padding:0 0px
    }
}

.nav_pagi .pagination li a {
    font-weight: 400;
    float: left;
    margin: 0 2.5px;
    width: 35px;
    background: #5ba2ee;
    border: solid 1px #fff;
    text-align: center;
    height: 35px;
    font-size: 14px;
    padding: 0;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    border-radius: initial;
    border-radius: 5px
}

@media (max-width: 375px) {
    .nav_pagi .pagination li a {
        width:27px;
        height: 27px;
        line-height: 27px
    }
}

.nav_pagi .pagination li a.page-db {
    width: auto;
    padding: 0 20px
}

.nav_pagi .pagination li a:hover {
    background-color: #0969c3;
    color: #fff;
    background: #0969c3;
    font-weight: bold;
    border-color: #0969c3
}

.nav_pagi .pagination li a svg {
    width: 14px;
    height: 14px;
    margin-top: -3px
}

.nav_pagi .pagination li {
    margin-bottom: 5px
}

.nav_pagi .pagination li.disabled a {
    border: 0;
    display: none
}

.nav_pagi .pagination li.active a {
    background-color: #0969c3;
    border-color: #0969c3;
    background: #0969c3;
    color: #fff;
    display: block;
    font-weight: bold
}
.w300{
	width:300px
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #fff;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff
}

.sidebar-nav{

}
.sidebar-nav ul {

}
.sidebar-nav ul li {
	padding: 10px;
	border: 1px #f7f7f7 solid;
}
.sidebar-nav ul li a {
	font-weight: bold;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #0969c3;
    border-bottom-color: transparent;
    cursor: default;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.open>.dropdown-menu {
    display: block;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #0969c3;
}

.margin-bottom-lg{
	margin-bottom: 15px;
}


.well-lg {
    padding: 24px 0;
    border-radius: 6px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.margin-bottom, .mb-2 {
    margin-bottom: 10px;
}


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-sm, .btn-group-sm>.btn {
	 padding: 3px 10px;
	line-height: 30px;
}
.btn-primary {
    color: #ffffff;
    background-color: #0969c3;
    border-color: #00ff99;
}
.btn-info {
    color: #ffffff;
    background-color: #0969c3;
    border-color: #f3b517;
}
.btn-danger{
	color: #ffffff;
    background-color: #0969c3;
    border-color: #f46817;
}
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.text-normal {
    font-weight: 400;
}
.clearfix:before, .clearfix:after{
	content: " ";
    display: table;
}

.form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px;
}
.form-group {
    margin-bottom: 15px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #0969c3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(255 219 127 / 38%);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(255 218 124 / 49%);
}

.input-group {
    display: flex;
    width: 100%;
    border-collapse: separate;
}
.input-group input.form-control {
    border-radius: 4px 0 0 4px;
	flex: 1;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn button, .input-group-btn input {
     border-radius: 0 4px 4px 0;
}

.nv-info {
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
}

.form-detail .step1{
	margin-left: 15px;
	margin-right: 15px;
}
.centered {
	text-align:center
}

@media (min-width: 992px) {
  .col-md-push-3 {
    left: 25%;
    position: relative;
  }
}

.CartHeaderContainer>p{
	text-align:center;
	margin: 0;
	padding: 10px;
}




/* CSS TABLE HIá»†N Äáº I */
.table-container {
	max-width: 1200px;
	margin: 0 auto;

}

/* Grid layout cho báº£ng */
.table-grid {
	display: grid;
	grid-template-columns: 60px 3fr 1fr 100px 1fr 1fr;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #dee2e6; /* Viá»n ngoĂ i cho toĂ n bá»™ báº£ng */
}

/* Header style */
.table-header {
	background-color: #f8f9fa;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #0969c3;
	border-right: 1px solid #dee2e6; /* Viá»n giá»¯a cĂ¡c Ă´ header */
}

/* Loáº¡i bá» viá»n pháº£i cho Ă´ header cuá»‘i cĂ¹ng */
.table-header:last-child {
	border-right: none;
}

/* Row style */
.table-row {
	display: contents; /* Äá»ƒ cĂ¡c Ă´ trong hĂ ng tuĂ¢n theo grid chĂ­nh */
}

/* Cell style */
.table-cell {
	padding: 10px;
	border-bottom: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6; /* Viá»n giá»¯a cĂ¡c Ă´ */
	/* text-align: center; */
}

/* Loáº¡i bá» viá»n pháº£i cho Ă´ cuá»‘i cĂ¹ng trong má»—i hĂ ng */
.table-cell:last-child {
	border-right: none;
}

/* Loáº¡i bá» viá»n dÆ°á»›i cho hĂ ng cuá»‘i cĂ¹ng */
.table-row:last-child .table-cell {
	border-bottom: none;
}

/* Specific alignments */
.text-right { text-align: right; }
.text-center { text-align: center; }

/* Product link style */
.table-cell a {

	text-decoration: none;
}
.table-cell a:hover {
	text-decoration: underline;
}

/* Money style */
.money strong {
	color: #dc3545;
}

/* Tooltip style */
.form-tooltip {
	position: relative;
	display: inline-block;
}

.info_icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #0969c3;
	color: white;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	cursor: help;
	margin-left: 5px;
}

.form-tooltip:hover::after {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #333;
	color: white;
	padding: 8px;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 14px;
	z-index: 10;
}

/* Responsive design */
@media (max-width: 768px) {
	.table-grid {
		display: block;
		border: none; /* XĂ³a viá»n ngoĂ i trĂªn mobile */
	}

	.table-row {
		display: block;
		border: 1px solid #dee2e6;
		margin-bottom: 10px;
		border-radius: 4px;
	}

	.table-header {
		display: none; /* áº¨n header trĂªn mobile */
	}

	.table-cell {
		display: block;
		text-align: left;
		padding: 10px;
		border-bottom: none;
		border-right: none; /* XĂ³a viá»n pháº£i trĂªn mobile */
	}

	/* ThĂªm label cho tá»«ng Ă´ trĂªn mobile */
	.table-cell::before {
		content: attr(data-label) ": ";
		font-weight: bold;
		display: inline-block;
		margin-right: 5px;
	}

	.table-cell.text-right {
		text-align: left;
	}
}

.search-box{
	width:100%;
}

.search-box.active{
	background: #fff;
    padding: 5px;
    -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.suggestions-container::-webkit-scrollbar {
    width: 3px
}

.suggestions-container::-webkit-scrollbar-thumb {
    background-color: #ff6700;
    outline: 3px solid #ff6700
}
.suggestions-container {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: white;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 5px 5px;
	z-index: 999;
	display: none;
	max-height: 400px;
	overflow-y: auto;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.suggestion-item {
	display: flex;
	align-items: center;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f0;
	transition: background-color 0.2s;
}
.suggestion-item:hover {
	background-color: #f5f5f5;
}
.suggestion-item img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	margin-right: 10px;
	border: 1px solid #eee;
}
.suggestion-info {
	flex: 1;
}
.suggestion-name {
	font-weight: bold;
	color:#333;
	margin-bottom: 3px;
}
.suggestion-price {
	color: #e53935;
	font-weight: bold;
}
.old-price {
	color: #999;
	text-decoration: line-through;
	margin-right: 8px;
}

.new-price {
	color: red;
	font-weight: bold;
	font-size: 1.1em;
}

.discount-badge {
	background: red;
	color: white;
	padding: 2px 6px;
	border-radius: 4px;
	margin-left: 8px;
	font-size: 0.9em;
}

.suggestion-date {
	font-size: 12px;
	color: #757575;
}
.loading {
	text-align: center;
	padding: 15px;
	color: #777;
}
.no-result {
	padding: 15px;
	text-align: center;
	color: #777;
}
.view-all {
	display: block;
	text-align: center;
	padding: 12px;
	background-color: #f8f9fa;
	color: #4285f4;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #ddd;
}
.view-all:hover {
	background-color: #eef1f5;
}
.matched-text {
	background-color: #FFFF9C;
	font-weight: bold;
}

#quick-view-product {
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0 !important;
    z-index: 9999
}
#quick-view-product .price-box .product-price {
    color: #0969c3;
    font-size: 28px;
    font-weight: bold;
}
#quick-view-product .quick-view-product {
    position: absolute;
    width: 950px;
    top: 5%;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 30px;
    background-color: #fff;
    z-index: 8011;
    border-radius: 0px;
    border: 2px solid #0969c3
}

#quick-view-product .quick-view-product .quickview-close {
    position: absolute;
    right: 5px;
    top: 5px
}

#quick-view-product .quick-view-product .quickview-close svg path {
    fill: #fff
}

#quick-view-product .quickview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    opacity: .5;
    top: 0 !important
}

#quick-view-product .large-image .img-product {
    padding-bottom: 100%;
    display: block;
    height: 0;
    position: relative;
    border: 1px solid #e9edf5
}

#quick-view-product .large-image .img-product img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    position: absolute
}

#thumbs_list_quickview {
    margin-top: 15px
}

#thumbs_list_quickview ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#thumbs_list_quickview ul .swiper-slide a {
    padding-bottom: 99%;
    display: block;
    height: 0;
    position: relative;
    border: 1px solid #e9edf5;
    overflow: hidden
}

#thumbs_list_quickview ul .swiper-slide a img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    position: absolute
}

#thumbs_list_quickview ul .active a {
    border: 1px solid #0969c3
}

#quick-view-product .product-info {
    max-height: 550px;
    overflow-y: scroll
}

#quick-view-product .product-info .title-product {
    font-size: 24px;
    color: #333;
    font-weight: bold
}

#quick-view-product .product-info::-webkit-scrollbar-thumb {
    background-color: #0969c3;
    outline: 1px solid #0969c3
}

#quick-view-product .product-info::-webkit-scrollbar {
    width: 3px
}

#quick-view-product .group-status {
    margin-bottom: 10px
}

#quick-view-product .group-status .left_vend {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 600
}

#quick-view-product .group-status .left_vend .first_status {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

#quick-view-product .group-status .left_vend .first_status .status_name {
    color: #0969c3
}

#quick-view-product .group-status .line_tt {
    padding: 0 5px
}

#quick-view-product .selector-wrapper {
    display: none !important
}

#quick-view-product .price-box {
    margin-bottom: 10px;
    display: block
}

#quick-view-product .price-box .product-price {
    color: #0969c3;
    font-size: 28px;
    font-weight: bold
}

#quick-view-product .price-box .old-price {
    color: #a5a5a5;
    font-size: 16px;
    margin-left: 5px
}

#quick-view-product .product-summary {
    margin-bottom: 10px;
    font-size: 14px
}

#quick-view-product .product-summary img {
    display: none
}

#quick-view-product .form_product_content .soluong1 {
    display: block;
    margin-bottom: 15px;
    font-size: 14px
}

#quick-view-product .form_product_content .soluong1 .soluong_h {
    margin-bottom: 10px;
    display: block
}

#quick-view-product .form_product_content .soluong1 .input_number_product {
    display: block;
    width: 100%;
    min-height: 30px;
    font-size: 1em;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    margin: 0;
    width: auto;
    float: left;
    position: relative;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 2px
}

#quick-view-product .form_product_content .soluong1 .input_number_product .btn_num {
    font-size: 20px;
    line-height: 0px;
    border: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fff;
    float: left;
    color: #fff;
    text-align: center;
    padding: 0px
}

#quick-view-product .form_product_content .soluong1 .input_number_product .btn_num:hover {
    background: #0969c3
}

#quick-view-product .form_product_content .soluong1 .input_number_product .btn_num svg {
    width: 14px;
    height: 14px
}

#quick-view-product .form_product_content .soluong1 .input_number_product input {
    padding: 0 2px;
    text-align: center;
    margin: 0px;
    display: block;
    float: left;
    height: 35px;
    border: 0;
    width: 60px;
    text-align: center;
    box-shadow: none;
    font-size: 15px
}

#quick-view-product .form_product_content .button_actions {
    display: inline-block
}

#quick-view-product .form_product_content .button_actions button {
    border: initial;
    height: 45px;
    padding: 0 20px;
    background: #0969c3;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    margin-right: 5px;
    font-weight: 500
}

#quick-view-product .form_product_content .button_actions button:hover {
    background: #0969c3
}

#quick-view-product .form_product_content .button_actions button.disabled {
    margin-top: 5px
}

#quick-view-product .swatch {
    font-size: 14px;
    margin-bottom: 5px
}

#quick-view-product .swatch .header {
    margin-bottom: 5px;
    font-weight: 600
}

#quick-view-product .swatch .header .value-roperties {
    color: #0969c3
}

#quick-view-product .swatch .swatch-element {
    display: inline-block;
    margin: 0px 5px 5px 0
}

#quick-view-product .swatch .swatch-element input {
    display: none
}

#quick-view-product .swatch .swatch-element label {
    min-width: 36px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 5px;
    position: relative;
    margin-bottom: 0;
    border-radius: 5px
}

#quick-view-product .swatch .swatch-element label .crossed-out {
    display: none
}

#quick-view-product .swatch .swatch-element input:checked+label {
    background: #0969c3;
    border-color: #0969c3;
    color: #fff
}

#quick-view-product .swatch .swatch-element .tooltip {
    display: none
}

#quick-view-product .swatch .swatch-element.color label {
    padding: 0 10px 0 0
}

#quick-view-product .swatch .swatch-element.color label img {
    max-height: 31px;
    border-radius: 5px
}

#quick-view-product .swatch .swatch-element.color label span {
    padding-left: 10px
}

#quick-view-product .khuyen-mai {
    padding-bottom: 5px !important;
    padding: 25px 15px 15px 15px;
    border-radius: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    border: 2px solid #0969c3
}

#quick-view-product .khuyen-mai .title {
    width: auto;
    color: #0969c3;
    font-weight: 600;
    background: #fff;
    border-radius: 20px;
    border: 1px solid;
    font-size: 14px;
    display: inline-flex;
    padding: 5px 15px;
    align-items: center;
    border: 2px solid #0969c3;
    position: absolute;
    top: -24px
}

#quick-view-product .khuyen-mai .title img {
    width: 30px;
    height: auto;
    margin-right: 10px
}

#quick-view-product .khuyen-mai ul li {
    display: flex;
    margin-bottom: 10px;
    align-items: center
}

#quick-view-product .khuyen-mai ul li img {
    width: 20px;
    height: auto;
    margin-right: 5px
}

@media (max-width: 1199px) {
    #quick-view-product {
        display:none !important
    }
}

.thump-swatch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}



table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #999;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}
.footer .top-footer{
    background: #fff;
}

/* New CSS for bla-header */
.bla-header-arrow {
    max-width: 1170px;
    margin: auto;
    position: absolute;
    left: 250px;
    right: 0;
    top: 0;
    height: 210px;
}

.is-homepage .bla-header-arrow {
    height: 1180px;
    left: 50px;
}

.bla-header-arrow:before {
    content: '';
    width: 5e3px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#001659), to(#1040d3));
    background-image: -webkit-linear-gradient(top, #001659, #1040d3);
    background-image: -moz-linear-gradient(top,#001659,#1040d3);
    background-image: -ms-linear-gradient(top,#001659,#1040d3);
    background-image: -o-linear-gradient(top,#001659,#1040d3);
    background-image: linear-gradient(top,#001659,#1040d3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#001659',endColorStr='#1040d3');
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skew(-30deg);
    -khtml-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
}

.bla-header-arrow:after {
    content: '';
    width: 570px;
    height: 95px;
    background-image: url(../images/header-arrow.png);
    position: absolute;
    bottom: 0;
    left: 885px;
}

.bla-header .bl-logo-area {
    padding: 17px 0;
}

.bla-header .bl-logo-row,
.bla-header .bla-header-navigation {
    margin-left: 80px;
    margin-right: 80px;
}

.bla-header .bl-logo-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bla-header .bl-logo-row .bl-branding {
    margin-right: auto;
}

.bla-header .bl-logo-row .bl-address {
    margin-left: 30px;
}

.bla-header .bl-logo {
    display: inline-flex;
}

.bla-header .bl-logo img {
    height: 70px;
    width: auto;
}

.bla-header-navigation {
    box-shadow: 0 2px 21px rgba(7, 0, 76, .29);
    display: flex;
    gap: 15px;
    align-items: center;
}

.bla-header-navigation .bla-header-meta {
    margin-right: auto;
}

.ct-main-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ct-main-menu li {
    position: relative;
    list-style: none;
}

/* Menu chế độ desktop */
@media (min-width: 1200px) {
    .ct-main-menu li .ct-menu-toggle {
        display: none;
    }

    .ct-main-menu>li {
        vertical-align: middle;
        float: left;
        margin: 0 18px;
    }

    #ct-menu-mobile {
        display: none;
    }

    .bl-menu .ct-header-branding {
        display: none;
    }

    .bla-main-navigation {
        padding: 0 18px;
    }

    /* CSS chung các cấp độ */
    .bla-main-navigation .bla-main-menu li a {
        display: block;
        -webkit-transition: all 300ms linear 0ms !important;
        -khtml-transition: all 300ms linear 0ms!important;
        -moz-transition: all 300ms linear 0ms!important;
        -ms-transition: all 300ms linear 0ms!important;
        -o-transition: all 300ms linear 0ms!important;
        transition: all 300ms linear 0ms !important;
    }

    .ct-main-menu>li a {
        color: #011962;
    }

    .bla-main-navigation .bla-main-menu li:hover,
    .bla-main-navigation .bla-main-menu li.focus {
        overflow: visible;
    }

    /* Submenu cấp 2 trở đi */
    .bla-main-navigation .bla-main-menu .sub-menu {
        position: absolute;
        background: #fff;
        padding: 28px 0;
        top: 100%;
        left: 0;
        margin: 0;
        min-width: 235px;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
        -khtml-box-shadow: 0 8px 83px rgba(40,40,40,8%);
        -moz-box-shadow: 0 8px 83px rgba(40,40,40,8%);
        -ms-box-shadow: 0 8px 83px rgba(40,40,40,8%);
        -o-box-shadow: 0 8px 83px rgba(40,40,40,8%);
        box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        -webkit-border-radius: 0 0 7px 7px;
        -khtml-border-radius: 0 0 7px 7px;
        -moz-border-radius: 0 0 7px 7px;
        -ms-border-radius: 0 0 7px 7px;
        -o-border-radius: 0 0 7px 7px;
        border-radius: 0 0 7px 7px;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-transform: scaleY(0);
        -khtml-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
    }

    .bla-main-navigation .bla-main-menu li:hover>.sub-menu,
    .bla-main-navigation .bla-main-menu li.focus>.sub-menu {
        visibility: visible;
        opacity: 1;
        clip: inherit;
        -webkit-transform: scaleY(1);
        -khtml-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }

    /* Item trong submenu cấp 2 trở đi */
    .bla-main-navigation .bla-main-menu .sub-menu li {
        padding: 0 40px;
        white-space: nowrap;
    }

    .bla-main-navigation .bla-main-menu .sub-menu li a {
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        padding: 7px 0;
        position: relative;
    }

    .bla-main-navigation .bla-main-menu .sub-menu li a:before {
        color: #f5750d;
        content: "\f178";
        font-family: "FontAwesome";
        position: absolute;
        left: -40px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -khtml-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0, -50%);
        opacity: 0;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

    .bla-main-navigation .bla-main-menu .sub-menu li>a:hover:before,
    .bla-main-navigation .bla-main-menu .sub-menu li.current_page_item>a:before,
    .bla-main-navigation .bla-main-menu .sub-menu li.current-menu-item>a:before,
    .bla-main-navigation .bla-main-menu .sub-menu li.current_page_ancestor>a:before,
    .bla-main-navigation .bla-main-menu .sub-menu li.current-menu-ancestor>a:before {
        opacity: 1;
        left: -23px;
    }

    .bla-main-navigation .bla-main-menu .sub-menu li.menu-item-has-children>a:after {
        content: "\f105";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -khtml-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0, -50%);
    }

    /* Riêng cấp 1 */
    .ct-main-menu>li>a {
        font-size: 16px;
        font-weight: 700;
        line-height: 75px;
        position: relative;
        padding: 0;
    }

    .ct-main-menu>li>a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #011962;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f55301',endColorStr='#ff9f00',gradientType='1');
        height: 5px;
        transform-origin: right center;
        -webkit-transform-origin: right center;
        -webkit-transform: scale(0, 1);
        -khtml-transform: scale(0,1);
        -moz-transform: scale(0,1);
        -ms-transform: scale(0,1);
        -o-transform: scale(0,1);
        transform: scale(0, 1);
        -webkit-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
        -khtml-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        -moz-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        -ms-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        -o-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    }

    .ct-main-menu>li:hover>a:before,
    .ct-main-menu>li.current_page_item>a:before,
    .ct-main-menu>li.current-menu-item>a:before,
    .ct-main-menu>li.current_page_ancestor>a:before,
    .ct-main-menu>li.current-menu-ancestor>a:before {
        transform-origin: left center;
        -webkit-transform-origin: left center;
        -webkit-transform: scale(1, 1);
        -khtml-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1, 1);
    }

    .ct-main-menu>li.menu-item-has-children>a:after {
        content: "\f107";
        font-family: "FontAwesome";
        margin-left: 4px;
        display: inline-block;
        vertical-align: top;
    }

    /* Menu cấp 3 trở đi */
    .bla-main-navigation .bla-main-menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        -webkit-border-radius: 0 7px 7px 7px;
        -khtml-border-radius: 0 7px 7px 7px;
        -moz-border-radius: 0 7px 7px 7px;
        -ms-border-radius: 0 7px 7px 7px;
        -o-border-radius: 0 7px 7px 7px;
        border-radius: 0 7px 7px 7px;
    }

    .header-mobile-search {
        display: none;
    }
}

/* Menu chế độ mobile */
@media (max-width: 1199.98px) {
    .bla-header-arrow {
        max-width: 100%;
        display: none;
    }

    body:not(.is-homepage) .bla-main-slider {
        display: none;
    }

    .bla-header-arrow::before {
        width: 100%;
    }

    .is-homepage .bla-header-arrow {
        height: 620px;
        left: 0;
    }

    .is-homepage .bla-header-arrow::before {
        transform: none;
    }

    #ct-menu-mobile {
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0,-50%);
        -khtml-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .bl-logo-area {
        display: none;
    }

    .ct-header-branding {
        padding: 15px;
        position: relative;
        flex-grow: 1;
        opacity: 1;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    }

    .ct-header-branding img {
        height: 50px!important;
        width: auto!important;
    }

    .bl-menu .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .ct-header-navigation {
        position: absolute;
        height: 100vh;
        width: 260px;
        top: 0;
        bottom: 0;
        margin: 0!important;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 999;
        -webkit-transition: opacity 300ms linear 0ms, visibility 0s linear 300ms;
        -khtml-transition: opacity 300ms linear 0ms, visibility 0s linear 300ms;
        -moz-transition: opacity 300ms linear 0ms, visibility 0s linear 300ms;
        -ms-transition: opacity 300ms linear 0ms, visibility 0s linear 300ms;
        -o-transition: opacity 300ms linear 0ms, visibility 0s linear 300ms;
        transition: opacity 300ms linear 0ms, visibility 0s linear 300ms;
    }

    #ct-menu-mobile .btn-nav-mobile {
        color: #1f2233;
        display: inline-block;
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        vertical-align: middle;
        width: 30px;
        cursor: pointer;
        position: relative;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

    #ct-menu-mobile .btn-nav-mobile:before,
    #ct-menu-mobile .btn-nav-mobile:after,
    #ct-menu-mobile .btn-nav-mobile span {
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        content: "";
        background-color: #1f2233;
        display: block;
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 26px;
        top: 22px;
    }

    #ct-menu-mobile .btn-nav-mobile:before {
        top: 8px;
    }

    #ct-menu-mobile .btn-nav-mobile span {
        top: 15px;
    }

    #ct-menu-mobile .btn-nav-cart {
        margin-right: 18px;
        display: flex;
        align-items: center;
    }

    .ct-header-navigation.navigation-open {
        opacity: 1;
        z-index: 999;
        pointer-events: auto;
        -webkit-transition-delay: 0s;
        -khtml-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        visibility: visible;
    }

    .ct-header-navigation.navigation-open {
        opacity: 1;
        z-index: 999;
        pointer-events: auto;
        -webkit-transition-delay: 0s;
        -khtml-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        visibility: visible;
    }

    #ct-menu-mobile .btn-nav-mobile.opened:before {
        top: 15px;
        -webkit-transform: rotate(45deg);
        -khtml-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #ct-menu-mobile .btn-nav-mobile.opened span {
        display: none;
    }

    #ct-menu-mobile .btn-nav-mobile.opened:after {
        -webkit-transform: rotate(-45deg);
        -khtml-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 15px;
    }

    .ct-header-navigation .ct-main-navigation {
        overflow: hidden;
        width: 260px;
        padding: 58px 0 45px;
        background-color: #fff;
        position: fixed;
        z-index: 1001;
        top: 0;
        height: 100%;
        left: 0;
        right: 0;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        -webkit-transform: translateX(-100%);
        -khtml-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-box-shadow: 0 0 12px rgba(0,0,0,.22);
        -khtml-box-shadow: 0 0 12px rgba(0,0,0,.22);
        -moz-box-shadow: 0 0 12px rgba(0,0,0,.22);
        -ms-box-shadow: 0 0 12px rgba(0,0,0,.22);
        -o-box-shadow: 0 0 12px rgba(0,0,0,.22);
        box-shadow: 0 0 12px rgba(0,0,0,.22);
    }

    .ct-header-navigation.navigation-open .ct-main-navigation {
        -webkit-transform: translateX(0%);
        -khtml-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .bla-header-navigation .bla-header-meta,
    .bla-header-navigation .bla-header-button {
        display: none;
    }

    .ct-header-navigation .ct-main-navigation .ct-main-navigation-inner {
        height: 100%;
        overflow-y: scroll;
        padding: 0 26px 0 16px;
        margin-right: -10px;
    }

    .ct-main-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .ct-main-menu li {
        position: relative;
        list-style: none;
    }

    .ct-main-menu li a {
        display: block;
        padding: 0;
        line-height: 50px;
        color: #282828;
        font-family: poppins,sans-serif;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #ebebeb;
    }

    .ct-main-menu>li>a:hover,
    .ct-main-menu>li>a.current,
    .ct-main-menu>li.current_page_item>a,
    .ct-main-menu>li.current-menu-item>a,
    .ct-main-menu>li.current_page_ancestor>a,
    .ct-main-menu>li.current-menu-ancestor>a {
        color: #fe9800;
    }

    .ct-main-menu .sub-menu {
        position: relative;
        display: none;
    }

    .ct-menu-toggle {
        position: absolute;
        top: 10px;
        height: 30px;
        right: 0;
        border: 1px solid #ebebeb;
        width: 30px;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .ct-menu-toggle:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -khtml-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

    .ct-menu-toggle.toggle-open:before {
        content: '\f106';
    }

    .ct-main-menu .sub-menu li a {
        padding-left: 15px;
    }

    .header-mobile-search {
        position: relative;
        margin-bottom: 12px;
    }

    .header-mobile-search .search-field {
        background-color: #fff;
        border: 1px solid #ececec;
        color: #767677;
        padding: 6px 22px;
        line-height: normal;
        font-size: 16px;
        font-weight: 400;
        height: 50px;
        -webkit-transition: all 200ms linear 0ms;
        -khtml-transition: all 200ms linear 0ms;
        -moz-transition: all 200ms linear 0ms;
        -ms-transition: all 200ms linear 0ms;
        -o-transition: all 200ms linear 0ms;
        transition: all 200ms linear 0ms;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        width: 100%;
        outline: none;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 1px solid #ececf0;
        padding: 0 22px;
        color: #222;
        font-size: 15px;
    }

    .header-mobile-search .search-submit {
        padding: 0;
        border: none;
        line-height: 48px;
        height: 50px;
        width: 53px;
        position: absolute;
        top: 0;
        right: 0;
        color: #222;
        font-size: 15px;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        background-color: initial;
        background-image: none;
        border-left: 1px solid #ececf0;
    }
}

/* Meta ngay sau menu */
.bla-header-meta {
    display: flex;
    gap: 32px;
    align-items: center;
}

.bla-header-meta>div {
    position: relative;
}

.bla-header-meta>div>a {
    font-size: 16px;
    display: block;
}

.bla-header-meta>div>a:not(:hover) {
    color: #011962;
}

.bla-header-meta>div>.couter {
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50%;
    opacity: .8;
}

/* Nút cuối menu */
.bla-header-button p {
    margin: 0;
}

.bla-header-button .bla-getquote {
    display: block;
    font-size: 16px;
    line-height: 75px;
    border-radius: 0;
    padding: 0 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5750d), to(#f7c42a));
    background-image: -webkit-linear-gradient(bottom, #f5750d, #f7c42a);
    background-image: -moz-linear-gradient(bottom,#f5750d,#f7c42a);
    background-image: -ms-linear-gradient(bottom,#f5750d,#f7c42a);
    background-image: -o-linear-gradient(bottom,#f5750d,#f7c42a);
    background-image: linear-gradient(bottom,#f5750d,#f7c42a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5750d',endColorStr='#f7c42a');
    overflow: hidden;
    z-index: 1;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-align: center;
    cursor: pointer;
    border: none;
    box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
}

.bla-header-button .bla-getquote:before {
    z-index: -1;
    content: '';
    background: #fff;
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -khtml-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    -khtml-transition: all 550ms cubic-bezier(.19,1,.22,1);
    -moz-transition: all 550ms cubic-bezier(.19,1,.22,1);
    -ms-transition: all 550ms cubic-bezier(.19,1,.22,1);
    -o-transition: all 550ms cubic-bezier(.19,1,.22,1);
    transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    width: 50px;
}

.bla-header-button .bla-getquote:hover:before {
    left: 120%;
}

.bla-header-contacts {
    display: flex;
    gap: 14px;
    align-items: center;
}

.bla-header-contacts,
.bla-header-contacts a {
    color: #fff;
}

.bla-header-contacts svg {
    width: 38px;
    height: 38px;
    color: #f55301;
}

.bla-header-contacts .it-lbl {
    font-weight: 700;
}

.bla-header-content {
    position: relative;
    z-index: 999;
}

.bla-header-content .bl-menu .bla-header-navigation {
    background-color: #fff;
}

@media (min-width: 1200px) {
    .bla-header-content {
        margin-bottom: -38px;
    }
}

/* New slider */
.bla-main-slider {
    margin-bottom: 200px;
}

body:not(.is-homepage) .bla-main-slider {
    margin-bottom: 80px;
}

@media (max-width: 1199.98px) {
    .bla-main-slider {
        margin-bottom: 50px;
    }
}

:root {
    --duration-fade: 0.8s;
    --duration-grow: 0.6s;
    --delay-grow: 0.6s;
}

.bla-slider-container {
    width: 100%;
}

.bla-slider-container .mask {
    position: absolute;
    z-index: 49;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    width: 3000px;
    height: 126px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    visibility: visible;
    transform: skew(-29deg);
    -webkit-transform: skew(-29deg);
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    bottom: 0;
    left: 0;
}

/* ─── SLIDER ─── */
.bla-slider {
    position: relative;
    width: 100%;
    height: 602px;
    overflow: hidden;
    background: #0f0e0c;
}

/* ─── SLIDE ─── */
.bla-slider .slide {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* Image side */
.bla-slider .slide__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bla-slider .slide__img img {
    position: absolute;
    inset: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block;
    opacity: 0;
    will-change: opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Content side */
.bla-slider .slide__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 3.5rem 3rem;
    gap: 1.5rem;
    max-width: 540px;
    transform: translateY(-50px);
}

@media (min-width: 1800px) {
    .bla-slider-container .mask {
        left: 200px;
    }

    .bla-slider .slide__content {
        margin-left: 220px;
    }
}

.bla-slider .slide__label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #e8c97a;
    opacity: 0;
    transform: translateY(14px);
    transition: none;
}

.bla-slider .slide__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    opacity: 0;
    transform: translateY(22px);
    transition: none;
    text-shadow: 0 3px 4px rgba(0, 0, 0, .22);
    -webkit-text-shadow: 0 3px 4px rgba(0,0,0,.22);
    -ms-text-shadow: 0 3px 4px rgba(0,0,0,.22);
    -o-text-shadow: 0 3px 4px rgba(0,0,0,.22);
}

.bla-slider .slide__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0 40px;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 63px;
    cursor: pointer;
    opacity: 0;
    transform: translateY(18px);
    transition: none;
    align-self: flex-start;
    text-decoration: none;
    position: relative;
}

.bla-slider .slide__btn::before,
.bla-slider .slide__btn::after {
    content: '';
    z-index: -2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#001659), to(#1040d3));
    background-image: -webkit-linear-gradient(top, #001659, #1040d3);
    background-image: -moz-linear-gradient(top,#001659,#1040d3);
    background-image: -ms-linear-gradient(top,#001659,#1040d3);
    background-image: -o-linear-gradient(top,#001659,#1040d3);
    background-image: linear-gradient(top,#001659,#1040d3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#001659',endColorStr='#1040d3');
    position: absolute;
    top: 0;
    left: 0;
    right: 28px;
    height: 100%;
    -webkit-transform: skew(-23deg);
    -khtml-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}

.bla-slider .slide__btn::after {
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1040d3), to(#001659));
    background-image: -webkit-linear-gradient(top, #1040d3, #001659);
    background-image: -moz-linear-gradient(top,#1040d3,#001659);
    background-image: -ms-linear-gradient(top,#1040d3,#001659);
    background-image: -o-linear-gradient(top,#1040d3,#001659);
    background-image: linear-gradient(top,#1040d3,#001659);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1040d3',endColorStr='#001659');
}

.bla-slider .slide__btn:hover {
    background-position: 100%;
}

.bla-slider .slide__btn:hover::after {
    opacity: 1;
}

.bla-slider .slide__btn svg {
    transition: transform 0.3s ease;
}

.bla-slider .slide__btn:hover svg {
    transform: translateX(4px);
}

/* ─── ACTIVE STATE ─── */
.bla-slider .slide.is-active {
    pointer-events: auto;
}

/* Step 2: grow up label, title, btn after image fades */
.bla-slider .slide.is-active .slide__label {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity var(--duration-grow) ease var(--delay-grow),
        transform var(--duration-grow) ease var(--delay-grow);
}

.bla-slider .slide.is-active .slide__title {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity var(--duration-grow) ease calc(var(--delay-grow) + 0.1s),
        transform var(--duration-grow) ease calc(var(--delay-grow) + 0.1s);
}

.bla-slider .slide.is-active .slide__btn {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity var(--duration-grow) ease calc(var(--delay-grow) + 0.22s),
        transform var(--duration-grow) ease calc(var(--delay-grow) + 0.22s),
        background 0.25s ease,
        color 0.25s ease;
}

/* ─── NAV BUTTONS ─── */
.bla-slider .slider__nav {
    position: absolute;
    bottom: 104px;
    right: 60px;
    z-index: 50;
    display: flex;
    gap: 0.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px) scale(0.88);
    transform-origin: center bottom;
    transition:
        opacity 0.25s ease,
        transform 0.45s cubic-bezier(.19, 1, .22, 1),
        visibility 0s linear 0.45s;
}

.bla-slider .slider__nav.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0s, 0s, 0s;
}

.bla-slider .nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #1040d3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s, background 0.25s, color 0.25s;
    backdrop-filter: blur(4px);
    border: 0;
    -webkit-box-shadow: 0 0 43px rgba(7, 0, 76, .54);
    -khtml-box-shadow: 0 0 43px rgba(7,0,76,.54);
    -moz-box-shadow: 0 0 43px rgba(7,0,76,.54);
    -ms-box-shadow: 0 0 43px rgba(7,0,76,.54);
    -o-box-shadow: 0 0 43px rgba(7,0,76,.54);
    box-shadow: 0 0 43px rgba(7, 0, 76, .54);
}

.bla-slider .nav-btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#001659), to(#1040d3));
    background-image: -webkit-linear-gradient(top, #001659, #1040d3);
    background-image: -moz-linear-gradient(top,#001659,#1040d3);
    background-image: -ms-linear-gradient(top,#001659,#1040d3);
    background-image: -o-linear-gradient(top,#001659,#1040d3);
    background-image: linear-gradient(top,#001659,#1040d3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#001659',endColorStr='#1040d3');
    color: #fff;
}

.bla-main-slider-inner>.container {
    background-color: #fff;
    box-shadow: 0 0 54px rgba(7, 0, 76, .3);
}

/* Slider full HD screen */
@media (min-width: 1800px) {
    .bla-main-slider-inner>.container {
        max-width: 1700px;
    }

    body.is-homepage .bla-header-arrow {
        height: 1180px;
        left: -100px;
    }

    body.is-homepage .bla-slider {
        height: 600px;
    }
}

/* Search Modal */
.ct-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ct-modal.open {
    z-index: 999999;
}

.ct-modal .ct-modal-close {
    position: absolute;
    top: 60px;
    right: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    height: 60px;
    width: 60px;
    z-index: 99;
    color: #000;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all .8s cubic-bezier(.4, 0, 0, 1);
    -khtml-transition: all .8s cubic-bezier(.4,0,0,1);
    -moz-transition: all .8s cubic-bezier(.4,0,0,1);
    -ms-transition: all .8s cubic-bezier(.4,0,0,1);
    -o-transition: all .8s cubic-bezier(.4,0,0,1);
    transition: all .8s cubic-bezier(.4, 0, 0, 1);
    transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}

.ct-modal .ct-modal-close:before {
    content: '';
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
}

.ct-modal.open .ct-modal-close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.ct-modal .ct-modal-overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(100px - 112vw);
    z-index: 3;
    display: block;
    background-color: rgba(14,14,14,.9);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform .8s ease-in-out;
    -khtml-transition: transform .8s ease-in-out;
    -moz-transition: transform .8s ease-in-out;
    -ms-transition: transform .8s ease-in-out;
    -o-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.ct-modal.open .ct-modal-overlay {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: 1;
    -webkit-transition: transform 1.6s cubic-bezier(.4,0,0,1);
    -khtml-transition: transform 1.6s cubic-bezier(.4,0,0,1);
    -moz-transition: transform 1.6s cubic-bezier(.4,0,0,1);
    -ms-transition: transform 1.6s cubic-bezier(.4,0,0,1);
    -o-transition: transform 1.6s cubic-bezier(.4,0,0,1);
    transition: transform 1.6s cubic-bezier(.4,0,0,1);
}

.ct-modal .ct-modal-content {
    position: fixed;
    width: 0;
    max-width: 1200px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
    -khtml-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
    -moz-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
    -ms-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
    -o-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
    transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
    transition-delay: 0s,.4s,0s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.ct-modal.open .ct-modal-content {
    width: 100%;
    opacity: 1;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
}

.ct-modal.ct-modal-search .ct-modal-content {
    max-width: 680px;
}

.ct-modal-search .search-form-popup {
    position: relative;
}

.ct-modal-search .search-field {
    background-color: initial;
    border: none;
    height: 60px;
    padding-left: 0;
    padding-right: 60px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.ct-modal-search .search-submit {
    font-size: 28px;
    color: #fe9800;
    background-color: initial;
    background-image: none;
    border: none;
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

.ct-modal-search .search-field::placeholder {
    color: #fff;
}

/* Right sidebar */
.ct-hidden-sidebar-overlay {
    background-color: rgba(14,14,14,.82);
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1026;
    -webkit-transform: scaleX(0);
    -khtml-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -webkit-transition: transform .8s ease 0s;
    -khtml-transition: transform .8s ease 0s;
    -moz-transition: transform .8s ease 0s;
    -ms-transition: transform .8s ease 0s;
    -o-transition: transform .8s ease 0s;
    transition: transform .8s ease 0s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    cursor: url(../images/pointer.png),auto;
}

.ct-hidden-sidebar-wrap.open .ct-hidden-sidebar-overlay {
    -webkit-transform: scaleX(1);
    -khtml-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.ct-hidden-sidebar {
    position: fixed;
    z-index: 1029;
    top: 0;
    right: 0;
    bottom: 0;
    width: 375px;
    background-color: #fff;
    font-size: 15px;
    line-height: 26px;
    color: #383838;
    overflow: hidden;
    -webkit-transform: translateX(380px);
    -khtml-transform: translateX(380px);
    -moz-transform: translateX(380px);
    -ms-transform: translateX(380px);
    -o-transform: translateX(380px);
    transform: translateX(380px);
    -webkit-transition: transform .8s ease 0s;
    -khtml-transition: transform .8s ease 0s;
    -moz-transition: transform .8s ease 0s;
    -ms-transition: transform .8s ease 0s;
    -o-transition: transform .8s ease 0s;
    transition: transform .8s ease 0s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.ct-hidden-sidebar-wrap.open .ct-hidden-sidebar {
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.ct-hidden-sidebar .ct-hidden-close {
    height: 40px;
    width: 40px;
    font-size: 24px;
    line-height: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
}

.ct-hidden-sidebar .ct-hidden-sidebar-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    margin: 115px -15px 90px 0;
    padding: 0 60px;
}

body.sidebar-open {
    overflow: hidden!important;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

/* Section after slider */
.bla-section-afterslider {
    margin-top: -73px;
    margin-bottom: 15px;
    z-index: 50;
    position: relative;
    padding-bottom: 30px;
}

.bla-section-afterslider>.container {
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    flex-wrap: wrap;
}

.bla-section-afterslider .elementor-column-left,
.bla-section-afterslider .elementor-column-center,
.bla-section-afterslider .elementor-column-right {
    display: flex;
    min-height: 1px;
    position: relative;
}

.bla-section-afterslider .elementor-column .elementor-element-populated {
    /*padding: 15px;*/
}

.bla-section-afterslider .item--title {
    color: #00165a;
    font-size: 36px;
    line-height: 48px;
    padding-left: 78px;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
}

.bla-section-afterslider .item--title:before {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    top: 21px;
    left: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5750d),to(#f7c42a));
    background-image: -webkit-linear-gradient(top,#f5750d,#f7c42a);
    background-image: -moz-linear-gradient(top,#f5750d,#f7c42a);
    background-image: -ms-linear-gradient(top,#f5750d,#f7c42a);
    background-image: -o-linear-gradient(top,#f5750d,#f7c42a);
    background-image: linear-gradient(top,#f5750d,#f7c42a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5750d',endColorStr='#f7c42a');
}

.bla-section-afterslider .item--des {
    padding-left: 78px;
    margin-bottom: 30px;
}

.bla-section-afterslider .ct-video-player {
    margin-left: 78px;
}

.bla-section-afterslider .ct-video-button-outer {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

@keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}


.bla-section-afterslider .ct-video-player .ct-video-button {
    height: 56px;
    width: 56px;
    font-size: 16px;
    background-image: -webkit-linear-gradient(-190deg,#f7c42a,#f5750d);
    background-image: -moz-linear-gradient(-190deg,#f7c42a,#f5750d);
    background-image: -ms-linear-gradient(-190deg,#f7c42a,#f5750d);
    background-image: -o-linear-gradient(-190deg,#f7c42a,#f5750d);
    background-image: linear-gradient(-190deg,#f7c42a,#f5750d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7c42a',endColorStr='#f5750d');
    position: relative;
    color: #fff;
    border-radius: 100%;
    display: block;
    margin-right: 20px;
}

.bla-section-afterslider .ct-video-player .ct-video-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.bla-section-afterslider .ct-video-player .ct-video-button .line-video-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 159, 0, .27);
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    animation: squares 3.9s linear 0s infinite;
    -webkit-animation: squares 3.9s linear 0s infinite;
    -ms-animation: squares 3.9s linear 0s infinite;
    -o-animation: squares 3.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
}

.bla-section-afterslider .ct-video-player .ct-video-button .line-video-animation.line-video-2 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.bla-section-afterslider .ct-video-player .ct-video-button .line-video-animation.line-video-3 {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.bla-section-afterslider .ct-counter-layout1 {
    display: flex;
    flex-wrap: nowrap;
}

.bla-section-afterslider .ct-counter-layout1 .ct-counter-icon {
    line-height: 1;
    margin-right: 14px;
    min-width: 48px;
    margin-top: 5px;
}

.bla-section-afterslider .ct-counter-layout1 .ct-counter-number {
    font-size: 36px;
    line-height: 1;
    color: #011962;
    font-weight: 600;
    display: flex;
    white-space: nowrap;
}

.bla-section-afterslider .ct-counter-layout1 .ct-counter-title {
    color: #6787c0;
    margin-top: 4px;
}

.bla-section-afterslider .elementor-center-counts>div {
    margin-bottom: 40px;
}

.bla-section-afterslider .elementor-widget-container-image img {
    border: none;
    border-radius: 15px;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .bla-section-afterslider .elementor-column-left {
        width: 41.583%;
    }

    .bla-section-afterslider .elementor-column-center {
        width: 23%;
    }

    .bla-section-afterslider .elementor-column-right {
        width: 35.413%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .bla-section-afterslider .elementor-column-left {
        width: 44%;
    }

    .bla-section-afterslider .elementor-column-center {
        width: 26%;
    }

    .bla-section-afterslider .elementor-column-right {
        width: 30%;
    }
}

@media (max-width: 767.98px) {
    .bla-section-afterslider .elementor-column-left,
    .bla-section-afterslider .elementor-column-center,
    .bla-section-afterslider .elementor-column-right {
        width: 100%;
    }

    .bla-section-afterslider .item--title {
        padding-left: 0;
    }

    .bla-section-afterslider .item--title:before {
        display: none;
    }

    .bla-section-afterslider .item--des {
        padding-left: 0;
    }

    .bla-section-afterslider .ct-video-player {
        margin-left: 0;
    }
}

@media (min-width: 1800px) {
    .bla-slider-container .mask {
        left: 200px;
    }

    .bla-slider .slider__nav {
        right: 300px;
    }
}
