html::-webkit-scrollbar {
    width: 3px;
}
html::-webkit-scrollbar-thumb {
    background-color: #1b74e7;
    outline: 3px solid #1b74e7;
}
body {
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    overflow-x: hidden;
}
@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 0.4s ease;
}
a:hover {
    color: #003cbf;
}
b,
strong {
    font-weight: bold;
}
button,
li {
    transition: all 0.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: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.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: 0.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: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.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 .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 {
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.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-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: #5dac46;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    min-height: 50px;
}
@media (max-width: 500px) {
    .product-action .product-info .price-box {
        min-height: 48px;
    }
}
.product-action .product-info .price-box .compare-price {
    color: #666;
    text-decoration: line-through;
    font-weight: 700;
    font-size: 14px;
    display: block;
}
@media (max-width: 500px) {
    .product-action .product-info .price-box .compare-price {
        font-size: 12px;
    }
}
.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 .product-info .pro-promo {
    background: #eee;
    padding-left: 4px !important;
    padding-right: 4px !important;
    border-left: 3px solid #5dac46;
    border-radius: 5px;
}
.product-action .btn-wishlist {
    position: absolute;
    right: 10px;
    top: 10px;
}
.product-action .btn-wishlist svg {
    width: 20px;
    height: 20px;
}
.product-action .btn-wishlist svg path {
    fill: #bd110f;
}
.product-action .smart {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #bd110f;
    text-align: center;
    width: auto;
    height: auto;
    font-size: 14px;
    color: white;
    z-index: 5;
    line-height: 17px;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #fff;
}
.product-action .tag-pro {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-block;
    background: #eee;
    padding: 2px 10px;
    border-radius: 5px;
}
.product-action .btn-views {
    border: 0;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    margin-bottom: 0;
    background: #1b74e7;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 600;
    overflow: hidden;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    bottom: 20px;
}
.product-action .btn-views.quick-view {
    margin: 0 5px;
}
.product-action .btn-views.quick-view svg {
    width: 18px;
    height: 16px;
}
@media (max-width: 991px) {
    .product-action .btn-views {
        display: none;
    }
}
.product-action .btn-views:hover {
    background: #003cbf;
    bottom: 25px;
    transition: 500ms all;
}
@media (min-width: 1025px) {
    .product-action:hover {
        box-shadow: 0 0px 2px 0 #003cbf, 0 0px 6px 0px #003cbf;
    }
    .product-action:hover .product-thumbnail .image_thumb img {
        -webkit-transform: scale(1.1);
    }
    .product-action:hover .product-thumbnail .action .btn-views {
        padding: 9px 10px;
        height: auto;
        width: auto;
        opacity: 1;
        font-size: 14px;
    }
}
.backtop {
    position: fixed;
    bottom: 100px;
    top: auto !important;
    right: 20px;
    background: #1b74e7;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 10px;
    line-height: 40px;
    z-index: 999;
    opacity: 0;
    border: 1px solid #fff;
}
.backtop:hover {
    background: #1151a4;
}
.backtop svg {
    width: 30px;
    height: 30px;
    color: #fff;
}
.backtop.show {
    opacity: 1;
}
@media (max-width: 991px) {
    .footer .col-footer {
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .footer {
        padding-bottom: 10px;
    }
}
.footer .top-footer {
    background: #1b74e7;
    padding: 10px 0;
}
.footer .top-footer .row {
    align-items: center;
}
.footer .top-footer .content-newsletter {
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
}
.footer .top-footer .newsletter-form {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 0px;
    width: 70%;
}
@media (max-width: 991px) {
    .footer .top-footer .newsletter-form {
        margin: auto;
    }
}
@media (max-width: 767px) {
    .footer .top-footer .newsletter-form {
        width: 100%;
    }
}
.footer .top-footer .newsletter-form input {
    height: 40px;
    width: 100%;
    border: 0;
    padding: 10px 110px 10px 10px;
}
@media (max-width: 767px) {
    .footer .top-footer .newsletter-form input {
        padding: 10px 85px 10px 10px;
    }
}
.footer .top-footer .newsletter-form button {
    height: 40px;
    position: absolute;
    right: 0;
    border: 0;
    background: #003cbf;
    color: #fff;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .footer .top-footer .newsletter-form button {
        padding: 0 5px;
    }
}
.footer .top-footer .newsletter-form button:hover {
    opacity: 0.8;
}
.footer .top-footer .footer-social {
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
@media (max-width: 991px) {
    .footer .top-footer .footer-social {
        text-align: center;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
}
.footer .top-footer .footer-social span {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.footer .top-footer .footer-social .social {
    display: inline-block;
}
.footer .top-footer .footer-social .social li {
    display: inline-block;
    margin-left: 10px;
}
@media (max-width: 767px) {
    .footer .top-footer .footer-social .social li {
        margin-left: 0px;
        margin-right: 10px;
    }
}
.footer .top-footer .footer-social .social li:hover {
    opacity: 0.8;
}
.footer .mid-footer {
    color: #000;
    padding: 50px 0;
}
.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: #000;
    font-size: 14px;
    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: #003cbf;
}
.footer .mid-footer .group-address ul li span {
    color: #000;
    padding-left: 10px;
}
.footer .mid-footer .group-address ul li a {
    color: #000;
    display: inline-block;
    padding-left: 10px;
}
.footer .mid-footer .group-address ul li a:hover {
    color: #003cbf;
}
.footer .mid-footer .title-menu {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    color: #003cbf;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .footer .mid-footer .title-menu {
        margin-bottom: 10px;
    }
}
.footer .mid-footer .list-menu {
    padding-left: 20px;
    list-style: disc;
}
.footer .mid-footer .list-menu li {
    margin-bottom: 5px;
    display: list-item;
}
.footer .mid-footer .list-menu li a {
    font-size: 14px;
    color: #000;
}
.footer .mid-footer .list-menu li a:hover {
    color: #003cbf;
}
@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: 0px;
        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: #003cbf;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }
    .footer .mid-footer .footer-click .title-menu .down_icon:before {
        width: 17px;
        height: 2px;
        opacity: 1;
    }
    .footer .mid-footer .footer-click .title-menu .down_icon:after {
        width: 2px;
        height: 17px;
    }
    .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: #1b74e7;
}
.footer .mid-footer .call-footer li a:hover {
    color: #003cbf;
}
.footer .mid-footer .call-footer li .content {
    display: block;
    font-style: italic;
}
.addThis_iconContact,
.backtop {
    right: 12px;
}
.footer #copyright {
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid #fff;
    text-align: center;
    background: #1b74e7;
}
.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: #5dac46;
}
@media (min-width: 991px) {
    .sticky {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    body.sticky-header .bodywrap {
        padding-top: 168.7px; /* đúng bằng chiều cao header sticky */
    }
    .header-menu {
        /* margin-top: 10px; */
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        z-index: 9;
        width: 100%;
        line-height: 0.5px;
    }
    .header-menu .header-menu-des {
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .header-menu .header-menu-des .control-menu {
        width: 60px;
        text-align: center;
    }
    .header-menu .header-menu-des .control-menu a svg {
        width: 15px;
        height: 15px;
    }
    .header-menu .header-menu-des .control-menu a:hover svg path {
        fill: #003cbf;
    }
    .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: 5px 0px; */
        width: 100%;
        height: auto;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item {
        display: inline-block;
        position: static;
        padding: 5px;
    }
    .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 10px;
        font-size: 16px;
        position: relative;
        color: #fff;
        font-weight: 600;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > a {
        padding: 10px 10px;
    }
}
@media (min-width: 991px) {
    .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: #fff transparent transparent transparent;
        display: inline-block;
        top: -2px;
        margin-left: 2px;
        margin-top: -6px;
        margin-top: 4px;
        transition: 0.5s;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item:hover > a {
        color: #5dac46;
        background: #fff;
        border-radius: 10px;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item:hover > a.caret-down:after {
        transform: rotate(180deg);
        border-color: #5dac46 transparent transparent transparent;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item:hover > ul {
        overflow: visible;
        max-height: 3000px;
        max-width: 3000px;
        opacity: 1;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end,
            padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item .fa-caret-down {
        visibility: hidden;
        display: none;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item .item_small {
        overflow: hidden;
        display: block;
        max-height: 0px;
        max-width: 0px;
        opacity: 0;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end,
            padding 0.6s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        position: absolute;
        top: 100%;
        left: auto;
        width: 220px;
        padding: 0;
        background-color: #fff;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        z-index: 99;
        white-space: normal;
        border-radius: 5px;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li {
        float: none;
        padding: 0 0;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li:last-child > a {
        border-bottom: 0;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
        display: block;
        position: absolute;
        width: 250px;
        padding: 0;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
        white-space: normal;
        border-radius: 5px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
        position: relative;
        left: 0;
        width: 100%;
        padding-left: 0;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li:hover > ul li a {
        padding-left: 25px;
    }
}
@media (min-width: 991px) {
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        display: block;
        padding: 6px 20px 6px 10px;
        color: #000;
        position: relative;
        text-align: left;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li a.caret-down:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #000 transparent transparent transparent;
        display: inline-block;
        top: 50%;
        left: 100%;
        margin-left: -15px;
        margin-top: -2px;
        transition: 0.5s;
        transform: rotate(270deg);
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li ul {
        display: none;
        left: 100%;
        top: -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: #003cbf;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul > li:hover > a.caret-down:before {
        border-color: #003cbf transparent transparent transparent;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul > li ul li:hover > a {
        color: #003cbf;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega {
        position: static;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content {
        background: #fff none repeat scroll 0 0;
        display: none;
        margin: 0;
        padding: 10px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        width: 100%;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        max-height: 600px;
        overflow-y: auto;
        border: 0;
        overflow-x: hidden;
        white-space: normal;
        border-radius: 5px;
        /* display: block; */
        /* opacity: 0; */
        filter: alpha(opacity=0);
        /* visibility: hidden; */
        -moz-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        -webkit-transition: 0.2s ease-out;
        -ms-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content::-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: #1b74e7;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.parent a.hmega {
        color: #1b74e7 !important;
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 18px;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.parent a.hmega:hover,
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.parent a.hmega:focus {
        color: #003cbf !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: #1b74e7 !important;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item h2 {
        font-size: 14px;
        margin-top: 0;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item ul.level1 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item ul.level1 li a {
        font-weight: normal !important;
        text-transform: none !important;
        color: #000;
        font-size: 16px;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item ul.level1 li a:hover,
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item ul.level1 li a:focus {
        text-decoration: none;
        color: #003cbf;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level0 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .title-mega {
        text-align: left;
        font-size: 18px;
        color: #fda121;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega:hover .mega-content {
        display: block;
        /* opacity: 1; */
        filter: alpha(opacity=100);
        /* visibility: visible; */
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.active > a {
        color: #5dac46;
        background: #fff;
        border-radius: 10px;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.active > a span > i.icon-down {
        border-color: #5dac46 transparent transparent transparent;
    }
    .header-menu .header-menu-des .header-nav > ul.item_big > li.active > a.caret-down:after {
        border-color: #5dac46 transparent transparent transparent;
    }
    .header-menu .header-menu-des .header-nav ul li ul a.text2line:hover {
        color: #003cbf !important;
        background: transparent !important;
    }
    .header-menu .header-menu-des .header-nav li li {
        position: relative;
    }
}
@media (max-width: 991px) {
    .header .menu-bar {
        position: absolute;
        top: 18px;
        border-radius: 5px;
        z-index: 9;
        left: 15px;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        background: #003cbf;
    }
    .header .menu-bar svg {
        width: 26px;
        height: 26px;
    }
    .header .menu-bar svg path {
        fill: #fff;
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    .header .menu-bar {
        left: 5px;
    }
}
@media (max-width: 991px) {
    .header-nav {
        background-color: #fff;
        width: 70%;
        position: fixed;
        top: 0 !important;
        left: 0;
        z-index: 99999;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation;
        height: 100%;
    }
    .header-nav.current {
        visibility: visible;
        transform: translateX(0);
    }
    .header-nav .logo-sitenav {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #1b74e7;
        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;
        border-bottom: 1px solid #f5f5f5;
    }
    .header-nav .item_big .nav-item a {
        padding: 5px 30px 5px 10px !important;
        color: #000;
        height: unset;
        line-height: 30px;
        display: block;
        font-size: 16px;
        font-weight: 600;
    }
    .header-nav .item_big .nav-item .fa-caret-down {
        height: 20px !important;
        width: 20px !important;
        position: absolute;
        right: 7.5px;
        top: 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: #000;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }
    .header-nav .item_big .nav-item .fa-caret-down:before {
        width: 17px;
        height: 2px;
        opacity: 1;
    }
    .header-nav .item_big .nav-item .fa-caret-down:after {
        width: 2px;
        height: 17px;
    }
    .header-nav .item_big .nav-item .item_small {
        padding-left: 10px;
    }
    .header-nav .item_big .nav-item .item_small li {
        position: relative;
    }
    .header-nav .item_big .nav-item .item_small ul {
        padding-left: 10px;
    }
    .header-nav .item_big .nav-item .item_small ul li {
        position: relative;
    }
    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down {
        height: 20px !important;
        width: 20px !important;
        position: absolute;
        right: 7.5px;
        top: 17px;
        transform: translate(0, -50%);
    }
    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:before,
    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:after {
        position: absolute;
        content: '';
        top: 17px;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #000;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }
    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:before {
        width: 11px;
        height: 1px;
        opacity: 1;
    }
    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:after {
        width: 1px;
        height: 11px;
    }
    .header-nav .item_big .nav-item.danhmuc a {
        padding-left: 40px !important;
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center left;
        background-position-x: 8px;
    }
    .header-nav .item_big .title-danhmuc {
        padding: 5px;
    }
    .header-nav .item_big .title-danhmuc span {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        display: block;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
        background: #1b74e7;
        border-radius: 5px;
        text-align: center;
        line-height: 35px;
    }
    .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: #1b74e7;
        color: #fff;
        padding: 8px 5px;
        border-radius: 5px;
        font-weight: 600;
    }
    .header-nav .item_big .item-mb {
        padding: 10px;
        border-top: 1px solid #1b74e7;
    }
    .header-nav .item_big .item-mb a {
        display: block;
        margin-bottom: 10px;
        color: #000;
        border-radius: 5px;
        font-weight: 600;
        font-size: 16px;
    }
    .header-nav li > ul {
        display: none !important;
    }
    .header-nav li.current > a {
        color: #003cbf !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: #003cbf;
        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);
    }
}
header.header {
    min-height: inherit !important;
    background: #fff;
    position: relative;
    background: linear-gradient(180deg, #7fadff 0%, #0f62f9 100%);
}
@media (max-width: 991px) {
    header.header .row-header {
        position: relative;
    }
}
header.header .topbar {
    color: #fff;
    padding: 5px 0 0 0;
    font-size: 14px;
    font-weight: 700;
}
header.header .topbar .swiper-slide {
    opacity: 0 !important;
}
header.header .topbar .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
@media (max-width: 991px) {
    header.header .topbar .top-bar-right {
        display: none;
    }
}
header.header .topbar .top-bar-right ul {
    text-align: right;
}
header.header .topbar .top-bar-right ul li {
    display: inline-block;
    padding: 0 10px 0 5px;
    position: relative;
}
header.header .topbar .top-bar-right ul li a {
    color: #fff;
}
header.header .topbar .top-bar-right ul li a:hover {
    color: #003cbf;
}
header.header .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;
}
header.header .topbar .top-bar-right ul li:last-child {
    padding-right: 0;
}
header.header .topbar .top-bar-right ul li:last-child:before {
    display: none;
}
header.header .topbar .top-bar-right ul li.hotine a {
    background: #003cbf;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
}
header.header .topbar .top-bar-right ul li.hotine a svg {
    width: 15px;
    height: 15px;
}
header.header .topbar .top-bar-right ul li.hotine a:hover {
    background: #fff;
    color: #003cbf;
}
header.header .topbar .top-bar-right ul li.hotine a:hover svg path {
    color: #003cbf;
}
@media (max-width: 991px) {
    header.header {
        padding: 0px 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: #000;
    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: #000;
}
header.header .vertical-menu-category .title:hover {
    background: #003cbf;
    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: #1b74e7;
    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 #003cbf, 0 0px 6px 0px #003cbf;
}
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: #1b74e7;
    font-size: 18px;
}
header.header .vertical-menu-category .menu-vertical .nav-item .product-thumb .item .item-more:hover {
    background: #5dac46;
}
header.header .vertical-menu-category .menu-vertical .nav-item.active > a {
    background: #5dac46;
}
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;
    }
    header.header .logo img {
        max-height: 70px;
        width: auto;
    }
}
header.header .header-control {
    text-align: right;
}
@media (max-width: 991px) {
    header.header .header-control {
        display: inline-flex;
        align-items: center;
        justify-content: right;
        position: absolute;
        top: 16px;
        right: 0px;
    }
}
header.header .header-control .ul-control {
    display: inline-flex;
    align-items: center;
    justify-content: right;
}
@media (max-width: 767px) {
    header.header .header-control .ul-control {
        right: 5px;
    }
}
header.header .header-control .ul-control li {
    margin-left: 15px;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    header.header .header-control .ul-control li {
        margin-left: 5px;
    }
}
header.header .header-control .ul-control li > svg,
header.header .header-control .ul-control li > a > svg {
    width: 30px;
    height: 30px;
}
@media (max-width: 767px) {
    header.header .header-control .ul-control li > svg,
    header.header .header-control .ul-control li > a > svg {
        width: 26px;
        height: 26px;
    }
}
header.header .header-control .ul-control li > svg path,
header.header .header-control .ul-control li > a > svg path {
    fill: #fff;
}
header.header .header-control .ul-control li:hover > svg path,
header.header .header-control .ul-control li:hover > a > svg path {
    fill: #003cbf;
}
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: 10px;
    border: 1px solid #1b74e7;
    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;
}
header.header .header-control .ul-control li.header-cart > a {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 12px;
    background: #003cbf;
    position: relative;
    white-space: nowrap;
}
@media (max-width: 991px) {
    header.header .header-control .ul-control li.header-cart > a {
        width: 40px;
        height: 40px;
        justify-content: center;
        padding: 0px;
        border-radius: 5px;
    }
}
header.header .header-control .ul-control li.header-cart > a span {
    color: #fff;
}
header.header .header-control .ul-control li.header-cart > a > span.count {
    right: 4px;
    top: 5px;
}
header.header .header-control .ul-control li.header-cart:hover > a {
    background: #fff;
}
header.header .header-control .ul-control li.header-cart:hover span {
    color: #1b74e7;
}
header.header .header-control .ul-control li .icon {
    position: relative;
}
header.header .header-control .ul-control li .icon > span.count {
    position: absolute;
    top: -3px;
    background: #5dac46;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    right: -4px;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}
header.header .header-control .ul-control .header-blog {
    position: relative;
    text-align: left;
}
header.header .header-control .ul-control .header-blog .blog-header {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    background: #fff;
    z-index: 99;
    right: 0;
    padding: 10px;
    border-radius: 10px;
    width: 400px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
}
header.header .header-control .ul-control .header-blog .blog-header:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
}
header.header .header-control .ul-control .header-blog .blog-header .item-blog-header {
    display: flex;
    margin-bottom: 25px;
}
@media (max-width: 1300px) and (min-width: 991px) {
    header.header .header-control .ul-control .header-blog .blog-header .item-blog-header {
        margin-bottom: 10px;
    }
}
@media (max-width: 1199px) and (min-width: 991px) {
    header.header .header-control .ul-control .header-blog .blog-header .item-blog-header:nth-child(5) {
        display: none;
    }
}
header.header .header-control .ul-control .header-blog .blog-header .item-blog-header .block-thumb {
    width: 100px;
    min-width: 100px;
}
header.header .header-control .ul-control .header-blog .blog-header .item-blog-header .block-thumb .thumb {
    padding-bottom: 68%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
}
header.header .header-control .ul-control .header-blog .blog-header .item-blog-header .block-thumb .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 5px;
}
header.header .header-control .ul-control .header-blog .blog-header .item-blog-header .block-content {
    margin-left: 10px;
}
header.header .header-control .ul-control .header-blog .blog-header .item-blog-header .block-content h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
}
@media (max-width: 767px) {
    header.header .header-control .ul-control .header-blog .blog-header .item-blog-header .block-content h3 {
        font-size: 14px;
    }
}
header.header .header-control .ul-control .header-blog .blog-header .item-blog-header .block-content p {
    margin-bottom: 0;
}
header.header .header-control .ul-control .header-blog .blog-header .see-more {
    width: 100%;
    text-align: center;
    background: #003cbf;
    color: #fff;
    border: 2px solid #003cbf;
}
header.header .header-control .ul-control .header-blog .blog-header .see-more a {
    color: #fff;
    display: block;
}
header.header .header-control .ul-control .header-blog .blog-header .see-more:hover {
    background: #5dac46;
    color: #fff;
    border: 2px solid #5dac46;
}
header.header .header-control .ul-control .header-blog .blog-header .see-more:hover a {
    color: #fff;
}
header.header .header-control .ul-control .header-blog:hover .blog-header {
    display: block;
}
@media (max-width: 991px) {
    .search-header {
        padding: 0;
        margin-top: 10px;
    }
}
.search-smart {
    position: relative;
}
.search-smart .header-search-form {
    position: initial;
    border-radius: 12px;
    overflow: hidden;
    height: 40px;
}
@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: 0;
}
.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: #1b74e7;
}
.search-suggest {
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    border: solid 1px #dfe3e8;
    display: none;
    position: absolute;
    top: 100%;
    border-radius: 5px;
    overflow-y: auto;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
}
.search-suggest.open {
    display: block;
    z-index: 99999;
    padding: 10px;
}
.search-suggest.open .title {
    display: inline-block;
    color: #000;
}
.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: #1b74e7;
    color: #fff;
    border-radius: 5px;
}
.search-suggest .smart-search-title li:hover a,
.search-suggest .smart-search-title li.active a {
    background: #003cbf;
    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: #5dac46;
    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: #1b74e7;
    content: '';
    right: 0;
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 3px;
    display: block;
    z-index: 1;
    width: 40%;
}
.list-search-style .see-more {
    color: #1b74e7;
    padding: 8px 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    border: 2px solid #1b74e7;
    width: 100%;
}
.list-search-style .see-more:hover {
    background: #003cbf;
    border: 2px solid #003cbf;
    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: #000;
    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: #003cbf;
}
.list-search-style .product-smart .product-info h3 a,
.list-search-style .art-smart .product-info h3 a {
    color: #000;
}
.list-search-style .product-smart .product-info h3 a:hover,
.list-search-style .art-smart .product-info h3 a:hover {
    color: #003cbf;
}
.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;
}
.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;
}
.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 #1b74e7;
    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: #1b74e7;
    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: #003cbf;
}
.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/491/197/themes/917410/assets/close.svg?1718545565889);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.jas-sale-pop.slideUp {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}
.jas-sale-pop.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.jas-sale-pop.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jas-sale-pop.flex {
    z-index: 1024;
    top: auto !important;
}
.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
}
.row-fix {
    margin-left: -10px;
    margin-right: -10px;
}
.row-fix .col-fix {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
@media (max-width: 500px) {
    .row-fix {
        margin-left: -3px;
        margin-right: -3px;
    }
    .row-fix .col-fix {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
}
/* header.header .col-lg-2.col-12 {
    padding-left: 0 !important;
} */
.backtop {
    position: fixed;
    top: auto !important;
    background: #1b74e7;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 10px;
    line-height: 32px;
    z-index: 989;
    opacity: 0;
    border: 1px solid #fff;
    right: 23px;
    bottom: 200px;
}
.backtop:hover {
    background: #1151a4;
}
.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: #003cbf;
}
.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: 140px;
}
.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: #1b74e7;
    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: #1b74e7;
    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: #1b74e7;
    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: #1b74e7;
    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: #003cbf;
}
.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: #1b74e7;
    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: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.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: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.title-index,
.title-page {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: normal;
}
.title-index .title-name,
.title-index > span,
.title-page .title-name,
.title-page > span {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
@media (max-width: 767px) {
    .title-index .title-name,
    .title-index > span,
    .title-page .title-name,
    .title-page > span {
        font-size: 24px;
    }
}
.title-index a:hover,
.title-page a:hover {
    color: #003cbf;
}
.see-more {
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    border: 2px solid #1b74e7;
    border-radius: 5px;
    color: #000;
    margin-top: 0px;
}
.see-more:hover {
    background: #003cbf !important;
    color: #fff;
    border: 2px solid #003cbf;
}
.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: #1b74e7 !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #1b74e7 !important;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: #fff !important;
}
.swiper-button-next {
    right: 0px !important;
    border-radius: 100px 0 0 100px;
}
.swiper-button-next:after {
    margin-left: 5px;
}
.swiper-button-prev {
    left: 0px !important;
    border-radius: 0 100px 100px 0;
}
.swiper-button-prev:after {
    margin-right: 5px;
}
