:root {
    --main-color: #0071FF;
    --main-color-hover: #bb2332;
    --font-family: 'Roboto', sans-serif;
}


html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}

section {
    transform: translateZ(0);
    will-change: scroll-position;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body {
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 1.6;
    background-color: #ffff;
    position: relative;
    padding-top: 70px;
}

img {
    max-width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    width: 100%;
}

h1, h2, h3, h4 {
    margin: 0 0 0.25em 0;
    font-weight: 700;
}

p {
    margin: 0 0 1em 0;
    margin-bottom: 0px;
}

strong {
    font-weight: 700;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto 2rem auto;
    padding: 0 15px;
}

.text-center {
    text-align: center;
}

.red-text {
    color: #D80000;
}



a:hover {
    text-decoration: none;
    color: #fff;
}


.clear {
    clear: both;
}

.container {
    width: 100% !important;
    max-width: 1280px;
}

.container-fluid {
    position: relative;
    max-width: 1350px;
}

/*  */
header {
    background: #fff;
    position: relative;
    z-index: 15;
}

.header-toolbar {
    color: #656565;
    font-size: 93%;
    background: #f9f9f9;
    padding: 10px 0px;
}

.fixed-top {
    position: fixed !important;
    top: 0px;
    width: 100%;
    transform: translateY(0px);
    transition: transform 0.5s;
    background-size: cover;
    /* padding: 0px !important; */
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    z-index: 999;
}

@media(max-width: 767px) {
    .header {
        margin-bottom: 0px;
    }

    .header-toolbar {
        padding: 6px 0px;
    }
}

.header-toolbar a {
    color: #656565;
}

.header-toolbar a:hover {
    color: var(--main-color);
}

.header-toolbar .wrap-icon {
    text-align: center;
    float: right;
    position: relative;
}

.header-toolbar .login-menu a {
    margin-left: 5px;
    border-left: 1px solid;
    padding-left: 10px;
    line-height: 10px;
    display: inline-block;
}

.header-toolbar .login-menu a:first-child {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
}

.header-toolbar .support {
    float: left;
}

@media(max-width: 767px) {
    .header-toolbar .support {
        display: none;
    }
}

.header-toolbar .support span {
    margin-left: 10px;
    padding-left: 13px;
    border-left: 1px solid;
    line-height: 10px;
    display: inline-block;
}

.header-toolbar .support span:hover {
    color: var(--main-color);
}

.header-toolbar .support span i {
    margin-right: 5px;
}

.header-toolbar .support span:first-child {
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
}

.relative {
    position: relative;
}

/**/

.header-main {
    position: relative;
}

.header-main .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 991px) {
    .header-main .row {
        display: block;
    }
}

.logo {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    /* line-height: 68px; */
}

.logo img {
    display: inline-block;
    max-height: 65px;
    width: auto;
}

.wrap-menu-top {
    position: static;
    text-align: center;
}

.icon-cate-mobi {
    display: none;
    position: absolute;
    top: 6px;
    left: 8px;
    padding: 10px;
    cursor: pointer;
    z-index: 99;
}

.icon-cate-mobi span,
.icon-menu-mobi span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: var(--main-color);
    margin: 4px 0px;
}

.icon-menu-mobi {
    display: none;
    position: absolute;
    top: 8px;
    left: 0px;
    padding: 6px 10px 7px;
    cursor: pointer;
    z-index: 99;
    font-size: 93%;
}

@media(min-width: 992px) {
    .header-main .menu-top {
        display: block !important;
        padding-right: 80px;
    }
}

@media(max-width: 991px) {
    .header-main {
        padding: 5px 0px;
    }

    .header-main .menu-top {
        display: none;
        margin: 0px -8px;
    }

    .logo {
        line-height: 50px;
        text-align: center;
    }

    .logo img {
        padding: 0;
    }

    .icon-cate-mobi {
        display: none;
    }

    .icon-menu-mobi {
        display: block;
    }
}

.header-main .menu-top ul {
    padding: 0px;
    margin: 0px;
}

.header-main .menu-top ul:after {
    content: '';
    display: block;
    clear: both;
}

