@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam:ital,wght@0,100;0,300;1,100;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

p {
    margin-top: 0;
    margin-bottom: 0;
}

button:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

select {
    word-wrap: normal;
}

@-webkit-keyframes flashing {
    0% {
        opacity: 0.35;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 575.98px) {
    .desktop {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    .mobile {
        display: none;
    }
}

.btn-login span {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all ease-in-out 0.5s;
    display: block;
    transition: all 0.5s ease-in-out;
    margin-left: 20px;
    font-size: 1.125rem;
    font-weight: 700;
}

.btn-login:after {
    top: 50%;
}

@media screen and (min-width: 1025px) {
    .btn-login:hover {
        background-color: #f00020 !important;
    }

        .btn-login:hover span {
            margin-left: 0;
            color: #fff;
        }

        .btn-login:hover:after {
            right: 16px;
            color: #fff;
        }
}

.section {
    padding-bottom: 3.125rem;
}

@media screen and (max-width: 992px) {
    .title {
        padding: 0.5rem 0 !important;
    }

    .title_big {
        font-size: 20px !important;
        line-height: normal !important;
    }

    .title_small {
        font-size: 1.625rem !important;
    }
}

.swiper-button-next:before,
.swiper-button-prev:before {
    font-family: Material Icons;
}

.swiper-button-next:before {
    content: "\f1df";
}

.swiper-button-prev:before {
    content: "\e317";
}

.home-banner {
    position: relative;
    width: 100%;
}

    .home-banner .swiper-pagination {
        position: absolute;
        bottom: 32px !important;
        left: 24px !important;
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
    }

    .home-banner .swiper-pagination-bullet {
        background: #fff;
        width: 16px;
        height: 16px;
    }

    .home-banner .swiper-pagination-bullet-active {
        background: #fff;
    }

    .home-banner .hero-image {
        position: relative;
        width: 100%;
    }

        .home-banner .hero-image a {
            display: block;
            position: relative;
            padding-top: 38.33333%;
        }

            .home-banner .hero-image a iframe,
            .home-banner .hero-image a img,
            .home-banner .hero-image a video {
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out all;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.3s ease-in-out;
                width: 100%;
                height: 100%;
            }

        .home-banner .hero-image .product-list-slide {
            position: absolute;
            bottom: 80px;
        }

            .home-banner .hero-image .product-list-slide ul {
                padding-left: 0;
            }

                .home-banner .hero-image .product-list-slide ul li {
                    margin-bottom: 8px;
                }

                    .home-banner .hero-image .product-list-slide ul li a {
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        -webkit-backdrop-filter: blur(11px);
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        color: #333 !important;
                        padding-top: 10px;
                    }

                        .home-banner .hero-image .product-list-slide ul li a p {
                            margin-bottom: 0;
                            color: #454f5b;
                            font-size: 18px;
                            font-weight: 800;
                            line-height: 110%;
                        }

                            .home-banner .hero-image .product-list-slide ul li a p span {
                                color: #f00020;
                            }

                        .home-banner .hero-image .product-list-slide ul li a .lnr {
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            -webkit-transform: rotate(0deg);
                            -ms-transform: rotate(0deg);
                            -webkit-transition: all 0.5s ease-in-out;
                            -o-transition: all 0.5s ease-in-out;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            transform: rotate(0deg);
                            mix-blend-mode: normal;
                            transition: all 0.5s ease-in-out;
                            margin-left: 10px;
                            border-radius: 50%;
                            background: #fff;
                            width: 27.5px;
                            height: 27.5px;
                            color: #f00020;
                            font-size: 0.75rem;
                            font-weight: 700;
                        }



                    .home-banner .hero-image .product-list-slide ul li:hover a .lnr {
                        background: #f00020;
                        color: #fff;
                    }

@media screen and (max-width: 991.98px) {
    .home-banner .hero-image .product-list-slide {
        bottom: 85px;
    }

        .home-banner .hero-image .product-list-slide ul li a {
            padding: 8px 8px 8px 16px;
        }

            .home-banner .hero-image .product-list-slide ul li a p {
                font-size: 1rem;
            }
}

.home-banner .marquee {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-backdrop-filter: blur(30px);
    position: relative;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    backdrop-filter: blur(30px);
    border-radius: 12px;
    background: rgba(240, 0, 32, 0.72);
    padding: 8px 24px;
    max-width: 1344px;
    overflow: hidden;
}

    .home-banner .marquee .marquee-list {
        -webkit-animation: scrolling 18s linear infinite;
        animation: scrolling 18s linear infinite;
        margin: 0;
        padding-left: 0;
        width: 100%;
    }

        .home-banner .marquee .marquee-list,
        .home-banner .marquee .marquee-list .marquee-list_item {
            -webkit-box-align: center;
            -ms-flex-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
        }

            .home-banner .marquee .marquee-list .marquee-list_item {
                margin-left: 24px;
                border: none;
                color: #fff;
                font-size: 1.125rem;
                white-space: nowrap;
            }

                .home-banner .marquee .marquee-list .marquee-list_item p {
                    margin-bottom: 0;
                    font-weight: 600;
                }

    .home-banner .marquee:before {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.72;
        z-index: 2;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        background: #f00020;
        width: 24px;
        height: 100%;
        content: "";
    }

    .home-banner .marquee:after {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.72;
        z-index: 2;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        background: #f00020;
        width: 24px;
        height: 100%;
        content: "";
    }

@media screen and (max-width: 1366px) {
    .home-banner .marquee {
        top: 15px;
        max-width: 1024px;
    }

        .home-banner .marquee .marquee-list {
            -webkit-animation: scrolling 15s linear infinite;
            animation: scrolling 15s linear infinite;
        }

            .home-banner .marquee .marquee-list .marquee-list_item span {
                font-size: 0.875rem;
            }
}

@media screen and (max-width: 1024px) {
    .home-banner .marquee {
        top: 24px;
        max-width: 90vw;
    }
}

@media (max-width: 575.98px) {
    .home-banner .hero-image {
        width: 100%;
        height: 100%;
    }

        .home-banner .hero-image a {
            display: block;
            position: relative;
            padding-top: 171.73333%;
            height: 100%;
            overflow: hidden;
        }

            .home-banner .hero-image a iframe,
            .home-banner .hero-image a img,
            .home-banner .hero-image a video {
                -o-object-fit: cover;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out all;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.3s ease-in-out;
                width: 100%;
                height: 100%;
            }
}

@media (max-width: 1366px) {
    .home-banner .hero-image {
        width: 100%;
        height: 100%;
    }

        .home-banner .hero-image a {
            height: 100%;
        }
}

@-webkit-keyframes scrolling {
    0% {
        -webkit-transform: translateX(88vw);
        transform: translateX(88vw);
    }

    to {
        -webkit-transform: translateX(-110vw);
        transform: translateX(-110vw);
    }
}

@keyframes scrolling {
    0% {
        -webkit-transform: translateX(88vw);
        transform: translateX(88vw);
    }

    to {
        -webkit-transform: translateX(-110vw);
        transform: translateX(-110vw);
    }
}

@media screen and (max-width: 575.98px) {
    @-webkit-keyframes scrolling {
        0% {
            -webkit-transform: translateX(88vw);
            transform: translateX(88vw);
        }

        to {
            -webkit-transform: translateX(-330vw);
            transform: translateX(-330vw);
        }
    }

    @keyframes scrolling {
        0% {
            -webkit-transform: translateX(88vw);
            transform: translateX(88vw);
        }

        to {
            -webkit-transform: translateX(-330vw);
            transform: translateX(-330vw);
        }
    }
}

.card-tool-box {
    -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(80px);
    position: absolute;
    right: 7.9%;
    bottom: 24px;
    z-index: 10;
    backdrop-filter: blur(80px);
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background: hsla(0, 0%, 100%, 0.6);
    width: 350px;
}

    .card-tool-box .card-switcher {
        padding: 24px;
        width: 100%;
        height: 100%;
    }

        .card-tool-box .card-switcher .header-switcher {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 16px;
            box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
            border-radius: 40px;
            background: rgba(241, 244, 249, 0.6);
            padding: 8px !important;
        }

            .card-tool-box .card-switcher .header-switcher li {
                opacity: 0.4;
                cursor: pointer;
                border-radius: 40px;
                padding: 14px 16px;
                color: #333;
                font-size: 0.875rem;
                font-style: normal;
                font-weight: 500;
                line-height: 20px;
                white-space: nowrap;
            }

                .card-tool-box .card-switcher .header-switcher li.active {
                    opacity: 1;
                    background: #fff;
                    color: #333;
                }

@media screen and (max-width: 1366px) {
    .card-tool-box .card-switcher .header-switcher {
        margin-bottom: 0;
    }
}

.card-tool-box .card-switcher .panel {
    display: none;
}

    .card-tool-box .card-switcher .panel .from-slide-loan form .form-group {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
    }

        .card-tool-box .card-switcher .panel .from-slide-loan form .form-group label {
            color: #333;
            font-size: 0.875rem;
            line-height: 20px;
        }

    .card-tool-box .card-switcher .panel .ui-slider {
        position: relative;
        border-radius: 16px;
        background: #e7eaf2;
        width: 100%;
        height: 8px;
    }

        .card-tool-box .card-switcher .panel .ui-slider.ui-widget.ui-widget-content {
            border: 1px solid transparent !important;
        }

        .card-tool-box .card-switcher .panel .ui-slider .ui-slider-range {
            background: #f00020;
        }

        .card-tool-box .card-switcher .panel .ui-slider .ui-slider-handle {
            position: relative;
        }

            .card-tool-box
            .card-switcher
            .panel
            .ui-slider
            .ui-slider-handle.ui-corner-all {
                display: block;
                position: absolute;
                top: -13px;
                left: 0;
                border-radius: 50%;
                background: #fff;
                width: 32px;
                height: 32px;
            }

                .card-tool-box
                .card-switcher
                .panel
                .ui-slider
                .ui-slider-handle.ui-corner-all:after {
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    border-radius: 50%;
                    background: #f00020;
                    width: 22px;
                    height: 22px;
                    content: "";
                }

                .card-tool-box
                .card-switcher
                .panel
                .ui-slider
                .ui-slider-handle.ui-corner-all:focus {
                    outline: none;
                }

    .card-tool-box .card-switcher .panel .range-slider__label {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 16px;
        margin-bottom: 16px;
    }

@media screen and (max-width: 1366px) {
    .card-tool-box .card-switcher .panel .range-slider__label {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

.card-tool-box .card-switcher .panel .period-wraper table {
    width: 100%;
}

    .card-tool-box .card-switcher .panel .period-wraper table tr td {
        text-align: center;
    }

    .card-tool-box .card-switcher .panel .period-wraper table tr:first-child td {
        padding-bottom: 8px;
        color: #333;
        font-size: 0.75rem;
        line-height: 18px;
        text-align: center;
    }

    .card-tool-box .card-switcher .panel .period-wraper table tr:last-child td {
        width: 50%;
    }

        .card-tool-box
        .card-switcher
        .panel
        .period-wraper
        table
        tr:last-child
        td
        input {
            border: none;
            border-radius: 40px;
            background: #fff;
            width: 100%;
            height: 40px;
        }

        .card-tool-box
        .card-switcher
        .panel
        .period-wraper
        table
        tr:last-child
        td:first-child {
            position: relative;
            padding-right: 6px;
        }

            .card-tool-box
            .card-switcher
            .panel
            .period-wraper
            table
            tr:last-child
            td:first-child
            input {
                padding-left: 50px;
                font-size: 0.875rem;
            }

            .card-tool-box
            .card-switcher
            .panel
            .period-wraper
            table
            tr:last-child
            td:first-child
            .input-group-addon,
            .card-tool-box
            .card-switcher
            .panel
            .period-wraper
            table
            tr:last-child
            td:first-child
            .qty-minus,
            .card-tool-box
            .card-switcher
            .panel
            .period-wraper
            table
            tr:last-child
            td:first-child
            .qty-plus {
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position: absolute;
                top: 50%;
                align-items: center;
                transform: translateY(-50%);
                cursor: pointer;
            }

            .card-tool-box
            .card-switcher
            .panel
            .period-wraper
            table
            tr:last-child
            td:first-child
            .qty-minus {
                left: 13px;
            }

            .card-tool-box
            .card-switcher
            .panel
            .period-wraper
            table
            tr:last-child
            td:first-child
            .qty-plus {
                right: 13px;
            }

            .card-tool-box
            .card-switcher
            .panel
            .period-wraper
            table
            tr:last-child
            td:first-child
            .input-group-addon {
                right: 35%;
                font-size: 0.875rem;
            }

        .card-tool-box
        .card-switcher
        .panel
        .period-wraper
        table
        tr:last-child
        td:last-child {
            position: relative;
            padding-left: 6px;
        }

            .card-tool-box
            .card-switcher
            .panel
            .period-wraper
            table
            tr:last-child
            td:last-child
            input {
                text-align: center;
            }

            .card-tool-box
            .card-switcher
            .panel
            .period-wraper
            table
            tr:last-child
            td:last-child
            .input-suffix {
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                position: absolute;
                top: 50%;
                right: 15%;
                transform: translateY(-50%);
            }

.card-tool-box .card-switcher .panel .btn-login {
    margin-top: 28px;
    padding: 8px 24px !important;
    width: 100%;
    height: 42px;
}

    .card-tool-box .card-switcher .panel .btn-login span {
        font-size: 1.125rem;
    }

    .card-tool-box .card-switcher .panel .btn-login:after {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        right: 60%;
        align-items: center;
    }

    .card-tool-box .card-switcher .panel .btn-login:hover:after {
        right: 30%;
    }

@media screen and (max-width: 1366px) {
    .card-tool-box .card-switcher .panel .btn-login {
        margin-top: 8px;
    }
}

.card-tool-box .card-switcher .panel .desc p {
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -ms-flex-item-align: stretch;
    flex: none;
    align-self: stretch;
    order: 4;
    opacity: 0.5;
    margin: 16px 0;
    color: #333;
    font-size: 12px;
    line-height: 18px;
}

@media screen and (max-width: 1366px) {
    .card-tool-box .card-switcher .panel .desc p {
        margin: 8px 0;
    }
}

.card-tool-box .card-switcher .panel .calculator {
    margin-top: 29px;
}

    .card-tool-box .card-switcher .panel .calculator .form-group {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 16px;
    }

        .card-tool-box .card-switcher .panel .calculator .form-group .input-slect {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-direction: row;
            flex-grow: 0;
            align-items: center;
            margin-right: 8px;
            border-radius: 40px;
            background: #f9fafc;
            padding: 8px 8px 8px 16px;
            width: 116px;
            height: 40px;
        }

            .card-tool-box
            .card-switcher
            .panel
            .calculator
            .form-group
            .input-slect
            select {
                border: none;
                background: transparent !important;
                padding: 0 !important;
            }

                .card-tool-box
                .card-switcher
                .panel
                .calculator
                .form-group
                .input-slect
                select:focus {
                    -webkit-box-shadow: none;
                    outline: none;
                    box-shadow: none;
                }

        .card-tool-box .card-switcher .panel .calculator .form-group .input-value {
            -webkit-box-flex: 0;
            -ms-flex: none;
            -ms-flex-item-align: stretch;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex: none;
            flex-grow: 1;
            align-self: stretch;
            border-radius: 40px;
            background: #f9fafc;
            padding: 8px 16px;
            width: 175px;
            height: 40px;
        }

            .card-tool-box
            .card-switcher
            .panel
            .calculator
            .form-group
            .input-value
            input {
                border: none;
                background-color: transparent;
                width: 100%;
            }

                .card-tool-box
                .card-switcher
                .panel
                .calculator
                .form-group
                .input-value
                input:focus {
                    -webkit-box-shadow: none;
                    outline: none;
                    box-shadow: none;
                }

        .card-tool-box .card-switcher .panel .calculator .form-group:last-child {
            margin-bottom: 20px;
        }

@media screen and (max-width: 1365.98px) {
    .card-tool-box .card-switcher .panel .calculator {
        margin-top: 8px;
    }

        .card-tool-box .card-switcher .panel .calculator .form-group {
            margin-bottom: 8px;
        }

            .card-tool-box .card-switcher .panel .calculator .form-group:last-child {
                margin-bottom: 8px;
            }
}

.card-tool-box .card-switcher .panel .table-box {
    margin: 0 auto;
    max-width: 240px;
}

    .card-tool-box .card-switcher .panel .table-box table {
        width: 100%;
    }

        .card-tool-box .card-switcher .panel .table-box table tr td {
            font-size: 0.75rem;
            line-height: 18px;
        }

            .card-tool-box .card-switcher .panel .table-box table tr td span {
                padding-left: 10px;
            }

        .card-tool-box .card-switcher .panel .table-box table tr:first-child {
            border-bottom: 1px dashed #b6bec8;
        }

            .card-tool-box .card-switcher .panel .table-box table tr:first-child td {
                padding-bottom: 16px;
            }

@media screen and (max-width: 1366px) {
    .card-tool-box .card-switcher .panel .table-box table tr:first-child td {
        padding-bottom: 8px;
    }
}

.card-tool-box .card-switcher .panel .table-box table tr:nth-child(2) td {
    padding: 17px 0;
}

@media screen and (max-width: 1366px) {
    .card-tool-box .card-switcher .panel .table-box table tr:nth-child(2) td {
        padding: 15px 0;
    }
}

.card-tool-box .card-switcher .panel .table-box .desc {
    padding: 0 1.25rem;
    text-align: center;
}

@media screen and (max-width: 768.98px) {
    .card-tool-box .card-switcher .panel .table-box {
        max-width: 100%;
    }
}

.card-tool-box .card-switcher .panel.active {
    display: block;
}

.card-tool-box .from-slide-advise {
    display: none;
    padding: 24px;
    width: 100%;
    height: 100%;
}

    .card-tool-box .from-slide-advise .header-advise,
    .card-tool-box .from-slide-advise .nav-list {
        padding-left: 0;
    }

    .card-tool-box .from-slide-advise .header-advise {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 45px;
    }

        .card-tool-box .from-slide-advise .header-advise li .lnr {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: #e7eaf2;
            width: 40px;
            height: 40px;
            font-size: 1.125rem;
            font-weight: 700;
        }

        .card-tool-box .from-slide-advise .header-advise li p {
            margin-bottom: 0;
            font-size: 1.125rem;
            font-weight: 700;
        }

    .card-tool-box .from-slide-advise .nav-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .card-tool-box .from-slide-advise .nav-list li {
            text-align: center;
        }

            .card-tool-box .from-slide-advise .nav-list li p {
                margin-bottom: 0;
            }

                .card-tool-box .from-slide-advise .nav-list li p:first-child {
                    opacity: 0.4;
                    color: #333;
                    font-size: 0.875rem;
                }

            .card-tool-box .from-slide-advise .nav-list li:first-child p:last-child {
                color: #f00020;
                font-weight: 700;
            }

    .card-tool-box .from-slide-advise .from-slide .form-group {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        align-items: center;
        margin-bottom: 16px;
        border-radius: 40px;
        background-color: #fff;
        padding: 8px 8px 8px 16px;
        width: 100%;
    }

        .card-tool-box .from-slide-advise .from-slide .form-group .form-control {
            border: none;
            background-color: transparent;
            padding-left: 20px;
        }

            .card-tool-box .from-slide-advise .from-slide .form-group .form-control:focus {
                -webkit-box-shadow: none;
                outline: none;
                box-shadow: none;
            }

    .card-tool-box .from-slide-advise .from-slide .btn-login {
        padding: 0 !important;
        width: 100%;
        height: 42px;
    }

        .card-tool-box .from-slide-advise .from-slide .btn-login span {
            font-size: 1.125rem;
        }

        .card-tool-box .from-slide-advise .from-slide .btn-login:after {
            -webkit-box-align: center;
            -ms-flex-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            right: 60%;
            align-items: center;
        }

        .card-tool-box .from-slide-advise .from-slide .btn-login:hover:after {
            right: 30%;
        }

.card-tool-box .dot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    text-align: center;
}

    .card-tool-box .dot span {
        -webkit-backdrop-filter: blur(10px);
        display: block;
        backdrop-filter: blur(10px);
        margin-right: 16px;
        border-radius: 50%;
        background: #e2e7ef;
        width: 12px;
        height: 12px;
    }

        .card-tool-box .dot span.active {
            background: #f00020;
        }

.itemCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-center-horz,
.itemCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

body {
    position: relative;
    background-color: #f6f6f5;
    font-family: SF-Pro-Text-Regular;
    font-size: 16px;
    line-height: 26px;
}

.navbar-left {
    background-color: #ff0;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-11 {
    margin-top: 11px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-27 {
    margin-top: 27px;
}

.m-t-s30 {
    margin-top: -30px;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-15 {
    margin-left: 15px;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0;
}

.reset-margin-padding {
    margin: 0;
    padding: 0;
    min-height: auto;
}

.expand-button {
    border: none;
}

.link-title {
    text-decoration: none;
}

.btn-common {
    border-radius: 8px;
    background: -o-linear-gradient(76.56deg, #f7a600 0, #fd0 100%);
    background: linear-gradient(13.44deg, #f7a600, #fd0);
    padding: 15px;
    font-family: SF-Pro-Text-Bold;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

    .btn-common:hover {
        cursor: pointer;
        background: -o-linear-gradient( bottom, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2) ), -o-linear-gradient(68.77deg, #f7a600 0, #fd0 100%);
        background: linear-gradient( 0deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2) ), linear-gradient(21.23deg, #f7a600, #fd0);
    }

.line {
    position: absolute;
    right: 0;
    left: 0;
    border-bottom: 2px solid #f3f3f2;
    width: 100%;
}

@media (max-width: 768px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 70%;
    }
}

@media (min-width: 1680px) {
    .container {
        max-width: 85%;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .container {
        max-width: 94vw;
    }
}

@media (max-width: 768px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        max-width: 768px;
    }
}

.col-md-3,
.col-md-6,
.col-md-9 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.visible-overflow-container {
    overflow: visible !important;
}

button,
input {
    border: none;
}

a {
    outline: none;
    color: #000;
}

    a:hover {
        text-decoration: initial;
    }

.custom-checkbox {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

    input[type="checkbox"]:checked + span:after {
        background: #fff;
        color: #b02222;
        font-family: FontAwesome;
        content: "\2713";
    }

.border-radius-top-none {
    border-radius: 0 0 8px 8px !important;
}

.border-radius-bot-none img {
    border-radius: 8px 8px 0 0 !important;
}

.text-active {
    font-family: SF-Pro-Text-Bold;
}

.display-none {
    display: none;
}

.text-active {
    color: #be1128;
}

.fixed-nav {
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    position: fixed;
    opacity: 1;
    z-index: 1000;
    transition: opacity 0.3s ease-in;
    border-top: 2px solid #f3f3f2 !important;
    background: #fff;
}

    .fixed-nav.is-hide {
        opacity: 0;
    }

@media screen and (max-width: 768px) {
    .empty {
        display: none;
    }
}

.react-datepicker-wrapper {
    width: 100%;
}

.react-datepicker__input-container,
.react-datepicker__input-container input {
    width: 100%;
    height: 100%;
}

.css-1uq0kb5 {
    margin-right: -9px;
}

input:focus {
    outline: none;
}

.css-2o5izw {
    outline: none !important;
}

.visibility-hidden {
    visibility: hidden;
}

.source-video,
.video-react {
    height: 100% !important;
}

.support-online {
    position: fixed;
    right: 1%;
    bottom: 120px;
    z-index: 3;
    outline: none !important;
    width: 80px;
    height: 80px;
}

.support-online-animatiion {
    position: relative;
}

    .support-online-animatiion button img {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

.scale-shadow {
    -webkit-transform: translate(-50%, -56%);
    -ms-transform: translate(-50%, -56%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -56%);
    z-index: -1;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: #fff;
}

    .scale-shadow:before {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        position: absolute;
        transform: scale(1.2);
        z-index: -1;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        content: "";
    }

    .scale-shadow:after {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        position: absolute;
        transform: scale(1.3);
        z-index: -1;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        content: "";
    }

#shadow-2:before {
    -webkit-animation: animationShadow1 3s linear infinite;
    animation: animationShadow1 3s linear infinite;
    background: -o-radial-gradient( circle, rgba(255, 193, 37, 0.3), rgba(255, 193, 37, 0.1) );
    background: radial-gradient( circle, rgba(255, 193, 37, 0.3), rgba(255, 193, 37, 0.1) );
}

#shadow-2:after {
    -webkit-animation: animationShadow2 1.5s infinite;
    animation: animationShadow2 1.5s infinite;
    border: 0.5px solid #fcc602;
}

.support-online:focus {
    outline: none !important;
}

#modal-open-box-chat {
    outline: none !important;
    border: none !important;
    background: none !important;
}

@media screen and (max-width: 768px) {
    .support-online {
        right: 0;
        bottom: 5px;
    }
}

#modal-open-box-chat.bnt:focus,
#modal-open-box-chat:focus {
    -webkit-box-shadow: none;
    outline: none !important;
    box-shadow: none;
}

@-webkit-keyframes animationChatBox {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    20% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    30% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    60% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes animationChatBox {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    20% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    30% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    60% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes animationShadow1 {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

    75% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}

@keyframes animationShadow1 {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

    75% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}

@-webkit-keyframes animationShadow2 {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes animationShadow2 {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

.modal-header button:focus {
    outline: none;
}

strong {
    font-family: SF-Pro-Text-Bold;
}

.content-chat .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f00020 !important;
    padding: 16px !important;
}

    .content-chat .title .title-text {
        top: unset !important;
        padding-left: 0 !important;
    }

    #minimizeChat,
    .content-chat .title .fa-comments {
        position: static !important;
    }

#minimizeChat {
    top: unset !important;
}

.btn-chat {
    padding: 8px !important;
}

@-webkit-keyframes shine {
    left: 125%;
}

@keyframes shine {
    to {
        left: 125%;
    }
}

@keyframes flashing {
    0% {
        opacity: 0.35;
    }

    to {
        opacity: 1;
    }
}

.zoom-img {
    -webkit-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
    -o-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
    transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
}

    .zoom-img .img,
    .zoom-img .item-img {
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

        .zoom-img .img a img,
        .zoom-img .item-img a img {
            -webkit-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
            -o-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
        }

        .zoom-img .img:before,
        .zoom-img .item-img:before {
            -webkit-transform: skewX(-25deg);
            -ms-transform: skewX(-25deg);
            display: block;
            position: absolute;
            top: 0;
            left: -100%;
            transform: skewX(-25deg);
            z-index: 2;
            background: -webkit-gradient( linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.3)) );
            background: -o-linear-gradient( left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.3) 100% );
            background: linear-gradient( 90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.3) );
            width: 50%;
            height: 100%;
            content: "";
        }

@media screen and (min-width: 1025px) {
    .zoom-img:hover .img,
    .zoom-img:hover .item-img {
        -webkit-box-shadow: 0 0 20px rgba(33, 33, 33, 0.2);
        box-shadow: 0 0 20px rgba(33, 33, 33, 0.2);
    }

        .zoom-img:hover .img a img,
        .zoom-img:hover .item-img a img {
            -webkit-transform: scale(1.03);
            -ms-transform: scale(1.03);
            transform: scale(1.03);
        }

        .zoom-img:hover .img:before,
        .zoom-img:hover .item-img:before {
            -webkit-animation: shine 0.75s;
            animation: shine 0.75s;
        }
}

.mx-auto {
    margin: 0 auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.text-right {
    text-align: right;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.button-next,
.button-prev {
    cursor: pointer;
}

.line-bottom {
    border-bottom: 1px solid rgba(240, 0, 32, 0.28);
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-center {
    text-align: center;
}

.color-white {
    color: #fff;
}

.color-gray {
    color: #999;
}

.color-text {
    color: #333;
}

.color-main {
    color: #f00020;
}

.f-12 {
    font-size: 0.75rem;
}

.f-14 {
    font-size: 0.875rem;
}

.f-16 {
    font-size: 1rem;
}

.f-18 {
    font-size: 1.125rem;
}

.f-20 {
    font-size: 1.25rem;
}

.f-22 {
    font-size: 1.375rem;
}

.f-24 {
    font-size: 1.5rem;
}

.f-25 {
    font-size: 1.5625rem;
}

.f-30 {
    font-size: 1.875rem;
}

.f-36 {
    font-size: 2.25rem;
}

.f-38 {
    font-size: 2.375rem;
}

.f-40 {
    font-size: 2.5rem;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.line-30 {
    line-height: 30px;
}

.p-0 {
    padding: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.m-0 {
    margin: 0;
}

.text-left {
    text-align: left;
}

.transition {
    -webkit-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
    -o-transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
    transition: all 1s cubic-bezier(0.22, 0.44, 0, 1);
}

.nav-link {
    padding: 1rem 0.5rem;
}

@media screen and (max-width: 768.98px) {
    .desktop {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .mobile {
        display: none;
    }
}

.btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-weight: 400;
    user-select: none;
    text-align: center;
    white-space: nowrap;
}

    .btn:focus {
        -webkit-box-shadow: initial !important;
        outline: none !important;
        box-shadow: none !important;
    }

.btn-toggle {
    -webkit-transition: all 0.3s linear;
    -o-transition: 0.3s all linear;
    position: relative;
    transition: all 0.3s linear;
    cursor: pointer;
    margin-left: 0;
    padding: 0;
    min-width: 30px;
    min-height: 20px;
}

    .btn-toggle span {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        display: block;
        position: absolute;
        left: 0;
        transform: rotate(0deg);
        opacity: 1;
        transition: 0.5s ease-in-out;
        border-radius: 9px;
        background: #58595b;
        width: 100%;
        height: 3px;
    }

        .btn-toggle span:first-child {
            top: 0;
        }

        .btn-toggle span:nth-child(2),
        .btn-toggle span:nth-child(3) {
            top: 10px;
        }

        .btn-toggle span:nth-child(4) {
            top: 20px;
        }

    .btn-toggle.active span:first-child {
        top: 18px;
        left: 50%;
        width: 0;
    }

    .btn-toggle.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .btn-toggle.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .btn-toggle.active span:nth-child(4) {
        top: 18px;
        left: 50%;
        width: 0;
    }

@media screen and (min-width: 320px) {
    .btn-toggle {
        min-width: 24px;
        min-height: 24px;
    }

        .btn-toggle span:nth-child(2),
        .btn-toggle span:nth-child(3) {
            top: 8px;
        }

        .btn-toggle span:nth-child(4) {
            top: 16px;
        }
}

.btn-login {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    border: none;
    border-radius: 50px !important;
    background-color: #ffd643 !important;
    padding: 16px 24px !important;
    width: 176px;
    height: 58px;
}

    .btn-login,
    .btn-login p,
    .btn-login span {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all ease-in-out 0.5s;
        transition: all 0.5s ease-in-out;
    }

        .btn-login p,
        .btn-login span {
            display: block;
            margin-bottom: 0;
            margin-left: 20px;
            color: #333;
            font-size: 1.125rem;
            font-weight: 700;
        }

        .btn-login:after {
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transition: all 0.5s ease-in-out;
            -o-transition: all ease-in-out 0.5s;
            position: absolute;
            top: 53%;
            right: calc(100% - 36px);
            transform: translateY(-50%);
            transition: all 0.5s ease-in-out;
            color: #333;
            font-family: Linearicons-Free;
            font-size: 1.125rem;
            font-weight: 700;
            content: "\e87a";
        }

@media screen and (min-width: 1025px) {
    .btn-login:hover {
        background-color: #f00020 !important;
    }

        .btn-login:hover p,
        .btn-login:hover span {
            margin-left: 0;
            color: #fff;
        }

        .btn-login:hover:after {
            right: 16px;
            color: #fff;
        }
}

.btn-viewmore {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 40px auto 0;
    border: 1px solid #333;
    border-radius: 50px;
    width: 188px;
    height: 40px;
}

    .btn-viewmore span {
        color: #333;
        font-size: 0.875rem;
    }

    .btn-viewmore:after {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all ease-in-out 0.3s;
        transition: all 0.3s ease-in-out;
        padding-top: 5px;
        padding-left: 8px;
        color: #333;
        font-family: Material Icons;
        font-size: 1.25rem;
        content: "\f1df";
    }

    .btn-viewmore:hover:after {
        -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }

@media screen and (max-width: 991.98px) {
    .btn-viewmore {
        margin-top: 18px;
    }
}

.btn-small {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    border-radius: 50px;
    background: #ffd643;
    padding: 7px 20px;
    color: #333;
    font-weight: 500;
    line-height: 23px;
}

    .btn-small p {
        margin-bottom: 0;
        font-size: 0.875rem;
    }

    .btn-small:before {
        padding-top: 3px;
        padding-right: 3px;
        color: #333;
        font-family: Material Icons;
        content: "\f1df";
    }

    .btn-small:hover {
        color: #333;
    }

        .btn-small:hover p {
            color: #333;
        }

@media screen and (max-width: 991.98px) {
    .btn-small {
        margin: 0 auto;
        padding: 4px 8px;
        width: 107.5px;
        height: 23.25px;
        font-size: 12px;
    }
}

@media screen and (max-width: 575px) {
    .btn-small {
        width: 115px;
        height: 23px;
        font-size: 10px;
    }
}

.btn-buy-now {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #ffd643;
    padding: 16px 0;
    width: 190px;
    color: #333;
    font-size: 1.75rem;
    font-weight: 500;
}

    .btn-buy-now:before {
        padding-right: 10px;
        font-family: Material Icons;
        font-size: 1.25rem;
        content: "\f1df";
    }

    .btn-buy-now:hover {
        color: #333;
    }

@media screen and (max-width: 991.98px) {
    .btn-buy-now {
        padding: 4px 12px;
        width: 142.5px;
        height: 55px;
        color: #333;
        font-size: 21px;
        font-weight: 500;
        line-height: 15px;
        white-space: nowrap;
    }

        .btn-buy-now:before {
            padding-top: 3px;
            padding-right: 3px;
        }
}

@media screen and (max-width: 575px) {
    .btn-buy-now {
        width: 80px;
        height: 23px;
        font-size: 10px;
    }
}

.btn-view-all {
    margin-top: 18px;
    border: 0;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0);
    box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0);
    border-radius: 20px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0);
    box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0);
    border-radius: 3px;
    background-color: #ffd643;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
    line-height: 1.5;
}

body {
    margin: 0;
    background-color: #fff;
    color: #333;
    font-weight: 400;
}

body,
html {
    overflow-x: hidden;
    font-family: Be Vietnam, sans-serif !important;
    font-size: 16px !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

abbr[data-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    cursor: help;
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit;
}

dl,
ol,
ul {
    list-style: none !important;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0;
    margin-left: 0;
}

blockquote {
    margin: 0;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    background-color: transparent;
    color: #333;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none !important;
}

    a:not([href]):not([tabindex]) {
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus,
        a:not([href]):not([tabindex]):hover {
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 0;
    overflow: auto;
}

figure {
    margin: 0;
}

img {
    border-style: none;
}

img,
svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0;
    padding-bottom: 0;
    caption-side: bottom;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: none;
    }

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    button:focus,
    input:focus,
    optgroup:focus,
    select:focus,
    textarea:focus {
        -webkit-box-shadow: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

    select.form-control {
        word-wrap: normal;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        -ms-appearance: none !important;
        appearance: none !important;
        position: relative !important;
        border: none !important;
        background-image: url(../images/icons/select.png) !important;
        background-position: 5% !important;
        background-repeat: no-repeat !important;
    }

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
    }

    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    margin: 0;
    border: 0;
    padding: 0;
    min-width: 0;
}

legend {
    display: block;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    color: inherit;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: none;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

.d-none,
.hidden,
[hidden] {
    display: none !important;
}

.button-next:focus,
.button-prev:focus,
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.section {
    padding-bottom: 5px;
}

@media screen and (max-width: 991.98px) {
    .section {
        padding-bottom: 0;
    }
}

.title {
    float: none !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 2rem 0 !important;
    height: unset !important;
    text-align: center !important;
}

.title_big {
    color: #000 !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 58px !important;
}

.title_small {
    font-size: 2rem !important;
    font-weight: 800 !important;
    line-height: 120% !important;
}

.title_small-white {
    color: #fff !important;
}

.title_small-black {
    color: #000 !important;
}

.title_small-bg {
    background: #fff9e2 !important;
}

@media screen and (max-width: 1366px) {
    .title {
        padding: 1rem 0 !important;
    }

    .title_big {
        font-size: 1.875rem !important;
    }

    .title_small {
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 992px) {
    .title {
        padding: 0.5rem 0 !important;
    }

    .title_big {
        font-size: 20px !important;
        line-height: normal !important;
    }

    .title_small {
        font-size: 1.375rem !important;
    }
}

#overlay {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    #overlay.active {
        visibility: visible;
        opacity: 1;
        pointer-events: visible;
        background: black;
        opacity: 0.3;
    }

.lcl,
.overflow {
    overflow: hidden;
}

.lcl {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.lcl-1 {
    -webkit-line-clamp: 1;
}

.lcl-2 {
    -webkit-line-clamp: 2;
}

.lcl-3 {
    -webkit-line-clamp: 3;
}

.lcl-4 {
    -webkit-line-clamp: 4;
}

.swiper-button-next,
.swiper-button-prev {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all ease-in-out 0.3s;
    position: absolute;
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
    cursor: pointer !important;
    border: 1px solid #fff;
    border-radius: 50%;
    background-image: unset !important;
    width: 44px !important;
    height: 44px !important;
}

    .swiper-button-next:before,
    .swiper-button-prev:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-family: Linearicons-Free;
        font-size: 1.875rem !important;
    }

    .swiper-button-next:focus,
    .swiper-button-prev:focus {
        outline: none;
    }

.swiper-button-next {
    right: -80px !important;
}

    .swiper-button-next:before {
        content: "\e87a";
    }

.swiper-button-prev {
    left: -80px !important;
}

    .swiper-button-prev:before {
        content: "\e879";
    }

@media screen and (min-width: 1025px) {
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background: #b6bec8;
    }
}

@media screen and (max-width: 1280px) {
    .swiper-button-next {
        right: -50px !important;
    }

    .swiper-button-prev {
        left: -50px !important;
    }
}

.tabs .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.tabs .panel {
    display: none;
}

    .tabs .panel.active {
        display: block;
    }

.productpager {
    width: 100%;
}

    .productpager .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .productpager .pagination .page-item {
            margin-right: 4px !important;
        }

            .productpager .pagination .page-item .page-link {
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-box-sizing: border-box;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                justify-content: center;
                box-sizing: border-box;
                border: 1px solid #dde1eb;
                border-radius: 8px;
                background: #fff;
                width: 40px;
                height: 40px;
                color: #6f7279;
                font-size: 1.25rem;
            }

                .productpager .pagination .page-item .page-link:focus {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

@media screen and (max-width: ) {
    .productpager .pagination .page-item .page-link {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }
}

input#amount,
input#amount-card,
input#amount-promotion {
    border: none;
    background: none;
    width: 100px;
    color: #f00020;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 29px;
}

    input#amount-card:focus,
    input#amount-promotion:focus,
    input#amount:focus {
        -webkit-box-shadow: none;
        outline: none;
        box-shadow: none;
    }

@media screen and (max-width: 1366px) {
    input#amount,
    input#amount-card,
    input#amount-promotion {
        margin-bottom: 8px;
    }
}

.container--tabs .nav-tabs {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .container--tabs .nav-tabs,
    .container--tabs .nav-tabs li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

        .container--tabs .nav-tabs li {
            position: relative;
        }

.container--tabs .tab-content {
    float: left;
    width: 100%;
}

    .container--tabs .tab-content .tab-panel {
        display: none;
    }

        .container--tabs .tab-content .active,
        .container--tabs .tab-content .tab-panel.active {
            display: block;
        }

.tag-list {
    margin-bottom: 40px;
    padding-top: 24px;
}

    .tag-list .nav-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }

        .tag-list .nav-list ul li {
            cursor: pointer;
            padding: 0 4px;
        }

            .tag-list .nav-list ul li p {
                display: block;
                margin-bottom: 0;
                border-radius: 21px;
                background: #fff9e2;
                padding: 8px 16px;
                color: #333;
                line-height: 23px;
            }

@media screen and (max-width: 1199.98px) {
    .tag-list {
        margin: 8px 0;
        padding-top: 0;
    }

        .tag-list .nav-list {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            margin-bottom: 8px;
            overflow-x: auto;
        }

            .tag-list .nav-list ul {
                margin-bottom: 8px;
                min-width: 200%;
            }

                .tag-list .nav-list ul li p {
                    font-size: 0.875rem;
                }
}

.container,
body {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        max-width: 540px !important;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .container {
        max-width: 80% !important;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 90% !important;
    }
}

@media (min-width: 1366px) {
    .boxNewList .container {
        max-width: 60% !important;
    }
}

@media (min-width: 1680px) {
    .boxNewList .container {
        max-width: 55% !important;
    }

    .boxNewList .navwidth {
        max-width: 55% !important;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.row {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > *,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

[class*="col-"] {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.col {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1,
.col-auto {
    -webkit-box-flex: 0;
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-2,
.col-3 {
    -webkit-box-flex: 0;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-4,
.col-5 {
    -webkit-box-flex: 0;
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-6,
.col-7 {
    -webkit-box-flex: 0;
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-8,
.col-9 {
    -webkit-box-flex: 0;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-10,
.col-11 {
    -webkit-box-flex: 0;
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1280px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.product-hdbank .title {
    margin-top: 24px;
}

.product-hdbank ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 48px;
    padding-left: 0;
}

    .product-hdbank ul li a {
        -webkit-box-sizing: border-box;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all ease-in-out 0.5s;
        transition: all 0.5s ease-in-out;
        box-sizing: border-box;
        border: 1.4px solid #b1b5c9;
        border-radius: 0 12px 12px 0;
        background: #fff;
        padding: 14px 50.4px;
        color: #333;
        font-size: 1.225rem;
        font-weight: 800;
        line-height: 29px;
    }

    .product-hdbank ul li:first-child a {
        border-radius: 12px 0 0 12px;
    }

    .product-hdbank ul li:hover a {
        background: #ffd643;
    }

    .product-hdbank ul li.active a {
        background: #f00020;
        color: #fff;
    }

@media screen and (max-width: 992.98px) {
    .product-hdbank ul li {
        width: 50%;
    }

        .product-hdbank ul li a {
            display: block;
            padding: 10px;
            font-size: 0.875rem;
            text-align: center;
        }
}

@media screen and (max-width: 575px) {
    .product-hdbank ul {
        margin: 0 auto 32px;
        max-width: 67vw;
    }
}

.product-hdbank .list-product {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .product-hdbank .list-product .item {
        text-align: center;
    }

        .product-hdbank .list-product .item .icon {
            margin-bottom: 12px;
        }

        .product-hdbank .list-product .item .content {
            padding: 0 30px;
        }

            .product-hdbank .list-product .item .content p {
                color: #000;
                font-size: 16px;
                font-weight: 500;
                line-height: 23px;
                text-align: center;
            }

@media screen and (max-width: 1024px) {
    .product-hdbank .list-product .item .content {
        padding: 0 10px;
    }
}

@media screen and (max-width: 856.98px) {
    .product-hdbank .list-product {
        display: none !important;
    }
}

.product-hdbank .swiper-mobile {
    position: relative;
}

    .product-hdbank .swiper-mobile .item {
        text-align: center;
    }

        .product-hdbank .swiper-mobile .item .icon {
            margin-bottom: 12px;
        }

        .product-hdbank .swiper-mobile .item .content {
            padding: 0;
        }

            .product-hdbank .swiper-mobile .item .content p {
                margin-bottom: 0;
                color: #000;
                font-size: 12px;
                font-weight: 400;
                line-height: 18px;
                text-align: center;
            }

    .product-hdbank .swiper-mobile .swiper-button-next,
    .product-hdbank .swiper-mobile .swiper-button-prev {
        border: 1.5px solid rgba(51, 51, 51, 0.4);
        width: 24px;
        height: 24px;
    }

        .product-hdbank .swiper-mobile .swiper-button-next:before,
        .product-hdbank .swiper-mobile .swiper-button-prev:before {
            opacity: 0.4;
            color: #333;
        }

    .product-hdbank .swiper-mobile .swiper-button-netx {
        right: 0;
    }

    .product-hdbank .swiper-mobile .swiper-button-prev {
        left: 0;
    }

@media screen and (min-width: 857px) {
    .product-hdbank .swiper-mobile {
        display: none;
    }
}

@media screen and (max-width: 856px) {
    .product-hdbank .swiper-mobile {
        margin: 0 auto;
        max-width: 80vw;
    }
}

@media screen and (max-width: 767px) {
    .product-hdbank .swiper-mobile {
        max-width: 70vw;
    }
}

@media screen and (max-width: 575px) {
    .product-hdbank .swiper-mobile {
        margin: 0 auto;
        max-width: 67vw;
    }
}

.card-hdbank .block-desktop .swiper-card {
    position: relative;
    margin: 0 auto;
    max-width: 1198px;
}

    .card-hdbank .block-desktop .swiper-card .slide-inner {
        -webkit-box-sizing: border-box;
        -webkit-backdrop-filter: blur(20px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(20px);
        transition: background 0.3s ease-out;
        box-sizing: border-box;
        border: 1px solid hsla(0, 0%, 100%, 0.35);
        border-radius: 20px;
        background: hsla(0, 0%, 100%, 0.2);
        padding: 24px;
        min-height: 570px;
    }

@media screen and (min-width: 1400px) {
    .card-hdbank .block-desktop .swiper-card .slide-inner {
        max-width: 100%;
    }
}

@media screen and (max-width: 1366px) {
    .card-hdbank .block-desktop .swiper-card .slide-inner {
        max-width: 100%;
    }
}

.card-hdbank .block-desktop .swiper-card .slide-inner .img-card {
    position: relative;
}

    .card-hdbank .block-desktop .swiper-card .slide-inner .img-card .icon {
        position: absolute;
        top: -16px;
        right: -16px;
    }

        .card-hdbank .block-desktop .swiper-card .slide-inner .img-card .icon img,
        .card-hdbank .block-desktop .swiper-card .slide-inner .img-card a img {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all ease-in-out 0.3s;
            transition: all 0.3s ease-in-out;
        }

.card-hdbank .block-desktop .swiper-card .slide-inner .title-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 0 30px;
}

    .card-hdbank .block-desktop .swiper-card .slide-inner .title-card .title {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        text-align: center;
    }

    .card-hdbank .block-desktop .swiper-card .slide-inner .title-card .btn-login {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        width: 120px;
        height: 42px;
    }

        .card-hdbank
        .block-desktop
        .swiper-card
        .slide-inner
        .title-card
        .btn-login
        span {
            color: #333;
            font-size: 18px;
            font-weight: 700;
            line-height: 26px;
        }

        .card-hdbank
        .block-desktop
        .swiper-card
        .slide-inner
        .title-card
        .btn-login:hover
        span {
            color: #fff;
        }

        .card-hdbank
        .block-desktop
        .swiper-card
        .slide-inner
        .title-card
        .btn-login:hover:after {
            right: 8px;
        }

.card-hdbank .block-desktop .swiper-card .slide-inner.small-img {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30%;
}

.card-hdbank .block-desktop .swiper-card .slide-inner:hover {
    background: hsla(0, 0%, 100%, 0.4);
}

    .card-hdbank .block-desktop .swiper-card .slide-inner:hover .img-card .icon img,
    .card-hdbank .block-desktop .swiper-card .slide-inner:hover .img-card a img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

@media screen and (min-width: 1366px) {
    .card-hdbank .block-desktop .swiper-card {
        max-width: 80vw;
    }
}

@media screen and (max-width: 1024.98px) {
    .card-hdbank .block-desktop {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .card-hdbank .block-mobile {
        display: none;
    }
}

.card-hdbank .block-mobile .slide-card_mobile {
    position: relative;
}

    .card-hdbank .block-mobile .slide-card_mobile h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 29px;
        text-align: center;
    }

    .card-hdbank .block-mobile .slide-card_mobile .slide-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex-direction: column;
        align-items: center;
        height: 100%;
        min-height: 448px;
    }

        .card-hdbank .block-mobile .slide-card_mobile .slide-inner,
        .card-hdbank .block-mobile .slide-card_mobile .slide-inner .img-card {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            width: 100%;
        }

            .card-hdbank .block-mobile .slide-card_mobile .slide-inner .img-card {
                position: relative;
            }

                .card-hdbank .block-mobile .slide-card_mobile .slide-inner .img-card a {
                    position: relative;
                    text-align: center;
                }

                .card-hdbank .block-mobile .slide-card_mobile .slide-inner .img-card .icon {
                    position: absolute;
                    top: -10px;
                    right: -50px;
                    width: 90px;
                    height: 90px;
                }

                    .card-hdbank .block-mobile .slide-card_mobile .slide-inner .img-card .icon img {
                        -webkit-transform: scale(0.8);
                        -ms-transform: scale(0.8);
                        transform: scale(0.8);
                        width: 100%;
                        height: 100%;
                    }

            .card-hdbank .block-mobile .slide-card_mobile .slide-inner .title-card {
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all ease-in-out 0.3s;
                visibility: hidden;
                opacity: 0;
                transition: all 0.3s ease-in-out;
                padding: 20px;
                text-align: center;
            }

                .card-hdbank .block-mobile .slide-card_mobile .slide-inner .title-card .name {
                    color: #fff;
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 20px;
                }

                .card-hdbank
                .block-mobile
                .slide-card_mobile
                .slide-inner
                .title-card
                .btn-login {
                    margin-top: 13px;
                    padding: 8px 29px 10px 33px !important;
                    width: 100%;
                    height: 44px;
                }

                    .card-hdbank
                    .block-mobile
                    .slide-card_mobile
                    .slide-inner
                    .title-card
                    .btn-login:after {
                        top: 59%;
                        right: calc(100% - 50px);
                    }

@media screen and (max-width: 575px) {
    .card-hdbank
    .block-mobile
    .slide-card_mobile
    .slide-inner
    .title-card
    .btn-login {
        width: 70%;
    }
}

.card-hdbank
.block-mobile
.slide-card_mobile
.swiper-slide-active
.slide-inner
.title-card {
    visibility: visible;
    opacity: 1;
}

.card-hdbank .block-mobile .slide-card_mobile .swiper-button-next,
.card-hdbank .block-mobile .slide-card_mobile .swiper-button-prev {
    top: auto;
    bottom: 20px;
}

.card-hdbank .block-mobile .slide-card_mobile .swiper-button-next {
    right: 0 !important;
}

.card-hdbank .block-mobile .slide-card_mobile .swiper-button-prev {
    left: 0 !important;
}

.card-hdbank .block-mobile .btn-view-all {
    border: 0;
}

    .card-hdbank .block-mobile .btn-view-all:hover {
        border: 1px solid #fff;
        background: none;
        color: #fff;
    }

.btn-view-all {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all ease-in-out 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    margin: 32px auto;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 8px 12px 8px 16px;
    width: 174px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

    .btn-view-all:after {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all ease-in-out 0.3s;
        position: absolute;
        top: 50%;
        right: 18px;
        transform: translateY(-50%) rotate(0deg);
        transition: all 0.3s ease-in-out;
        font-family: Linearicons-Free;
        font-size: 1.125rem;
        font-weight: 700;
        content: "\e87a";
    }

    .btn-view-all:hover {
        background: #fff;
        color: #000;
    }

        .btn-view-all:hover:after {
            -webkit-transform: translateY(-50%) rotate(-22.5deg);
            -ms-transform: translateY(-50%) rotate(-22.5deg);
            transform: translateY(-50%) rotate(-22.5deg);
        }

@media screen and (max-width: 1024px) {
    .btn-view-all {
        margin: 0 auto;
    }
}

.customer {
    margin-top: 24px;
}

    .customer .block-desktop .big-image {
        position: relative;
        margin-bottom: 18px;
    }

        .customer .block-desktop .big-image .img-inner a {
            display: block;
            position: relative;
            padding-top: 40.80645%;
            overflow: hidden;
        }

            .customer .block-desktop .big-image .img-inner a iframe,
            .customer .block-desktop .big-image .img-inner a img,
            .customer .block-desktop .big-image .img-inner a video {
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out all;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.3s ease-in-out;
                width: 100%;
                height: 100%;
            }

            .customer .block-desktop .big-image .img-inner a img {
                -webkit-filter: drop-shadow( 1.09013px 1.09013px 5.45063px rgba(0, 0, 0, 0.07) );
                filter: drop-shadow(1.09013px 1.09013px 5.45063px rgba(0, 0, 0, 0.07));
                border-radius: 20px;
            }

        .customer .block-desktop .big-image .wrapper-content {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            bottom: 0;
            left: 0;
            align-items: center;
            justify-content: space-between;
            border-bottom-right-radius: 20px;
            border-bottom-left-radius: 20px;
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.3%, transparent), color-stop(83.1%, rgba(0, 0, 0, 0.58)) );
            background: -o-linear-gradient( top, transparent 0.3%, rgba(0, 0, 0, 0.58) 83.1% );
            background: linear-gradient( 180deg, transparent 0.3%, rgba(0, 0, 0, 0.58) 83.1% );
            padding: 24px 24px 24px 56px;
            width: 100%;
        }

            .customer .block-desktop .big-image .wrapper-content .desc a {
                color: #fff;
                font-size: 2rem;
                font-weight: 800;
                line-height: 110%;
            }

            .customer .block-desktop .big-image .wrapper-content .desc p {
                opacity: 0.7;
                margin-bottom: 0;
                color: #fff;
                font-size: 1.5rem;
                font-weight: 400;
                line-height: 35px;
            }

    .customer .block-desktop .list-block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        justify-content: space-between;
    }

    .customer .block-desktop .list-block_item {
        -webkit-box-shadow: 1.21795px 1.21795px 6.08974px rgba(0, 0, 0, 0.07);
        margin-left: 11px;
        box-shadow: 1.21795px 1.21795px 6.08974px rgba(0, 0, 0, 0.07);
        border-radius: 12px;
        background: hsla(0, 0%, 100%, 0.94);
        padding: 0 0 9.74359px;
        width: 100%;
    }

    .customer .block-desktop .list-block_item__img a {
        display: block;
        position: relative;
        padding-top: 64.70588%;
        overflow: hidden;
    }

        .customer .block-desktop .list-block_item__img a iframe,
        .customer .block-desktop .list-block_item__img a img,
        .customer .block-desktop .list-block_item__img a video {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out all;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.3s ease-in-out;
            width: 100%;
            height: 100%;
        }

        .customer .block-desktop .list-block_item__img a img {
            border-top-right-radius: 12px;
            border-top-left-radius: 12px;
        }

    .customer .block-desktop .list-block_item__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 16px;
    }

        .customer .block-desktop .list-block_item__content .desc a {
            color: #333;
            font-size: 1.125rem;
            font-weight: 700;
            line-height: 110%;
        }

        .customer .block-desktop .list-block_item__content .desc p {
            -o-text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            opacity: 0.7;
            margin-bottom: 0;
            padding-top: 5px;
            overflow: hidden;
            color: #333;
            font-size: 0.875rem;
            line-height: 20px;
            text-overflow: ellipsis;
        }

    .customer .block-desktop .list-block_item:first-child {
        margin-left: 0;
    }

@media screen and (max-width: 991.98px) {
    .customer .block-desktop {
        display: none;
    }
}

@media screen and (max-width: 991.98px) {
    .customer h2.title {
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .customer .block-mobile {
        display: none;
    }
}

.customer .block-mobile .bottom-block h3,
.customer .block-mobile .middle-block h3,
.customer .block-mobile .top-block h3 {
    padding-top: 12px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 23px;
}

.customer .block-mobile .top-block {
    padding-bottom: 16px;
}

    .customer .block-mobile .top-block .slide-inner {
        -webkit-box-shadow: 1.21795px 1.21795px 6.08974px rgba(0, 0, 0, 0.07);
        box-shadow: 1.21795px 1.21795px 6.08974px rgba(0, 0, 0, 0.07);
        border-radius: 20px;
        background: hsla(0, 0%, 100%, 0.94);
        width: 100%;
        min-height: 183px;
    }

    .customer .block-mobile .top-block .slide-inner_img a {
        display: block;
        position: relative;
        padding-top: 53.97727%;
        overflow: hidden;
    }

        .customer .block-mobile .top-block .slide-inner_img a iframe,
        .customer .block-mobile .top-block .slide-inner_img a img,
        .customer .block-mobile .top-block .slide-inner_img a video {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out all;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.3s ease-in-out;
            width: 100%;
            height: 100%;
        }

        .customer .block-mobile .top-block .slide-inner_img a img {
            border-top-right-radius: 20px;
            border-top-left-radius: 20px;
        }

    .customer .block-mobile .top-block .slide-inner_content {
        padding: 8px;
    }

    .customer .block-mobile .top-block .slide-inner_content__title a {
        color: #333;
        font-size: 13.5px;
        font-weight: 700;
        line-height: normal;
    }

    .customer .block-mobile .top-block .slide-inner_content__desc {
        margin-bottom: 10px;
    }

        .customer .block-mobile .top-block .slide-inner_content__desc p {
            -o-text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            opacity: 0.7;
            margin-bottom: 0;
            overflow: hidden;
            color: #333;
            font-size: 10.5px;
            font-weight: 400;
            line-height: 13px;
            text-overflow: ellipsis;
        }

@media screen and (max-width: 575px) {
    .customer .block-mobile .top-block .slide-inner_content__title a {
        font-size: 10px;
    }

    .customer .block-mobile .top-block .slide-inner_content__desc p {
        font-size: 9px;
    }
}

.customer .block-mobile .middle-block {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
}

.customer .block-mobile .middle-block_item {
    position: relative;
}

.customer .block-mobile .middle-block_item__img a {
    display: block;
    position: relative;
    padding-top: 50.97493%;
    overflow: hidden;
}

    .customer .block-mobile .middle-block_item__img a iframe,
    .customer .block-mobile .middle-block_item__img a img,
    .customer .block-mobile .middle-block_item__img a video {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out all;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease-in-out;
        width: 100%;
        height: 100%;
    }

    .customer .block-mobile .middle-block_item__img a img {
        -webkit-filter: drop-shadow( 1.09013px 1.09013px 5.45063px rgba(0, 0, 0, 0.07) );
        filter: drop-shadow(1.09013px 1.09013px 5.45063px rgba(0, 0, 0, 0.07));
        border-radius: 20px;
    }

.customer .block-mobile .middle-block_item__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.3%, transparent), color-stop(83.1%, rgba(0, 0, 0, 0.58)) );
    background: -o-linear-gradient( top, transparent 0.3%, rgba(0, 0, 0, 0.58) 83.1% );
    background: linear-gradient( 180deg, transparent 0.3%, rgba(0, 0, 0, 0.58) 83.1% );
    padding: 24px 8px 12px;
    width: 100%;
}

    .customer .block-mobile .middle-block_item__content .desc a {
        color: #fff;
        font-size: 24px;
        font-weight: 800;
        line-height: 110%;
    }

    .customer .block-mobile .middle-block_item__content .desc p {
        opacity: 0.7;
        color: #fff;
        font-size: 10.5px;
        font-weight: 400;
        line-height: 13px;
    }

@media screen and (max-width: 575px) {
    .customer .block-mobile .middle-block_item__content .desc a {
        font-size: 10px;
    }

    .customer .block-mobile .middle-block_item__content .desc p {
        font-size: 9px;
    }
}

.customer .block-mobile .bottom-block {
    padding-top: 16px;
}

    .customer .block-mobile .bottom-block .list-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        -webkit-filter: drop-shadow( 1.21795px 1.21795px 6.08974px rgba(0, 0, 0, 0.07) );
        flex: 1 0 33.333%;
        filter: drop-shadow(1.21795px 1.21795px 6.08974px rgba(0, 0, 0, 0.07));
        border-radius: 8px;
        padding: 0 4px;
        min-height: 111px;
    }

        .customer .block-mobile .bottom-block .list-item:first-child {
            padding-left: 0;
        }

    .customer .block-mobile .bottom-block .list-item__img a {
        display: block;
        position: relative;
        padding-top: 50%;
        overflow: hidden;
    }

        .customer .block-mobile .bottom-block .list-item__img a iframe,
        .customer .block-mobile .bottom-block .list-item__img a img,
        .customer .block-mobile .bottom-block .list-item__img a video {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out all;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.3s ease-in-out;
            width: 100%;
            height: 100%;
        }

        .customer .block-mobile .bottom-block .list-item__img a img {
            border-top-right-radius: 8px;
            border-top-left-radius: 8px;
        }

    .customer .block-mobile .bottom-block .list-item__content {
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        background: #fff;
        padding: 4px 12px 8px;
        text-align: center;
    }

        .customer .block-mobile .bottom-block .list-item__content .desc a {
            color: #333;
            font-size: 13.5px;
            font-weight: 700;
        }

        .customer .block-mobile .bottom-block .list-item__content .btn-small {
            width: 90px;
            height: 23px;
            font-size: 10px;
            font-weight: 500;
        }

            .customer .block-mobile .bottom-block .list-item__content .btn-small:before {
                display: none;
            }

@media screen and (max-width: 575px) {
    .customer .block-mobile .bottom-block .list-item__content .desc a {
        font-size: 10px;
    }
}

.comparny .row .col-xl-4 .row {
    height: 100%;
}

    .comparny .row .col-xl-4 .row .col-lg-6,
    .comparny .row .col-xl-4 .row .col-lg-12 {
        height: 50%;
    }

    .comparny .row .col-xl-4 .row .col-lg-12 {
        padding-bottom: 15px;
    }

    .comparny .row .col-xl-4 .row .col-lg-6 {
        padding-top: 15px;
    }

@media screen and (max-width: 991.98px) {
    .comparny .row .col-xl-4 .row .col-lg-6,
    .comparny .row .col-xl-4 .row .col-lg-12 {
        padding-top: 15px;
        padding-bottom: 0;
        height: unset;
    }
}

@media screen and (max-width: 575.98px) {
    .comparny .row .col-xl-4 {
        display: none;
    }
}

.comparny .comparny-image,
.comparny .comparny-image .slide-inner {
    position: relative;
}

    .comparny .comparny-image .slide-inner .img a {
        display: block;
        position: relative;
        border-radius: 20px;
        padding-top: 55.02825%;
        overflow: hidden;
    }

        .comparny .comparny-image .slide-inner .img a iframe,
        .comparny .comparny-image .slide-inner .img a img,
        .comparny .comparny-image .slide-inner .img a video {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out all;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.3s ease-in-out;
            width: 100%;
            height: 100%;
        }

        .comparny .comparny-image .slide-inner .img a:before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background: -webkit-gradient( linear, left bottom, left top, color-stop(8.88%, rgba(0, 0, 0, 0.75)), color-stop(63.45%, transparent) );
            background: -o-linear-gradient( bottom, rgba(0, 0, 0, 0.75) 8.88%, transparent 63.45% );
            background: linear-gradient( 1turn, rgba(0, 0, 0, 0.75) 8.88%, transparent 63.45% );
            width: 100%;
            height: 100%;
            content: "";
        }

    .comparny .comparny-image .slide-inner__content {
        position: absolute;
        bottom: 58px;
        left: 0;
        z-index: 9;
        padding: 0 24px;
    }

        .comparny .comparny-image .slide-inner__content .desc a {
            font-size: 1.4375rem;
            font-weight: 700;
        }

        .comparny .comparny-image .slide-inner__content .desc p {
            margin-bottom: 0;
            font-size: 1.125rem;
            line-height: 26px;
        }

        .comparny .comparny-image .slide-inner__content .desc a,
        .comparny .comparny-image .slide-inner__content .desc p {
            color: #fff;
        }

@media screen and (max-width: 1366px) {
    .comparny .comparny-image .slide-inner__content .desc a {
        font-size: 1.07813rem;
    }

    .comparny .comparny-image .slide-inner__content .desc p {
        font-size: 0.84375rem;
    }
}

.comparny .comparny-image .swiper-pagination-bullet {
    background: #fff;
}

.comparny .wrap-content {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.07);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    background: -o-linear-gradient( 282.4deg, #ffd149 7.65%, #e0242c 71.52%, #cb0817 89.4% );
    background: linear-gradient( 167.6deg, #ffd149 7.65%, #e0242c 71.52%, #cb0817 89.4% );
    padding: 16px 24px;
}

    .comparny .wrap-content .content p {
        margin-bottom: 0;
        color: #fff;
        font-size: 1.375rem;
        font-weight: 700;
    }

        .comparny .wrap-content .content p span {
            font-size: 1.75rem;
            font-weight: 800;
            line-height: 41px;
        }

    .comparny .wrap-content .btn-log {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 19px;
        border-radius: 50px;
        background: #ffd643;
        padding: 8px 16px;
        width: 117px;
        height: 40px;
    }

        .comparny .wrap-content .btn-log,
        .comparny .wrap-content .btn-log span {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all ease-in-out 0.3s;
            position: relative;
            transition: all 0.3s ease-in-out;
        }

            .comparny .wrap-content .btn-log span {
                color: #333;
                font-size: 14px;
                font-weight: 700;
                line-height: 20px;
            }

            .comparny .wrap-content .btn-log:before {
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all ease-in-out 0.3s;
                transition: all 0.3s ease-in-out;
                padding-top: 3px;
                padding-right: 10px;
                color: #333;
                font-family: Material icons;
                font-size: 0.875rem;
                font-weight: 400;
                content: "\f1df";
            }

            .comparny .wrap-content .btn-log:hover {
                background: #f00020;
            }

                .comparny .wrap-content .btn-log:hover:before,
                .comparny .wrap-content .btn-log:hover span {
                    color: #fff;
                }

                .comparny .wrap-content .btn-log:hover span {
                    -webkit-transform: translateX(-26px);
                    -ms-transform: translateX(-26px);
                    transform: translateX(-26px);
                }

                .comparny .wrap-content .btn-log:hover:before {
                    -webkit-transform: translateX(60px);
                    -ms-transform: translateX(60px);
                    transform: translateX(60px);
                }

.comparny .wrap-content_big {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url(../images/icons/bg-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.comparny .wrap-content_small {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

@media screen and (max-width: 1366px) {
    .comparny .wrap-content {
        padding: 16px;
    }

        .comparny .wrap-content .content p {
            padding: 8px 0;
            font-size: 1.03125rem;
        }
}

.comparny .list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    padding: 43px 30px;
}

    .comparny .list-item .item {
        width: 84px;
        height: 84px;
    }

        .comparny .list-item .item a {
            display: block;
        }

        .comparny .list-item .item p {
            margin-bottom: 0;
            color: #000;
            font-size: 16px;
            line-height: 23px;
            text-align: center;
        }

.comparny .btn-viewmore {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #333;
    border-radius: 50px;
    width: 130px;
    height: 40px;
    color: #333;
    font-size: 0.875rem;
}

    .comparny .btn-viewmore:after {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all ease-in-out 0.3s;
        transition: all 0.3s ease-in-out;
        padding-top: 5px;
        padding-left: 8px;
        font-family: Material Icons;
        font-size: 0.9375rem;
        content: "\f1df";
    }

    .comparny .btn-viewmore:hover:after {
        -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }

@media screen and (max-width: 1199.98px) {
    .comparny .comparny-image,
    .comparny .comparny-image .slide-inner,
    .comparny .comparny-image .slide-inner .img,
    .comparny .comparny-image .slide-inner .img a,
    .comparny .comparny-image .swiper-container,
    .comparny .comparny-image .swiper-container .swiper {
        height: 100%;
    }
}

@media screen and (max-width: 991.98px) {
    .comparny .comparny-image {
        margin-bottom: 24px;
    }

        .comparny .comparny-image .slide-inner .img a {
            display: block;
            position: relative;
            padding-top: 38.2442%;
            overflow: hidden;
        }

            .comparny .comparny-image .slide-inner .img a iframe,
            .comparny .comparny-image .slide-inner .img a img,
            .comparny .comparny-image .slide-inner .img a video {
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out all;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.3s ease-in-out;
                width: 100%;
                height: 100%;
            }

    .comparny .list-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 18px;
        padding: 16px 15px;
    }

        .comparny .list-item .item p {
            font-size: 0.84375rem;
        }
}

@media screen and (max-width: 768.98px) {
    .comparny .comparny-image .slide-inner .img a {
        display: block;
        position: relative;
        padding-top: 49.34896%;
        overflow: hidden;
    }

        .comparny .comparny-image .slide-inner .img a iframe,
        .comparny .comparny-image .slide-inner .img a img,
        .comparny .comparny-image .slide-inner .img a video {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out all;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.3s ease-in-out;
            width: 100%;
            height: 100%;
        }

    .comparny .comparny-image .slide-inner__content {
        bottom: 35px;
        padding: 0 8px;
    }

        .comparny .comparny-image .slide-inner__content .desc p {
            -o-text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .comparny .list-item .item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex: 1 0 33.333%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
        width: auto;
        height: auto;
    }

    .comparny .btn-viewmore {
        border: 0;
    }

        .comparny .btn-viewmore:hover {
            background: #fff;
        }
}

@media screen and (max-width: 575.98px) {
    .comparny .container {
        padding: 0 !important;
        max-width: 100vw !important;
    }

    .comparny .comparny-image .slide-inner .img a {
        display: block;
        position: relative;
        border-radius: 0;
        padding-top: 101.06667%;
        overflow: hidden;
    }

        .comparny .comparny-image .slide-inner .img a iframe,
        .comparny .comparny-image .slide-inner .img a img,
        .comparny .comparny-image .slide-inner .img a video {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out all;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.3s ease-in-out;
            width: 100%;
            height: 100%;
        }

    .comparny .comparny-image .slide-inner__content {
        padding: 0 12px;
    }

        .comparny .comparny-image .slide-inner__content .desc a {
            font-size: 1rem;
        }

        .comparny .comparny-image .slide-inner__content .desc p {
            -webkit-line-clamp: 2;
            font-size: 0.75rem;
        }
}

.banner-innerhome {
    padding-bottom: 89px;
}

@media screen and (max-width: 991.98px) {
    .banner-innerhome {
        padding-bottom: 40px;
    }
}

.banner-innerhome .big-banner {
    position: relative;
    margin-bottom: 42px;
}

    .banner-innerhome .big-banner .swiper-inner {
        position: relative;
    }

        .banner-innerhome .big-banner .swiper-inner .image a {
            display: block;
            position: relative;
            padding-top: 48.33333%;
            overflow: hidden;
        }

            .banner-innerhome .big-banner .swiper-inner .image a iframe,
            .banner-innerhome .big-banner .swiper-inner .image a img,
            .banner-innerhome .big-banner .swiper-inner .image a video {
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out all;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.3s ease-in-out;
                width: 100%;
                height: 100%;
            }

        .banner-innerhome .big-banner .swiper-inner .image.mobile a {
            display: block;
            position: relative;
            padding-top: 136.53333%;
            overflow: hidden;
        }

            .banner-innerhome .big-banner .swiper-inner .image.mobile a iframe,
            .banner-innerhome .big-banner .swiper-inner .image.mobile a img,
            .banner-innerhome .big-banner .swiper-inner .image.mobile a video {
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out all;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.3s ease-in-out;
                width: 100%;
                height: 100%;
            }

        .banner-innerhome .big-banner .swiper-inner .wrap-content {
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            position: absolute;
            top: 50%;
            left: 12%;
            transform: translateY(-50%);
            max-width: 957px;
        }

            .banner-innerhome .big-banner .swiper-inner .wrap-content .slide-title {
                margin-bottom: 54px;
            }

                .banner-innerhome .big-banner .swiper-inner .wrap-content .slide-title p {
                    margin-bottom: 0;
                }

                    .banner-innerhome
                    .big-banner
                    .swiper-inner
                    .wrap-content
                    .slide-title
                    p.small-text {
                        color: #333;
                        font-size: 2.25rem;
                        font-weight: 600;
                        line-height: 112.6%;
                    }

@media screen and (max-width: 1366px) {
    .banner-innerhome
    .big-banner
    .swiper-inner
    .wrap-content
    .slide-title
    p.small-text {
        font-size: 1.625rem;
    }
}

.banner-innerhome
.big-banner
.swiper-inner
.wrap-content
.slide-title
p.big-text {
    color: #f00020;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 112.6%;
}

@media screen and (max-width: 1366px) {
    .banner-innerhome
    .big-banner
    .swiper-inner
    .wrap-content
    .slide-title
    p.big-text {
        font-size: 3.875rem;
    }
}

.banner-innerhome .big-banner .swiper-inner .wrap-content .list {
    padding-left: 0;
}

    .banner-innerhome .big-banner .swiper-inner .wrap-content .list li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding: 4px 0;
    }

        .banner-innerhome .big-banner .swiper-inner .wrap-content .list li p {
            display: inline-block;
            margin-bottom: 0;
            padding-left: 14px;
            color: #333;
            font-size: 20px;
            font-weight: 400;
            line-height: 29px;
        }

            .banner-innerhome .big-banner .swiper-inner .wrap-content .list li p span {
                font-weight: 800;
            }

@media screen and (max-width: 1366px) {
    .banner-innerhome .big-banner .swiper-inner .wrap-content .list li p {
        font-size: 1.125rem;
    }
}

.banner-innerhome .big-banner .swiper-pagination {
    position: absolute;
    top: auto;
    bottom: 10% !important;
    left: 16.8%;
    width: 112px !important;
    text-align: left;
}

.banner-innerhome .big-banner .swiper-pagination-bullet {
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

    .banner-innerhome .big-banner .swiper-pagination-bullet:focus {
        outline: none !important;
    }

.banner-innerhome .big-banner .swiper-pagination-bullet-active {
    background: #333 !important;
}

    .banner-innerhome .big-banner .swiper-pagination-bullet-active:focus {
        outline: none !important;
    }

@media screen and (max-width: 1024px) {
    .banner-innerhome .big-banner .swiper-pagination {
        bottom: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .banner-innerhome .big-banner .swiper-pagination {
        left: 24px;
    }

    .banner-innerhome .big-banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .banner-innerhome .big-banner .swiper-pagination-bullet-active {
        background: #f00020 !important;
    }
}

.banner-innerhome .big-banner .swiper-button-next,
.banner-innerhome .big-banner .swiper-button-prev {
    border: 1px solid #333;
}

    .banner-innerhome .big-banner .swiper-button-next:before,
    .banner-innerhome .big-banner .swiper-button-prev:before {
        color: #333;
    }

@media screen and (max-width: 768px) {
    .banner-innerhome .big-banner .swiper-button-next,
    .banner-innerhome .big-banner .swiper-button-prev {
        display: none;
    }
}

.banner-innerhome .big-banner .swiper-button-next {
    right: 40px !important;
}

.banner-innerhome .big-banner .swiper-button-prev {
    left: 40px !important;
}

.banner-innerhome .endo-wrap {
    position: relative;
}

    .banner-innerhome .endo-wrap .title-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 30px 26px 125px;
        max-width: 1280px;
    }

        .banner-innerhome .endo-wrap .title-wrap h2 {
            color: #333;
            font-size: 20px;
            font-weight: 700;
            line-height: 29px;
        }

        .banner-innerhome .endo-wrap .title-wrap .btn-all {
            -webkit-box-align: center;
            -ms-flex-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            color: #bcc0cc;
            font-size: 16px;
            font-weight: 500;
            line-height: 23px;
        }

            .banner-innerhome .endo-wrap .title-wrap .btn-all:after {
                padding-top: 3px;
                padding-left: 3px;
                font-family: Material Icons;
                font-size: 1.25rem;
                content: "\f1df";
            }

@media screen and (max-width: 991.98px) {
    .banner-innerhome .endo-wrap .title-wrap {
        margin-left: 0;
    }

        .banner-innerhome .endo-wrap .title-wrap .btn-all,
        .banner-innerhome .endo-wrap .title-wrap h2 {
            font-size: 14px;
        }
}

.banner-innerhome .endo-wrap .slide-endo {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
}

    .banner-innerhome .endo-wrap .slide-endo .slide-inner {
        -webkit-box-shadow: 2px 2px 17px -4px rgba(0, 0, 0, 0.19);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all ease-in-out 0.3s;
        position: relative;
        transition: all 0.3s ease-in-out;
        box-shadow: 2px 2px 17px -4px rgba(0, 0, 0, 0.19);
        border: 1px solid transparent;
        border-radius: 20px;
        background: #fff;
        padding: 24px;
    }

        .banner-innerhome .endo-wrap .slide-endo .slide-inner .brand {
            margin-bottom: 12px;
            border-radius: 2px;
            padding: 4px 8px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
        }

            .banner-innerhome .endo-wrap .slide-endo .slide-inner .brand span {
                -webkit-box-align: center;
                -ms-flex-align: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                color: #fff;
                font-size: 10px;
                font-weight: 500;
                text-transform: uppercase;
            }

            .banner-innerhome .endo-wrap .slide-endo .slide-inner .brand.red {
                background: #f00020;
            }

            .banner-innerhome .endo-wrap .slide-endo .slide-inner .brand.blue {
                background: #009df5;
            }

            .banner-innerhome .endo-wrap .slide-endo .slide-inner .brand.yellow {
                background: #ffbb0d;
            }

        .banner-innerhome .endo-wrap .slide-endo .slide-inner .wrap-content {
            margin-bottom: 12px;
        }

            .banner-innerhome .endo-wrap .slide-endo .slide-inner .wrap-content p {
                margin-bottom: 0;
                color: #333;
                font-size: 16px;
                font-weight: 700;
                line-height: 23px;
            }

        .banner-innerhome .endo-wrap .slide-endo .slide-inner .date-time span {
            opacity: 0.8;
            color: #333;
            font-size: 0.75rem;
            font-weight: 500;
            line-height: 18px;
        }

        .banner-innerhome .endo-wrap .slide-endo .slide-inner:hover {
            -webkit-box-shadow: 2px 39px 30px -16px rgba(0, 0, 0, 0.21);
            box-shadow: 2px 39px 30px -16px rgba(0, 0, 0, 0.21);
            border: 1px solid #bcc0cc;
        }

    .banner-innerhome .endo-wrap .slide-endo:after {
        position: absolute;
        top: 0;
        right: -26px;
        z-index: 2;
        background: -webkit-gradient( linear, left top, right top, color-stop(-18.99%, hsla(0, 0%, 100%, 0)), color-stop(49.64%, #fff) );
        background: -o-linear-gradient( left, hsla(0, 0%, 100%, 0) -18.99%, #fff 49.64% );
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) -18.99%, #fff 49.64%);
        width: 239px;
        height: 260px;
        pointer-events: none;
        content: "";
    }

@media screen and (max-width: 768px) {
    .banner-innerhome .endo-wrap .slide-endo:after {
        display: none;
    }
}

.btn-detail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 16px 24px;
    width: 146px;
    height: 58px;
    color: #333;
}

    .btn-detail:before {
        padding-top: 3px;
        padding-right: 13px;
        font-family: Material Icons;
        content: "\f1df";
    }

@media screen and (max-width: 1366px) {
    .btn-detail {
        padding: 0 16px;
        height: 48px;
    }
}

.digital-store .digital-search {
    background: url(.png), -o-linear-gradient(353.05deg, #ffac41 -30.56%, #e02709 64.19%);
    background: url(.png), linear-gradient(96.95deg, #ffac41 -30.56%, #e02709 64.19%);
    background-blend-mode: overlay, normal;
    background-image: url(../images/digital-bg.jpg);
    background-size: 100% 100%;
    padding: 48px 0 0;
    height: 147px;
}

    .digital-store .digital-search .form-search .form-group {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
    }

        .digital-store .digital-search .form-search .form-group h2 {
            color: #fff;
            font-size: 2rem;
            font-weight: 800;
            line-height: 125%;
            text-shadow: 0 2px 5px rgba(90, 27, 0, 0.6);
            white-space: nowrap;
        }

        .digital-store .digital-search .form-search .form-group .form-control {
            margin-left: 48px;
            border-radius: 42px;
            background: #f9fafc;
            padding: 16px 24px;
            max-width: 988px;
            height: 61px;
        }

            .digital-store
            .digital-search
            .form-search
            .form-group
            .form-control::-webkit-input-placeholder {
                opacity: 1;
                color: #333;
                font-size: 20px;
                font-weight: 500;
                line-height: 29px;
            }

            .digital-store
            .digital-search
            .form-search
            .form-group
            .form-control::-moz-placeholder {
                opacity: 1;
                color: #333;
                font-size: 20px;
                font-weight: 500;
                line-height: 29px;
            }

            .digital-store
            .digital-search
            .form-search
            .form-group
            .form-control:-ms-input-placeholder {
                opacity: 1;
                color: #333;
                font-size: 20px;
                font-weight: 500;
                line-height: 29px;
            }

            .digital-store
            .digital-search
            .form-search
            .form-group
            .form-control::-ms-input-placeholder {
                opacity: 1;
                color: #333;
                font-size: 20px;
                font-weight: 500;
                line-height: 29px;
            }

            .digital-store
            .digital-search
            .form-search
            .form-group
            .form-control::placeholder {
                opacity: 1;
                color: #333;
                font-size: 20px;
                font-weight: 500;
                line-height: 29px;
            }

        .digital-store .digital-search .form-search .form-group .search-icon {
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            position: absolute;
            top: 50%;
            right: 24px;
            transform: translateY(-50%);
            border: none;
            background: none;
        }

@media screen and (max-width: 1366px) {
    .digital-store .digital-search .form-search .form-group h2 {
        font-size: 1.5625rem;
    }

    .digital-store .digital-search .form-search .form-group .form-control {
        height: 50px;
    }

        .digital-store
        .digital-search
        .form-search
        .form-group
        .form-control::-webkit-input-placeholder {
            font-size: 16px;
            font-weight: 500;
        }

        .digital-store
        .digital-search
        .form-search
        .form-group
        .form-control::-moz-placeholder {
            font-size: 16px;
            font-weight: 500;
        }

        .digital-store
        .digital-search
        .form-search
        .form-group
        .form-control:-ms-input-placeholder {
            font-size: 16px;
            font-weight: 500;
        }

        .digital-store
        .digital-search
        .form-search
        .form-group
        .form-control::-ms-input-placeholder {
            font-size: 16px;
            font-weight: 500;
        }

        .digital-store
        .digital-search
        .form-search
        .form-group
        .form-control::placeholder {
            font-size: 16px;
            font-weight: 500;
        }
}

@media screen and (max-width: 768px) {
    .digital-store .digital-search .form-search .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .digital-store .digital-search .form-search .form-group h2 {
            margin-bottom: 20px;
            font-size: 1.25rem;
        }

        .digital-store .digital-search .form-search .form-group .form-control {
            margin-left: 0;
            height: 40px;
        }

        .digital-store .digital-search .form-search .form-group .search-icon {
            top: 75%;
            right: 16px;
        }
}

.digital-store .banner-digital {
    display: block;
    position: relative;
    padding-top: 31.94444%;
    overflow: hidden;
}

    .digital-store .banner-digital iframe,
    .digital-store .banner-digital img,
    .digital-store .banner-digital video {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out all;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease-in-out;
        width: 100%;
        height: 100%;
    }

    .digital-store .banner-digital img {
        -o-object-position: 50% 30%;
        object-position: 50% 30%;
    }

@media screen and (max-width: 768px) {
    .digital-store .banner-digital {
        display: block;
        position: relative;
        padding-top: 72.91667%;
        overflow: hidden;
    }

        .digital-store .banner-digital iframe,
        .digital-store .banner-digital img,
        .digital-store .banner-digital video {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out all;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.3s ease-in-out;
            width: 100%;
            height: 100%;
        }

        .digital-store .banner-digital img {
            -o-object-position: center;
            object-position: center;
        }
}

@media screen and (max-width: 768px) {
    .digital-store .digital-search {
        padding: 50px 0 30px;
        height: auto;
    }
}

.new-hdbank .new-slide {
    position: relative;
}

    .new-hdbank .new-slide .slide-inner {
        -webkit-filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.12));
        -webkit-backdrop-filter: blur(18px);
        position: relative;
        backdrop-filter: blur(18px);
        filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.12));
    }

        .new-hdbank .new-slide .slide-inner .img {
            display: block;
            position: relative;
            padding-top: 123.28767%;
            overflow: hidden;
        }

            .new-hdbank .new-slide .slide-inner .img iframe,
            .new-hdbank .new-slide .slide-inner .img img,
            .new-hdbank .new-slide .slide-inner .img video {
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out all;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.3s ease-in-out;
                width: 100%;
                height: 100%;
            }

            .new-hdbank .new-slide .slide-inner .img img {
                border-radius: 16px;
            }

        .new-hdbank .new-slide .slide-inner .wrap-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            bottom: 0;
            left: 0;
            flex-direction: column;
            padding: 24px 32px;
        }

            .new-hdbank .new-slide .slide-inner .wrap-content .name {
                margin-bottom: 12px;
                color: #fff;
                font-size: 14px;
                font-weight: 700;
                line-height: 20px;
            }

            .new-hdbank .new-slide .slide-inner .wrap-content .detail {
                position: relative;
                width: -webkit-max-content;
                width: -moz-max-content;
                width: max-content;
                color: #f9fafc;
                font-size: 12px;
                font-weight: 500;
                line-height: 18px;
            }

                .new-hdbank .new-slide .slide-inner .wrap-content .detail:after {
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    position: absolute;
                    top: 50%;
                    right: -30px;
                    align-items: center;
                    justify-content: center;
                    transform: translateY(-50%);
                    border-radius: 50%;
                    background: #ffd643;
                    width: 24px;
                    height: 24px;
                    color: #333;
                    font-family: Material Icons;
                    font-size: 1.25rem;
                    content: "\f1df";
                }

    .new-hdbank .new-slide .swiper-pagination {
        width: 100%;
    }

@media screen and (min-width: 1025px) {
    .new-hdbank .new-slide .swiper-pagination {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .new-hdbank .new-slide .swiper-pagination-bullet {
        opacity: 1;
        margin-right: 8px;
        background: #ececec !important;
        width: 10px;
        height: 10px;
    }

    .new-hdbank .new-slide .swiper-pagination-bullet-active {
        background: #f00020 !important;
    }
}

.new-hdbank .new-slide .swiper-button-next,
.new-hdbank .new-slide .swiper-button-prev {
    border: 1px solid #333;
}

    .new-hdbank .new-slide .swiper-button-next:before,
    .new-hdbank .new-slide .swiper-button-prev:before {
        color: #333;
    }

    .new-hdbank .new-slide .swiper-button-next:hover,
    .new-hdbank .new-slide .swiper-button-prev:hover {
        background: #b6bec8;
    }

@media screen and (max-width: 1024px) {
    .new-hdbank .new-slide .swiper-button-next,
    .new-hdbank .new-slide .swiper-button-prev {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .new-hdbank .new-slide {
        padding-bottom: 24px;
    }
}

.new-hdbank .new-slide .btn-viewmore {
    margin-top: 50px;
}

@media screen and (min-width: 1025px) {
    .new-hdbank .new-slide .btn-viewmore {
        display: none;
    }
}

.product-section .catelog-slide {
    position: relative;
}

    .product-section .catelog-slide .slide-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .product-section .catelog-slide .slide-inner .content {
            padding-top: 12px;
        }

            .product-section .catelog-slide .slide-inner .content span {
                color: #000;
                font-size: 16px;
                font-weight: 500;
                line-height: 23px;
                text-align: center;
            }

    .product-section .catelog-slide .swiper-button-next,
    .product-section .catelog-slide .swiper-button-prev {
        border: 1px solid #333;
    }

        .product-section .catelog-slide .swiper-button-next:before,
        .product-section .catelog-slide .swiper-button-prev:before {
            color: #333;
        }

@media screen and (max-width: 1199.98px) {
    .product-section .catelog-slide {
        margin-bottom: 18px;
    }

        .product-section .catelog-slide .swiper-button-next,
        .product-section .catelog-slide .swiper-button-prev {
            width: 24px !important;
            height: 24px !important;
        }

            .product-section .catelog-slide .swiper-button-next:before,
            .product-section .catelog-slide .swiper-button-prev:before {
                font-size: 1rem !important;
            }

        .product-section .catelog-slide .swiper-button-next {
            right: 0 !important;
        }

        .product-section .catelog-slide .swiper-button-prev {
            left: 0 !important;
        }
}

@media screen and (max-width: 991.98px) {
    .product-section .catelog-slide .swiper-button-next {
        right: -10px !important;
    }

    .product-section .catelog-slide .swiper-button-prev {
        left: -10px !important;
    }
}

@media screen and (max-width: 767.98px) {
    .product-section .catelog-slide {
        margin: 0 auto;
        max-width: 90vw;
    }

        .product-section .catelog-slide .swiper-button-next {
            right: -20px !important;
        }

        .product-section .catelog-slide .swiper-button-prev {
            left: -20px !important;
        }
}

@media screen and (max-width: 575.98px) {
    .product-section .catelog-slide {
        max-width: 80vw;
    }
}

.product-section .flash-sale .title,
.product-section .product-hot .title {
    color: #333 !important;
    text-align: left !important;
}

    .product-section .flash-sale .title span,
    .product-section .product-hot .title span {
        font-weight: 400;
    }

@media screen and (max-width: 575px) {
    .product-section .flash-sale .title.title_small,
    .product-section .product-hot .title.title_small {
        font-size: 16px !important;
    }
}

.product-section .pro-flash,
.product-section .pro-hot {
    position: relative;
}

    .product-section .pro-flash .swiper-button-next,
    .product-section .pro-flash .swiper-button-prev,
    .product-section .pro-hot .swiper-button-next,
    .product-section .pro-hot .swiper-button-prev {
        border: 1px solid #333;
    }

        .product-section .pro-flash .swiper-button-next:before,
        .product-section .pro-flash .swiper-button-prev:before,
        .product-section .pro-hot .swiper-button-next:before,
        .product-section .pro-hot .swiper-button-prev:before {
            color: #333;
        }

.product-section .flash-sale .pro-flash a .item-pro {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 12.1795px;
    background: hsla(0, 0%, 96.9%, 0.94);
    padding: 0 0 10px;
    min-height: 174px;
}

    .product-section .flash-sale .pro-flash a .item-pro .img {
        background: #fff;
        width: 100%;
        height: 106px;
    }

        .product-section .flash-sale .pro-flash a .item-pro .img img {
            -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
            transform: scale(0.7);
        }

    .product-section .flash-sale .pro-flash a .item-pro .infor {
        padding: 0 16px;
    }

        .product-section .flash-sale .pro-flash a .item-pro .infor .name {
            color: #333;
            font-size: 16px;
            font-weight: 500;
            line-height: 110%;
        }

        .product-section .flash-sale .pro-flash a .item-pro .infor .price {
            color: #333;
            font-size: 20px;
            font-weight: 800;
            line-height: 110%;
        }

@media screen and (max-width: 1366px) {
    .product-section .flash-sale .pro-flash a .item-pro .infor .name {
        font-size: 14px;
    }

    .product-section .flash-sale .pro-flash a .item-pro .infor .price {
        font-size: 18px;
    }
}

@media screen and (max-width: 991.98px) {
    .product-section .flash-sale .pro-flash .swiper-button-next {
        display: none;
    }
}

@media screen and (max-width: 575.98px) {
    .product-section .flash-sale .pro-flash {
        margin-bottom: 18px;
    }

        .product-section .flash-sale .pro-flash a .item-pro {
            min-height: 133px;
        }

            .product-section .flash-sale .pro-flash a .item-pro .img {
                height: 90px;
            }

                .product-section .flash-sale .pro-flash a .item-pro .img img {
                    -webkit-transform: scale(0.7);
                    -ms-transform: scale(0.7);
                    transform: scale(0.7);
                }

            .product-section .flash-sale .pro-flash a .item-pro .infor {
                padding: 8px;
            }

                .product-section .flash-sale .pro-flash a .item-pro .infor .name {
                    padding-bottom: 5px;
                    font-size: 10px;
                    font-weight: 700;
                }

                .product-section .flash-sale .pro-flash a .item-pro .infor .price {
                    font-size: 10px;
                    font-weight: 400;
                }
}

.product-section .product-hot .pro-hot .item-pro {
    -webkit-box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 13px;
    background: hsla(0, 0%, 100%, 0.94);
    padding: 0 0 30px;
}

    .product-section .product-hot .pro-hot .item-pro .img {
        position: relative;
        width: 100%;
        max-height: 187px;
    }

        .product-section .product-hot .pro-hot .item-pro .img .sale-off {
            position: absolute;
            top: 40%;
            left: 0;
            border-radius: 0 8px 8px 0;
            background: #f00020;
            padding: 8px;
            width: 69px;
        }

            .product-section .product-hot .pro-hot .item-pro .img .sale-off span {
                color: #fff;
                font-size: 20px;
            }

@media screen and (max-width: 1366px) {
    .product-section .product-hot .pro-hot .item-pro .img .sale-off span {
        font-size: 0.875rem;
    }
}

.product-section .product-hot .pro-hot .item-pro .infor {
    padding: 0 24px;
}

    .product-section .product-hot .pro-hot .item-pro .infor .name p {
        margin-bottom: 5px;
        color: #333;
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
    }

    .product-section .product-hot .pro-hot .item-pro .infor .price {
        margin-bottom: 10px;
        color: #333;
        font-size: 26px;
        font-weight: 800;
        line-height: 110%;
    }

    .product-section .product-hot .pro-hot .item-pro .infor .icon a {
        padding: 0 10px;
        color: #f00020;
        font-weight: 800;
    }

        .product-section .product-hot .pro-hot .item-pro .infor .icon a span {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all ease-in-out 0.3s;
            transition: all 0.3s ease-in-out;
            font-size: 1.25rem;
        }

        .product-section .product-hot .pro-hot .item-pro .infor .icon a:first-child {
            padding-left: 0;
        }

@media screen and (max-width: 575.98px) {
    .product-section .product-hot .pro-hot .item-pro {
        padding: 0 0 16px;
    }

        .product-section .product-hot .pro-hot .item-pro .img {
            max-height: unset;
        }

            .product-section .product-hot .pro-hot .item-pro .img a {
                display: block;
                position: relative;
                padding-top: 76.70455%;
                overflow: hidden;
            }

                .product-section .product-hot .pro-hot .item-pro .img a iframe,
                .product-section .product-hot .pro-hot .item-pro .img a img,
                .product-section .product-hot .pro-hot .item-pro .img a video {
                    -webkit-transition: all 0.3s ease-in-out;
                    -o-transition: 0.3s ease-in-out all;
                    position: absolute;
                    top: 0;
                    left: 0;
                    transition: all 0.3s ease-in-out;
                    width: 100%;
                    height: 100%;
                }

            .product-section .product-hot .pro-hot .item-pro .img .sale-off {
                padding: 0 8px;
                width: 42px;
                height: 27px;
            }

                .product-section .product-hot .pro-hot .item-pro .img .sale-off span {
                    font-size: 0.625rem;
                }

        .product-section .product-hot .pro-hot .item-pro .infor {
            padding: 0 16px;
        }

            .product-section .product-hot .pro-hot .item-pro .infor .name p {
                font-size: 0.625rem;
                font-weight: 700;
                line-height: 11px;
            }

            .product-section .product-hot .pro-hot .item-pro .infor .price {
                font-size: 16px;
            }
}

@media screen and (max-width: 1024.98px) {
    .product-section .product-hot .pro-hot .swiper-button-next {
        display: none;
    }
}

.util-tool {
    border-top: 1px solid rgba(51, 51, 51, 0.4);
}

@media screen and (min-width: 767px) {
    .util-tool {
        display: none;
    }
}

.util-tool #util-wrap .card-tool-box {
    -webkit-box-shadow: none;
    -webkit-backdrop-filter: unset;
    display: block;
    position: inherit;
    backdrop-filter: unset;
    box-shadow: none;
    border-radius: 0;
    background: none;
    width: 100%;
}

footer {
    position: relative;
    background: url(/images/langson/bgfooter_dt.png);
    padding: 56px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

    footer .footer__logo__arrow {
        position: absolute;
        top: 5px;
        right: 30px;
        cursor: pointer;
    }

    footer .infor-box {
        padding-right: 50px;
    }

        footer .infor-box .logo-footer {
            display: block;
            margin-bottom: 32px;
        }

        footer .infor-box ul {
            padding-left: 0;
        }

            footer .infor-box ul li {
                -webkit-box-align: start;
                -ms-flex-align: start;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                align-items: flex-start;
                padding: 5px 0;
                color: #333;
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
            }

                footer .infor-box ul li img {
                    margin-right: 10px;
                    padding-top: 3px;
                }

    footer .menu-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        position: relative;
        align-items: flex-start;
    }

        footer .menu-box .menu-list {
            margin-left: auto;
            padding-top: 40px;
        }

            footer .menu-box .menu-list .footer-infor_tile {
                margin-bottom: 8px;
            }

                footer .menu-box .menu-list .footer-infor_tile span {
                    color: #333;
                    font-size: 0.875rem;
                    font-weight: 800;
                    line-height: 20px;
                }

            footer .menu-box .menu-list ul {
                padding-left: 0;
            }

                footer .menu-box .menu-list ul li {
                    padding: 8px 0;
                }

                    footer .menu-box .menu-list ul li a {
                        color: #333;
                        font-size: 0.875rem;
                    }

    footer .footer-coppyright {
        margin-top: 32px;
        margin-bottom: 48px;
    }

        footer .footer-coppyright .coppyright {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-top: 1px solid rgba(51, 51, 51, 0.2);
            border-bottom: 1px solid rgba(51, 51, 51, 0.2);
            padding: 32px 0;
            width: 100%;
        }

            footer .footer-coppyright .coppyright li {
                border-left: 1px solid rgba(51, 51, 51, 0.2);
                padding: 0 13.5px;
            }

                footer .footer-coppyright .coppyright li a,
                footer .footer-coppyright .coppyright li p {
                    margin-bottom: 0;
                    color: #333;
                    font-size: 0.875rem;
                    line-height: 20px;
                }

                footer .footer-coppyright .coppyright li:first-child {
                    border-left: none;
                    padding-left: 0;
                }

    footer .footer-bottom .download-app span,
    footer .footer-bottom .socail-box span {
        display: block;
        margin-bottom: 8px;
        color: #333;
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 20px;
    }

    footer .footer-bottom .download-app .qr-code ul {
        margin-bottom: 0;
        margin-left: 24px;
        padding-left: 0;
    }

        footer .footer-bottom .download-app .qr-code ul li {
            margin-right: 16px;
        }

    footer .footer-bottom .socail-box span {
        text-align: right;
    }

    footer .footer-bottom .socail-box ul {
        padding-left: 0;
    }

        footer .footer-bottom .socail-box ul li {
            margin-left: 6px;
        }

            footer .footer-bottom .socail-box ul li:first-child {
                margin-left: 0;
            }

@media screen and (max-width: 575px) {
    footer .footer-bottom .socail-box .desktop {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    footer .footer-bottom .socail-box .mobile {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    footer .menu-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        footer .menu-box .menu-list {
            margin-left: 0;
        }
}

@media screen and (max-width: 768px) {
    footer {
        padding: 48px 12px;
        background: url(/images/langson/bgfooter_mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

        footer .infor-box {
            padding-right: 0;
        }

            footer .infor-box .logo-footer {
                margin-bottom: 25px;
            }

        footer .menu-box {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            border-top: 1px solid rgba(51, 51, 51, 0.4);
            padding-top: 16px;
        }

            footer .menu-box .menu-list {
                padding-top: 8px;
                width: 100%;
            }

                footer .menu-box .menu-list .footer-infor_tile {
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                    footer .menu-box .menu-list .footer-infor_tile:after {
                        font-family: remixicon;
                        font-size: 18px;
                        content: "\EA4E";
                    }

                footer .menu-box .menu-list ul {
                    display: none;
                }

        footer .footer-coppyright .coppyright li {
            padding: 0 4px;
            text-align: center
        }

            footer .footer-coppyright .coppyright li:first-child {
                display: none;
            }

            footer .footer-coppyright .coppyright li:nth-child(2) {
                border-left: 0;
                padding-left: 0;
            }

            footer .footer-coppyright .coppyright li a,
            footer .footer-coppyright .coppyright li span {
                font-size: 0.75rem;
            }

        footer .footer-bottom {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            footer .footer-bottom .download-app {
                margin-bottom: 22px;
            }

                footer .footer-bottom .download-app span {
                    display: none;
                    text-align: center;
                }

                footer .footer-bottom .download-app .qr-code {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }

                    footer .footer-bottom .download-app .qr-code img {
                        margin-bottom: 10px;
                    }

                    footer .footer-bottom .download-app .qr-code ul {
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        align-items: center;
                    }

            footer .footer-bottom .socail-box span {
                font-size: 14px;
                text-align: center;
            }

            footer .footer-bottom .socail-box ul {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                footer .footer-bottom .socail-box ul li {
                    margin-left: 12px;
                }

            footer .footer-bottom .socail-box .coppyright p {
                margin-bottom: 0;
                font-size: 12px;
                text-align: center;
            }
}

.nav-top nav {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all ease-in-out 0.3s;
    position: fixed;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    box-shadow: 0px 14px 40px rgb(33 43 54 / 10%);
}

    .nav-top nav .nav-full .btn-toggle {
        margin-top: 10px;
        margin-right: 27px;
    }

    .nav-top nav .nav-full .logo {
        min-width: 205px;
    }

        .nav-top nav .nav-full .logo,
        .nav-top nav .nav-full .logo a {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all ease-in-out 0.3s;
            transition: all 0.3s ease-in-out;
        }

            .nav-top nav .nav-full .logo a {
                display: block;
                position: relative;
                padding-top: 35.12195%;
            }

                .nav-top nav .nav-full .logo a iframe,
                .nav-top nav .nav-full .logo a img,
                .nav-top nav .nav-full .logo a video {
                    -o-object-fit: cover;
                    -webkit-transition: all 0.3s ease-in-out;
                    -o-transition: 0.3s ease-in-out all;
                    position: absolute;
                    top: 0;
                    left: 0;
                    transition: all 0.3s ease-in-out;
                    height: 100%;
                }

    .nav-top nav .nav-full .search-box {
        margin-left: auto;
    }

        .nav-top nav .nav-full .search-box .searchform .form-group {
            position: relative;
            border-radius: 42px;
            background: #f9fafc;
            width: 400px;
            height: 42px;
        }

            .nav-top nav .nav-full .search-box .searchform .form-group .searchinput {
                border-radius: 30px;
                background: transparent;
                padding-right: 35px;
                padding-left: 20px;
                width: 100%;
                height: 100%;
                color: #333;
                font-size: 16px;
                letter-spacing: -0.5px;
                line-height: 1.63;
            }

                .nav-top
                nav
                .nav-full
                .search-box
                .searchform
                .form-group
                .searchinput::-webkit-input-placeholder {
                    opacity: 0.2;
                    color: #333;
                    font-size: 12px;
                    letter-spacing: -0.5px;
                    line-height: 2.42;
                }

                .nav-top
                nav
                .nav-full
                .search-box
                .searchform
                .form-group
                .searchinput::-moz-placeholder {
                    opacity: 0.2;
                    color: #333;
                    font-size: 12px;
                    letter-spacing: -0.5px;
                    line-height: 2.42;
                }

                .nav-top
                nav
                .nav-full
                .search-box
                .searchform
                .form-group
                .searchinput:-ms-input-placeholder {
                    opacity: 0.2;
                    color: #333;
                    font-size: 12px;
                    letter-spacing: -0.5px;
                    line-height: 2.42;
                }

                .nav-top
                nav
                .nav-full
                .search-box
                .searchform
                .form-group
                .searchinput::-ms-input-placeholder {
                    opacity: 0.2;
                    color: #333;
                    font-size: 12px;
                    letter-spacing: -0.5px;
                    line-height: 2.42;
                }

                .nav-top
                nav
                .nav-full
                .search-box
                .searchform
                .form-group
                .searchinput::placeholder {
                    opacity: 0.2;
                    color: #333;
                    font-size: 12px;
                    letter-spacing: -0.5px;
                    line-height: 2.42;
                }

            .nav-top nav .nav-full .search-box .searchform .form-group button {
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                background: transparent;
            }

    .nav-top nav .nav-full .dropdown {
        margin-left: 50px;
    }

        .nav-top nav .nav-full .dropdown .dropdown-toggle {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all ease-in-out 0.3s;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease-in-out;
            border: 0;
            border-radius: 0;
            background: transparent;
            padding: 0 12px 0 16px;
            width: 84px;
            height: 58px;
        }

            .nav-top nav .nav-full .dropdown .dropdown-toggle:after {
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all ease-in-out 0.3s;
                transition: all 0.3s ease-in-out;
                border: none;
                color: #333;
                font-family: remixicon !important;
                font-size: 1.125rem;
                content: "\EA4E";
            }

@media screen and (min-width: 1025px) {
    .nav-top nav .nav-full .dropdown .dropdown-toggle:hover {
        -webkit-box-shadow: 0 14px 40px rgba(33, 43, 54, 0.1);
        box-shadow: 0 14px 40px rgba(33, 43, 54, 0.1);
        border: 1px solid #b6bec8;
        border-radius: 40px;
        background: #e7eaf2;
    }

        .nav-top nav .nav-full .dropdown .dropdown-toggle:hover:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
}

.nav-top nav .nav-full .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 14px 40px rgba(33, 43, 54, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all ease-in-out 0.5s;
    display: none;
    right: 0;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 14px 40px rgba(33, 43, 54, 0.1);
    border-radius: 20px;
    background: #fff;
    padding: 12px 16px 12px 12px;
    width: 117px;
    height: 92px;
}

    .nav-top nav .nav-full .dropdown .dropdown-menu .dropdown-item a span {
        padding-left: 8px;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
    }

.nav-top nav .nav-full .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.nav-top nav .nav-full .btn-login {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all ease-in-out 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    margin-left: 50px;
    padding: 0;
    min-width: 176px;
    height: 58px;
}

.nav-top nav .nav-full .bell-ring {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    position: relative;
    order: 4;
    margin-left: 19px;
}

    .nav-top nav .nav-full .bell-ring:after {
        position: absolute;
        top: 5px;
        right: 0;
        border-radius: 50%;
        background: #f00020;
        width: 6px;
        height: 6px;
        content: "";
    }

@media screen and (min-width: 992px) {
    .nav-top nav .nav-full .bell-ring {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .nav-top nav .nav-full .search-box .searchform .form-group {
        width: 280px;
    }
}

@media (max-width: 1024.98px) {
    .nav-top nav .nav-full .search-box {
        display: none;
    }

    .nav-top nav .nav-full .dropdown {
        margin-left: auto;
    }
}

@media (max-width: 992px) and (min-width: 320px) {
    .nav-top nav {
        z-index: 999;
        background: #fff;
        padding: 0.75rem 0;
        height: 60px;
        box-shadow: 0px 14px 40px rgb(33 43 54 / 10%);
    }

        .nav-top nav .nav-full .btn-toggle {
            margin-right: 10px;
        }

        .nav-top nav .nav-full .logo {
            min-width: 104px;
        }

            .nav-top nav .nav-full .logo a {
                display: block;
                position: relative;
                padding-top: 34.61538%;
                overflow: hidden;
            }

                .nav-top nav .nav-full .logo a iframe,
                .nav-top nav .nav-full .logo a img,
                .nav-top nav .nav-full .logo a video {
                    -webkit-transition: all 0.3s ease-in-out;
                    -o-transition: 0.3s ease-in-out all;
                    position: absolute;
                    top: 0;
                    left: 0;
                    transition: all 0.3s ease-in-out;
                    height: 100%;
                }

        .nav-top nav .nav-full .dropdown {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
            margin-left: 15px;
        }

            .nav-top nav .nav-full .dropdown .dropdown-toggle {
                padding: 0;
                width: auto;
                height: auto;
            }

                .nav-top nav .nav-full .dropdown .dropdown-toggle:after {
                    display: none;
                }

        .nav-top nav .nav-full .btn-login {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            align-items: center !important;
            order: 3;
            margin-left: auto;
            padding: 6px 16px !important;
            width: 106px;
            min-width: unset;
            height: 32px;
        }

            .nav-top nav .nav-full .btn-login span {
                margin-left: 0;
                padding-bottom: 3px;
                font-size: 0.875rem;
            }

            .nav-top nav .nav-full .btn-login:after {
                display: none;
            }
}

.nav-top header {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all ease-in-out 0.5s;
    position: fixed;
    top: 0;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
    height: 100vh;
}

    .nav-top header .nav-toggle {
        background: #fff;
        padding: 3rem 1.5rem;
        max-width: 410px;
        height: 100%;
    }

        .nav-top header .nav-toggle .logo {
            display: block;
            margin-bottom: 28px;
            width: 100%;
            text-align: center;
        }

            .nav-top header .nav-toggle .logo a {
                display: block;
                position: relative;
                padding-top: 34.95146%;
            }

                .nav-top header .nav-toggle .logo a iframe,
                .nav-top header .nav-toggle .logo a img,
                .nav-top header .nav-toggle .logo a video {
                    -webkit-transition: all 0.3s ease-in-out;
                    -o-transition: 0.3s ease-in-out all;
                    position: absolute;
                    top: 0;
                    left: 0;
                    transition: all 0.3s ease-in-out;
                    height: 100%;
                }

        .nav-top header .nav-toggle .search-box {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-direction: row;
            flex-grow: 1;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
            border-radius: 42px;
            background: #f9fafc;
            padding: 4px 12px 4px 16px;
            width: 100%;
            height: 40px;
        }

            .nav-top header .nav-toggle .search-box form {
                width: 100%;
            }

                .nav-top header .nav-toggle .search-box form .form-group {
                    position: relative;
                    width: 100%;
                }

                    .nav-top header .nav-toggle .search-box form .form-group input {
                        border: none;
                        background: none;
                        width: 100%;
                        height: 100%;
                    }

                        .nav-top header .nav-toggle .search-box form .form-group input:placeholder {
                            color: #333;
                            font-size: 0.875rem;
                            font-weight: 500;
                        }

                    .nav-top header .nav-toggle .search-box form .form-group button {
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        position: absolute;
                        top: 50%;
                        right: 0;
                        transform: translateY(-50%);
                        border: none;
                        background: none;
                    }

        .nav-top header .nav-toggle .srcoll-bar {
            padding-right: 20px;
            max-height: 80%;
            overflow-y: auto;
        }

            .nav-top header .nav-toggle .srcoll-bar::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0);
                box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0);
                border-radius: 20px;
                background-color: #f5f5f5;
            }

            .nav-top header .nav-toggle .srcoll-bar::-webkit-scrollbar {
                width: 5px;
                height: 90px;
            }

            .nav-top header .nav-toggle .srcoll-bar::-webkit-scrollbar-thumb {
                -webkit-box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0);
                box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0);
                border-radius: 3px;
                background-color: #ffd643;
            }

            .nav-top header .nav-toggle .srcoll-bar .login .btn-login {
                margin-bottom: 0;
                padding: 9px 0 3px !important;
                width: 100%;
                height: 44px;
            }

                .nav-top header .nav-toggle .srcoll-bar .login .btn-login p {
                    -webkit-transition: all 0.5s ease-in-out;
                    -o-transition: all ease-in-out 0.5s;
                    display: block;
                    transition: all 0.5s ease-in-out;
                    margin-bottom: 0;
                    font-size: 1.125rem;
                    font-weight: 700;
                }

                .nav-top header .nav-toggle .srcoll-bar .login .btn-login:after {
                    top: 60%;
                    right: calc(100% - 40px);
                }

@media screen and (min-width: 1024px) {
    .nav-top header .nav-toggle .srcoll-bar .login .btn-login:hover:after {
        right: 20px;
        color: #fff;
    }

    .nav-top header .nav-toggle .srcoll-bar .login .btn-login:hover p {
        color: #fff;
    }
}

.nav-top header .nav-toggle .srcoll-bar .side-navigation-wrap {
    margin-top: 20px;
}

    .nav-top header .nav-toggle .srcoll-bar .side-navigation-wrap .side-navigation {
        padding-left: 0;
    }

        .nav-top
        header
        .nav-toggle
        .srcoll-bar
        .side-navigation-wrap
        .side-navigation
        li {
            padding: 0.9375rem 0;
        }

            .nav-top
            header
            .nav-toggle
            .srcoll-bar
            .side-navigation-wrap
            .side-navigation
            li
            .accordion-title {
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .nav-top
                header
                .nav-toggle
                .srcoll-bar
                .side-navigation-wrap
                .side-navigation
                li
                .accordion-title
                a {
                    color: #333 !important;
                    font-size: 1rem;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 23px;
                }

                .nav-top
                header
                .nav-toggle
                .srcoll-bar
                .side-navigation-wrap
                .side-navigation
                li
                .accordion-title
                em {
                    cursor: pointer;
                }

                    .nav-top
                    header
                    .nav-toggle
                    .srcoll-bar
                    .side-navigation-wrap
                    .side-navigation
                    li
                    .accordion-title
                    em:after {
                        font-family: Material Icons;
                        font-size: 1.125rem;
                        font-style: normal;
                        font-weight: 500;
                        content: "\e145";
                    }

            .nav-top
            header
            .nav-toggle
            .srcoll-bar
            .side-navigation-wrap
            .side-navigation
            li
            .nav-sub {
                display: none;
                padding-left: 0;
            }



                .nav-top header .nav-toggle .srcoll-bar .side-navigation-wrap .side-navigation li .nav-sub li {
                    padding: 17px 0;
                    border-bottom: 1px solid #CCC;
                }

                    .nav-top
                    header
                    .nav-toggle
                    .srcoll-bar
                    .side-navigation-wrap
                    .side-navigation
                    li
                    .nav-sub
                    li
                    a {
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        align-items: center;
                        color: #333;
                    }

                        .nav-top
                        header
                        .nav-toggle
                        .srcoll-bar
                        .side-navigation-wrap
                        .side-navigation
                        li
                        .nav-sub
                        li
                        a
                        .icon {
                            margin-right: 10px;
                        }

                .nav-top
                header
                .nav-toggle
                .srcoll-bar
                .side-navigation-wrap
                .side-navigation
                li
                .nav-sub.suport
                li
                a
                img {
                    display: block;
                    margin-right: 10px;
                }

            .nav-top
            header
            .nav-toggle
            .srcoll-bar
            .side-navigation-wrap
            .side-navigation
            li.active
            .accordion-title
            em:after {
                content: "\e15b";
            }

.nav-top header .nav-toggle .srcoll-bar .download-app {
    margin-bottom: 24px;
}

    .nav-top header .nav-toggle .srcoll-bar .download-app p {
        margin-bottom: 32px;
        color: #333;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px;
    }

    .nav-top header .nav-toggle .srcoll-bar .download-app .icon a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 128px;
    }

        .nav-top header .nav-toggle .srcoll-bar .download-app .icon a img {
            width: 100%;
        }

        .nav-top header .nav-toggle .srcoll-bar .download-app .icon a:first-child {
            padding-right: 8px;
        }

        .nav-top header .nav-toggle .srcoll-bar .download-app .icon a:last-child {
            padding-left: 8px;
        }

.nav-top header .nav-toggle .srcoll-bar .socail-list p {
    margin-bottom: 32px;
    color: #333;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 23px;
}

.nav-top header .nav-toggle .srcoll-bar .socail-list ul li {
    padding: 0 5px;
}

    .nav-top header .nav-toggle .srcoll-bar .socail-list ul li:first-child {
        padding-left: 0;
    }

    .nav-top header .nav-toggle .srcoll-bar .socail-list ul li:last-child {
        padding-right: 0;
    }

.nav-top header .nav-toggle .srcoll-bar .socail-list .copy-right {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin: 32px 0;
    color: #333;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

.nav-top header.active {
    left: 0;
    visibility: visible;
    opacity: 1;
}

@media (max-width: 991px) and (min-width: 320px) {
    .nav-top header {
        top: 60px;
    }

        .nav-top header .nav-toggle {
            padding: 1rem;
            max-width: 90vw;
        }

            .nav-top header .nav-toggle .logo {
                display: none;
            }

            .nav-top header .nav-toggle .srcoll-bar {
                max-height: 80vh;
            }

                .nav-top header .nav-toggle .srcoll-bar .login .title {
                    padding: 0 !important;
                }
}

.nav-top.header-croll-down nav {
    padding: 10px 0;
}

.nav-top.header-croll-down nav .nav-full .logo {
    min-width: 153px;
}

.nav-top.header-croll-down nav .nav-full .logo a {
    display: block;
    position: relative;
    padding-top: 35.29412%;
    overflow: hidden;
}

.nav-top.header-croll-down nav .nav-full .logo a iframe,
.nav-top.header-croll-down nav .nav-full .logo a img,
.nav-top.header-croll-down nav .nav-full .logo a video {
    -o-object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.nav-top.header-croll-down nav .nav-full .btn-login {
    height: 43.5px;
}