.header-main .menu-top ul>li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.header-main .menu-top ul>li>a {
    padding: 28px 18px;
    display: block;
    position: relative;
    color: #222;
    /* text-align: center; */
    font-weight: 600;
    font-size: 114%;
}

@media(max-width: 991px) {
    .header-main .menu-top ul>li {
        display: block;
        border-top: 1px solid #f1f1f1;
    }

    .header-main .menu-top ul>li>a {
        padding: 12px 18px;
        text-align: left !important;
        font-size: 100%;
    }
}

/**/

.form-search {
    margin: 0px;
    position: absolute;
    right: 0px;
    width: 400px;
    display: none;
    top: 100%;
}

.form-search .search {
    border: 1px solid var(--main-color);
    position: relative;
    border-radius: 0px;
    height: 40px;
}

.form-search .search select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    border: none;
    padding: 0px 6px;
    margin: 0;
    background: #fff;
}

.icon-cart {
    position: absolute !important;
    top: 29px;
    right: 15px;
    z-index: 9;
    line-height: normal;
    color: #444;
    cursor: pointer;
}

.icon-cart img {
    height: 36px;
}

.icon-cart i {
    font-size: 143%;
}

.icon-cart .circle {
    position: absolute;
    top: -8px;
    right: -9px;
    background: var(--main-color);
    border-radius: 50px;
    min-width: 16px;
    height: 16px;
    text-align: center;
    font-size: 71%;
    line-height: 16px;
    color: #fff;
}

.cart-detail-item {
    position: absolute;
    z-index: 1;
    width: 320px;
    right: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 4px;
    top: 100%;
    margin-top: 15px;
    margin-right: -35px;
    display: none;
}

.cart-detail:hover .cart-detail-item {
    display: block;
}

.cart-detail-item:after {
    bottom: 100%;
    right: 16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-right: 0px;
}

.cart-detail-item:before {
    content: '';
    display: block;
    position: absolute;
    height: 22px;
    width: 100%;
    left: 0;
    top: -22px;
}

.cart-detail-item ul {
    padding: 0;
    margin: 0;
}

.cart-detail-item ul li {
    list-style: none;
    text-align: left;
    padding: 10px 12px;
    border-top: 1px solid #f1f1f1;
}

.cart-detail-item ul li:first-child {
    border-top: none;
}

.cart-detail-item ul li::after {
    content: '';
    clear: both;
    display: block;
}

.cart-detail-item ul li .img {
    width: 56px;
    height: 56px;
    position: relative;
    float: left;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 2px;
    overflow: hidden;
}

.cart-detail-item ul li .img img {
    height: auto;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cart-detail-item ul li .name {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    max-height: 32px;
    overflow: hidden;
}

.cart-detail-item ul li .name a {
    color: #444;
}

.cart-detail-item ul li .name a:hover {
    color: var(--main-color);
}

.cart-detail-item ul li .price {
    color: var(--main-color);
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    margin: 0px 0 4px 0px;
}

.cart-detail-item ul li .price i {
    font-style: normal;
    font-size: inherit;
    margin-left: 0;
}

.cart-detail-item ul li .price.price_root_100 i {
    text-decoration: line-through;
}

.cart-detail-item ul li .price span {
    color: #777;
    font-weight: 400;
    font-size: 10px;
    position: relative;
    background: none;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    line-height: normal;
}

.cart-detail-item ul li .price.price_root_100 span {
    text-decoration: none;
}

.cart-detail-item ul li .price .price_sale {
    margin: 3px 0px;
    line-height: 10px;
    display: block;
    color: red;
    font-weight: 400;
    font-size: 11px;
}

.cart-detail-item ul li .price .price_sale span {
    text-decoration: line-through;
    font-size: 11px;
    color: #999;
    position: relative;
    background: none;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    line-height: normal;
}

.cart-detail-item .btn {
    padding: 4px 10px;
}

.cart-detail-item .no {
    color: #666;
}

.icon-search {
    position: absolute;
    top: 0;
    right: 50px;
    height: 100%;
    font-size: 100%;
    cursor: pointer;
    padding: 0px 10px;
    z-index: 2;
    display: flex;
    align-items: center;
}

@media(max-width: 991px) {
    .icon-search {
        right: 40px;
        height: 50px;
    }

    .form-search {
        margin: 8px 0px;
        width: 100%;
    }

    .form-search .search {
        width: 100%;
        max-width: inherit;
        height: 38px;
    }

    .icon-cart {
        top: 16px;
        right: 5px;
    }

    .icon-cart img {
        height: 30px;
    }
}

.form-search .search img {
    width: 18px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.form-search .search input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 2px 52px 2px 110px;
}

.form-search .search .btn {
    background: var(--main-color);
    position: absolute;
    border-radius: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 7px 14px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.form-search .search .btn:hover {
    background: var(--main-color-hover);
}

@media(max-width: 767px) {
    .form-search .search img {
        width: 16px;
        top: 9px;
        left: 10px;
    }

    .form-search .search input {
        padding: 3px 44px 3px 105px;
    }

    .form-search .search .btn {
        padding: 0px 13px;
        line-height: 32px;
        font-size: 100%;
    }

    .form-search .search .btn span {
        display: none;
    }
}



/*  */

.no_flexslider {
    position: relative;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.no_flexslider::after {
    content: '';
    display: block;
    clear: both;
}

@media(max-width: 767px) {
    .no_flexslider {
        border-radius: 0px;
        /* margin-left: -8px; */
        /* margin-right: -8px; */
    }

    .header-slider .wrap-item .info {
        font-size: 138%;
    }
}

.no_flexslider .slides {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

.no_flexslider .slides::after {
    content: '';
    display: block;
    clear: both;
}

.no_flexslider .slides li {
    list-style-type: none;
    float: left;
    width: 100%;
    position: relative;
}

.no_flexslider .slides li a {
    /* display: block; */
    position: relative;
}

.no_flexslider .slides li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3a4d67;
    z-index: 2;
    opacity: 0.6;
}

.no_flexslider .slides li img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.flexslider .flex-direction-nav {
    padding: 0px;
    margin: 0px;
}

.flexslider.no-slider .flex-direction-nav {
    display: none;
}

.flexslider .flex-direction-nav>li {
    list-style-type: none;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 243%;
    margin-top: -24px;
    width: 40px;
    text-align: center;
    z-index: 2;
}

.flexslider .flex-direction-nav>li a {
    color: #fff;
}

.flexslider .flex-direction-nav>li.flex-next {
    left: 10px;
    right: auto;
}

.banner.header-slider .logo img {
    height: 100%;
    width: 100%;
    max-width: 350px;
}

@media(max-width: 991px) {

    .top_banner .slides li {
        height: 100%;
        padding-bottom: inherit;
    }

    .top_banner .slides li img {
        position: relative;
    }
}

@media(max-width: 767px) {}

.header-slider .wrap-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: left;
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-slider .wrap-item .item h2 {
    color: #ffffff;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    margin: 20px auto;
}

.header-slider .wrap-item .item .info {
    font-size: 142%;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

@media(max-width: 767px) {
    .header-slider .wrap-item {
        width: 100%;
        left: 0;
        transform: translate(0, 0%);
        /* position: relative; */
        top: 0;
        margin: auto;
    }

    .header-slider .block-title .title,
    .header-slider .wrap-item .item h2 {
        font-size: 19px;
        margin-top: 50px;
    }

    .header-slider .button-86 {
        margin: 0;
    }

    .banner.header-slider .logo img {
        display: none;
    }

    .banner.header-slider .logo {}
}

.action {
    display: flex;
    align-items: center;
}

.button-86 {
    all: unset;
    /* width: 100px; */
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    cursor: pointer;
    z-index: 1;
    padding: 10px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
    font-weight: 600;
}

.button-86:hover {
    color: #fff;

}

.button-86::after,
.button-86::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
}

.button-86::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: var(--main-color);
    border-radius: 10px;
}

.button-86::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
}

.button-86:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
}

.button-86:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

.button-86:active::after {
    transition: 0s;
    transform: translate(0, 5%);
}

/*  */
.block-title {
    margin: 20px 0px 30px;
}

.block-title .title {
    font-size: 220%;
    padding: 0;
    max-width: 750px;
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    color: var(--main-color);
    font-weight: 600;
    text-align: center;
    font-family: var(--font-family);
    position: relative;
}

.block-title .title:before {
    content: '';
    width: 200px;
    height: 3px;
    position: absolute;
    bottom: -15px;
    /* background: var(--main-color); */
    left: 50%;
    right: 0;
    transform: translate(-50%, 100%);
    background: linear-gradient(135deg, #0066DA, #0071FF, #00F5FF);
}

@media(max-width: 991px) {
    .block-title .title {
        font-size: 200%;
    }
}

@media(max-width: 767px) {
    .block-title {
        margin: 20px 0px 14px;
    }

    .block-title .title {
        font-size: 166%;
        max-width: 100%;
    }
}

.block-title .title span {
    color: var(--main-color);
}

/* Reset */

.header-block {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    background: #fff;
    margin-bottom: 1rem;
}

.header-block p {
    font-weight: 700;
    font-size: 1.6rem;
    color: #D80000;
    padding: 0.5rem 1rem;
    margin: 0;
}

.bg-header {
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: 0;
}

.bg-header-2 {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}

.bg-header-3 {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
}

/* .bg-header-4{
    position: absolute;
    left: 50%;
    z-index: -1;
    bottom: 0;
} */
/* MAIN TITLE BLOCK */
.main-header {
    padding: 70px 0px;
    border-bottom: 10px solid #00F5FF;
    position: relative;
    overflow: hidden;
}


.main-header h1 {
    font-size: 2.8rem;
    line-height: 1.1;
    color: #D80000;
    margin-bottom: 0.4rem;
}

.main-header p.subtitle {
    font-size: 1.2rem;
    color: #D80000;
    font-weight: 600;
}

/* Full width hero images */
.hero-image {
    width: 100%;
    max-height: 320px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.hero-image img {
    width: 100%;
    object-position: center center;
}

/* Section titles */
.section-title {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.8rem;
    color: #D80000;
    padding: 0.4rem 1rem;
}

/* Options Grid and text */
.option-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.block-option {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.08);
    padding: 10px 15px;
    width: calc(25% - 16px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.block-option img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 6px;
}

.block-option h3 {
    font-size: 1.1rem;
    color: #D80000;
    margin-bottom: 6px;
    min-height: 44px;
}

.block-option p {
    font-size: 0.85rem;
    color: #333;
    line-height: 1.3;
}

/*  */
.block-option-1 {
    padding: 50px 0px;
}

.block-option-1 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.block-option-1 .item {
    padding: 20px;
}

.block-option-1 .item h3 {
    font-size: 200%;
    margin-bottom: 20px;
}

.block-option-1 .info {
    font-size: 128%;
    text-align: center;
    /* max-width: 900px; */
    margin: 20px auto;
    line-height: 1.6;
}

.block-option-1 .item .icon {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.block-option-1 .item .icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.block-option-1 .item .intro-text {
    font-size: 128%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-width: 500px;
}

@media (max-width: 991px) {
    .block-option-1 .info {

        font-size: 114%;
    }

    .block-option-1 .item {
        text-align: center;
        margin-bottom: 20px;
    }

    .block-option-1 .item .icon {
        margin: 0px auto 20px;
    }

    .block-option-1 .item .intro-text {
        margin: auto;
    }
}

@media (max-width: 767px) {
    .bg-header-3 {
        right: -300%;
    }

    .block-option-1 .item h3 {
        font-size: 163%;
    }
}

/*  */

.block-option-2 .img {
    /* width: 100%;
    height: 110px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 6px; */
    position: relative;
    height: 0px;
    padding-bottom: 70%;
    overflow: hidden;
    margin-bottom: 20px;
}

.block-option-2 .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.block-option-2 .item h3 {
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.block-option-2 .item .info {
    font-size: 114%;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    /* height: 109px; */
}

/*  */
.block-option-3 .row>div:nth-child(3) .iframe,
.block-option-3 .row>div:nth-child(4) .iframe {
    flex-direction: row-reverse;
    margin-top: 50px;
}

.block-option-3 .row {
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 50px; */
    flex: 1;
}

.block-option-3 .row>div {
    display: flex;
    flex-wrap: wrap;
}

.block-option-3 .img {
    position: unset;
    padding-bottom: 70%;
}

.block-option-3 .img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    /* border: 1px solid var(--main-color); */
    padding: 10px;
}

.block-option-3 .item {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    /* background: #00F5FF; */
    color: #ffffff;
    background: linear-gradient(180deg, #0066DA, #0071FF, #00F5FF);
}

.block-option-3 .item h3 {
    -webkit-line-clamp: 2;
    font-size: 142%;
    line-height: 1.6;
}

.block-option-3 .row>div:nth-child(2) .img img,
.block-option-3 .row>div:nth-child(3) .img img {
    /* border: 1px solid #000000; */
}

.block-option-3 .row>div:nth-child(2) .iframe .item,
.block-option-3 .row>div:nth-child(3) .iframe .item {
    background: linear-gradient(180deg, #000000, #464646, #cdcfcf);
}

@media (max-width: 991px) {
    .block-option-2 .item .info {
        margin-bottom: 0px;
    }

    .block-option-3 .row>div .row, .block-option-3 .row>div:nth-child(3) .iframe, .block-option-3 .row>div:nth-child(4) .iframe {
        flex-direction: column;
        flex: 1;
        margin-bottom: 20px;
    }

    .block-option-3 .row>div .row>div {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .block-option-2 .item {
        margin-bottom: 30px;
        text-align: center;
    }

    .block-option-2 .img {
        padding-bottom: 45%;
    }
}

/*  */
.block-option-4 {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 250px;
    padding-right: 250px;
}

.block-option-4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #000000 0%, #000000de 42.58%, #00000061 70.12%, rgba(25, 41, 41, 0) 100%);
    width: 100%;
    height: 100%;
}

.block-option-4 .block-title .title {
    color: #fff;
}

.block-option-4 .block-title .title:before {
    background-color: #fff;
}

.block-option-4 .row {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}

.block-option-4 .row>div {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}

.block-option-4 .item {
    border-radius: 1.25rem;
    padding: 30px;
    width: 100%;
    height: auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 20px;
    background: var(--main-color);
    background: linear-gradient(180deg, #0066DA, #0071FF, #00F5FF);
}

.block-option-4 .row>div:nth-child(2) .item,
.block-option-4 .row>div:nth-child(3) .item {
    background: #fff;
    color: #000;
    text-align: right;
}

.block-option-4 .row>div:nth-child(3) .item {
    text-align: left;
}

.block-option-4 .row>div:nth-child(4) .item {
    text-align: right;
}

.block-option-4 .block-title-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);
    padding: .5rem;
    border-radius: 31.25rem;
    background-color: #0000004f;
    width: 150px;
    height: 150px;
    z-index: 1;
    /* background: linear-gradient(var(--main-color) 25% , #ffff 25%,var(--main-color) 25%, #fff 25%); */
}

.block-option-4 .block-title-info img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.25rem;
    border-radius: 31.25rem;
    background-color: #fff;
    width: 130px;
    height: 130px;
    margin: 0;
}

.block-option-4 .item h3 {
    margin-top: 0;
    font-size: 175%;
    font-weight: 700;
    /* color: #fff; */
    margin-bottom: 20px;
}

.block-option-4 .item .info {
    font-size: 114%;
    /* color: #fff; */
}

@media (max-width: 1025px) {
    .block-option-4 {

        padding-left: 0;

        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .block-option-4 .block-title-info {
        display: none;
    }

    .block-option-4 .row>div:nth-child(2) .item,
    .block-option-4 .row>div:nth-child(3) .item, .block-option-4 .row>div:nth-child(4) .item {
        text-align: left;
    }
}

/*  */
.block-option-5 {
    position: relative;
    padding-bottom: 100px;
}

.block-option-5 .svg {
    position: absolute;
    top: 66%;
}

.block-option-5 .row {
    display: flex;
    flex-wrap: wrap;
}

.block-option-5 .row>div {
    display: flex;
    flex-direction: column;

}

.block-option-5 .block-title-info {
    font-size: 128%;
    text-align: center;
    max-width: 900px;
    margin: 20px auto 50px;
    line-height: 1.6;
}

.block-option-5 .row>div:nth-child(1),
.block-option-5 .row>div:nth-child(2),
.block-option-5 .row>div:nth-child(3),
.block-option-5 .row>div:nth-child(4) {
    margin-bottom: 100px;
}

.block-option-5 .iframe {
    padding: 20px 20px 30px;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 90%;
    position: relative;
    box-shadow: rgb(0 83 255 / 12%) 0px 2px 4px 0px, rgb(0 109 255 / 32%) 0px 2px 16px 0px;
}



.block-option-5 .row>div:nth-child(2n+1) .iframe {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px 0px, rgba(0, 0, 0, 0.32) 0px 2px 16px 0px;
}

.block-option-5 .iframe:before {
    content: '';
    position: absolute;
    top: 0;
    left: -37px;
    width: 20px;
    height: 20px;
    background: #7c7c7c;
    border-radius: 50px;
}

.block-option-5 .iframe:after {
    content: '';
    position: absolute;
    top: 0;
    left: -28px;
    height: 100%;
    border: 1px dashed #7C7C7C;
}

.block-option-5 .iframe .item h3 {
    font-size: 128%;
    line-height: 1.6;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
}

.block-option-5 .iframe .info {
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.block-option-5 .iframe .img-icon {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    margin: 20px auto 20px;
}

.block-option-5 .iframe .img-icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

@media(max-width: 991px) {
    .block-option-5 .svg, .block-option-5 .iframe:before, .block-option-5 .iframe:after {
        display: none;
    }

    .block-option-5 .row>div,
    .block-option-5 .row>div:nth-child(1),
    .block-option-5 .row>div:nth-child(2),
    .block-option-5 .row>div:nth-child(3),
    .block-option-5 .row>div:nth-child(4) {
        margin-bottom: 20px;
    }

    .block-option-5 .iframe {
        width: 100%;
    }

    .block-option-5 .row>div:nth-child(2n+1) .iframe {
        box-shadow: rgb(255 0 0 / 12%) 0px 2px 4px 0px, rgb(255 0 0 / 32%) 0px 2px 16px 0px;
    }
}

/*  */
.block-option-6 .row {
    display: flex;
    flex-wrap: wrap;
}

.block-option-6 .row>div {
    display: flex;
    flex-direction: column;
}

.block-option-6 .row .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* background: #000; */
}

.block-option-6 .row .item h3 {
    width: 100%;
    text-align: center;
    /* background: var(--main-color); */
    color: #fff;
    margin: 0px;
    padding: 15px 0px;
    line-height: 28px;
    font-size: 130%;
    background: linear-gradient(135deg, #0066DA, #0071FF, #00F5FF);
}

.block-option-6 .row .item .info {
    padding: 15px;
    border-radius: 1rem;
    width: 100%;
    font-size: 114%;
}

.block-option-6 .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* z-index: -1; */
    border-radius: 18px;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: linear-gradient(90deg, #0066DA, #0071FF, #00F5FF);
    width: 100%;
    height: 100%;
}

/*  */
.block-title-info {
    font-size: 128%;
    text-align: center;
    max-width: 900px;
    margin: 20px auto 50px;
    line-height: 1.6;
}

/*  */
.block-option-7 .slide-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.block-option-7 .item {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 10px 30px rgba(30, 40, 117, 0.05);
    padding: 20px 20px;
}

.block-option-7 .item h3 {
    -webkit-line-clamp: 2;
    font-size: 142%;
    line-height: 1.6;
    margin-bottom: 10px;
}


.block-option-7 .slide-item .slick-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
}

.block-option-7 .slide-item .slick-list .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.block-option-7 .slide-item .slick-list .slick-slide {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-wrap: wrap;
    /* padding: 0px 5px; */
}

.block-option-7 .slide-item .slick-list .slick-slide>div {
    display: flex !important;
    flex-direction: column;
    flex: 1;
}

.block-option-7 .item .info {
    margin-bottom: 0;
}

@media (max-width: 1025px) {
    .block-option-7 .slide-item .slick-list {
        padding: 0px;
    }
}

/*  */
.block-option-8 .row {
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: center center;
}

.block-option-8 .img-main {
    display: none;
}

.block-option-8 .item .img-icon {
    margin: 10px auto 20px;
    background: #dde7ff70;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.block-option-8 .item .img-icon img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dde7ff;
    padding: 5px;
    max-width: 50px;
    max-height: 50px;
    margin: auto;
}

.block-option-8 .item {
    margin: 20px 0px 40px;
    text-align: center;
}

.block-option-8 .item .iframe {
    border-radius: 8px;
    /* border: 1px solid #dde7ff; */
    padding: 30px;
    -webkit-transform: translate3d(0, -20px, 0);
    /* box-shadow: rgba(137, 173, 255, .35) 0px 8px 24px; */
}

.block-option-8 .item .iframe h3 {
    font-size: 152%;
    margin-bottom: 20px;
    color: var(--main-color);
}

.block-option-8 .item .iframe .info {
    font-size: 114%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media (min-width: 992px) {
    .block-option-8 .item .iframe:first-child {
        margin-bottom: 80px;
    }
}

@media (max-width: 991px) {

    /* .block-option-8 .row .item:nth-child(3) {
        margin-top: 282px;
    } */
    .block-option-8 .img-main {
        display: block;
    }

    .block-option-8 .row {
        background-image: none !important;
    }

    .block-option-8 .item .iframe {
        padding: 20px;
    }
}

/*  */
.block-option-9 .item {
    padding: 20px;
}

.block-option-9 .iframe {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.block-option-9 .number {
    -webkit-text-stroke: 2px var(--main-color);
    color: transparent;
    font-size: 40px;
    font-weight: 900;
    text-shadow: 0 10px 0 #0071ff4d;
    transition: all 0.4s;
}

.block-option-9 .info {
    font-size: 120%;
    max-width: 700px;
}

.block-option-9 .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/*  */

.menu-bottom {
    /* padding: 20px 0; */
    /* border-bottom: 1px solid #676767; */
    text-align: left;
}

@media(min-width: 992px) {
    .menu-bottom .row {
        margin: auto;
    }

    .menu-bottom .row>div {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

@media(max-width: 767px) {
    .menu-bottom {
        padding: 20px 0 10px;
    }

    .main-header {
        padding: 30px 0px;
    }
}

.menu-bottom .title {
    margin-bottom: 10px;
    font-weight: normal;
}

.menu-bottom .title a {
    position: relative;
    display: block;
    margin-bottom: 0px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    font-size: 128%;
}

.menu-bottom .title a:hover {
    color: var(--main-color);
}

.menu-bottom ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 10px;
}

@media(max-width:767px) {
    .menu-bottom ul li a {
        word-break: break-word;
    }

    .menu-bottom .title {
        margin-top: 10px;
    }
}

.menu-bottom ul li a {
    color: #ffffffb3;
    font-weight: normal;
    font-size: 100%;
}

.menu-bottom ul li a:hover {
    color: var(--main-color);
}

.menu-bottom ul li {
    padding: 8px 0px;
}

/* Footer spacing */

footer {
    background-color: #000;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    /* margin-top: 30px; */
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

footer img {

    width: auto;

    height: revert-layer;
}

.footer {
    color: #ffffffb3;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    margin: 0px 0px 10px;
    font-size: 143%;
    font-weight: 700;
    line-height: 1.2;
}

.footer strong {
    font-weight: 700;
}

.footer a {
    color: #ffffffb3;
}

@media(max-width: 767px) {
    .footer {
        padding: 15px 0px 0px;
    }
}

.footer p {
    margin-bottom: 10px;
}

.copyright {
    padding: 16px 0px 16px;
    background-color: rgb(43 43 43);
    /* border-top: 1px solid #f1f1f1; */
    text-align: center;
    color: #959cb1;
    font-weight: 500;
    font-size: 114%;
}

.copyright a {
    color: #959cb1;
}

.menu-top-bottom {
    display: none;
}

.scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 4px;
    display: none;
    z-index: 99;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    font-size: 93%;
    background: var(--main-color);
    color: #fff !important;
    padding: 6px 8px 8px 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media(max-width: 767px) {
    .scroll-top {
        bottom: 70px;
    }
}


/* Navigation Menu Styles */
.main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffff;
    /* backdrop-filter: blur(10px); */
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    will-change: transform;
    transform: translateZ(0);
}

.main-navigation .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    max-width: 1400px;
    margin: 0 auto;
}

.nav-brand {
    flex-shrink: 0;
}

.nav-logo {
    height: 50px;
    width: auto;
}

.nav-menu {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-list li {
    margin: 0 15px;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.2s ease;
    position: relative;
    white-space: nowrap;
    will-change: color, background-color;
    transform: translateZ(0);
}

.nav-link:hover,
.nav-link.active {
    color: var(--main-color);
    background: rgb(32 209 165 / 10%);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* Ensure desktop navigation works properly */
@media (min-width: 1025px) {
    .nav-toggle {
        display: none !important;
    }

    .nav-list {
        position: static !important;
        background: transparent !important;
        height: auto !important;
        width: auto !important;
        flex-direction: row !important;
        padding: 0 !important;
        backdrop-filter: none !important;
    }

    .nav-menu {
        display: flex !important;
    }
}

/* Mobile Responsive - Simplified */
@media (max-width: 1025px) {
    body {
        padding-top: 70px;
    }

    .main-navigation {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    }

    .main-navigation .container {
        padding: 10px 15px;
        position: relative;
        justify-content: center;
    }

    .nav-list {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100vw;
        height: calc(100vh - 70px);
        background: #fff;
        transition: left 0.3s ease;
        flex-direction: column;
        justify-content: flex-start;
        padding: 20px 0;
        z-index: 1001;
        overflow-y: auto;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-menu.active .nav-list {
        left: 0;
    }

    .nav-list li {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 15px 20px;
        font-size: 16px;
        color: #333;
        border-radius: 0;
    }

    .nav-link:hover,
    .nav-link.active {
        color: var(--main-color);
        background: rgba(0, 113, 255, 0.05);
    }

    .nav-toggle {
        display: flex;
        position: absolute;
        top: 10px;
        right: 15px;
        z-index: 10001;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 5px;
        border: 1px solid #ddd;
    }

    .nav-toggle span {
        width: 20px;
        height: 2px;
        background: #333;
        margin: 2px 0;
        transition: 0.3s;
        border-radius: 1px;
        display: block;
    }

    .nav-toggle.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-4px, 4px);
    }

    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.active span:nth-child(3) {
        transform: rotate(45deg) translate(-4px, -4px);
    }
}

.new-letter {
    /* padding-top: 20px; */
}

.new-letter h4 {
    position: relative;
    display: block;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
    /* margin:20px 0; */
}

.new-letter p {
    margin-bottom: 20px;
    color: #ffffffb3;
    font-size: 15px;
}

.new-letter .input-wrapper {
    position: relative;
}

.new-letter .input-wrapper .form-control {
    padding-right: 142px;
}

.new-letter input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    padding-right: 100px;
}

.new-letter input[type="email"]:focus {
    color: #000;
}

.new-letter .input-wrapper button {
    position: absolute;
    top: 2px;
    right: 3px;
    background-color: #000 !important;
    color: #fff;
    border: none !important;
    padding: 8px 20px;
    border-radius: 3px;
    cursor: pointer;
}

.new-letter input:focus-visible {
    outline: unset;
    border: 1px solid #ddd;
}

.new-letter button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
}

.footer-private .thanhtoan {
    margin-top: 20px;
}

.footer-private .thanhtoan ul {
    padding: 0;
    margin: 0;
}

.footer-private .thanhtoan ul li {
    display: inline-block;
    padding: 0px 5px;
}

.footer-private .thanhtoan .bct {
    max-width: 70%;
    text-align: center;
    margin-top: 15px;
}