:root {
    --main-color: #FF5E15 !important;
    --main-color-hover: #FF3366 !important;
    --font-family-key: 'Inter';
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-key);
}

body {
    font-family: var(--font-family-key);
    font-size: 14px;
    font-weight: 400;
    color: #222;
    top: 0px !important;
    position: relative;
    background: #fff;
}

.clear {
    clear: both;
}

.container {
    width: 100% !important;
    max-width: 1200px;
}

.container-fluid {
    position: relative;
    max-width: 1350px;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover,
a:focus {
    color: var(--main-color);
    text-decoration: none;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

a:focus {
    border: none !important;
}

button,
button:focus,
select,
select:focus {
    outline: none;
}

.relative {
    position: relative;
}

.relative-2 {
    position: relative;
    top: -2px;
}

.relative-3 {
    position: relative;
    top: -3px;
}

.relative-4 {
    position: relative;
    top: -4px;
}

.relative-5 {
    position: relative;
    top: -5px;
}

img {
    max-width: 100%;
    display: inline-block;
}

.top0 {
    margin-top: 0px !important;
}

.top3 {
    margin-top: 3px !important;
}

.top4 {
    margin-top: 4px !important;
}

.top5 {
    margin-top: 5px !important;
}

.top6 {
    margin-top: 6px !important;
}

.top8 {
    margin-top: 8px !important;
}

.top10 {
    margin-top: 10px !important;
}

.top12 {
    margin-top: 12px !important;
}

.top14 {
    margin-top: 14px !important;
}

.top15 {
    margin-top: 15px !important;
}

.top-3 {
    margin-top: -3px !important;
}

.top-4 {
    margin-top: -4px !important;
}

.top-5 {
    margin-top: -5px !important;
}

.top-6 {
    margin-top: -6px !important;
}

.top-8 {
    margin-top: -8px !important;
}

.top-10 {
    margin-top: -10px !important;
}

.top-12 {
    margin-top: -12px !important;
}

.top-14 {
    margin-top: -14px !important;
}

.top-15 {
    margin-top: -15px !important;
}

.mobile {
    display: none;
}

.noborder {
    border: none !important;
}

@media(max-width: 767px) {
    .container {
        padding: 0px 8px;
    }

    .container .row {
        margin: 0px -8px;
    }

    .container .row>div {
        padding: 0px 8px;
    }

    .mobile {
        display: block;
    }

    .destop {
        display: none !important;
    }
}

.white-box {
    background: #fff;
    border-radius: 4px;
}

@media(max-width: 767px) {
    .white-box {}
}

.btn-add-cart {
    outline: none !important;
    float: left;
    margin-right: 10px;
    display: inline-flex;
    width: auto;
    padding: 11px 30px;
    border-radius: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 99%;
    transition: all 0.3s ease;
}

.btn-add-cart:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff !important;
}

.btn-add-cart i {
    font-size: 14px;
}

.btn-add-cart span {
    display: inline-block;
    margin-left: 5px;
}

.content-product-detail .tab-content .action {
    text-align: center;
    display: none;
}

.content-product-detail .tab-content .action .btn {
    margin-top: 30px;
    font-size: 20px;
    padding: 8px 40px;
    min-width: 240px;
}

@media(max-width: 767px) {
    .btn-add-cart span {
        display: block;
        font-size: 10px;
        margin-left: 0px;
        margin-top: -2px;
    }

    .btn-add-cart {
        background: #56ba47;
        border: 1px solid #56ba47;
        color: #fff !important;
    }

    .content-product-detail .tab-content .action {
        display: none !important;
    }
}

.content-product-detail {
    padding-bottom: 50px;
}

.nopadding-l {
    padding-left: 0px;
}

.nopadding-r {
    padding-right: 0px;
}

/**/
.header {
    z-index: 5;
    margin-bottom: 0px;
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
}

.header2 {
    position: relative
}


.header-toolbar {
    /* background: #f9f9f9; */
    color: #fff;
    font-size: 93%;
    background: #000;
    padding: 10px 0px;
    display: none;
}

@media(max-width: 767px) {
    .header {
        margin-bottom: 0px;
        overflow: hidden;
    }

    .header-toolbar {
        /* border-bottom: 1px solid #eaeaea; */
    }
}

.header-toolbar a {}

.header-toolbar a:hover {}

.header-toolbar .wrap-icon {
    text-align: center;
    float: right;
    position: relative;
}

.header-menu .account-dropdown, .app {
    position: absolute;
    float: right;
    margin-left: 15px;
    top: 15px;
    right: 100px;
    z-index: 90;
}

.app {
    right: 0;
}

.header-main.navbar-fixed {
    z-index: 90;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    /* border-bottom: 1px solid #eee; */
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #ffffff;
    animation: stuckMoveDown .6s;
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.header-menu .account-toggle, .app .app-download-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    /* color: #fff; */
    padding: 8px 12px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    cursor: pointer;
    border-color: #eaeaee;
    font-size: 16px;
}

.app .app-download-btn {
    background: linear-gradient(135deg, #FF6B35, #ff2d78);
    color: #fff;
    padding: 7px 19px;
}

.header-menu .account-toggle:hover {
    background: rgba(255, 255, 255, 0.12);
}

.header-menu .account-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    z-index: 1100;
    width: 100%;
}

.header-menu .account-dropdown.active .account-dropdown-menu {
    display: block;
}

.header-menu .account-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}

.header-menu .account-dropdown-menu a i {
    width: 18px;
    text-align: center;
    color: var(--main-color);
}

.header-menu .account-dropdown-menu a:last-child {
    border-bottom: none;
}

.header-menu .account-dropdown-menu a:hover {
    background: #f8f8f8;
    color: var(--main-color);
}

.header-menu .account-dropdown-menu .app-download-btn {
    background: var(--main-color);
    color: #fff;
}

.header-menu .account-dropdown-menu .app-download-btn:hover {
    background: var(--main-color-hover, var(--main-color));
    color: #fff;
}

.icon-search,
.form-search {
    display: none !important;
}

.header-toolbar .support {
    float: left;
}

@media(max-width: 767px) {
    .header-toolbar .support ,.app .app-download-btn{
        display: none;
    }
    .header-menu .account-dropdown, .app{
        right: 0;
    }
    .header-menu .account-toggle{
        font-size: 99%;
    }
}

.header-toolbar .support span {
    margin-left: 10px;
    padding-left: 13px;
    border-left: 1px solid #222;
    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;
}

/*  */
.header-option {
    /* padding-bottom: 10px; */
}

/**/
.header-main {
    position: relative;
    border-bottom: 1px solid #ededed;
}

.header-main .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 991px) {
    .header-main .row {
        display: block;
    }
}

@media(max-width: 767px) {
    .row {
        margin: 0;
    }

    .header-main .row {
        display: block;
        margin: 0;
    }
}

.header-main .logo {
    display: block;
    position: relative;
    z-index: 1;
    text-align: left;
}

.header-main .logo img {
    display: inline-block;
    max-height: 70px;
}

.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: 40px;
    left: 6px;
    padding: 6px 10px 7px;
    cursor: pointer;
    z-index: 99;
    font-size: 13px;
}

@media(max-width: 767px) {
    .header-main {
        padding-top: 0px;
        padding: 0px 0px 8px;
    }

    .header-menu .menu-top {
        display: none;
        margin: 0px -8px;
    }

    .header-main .logo {
        line-height: 50px;
        text-align: center;
        padding: 0px;
    }

    .header-main .logo img {
        max-height: 53px;
        margin-top: 7px;
    }

    .icon-cate-mobi {
        display: none;
    }

    .icon-menu-mobi {
        display: block;
    }

    .header-menu .header-menu1 {
        border-top: none;
    }
}

.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: 24px;
    left: 4px;
    padding: 6px 10px 7px;
    cursor: pointer;
    z-index: 99;
    font-size: 13px;
}

.header.header2 .header-menu {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

@media(min-width: 992px) {
    .header-menu .menu-top {
        display: block !important;
        text-align: center;
        padding-right: 224px;
    }
}

@media(max-width: 991px) {
    .header-main {
        padding-bottom: 10px;
    }

    .header-menu .menu-top {
        display: none;
        margin: 0px -8px;
    }

    .header-main .logo {
        line-height: 50px;
        text-align: center;
    }

    .icon-cate-mobi {
        display: none;
    }

    .icon-menu-mobi {
        display: block;
        top: 15px;
    }
}

.header-menu .menu-top ul {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.header-menu .menu-top ul:after {
    content: '';
    display: block;
    clear: both;
}

.header-menu .menu-top ul>li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding: 15px 14px 7px;
}

.header-menu .menu-top ul>li>a {
    /* padding: 15px 14px 7px; */
    display: block;
    /* position: relative; */
    text-align: center;
    font-weight: 600;
    font-size: 104%;
    /* text-transform: uppercase; */
    /* color: rgba(255, 255, 255, 0.75); */
    transition: color 0.3s ease;
    border: 1px rgba(255, 255, 255, 0) solid !important;
    position: relative;
}

.header-menu .menu-top ul>li>a:hover::after {
    transform: scaleX(1);
}

.header-menu .menu-top ul>li>a:hover {
    /* padding: 15px 20px; */
}

.header-menu .menu-top ul>li:first-child>a {
    border: none;
}

.header-menu .menu-top ul>li>.sub {
    position: absolute;
    width: 280px;
    top: 100%;
    background: var(--main-color);
    left: 0px;
    z-index: 999;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    padding: 0px 0px 0px;
    box-shadow: 0px 0px 10px #ddd;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.header-main .menu-top>ul>li>a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 0%;
    height: 100%;
    border-bottom: 2.5px solid var(--main-color);
    transition: width 0.5s ease;
}

.header-main .menu-top ul>li>a:hover::after,
.header-main .menu-top ul>li.active>a::after {
    left: 0;
    width: 100%;
    transition: width 0.5s ease;
    color: var(--main-color);
}

.header-menu .menu-top ul>li:last-child>.sub {
    left: auto;
    right: 0;
}

.header.header2 .header-menu .menu-top ul>li>a {
    color: #000;
    padding-bottom: 19px;
}

.header.header2 .header-menu .menu-top ul>li>a:after {
    display: none;
}

.header.header2 .header-menu .menu-top ul>li>a:hover, .header-main .menu-top ul>li.active>a {
    color: var(--main-color);
}

@media(max-width: 991px) {
    .header-main .menu-top ul>li.active>a::after{
        display:none;
    }
    .header-menu .menu-top>ul {
        max-height: 500px;
        overflow: auto;
    }

    .header-menu .menu-top ul>li>.sub {
        width: 100%;
        position: relative;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        display: none !important;
        border-bottom: none !important;
    }

    .header-menu .menu-top ul>li.open>.sub {
        display: block !important;
        padding-left: 10px;
        background: #fff;
    }
}

.header-menu .menu-top ul>li:hover>.sub {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.header-menu .menu-top ul>li>.sub>li {
    display: block;
    border-top: 1px solid #f1f1f1;
}

.header-menu .menu-top ul>li>.sub>li:first-child {
    border-top: none !important;
}

.header-menu .menu-top ul>li>.sub>li>a {
    text-align: left;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 100%;
    color: #fff;
    background: none;
    border: none;
    position: relative;
}

.header-menu .menu-top ul>li>.sub>li:hover {
    background: #fff;
}

.header-menu .menu-top ul>li>.sub>li:hover>a {
    color: var(--main-color);
}

.header-menu .menu-top ul>li>.sub>li.li-sub {}

.header-menu .menu-top ul>li>.sub>li.li-sub>a {}

.header-menu .menu-top ul>li>.sub>li.li-sub>a>i {
    float: right;
    margin-top: 3px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 14px;
}

@media(max-width: 991px) {
    .header-menu .menu-top ul>li>.sub>li.li-sub>a>i {
        /* display: none; */
    }

    .header-menu .menu-top ul>li>.sub>li.li-sub>a {
        /* font-size: 13px; */
        /* font-weight: 600; */
    }

    .header-menu .menu-top ul>li>.sub>li>a {
        color: #333;
        color: var(--main-color);
        padding: 10px 18px;
    }
}

.header-menu .menu-top ul>li>.sub>li>.sub {
    position: absolute;
    display: none;
    box-shadow: none;
    padding: 0;
    left: 100%;
    top: 0;
}

.header-menu .menu-top ul>li:last-child>.sub>li>.sub,
.header-menu .menu-top ul>li:nth-last-child(2)>.sub>li>.sub {
    left: auto;
    right: 100%;
}

.header-menu .menu-top ul>li>.sub>li:hover>.sub {
    display: block !important;
}

.header-menu .menu-top ul>li>.sub>li>.sub>li {
    border-top: 1px solid #f1f1f1;
}

.header-menu .menu-top ul>li>.sub>li>.sub>li>a {
    font-weight: 400;
    font-size: 14px;
}

@media(max-width: 991px) {
    .header-menu .menu-top ul>li>.sub>li>.sub>li>a {
        font-size: 13px;
    }

    .header-menu .menu-top {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 310px;
        max-width: 100%;
        height: 100%;
        z-index: 100;
        background-color: white;
        display: block;
        transform: translate(-350px, 0px);
        /* transform: translateX(-100%); */
        -webkit-transition: all 0.3s ease-in-out;
        -khtml-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .menu-top.menu-open {
        transform: translate(0px);
    }

    .menu-overlay {
        position: fixed;
        z-index: 99;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    .menu-overlay.menu-open {
        display: block;
    }

    .header-menu .menu-top ul>li {
        display: block;
        border-top: 1px solid #f1f1f1;
        background: #fff;
        padding: 0px;
    }

    .header-menu .menu-top ul>li.open>.sub>li>.sub {
        display: none !important;
    }

    .header-menu .menu-top ul>li.open>.sub>li.open>.sub {
        position: relative;
        left: 0;
        display: block !important;
        padding-left: 10px;
        max-height: 200px;
        overflow: auto;
    }

    .header-menu .menu-top ul>li.open>.sub>li.open>a {
        font-weight: 600;
    }

    .header-menu .menu-top ul>li>a {
        text-align: left;
        padding: 10px 18px;
        font-size: 100%;
        font-weight: 600;
        color: #000;
    }

    .header-menu .menu-top ul>li>a>i {
        float: right;
    }
}

.header-menu .menu-top ul>li:hover>a {}

.header-menu .menu-top ul>li>a b {
    display: block;
    text-transform: uppercase;
}

@media(max-width: 767px) {
    .header-menu .menu-top ul>li>a b {
        font-weight: 500;
    }
    .header-main .logo{
        text-align: left;
        margin-left: 51px;
    }
}

.header-menu .menu-top ul>li .wrap-sub {
    position: absolute;
    width: 280px;
    top: 59px;
    background: #fff;
    box-shadow: 0 0px 8px -4px #adadad;
    left: 0px;
    z-index: 999;
    border-top: none;
    display: none;
    /* opacity: 0;
    visibility: hidden;
    -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; */
    padding: 10px 0px;
}

.menu-top ul>li:hover .wrap-sub {
    display: block;
    /* opacity: 1;
    visibility: visible; */
}

@media(max-width: 991px) {
    .header-menu .menu-top ul>li .wrap-sub {
        opacity: 1;
        visibility: visible;
        padding: 0px 12px 0px 22px;
        box-shadow: none;
        position: relative;
        top: 0px;
        border: none;
        display: none;
    }

    .menu-top ul>li:hover .wrap-sub {
        display: block;
    }
}

.header-menu .menu-top ul>li .wrap-sub .item .sub li {
    display: block;
    border-bottom: 1px solid #f1f1f1;
}

.header-menu .menu-top ul>li .wrap-sub .item .sub li .sub {
    margin-top: -6px;
    margin-bottom: 8px;
}

@media(max-width: 991px) {
    .header-menu .menu-top ul>li .wrap-sub .item .sub li {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.header-menu .menu-top ul>li .wrap-sub .item .sub li a {
    text-align: left;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
}

.header-menu .menu-top ul>li .wrap-sub .item .sub li .sub li {
    width: 100%;
    margin: 0px;
    display: block;
    border-bottom: none;
}

.header-menu .menu-top ul>li .wrap-sub .item .sub li:nth-child(4n+1) {
    clear: both;
}

.header-menu .menu-top ul>li .wrap-sub .item .sub li .sub li a {
    font-weight: 400;
    padding: 4px 30px;
    font-size: 14px;
}

/**/
.form-search {
    margin: 0px;
    position: absolute;
    right: 100px;
    width: 500px;
    top: 100%;
    z-index: 10;
    border-radius: 12px;
    overflow: hidden;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px var(--main-color) solid;
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2); */
    transition: background 0.2s ease, transform 0.2s ease;
    border-radius: 9999px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: none;
}

.form-search:hover,
.form-search:focus {
    /* border-color: rgba(255, 255, 255, 0.45); */
    /* background: rgba(255, 255, 255, 0.14); */
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.15);
    transform: scale(1.02);
}

.header.header2 .form-search {
    border-color: snow;
    background: linear-gradient(135deg, #fafbff, #f0f4ff);
    box-shadow: none;
}

.header.header2 .form-search:hover {
    border-color: var(--main-color);
}

.header.header2 .form-search input {
    color: #000;
}

.form-search .search {
    position: relative;
    min-height: 42px;
}

.form-search .search select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    border: none;
    padding: 0px 6px;
    background: #fff;
}

.icon-cart {
    position: absolute !important;
    top: 30px;
    right: 0;
    z-index: 9;
    line-height: normal;
    padding: 11px 5px 5px 5px;
    display: block;
    /* color: #fff; */
}

.icon-cart b {
    margin-left: 9px;
    font-size: 14px;
    /* color: #f1f1f1; */
}

.icon-cart img {
    max-height: 45px;
}

.icon-cart i {
    /* color: #fff; */
    font-style: normal;
    display: inline-block;
    position: relative;
    font-size: 18px;
}

.header.header2 .icon-cart i,
.header.header2 .icon-cart b {
    color: var(--main-color);
}

.icon-search {
    position: absolute;
    top: 53px;
    right: 115px;
    height: 0;
    font-size: 125%;
    cursor: pointer;
    padding: 0px 10px;
    z-index: 2;
    display: flex;
    align-items: center;
}

@media(max-width: 991px) {
    .icon-search {
        top: 27px;
        font-size: 128%;
        display: none;
    }

    .form-search {
        margin: 8px 0px;
        top: 4px;
        display: block;
        right: 10px;
        width: 300px;
        height: 39px;
        border-radius: 10px;
        border: none;
        background: #FFF8F4;
        display: none;
    }

    .form-search .search {
        width: 100%;
        max-width: inherit;
        height: 38px;
    }

    .icon-cart {
        top: 25px;
        right: 10px;
        padding: 0px;
    }

    .icon-cart img {
        height: 30px;
    }
}

@media(max-width: 767px) {
    .icon-cart i {
        font-size: 22px;
    }
}

.icon-cart span {
    position: absolute;
    top: 1px;
    left: 16px;
    background: linear-gradient(135deg, #FF6B35, #ff2d78);
    color: #fff;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    padding-left: 1px;
    border: 1px solid #fff;
    font-size: 9px;
}

@media(max-width: 767px) {
    .icon-cart span {
        left: auto;
        right: -6px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        border: none;
        text-align: center;
        top: -12px;
        font-size: 11px;
    }
}

@media(max-width: 767px) {
    .icon-search {
        /* height: 51px; */
        line-height: 51px;
        right: 40px;
        display: none;
    }

    .form-search {
        width: 245px;
        right: 10px;
        /* display: block; */
        /* height: 36px; */
    }

    .form-search .search {
        max-width: inherit;
        height: 25px;
        width: 100%;
        min-height: 36px;
    }

    .icon-cart {
        top: 20px;
        /* right: 5px; */
        /* width: 36px; */
        /* height: 36px; */
        /* padding: 7px 5px 5px 5px; */
        border: none;
    }

    .icon-cart b {
        display: none;
    }

    .icon-cart i {}
}

.form-search .search img {
    width: 18px;
}

.form-search .search .btn-search:hover img {
    -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 21px; */
    /* background: transparent; */
    /* color: #ffff; */
}

.form-search .search .btn {
    background: var(--main-color);
    /* background-image: -webkit-gradient(linear, left top, right top, from(#ff7e3e), to(#ff4000));
    background-image: -webkit-linear-gradient(left, #ff7e3e, #ff4000);
    background-image: -o-linear-gradient(left, #ff7e3e 0, #ff4000 100%);
    background-image: linear-gradient( 90deg, #ff7e3e, #ff4000); */
    position: absolute;
    border-radius: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 9px 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;
    background: transparent;
}

.form-search .search .btn:hover {
    background: var(--main-color-hover);
}

@media(max-width: 991px) {
    .form-search .search input {
        background: #ffe7c817;
        border: none;
    }
}

@media(max-width: 767px) {
    .form-search .search img {
        width: 16px;
        top: 9px;
        left: 10px;
    }

    .form-search .search input {
        padding: 3px 44px 3px 17px;
    }

    .form-search .search .btn {
        padding: 0px 13px;
        line-height: 32px;
        font-size: 14px;
    }

    .form-search .search .btn span {
        display: none;
    }
}

/**/
.support-online {
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 77px;
    top: auto !important
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: center;
    width: 40px;
    height: 40px
}

.support-online i {
    width: 40px;
    height: 40px;
    background: var(--main-color);
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 999
}

.support-online a {
    display: block;
    background: var(--main-color);
    border-radius: 50%;
}

.support-online a img {
    background: var(--main-color);
    z-index: 1;
    position: relative;
    border-radius: 50%;
    width: 30px;
    line-height: 30px;
    margin: auto;
    text-align: center;
    margin-top: 5px;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: var(--main-color);
    padding: 9px;
    display: none;
    width: 210px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    right: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1
}

.support-online a:hover span {
    display: block
}

.support-online a span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--main-color) transparent transparent;
    position: absolute;
    right: -10px;
    top: 10px
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: var(--main-color);
    opacity: .5;
    right: -10px;
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: var(--main-color);
    opacity: .5;
}

.support-online .btn-support {
    cursor: pointer
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

/**/
.header-slider {
    position: relative;
    /* margin-top: 15px; */
    overflow: hidden;
}

.header-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.4) 0%, rgba(5, 5, 5, 0.75) 100%);
    z-index: 2;
    pointer-events: none;
}

@media(max-width: 767px) {
    .header-slider {
        margin-top: 0px;
    }
}

.header-slider .left {
    width: 22%;
}

@media(max-width: 767px) {
    .header-slider .left {
        position: absolute;
        z-index: 1;
        width: 240px;
        top: -58px;
        left: -250px;
        padding: 0px !important;
        border-radius: 0px;
        border: 1px solid #f1f1f1;
    }

    .header-slider .left.active {
        left: 0px;
    }
}

.header-slider .left .iframe {
    background: #fff;
    border-radius: 4px;
}

.category-product-mobile {
    display: none;
    position: absolute;
    z-index: 1;
    width: 240px;
    top: 100%;
    left: -250px;
    padding: 0px !important;
    border-radius: 0px;
    border: 1px solid #f1f1f1;
    background: #fff;
    -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;
}

.category-product .title {
    padding: 20px 20px 8px 20px;
    position: relative;
    white-space: nowrap;
    font-weight: 600;
}

@media(max-width: 767px) {
    .header-slider .left .iframe {
        border-radius: 0px
    }

    .category-product .title {
        display: none;
    }

    .category-product-mobile {
        display: block;
    }

    .category-product-mobile.active {
        left: 0px;
    }
}

.category-product .title>span {
    display: inline-block;
    margin-right: 8px;
}

.category-product .title>span>i {
    height: 2px;
    width: 20px;
    background: #444;
    display: block;
    margin: 3px 0px;
    border-radius: 2px;
}

.category-product .title>p {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    position: relative;
    top: -3px;
    text-transform: uppercase;
}

.category-product>ul {
    padding: 0px 0px 8px;
    margin: 0px;
}

.category-product>ul>li {
    list-style-type: none;
    position: relative;
    font-size: 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;
}

.category-product>ul>li:hover {
    background: var(--main-color-20);
}

.category-product>ul>li .sub {
    display: none;
    position: absolute;
    left: 100%;
    background: #fff;
    width: 240px;
    padding: 0px;
    margin: 0px;
    top: 0px;
}

.category-product>ul>li .sub>li {
    list-style-type: none;
}

.category-product>ul>li .sub>li>a {
    padding: 9px 10px 9px 12px;
    display: block;
}

.category-product>ul>li .sub>li>a>i {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 16px;
}

.category-product>ul>li .sub>li:hover>a {
    background: var(--main-color-20);
    color: var(--main-color);
}

.category-product>ul li:hover>.sub {
    display: block;
}

.category-product>ul>li>a {
    display: block;
    padding: 9px 8px 9px 48px;
}

.category-product>ul>li>a>span {
    display: block;
    position: relative;
    top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-product>ul>li>a>.icon {
    position: absolute;
    left: 18px;
    top: 9px;
}

.category-product>ul>li>a>.icon img {
    height: 20px;
    display: block;
}

.category-product>ul>li>a>.icon img.h {
    display: none;
}

.category-product>ul>li:hover>a>.icon img {
    display: none;
}

.category-product>ul>li:hover>a>.icon img.h {
    display: block;
}

/**/
.no_flexslider,
.flexslider {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.no_flexslider h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: 900;
    transform: translate3d(-50%, -50%, 10px);
    font-size: 350%;
    text-align: center;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.no_flexslider::after {
    content: '';
    display: block;
    clear: both;
}

.no_flexslider video {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.no_flexslider video> {}

@media(max-width: 767px) {
    .no_flexslider {
        border-radius: 0px;
        margin: 0px;
    }

    .no_flexslider h1 {
        font-size: 175%;
        display: block;
        width: 80%;
        line-height: 1.3;
    }
}

.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%;
    border-radius: 12px;
    overflow: hidden;
}

.no_flexslider .slides li a {
    display: block;
}

.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: 34px;
    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;
}

/**/
.brand {
    padding: 20px 0px 20px;
    background: #fff;
    margin-top: 20px;
}

.brand .owl-controls {
    display: none !important;
}

@media(max-width: 767px) {
    .brand {
        border-radius: 0px;
        margin-bottom: 8px;
        padding: 12px 10px;
    }
}

.brand .item {
    text-align: center;
    padding: 0px 10px;
    /* border: 1px solid #fff; */
}

.brand .item a {
    cursor: pointer;
}

.brand .item.active {
    /* border-color: var(--main-color); */
}

.brand .item.active a {
    color: var(--main-color);
    font-weight: 700;
}

.brand .item img {
    height: 50px;
}

.brand .item span {
    display: block;
    font-size: 13px;
    margin-top: 2px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    padding: 0px 30px;
    margin-top: 7px;
}

@media (max-width: 767px) {
    .brand .item span {
        padding: 0px;
    }
}

.brand .owl-buttons {
    padding: 0px;
    margin: 0px;
}

.brand .owl-buttons>div {
    list-style-type: none;
    position: absolute;
    top: 50%;
    left: 12px;
    font-size: 24px;
    margin-top: -18px;
    color: #222;
}

.brand .owl-buttons>div.owl-next {
    left: auto;
    right: 12px;
}

/**/
.brand-big {
    overflow: hidden;
    margin-top: 15px;
}

.brand-big .row {
    margin: 0px -8px;
}

.brand-big .item {
    padding: 0px 8px;
}

.brand-big .m8 .item {
    margin: 8px 0px;
}

@media(max-width: 767px) {
    .brand-big .row {
        margin: 0px -4px;
    }

    .brand-big .row>div {
        padding: 0px;
    }

    .brand-big .item {
        padding: 0px 4px;
    }
}

.brand-big .item>a {
    display: block;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.brand-big .item>a .img {
    display: block;
    position: relative;
    height: 0px;
    padding-bottom: 90%;
}

.brand-big .item>a .img img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.brand-big .item>a span {
    font-size: 15px;
    text-align: center;
    margin: 20px 10px 17px;
    display: block;
    overflow: hidden;
    height: 44px;
}

.brand-big .item>a .img:before {
    content: '';
    background: url(../images/view.png) no-repeat center center;
    background-size: 35px;
    display: block;
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    top: 40%;
    margin-top: -25px;
    left: 50%;
    opacity: 0;
    margin-left: -25px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.brand-big .item>a .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    border-radius: 5px 5px 0px 0px;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.brand-big .item>a .img:hover:after {
    opacity: 1;
}

.brand-big .item>a .img:hover:before {
    top: 50%;
    opacity: 1;
}

/**/
.banner {}

.banner .row {
    margin: 0px -8px;
}

.banner .item {
    padding: 0px 8px;
}

.banner .item a {
    display: block;
    margin: 0px 0px 10px;
}

.banner .item a img {
    width: 100%;
}

@media(max-width: 767px) {
    .banner .item a {
        margin-bottom: 8px;
    }
}

/**/
.content-product {
    /* margin-top: 15px; */
    /* padding-top: 50px; */
    padding-bottom: 40px;
}

.content-product .block-title {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0px;
}

.content-product .block-title1 {
    margin-bottom: 20px;
}

.content-product .block-title .title {
    text-align: center;
    display: inline-block;
    position: relative;
    margin: auto;
}
.content-product .block-title .title1,.content-product .block-title .title ,
.block-news .block-title .title {
    font-size: 215%;
    margin: 0px;
    line-height: 1.6;
    position: relative;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    padding: 0;
}

.content-product .block-title .title1 {font-size: 195%;text-align: left;}

.content-product .block-title .title1 a {
    color: #000;
}

/* 
.content-product .block-title .title {
        background: linear-gradient(0deg, #fff, #f8fbff);
        border: 1px solid #e7ecfb;
        border-radius: 16px;
        padding: 16px 56px 16px 38px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        box-shadow: 0 8px 24px rgba(53, 109, 241, .08);
        font-size: 135%;
        font-weight: 700;
}
.content-product .block-title::after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background: #356df1;
    margin: 8px 0 0 2px;
    border-radius: 2px;
    opacity: .6;
} */
.content-product .content {}

@media(max-width: 767px) {
    .content-product .content {
        padding: 0px;
        background: none;
        margin-top: 4px;
    }

    .content-product .block-title .title1, .block-news .block-title .title {
        font-size: 160%;
        line-height: 1.4;
    }
    .content-product .block-title{
        margin-bottom: 24px;
    }
    .content-product{
        padding-bottom: 0px;
    }
}

.content-product .content a:hover {
    color: var(--main-color);
    color: #fff;
}

.block-title {
    margin: 22px 0px 20px;
    /* text-align: center; */
    /* display: inline-block; */
    position: relative;
}

.block-title .title {
    margin: 0px;
    font-size: 331%;
    /* text-transform: uppercase; */
    line-height: 0.8;
    position: relative;
    font-weight: 800;
    padding: 10px 0px 8px;
}

@media(max-width: 767px) {
    .block-title {
        margin: 20px 0px 14px;
    }

    .block-title .title {
        float: none;
        /* margin-bottom: 18px; */
        font-size: 200%;
    }
}

.block-title .title a,
.block-title .title span {
    color: var(--main-color);
    background: linear-gradient(135deg, var(--main-color), var(--main-color-hover));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 1.6;
}

.block-title .sub-title {
    padding: 0px;
    margin: -5px 0px 30px 0px;
    max-width: 800px;
    font-size: 114%;
    /* font-style: italic; */
    text-align: left;
}

@media(max-width: 767px) {
    .block-title .sub-title {
        margin: -8px 0px 0px 0px;
        /* float: none; */
        /* white-space: nowrap; */
        /* overflow-x: auto; */
        /* padding-bottom: 15px; */
        /* margin-bottom: 10px; */
    }
}

.block-title .sub-title li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 5px;
}

.block-title .sub-title li a {
    border-left: 1px solid var(--main-color);
    padding-left: 10px;
    line-height: 10px;
    display: block;
    font-size: 14px;
}

.block-title .sub-title li:first-child a {
    border: none;
    padding-left: 0px;
    margin-left: 0px;
}

.block-title-info {
    color: #777;
    margin: -10px 0 20px;
}

/**/
.content-product .content .block-content .row {}

div#load_product {}

.content-product .content .block-content .owl-5 {
    /* margin: 0px -6px; */
    display: flex;
    flex-wrap: wrap;
}

@media(min-width: 992px) {
    .content-product .content .block-content .row .item.col-md-2 {
        width: 20%;
    }
}

.content-product .content .block-content .row .item.view-all {
    /* padding: 6px; */
    text-align: center;
    display: none;
}

.view-all a {
    font-size: 128%;
    padding: 10px 25px;
    border-radius: 10px;
    transition: 0.5s ease;
    background: var(--main-color);
    color: #fff;
    display: inline-block;
    font-weight: 700;
}

.view-all {
    margin: 20px 0px;
}

.view-all a:hover {
    background: var(--main-color-hover);
}

.view-all i {
    margin-left: 5px;
}

.owl5 .owl-controls .owl-buttons {}

.owl5 .owl-controls .owl-buttons>div {
    position: absolute;
    left: -25px;
    top: 114px;
    width: 28px;
    height: 25px;
    margin-top: 0px;
    background: url(../images/arrow.png) !important;
    background-size: cover !important;
    background-position: center !important;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl5 .owl-controls .owl-buttons>div.owl-next {
    left: auto;
    right: -24px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(180deg);
    transform: rotate(0deg);
}

@media(max-width: 767px) {
    .owl5 .owl-controls .owl-buttons>div {
        left: 0px;
    }

    .owl5 .owl-controls .owl-buttons>div.owl-next {
        right: 0;
    }

    .content-product .content .block-content .row {
        margin: 0px -4px;
    }

    .content-product .content .block-content .row .item {
        padding: 4px;
    }

    .content-product .content .block-content .item.view-all {
        display: block;
    }

    .view-all a {
        font-size: 114%;
    }
}

@media(max-width: 767px) {
    .content-product .content .block-content .row {
        margin: 0px -4px;
    }

    .content-product .content .block-content .row .item {
        padding: 4px;
    }
}

.content-product .content .block-content .row .item .iframe {
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.content-product .content .block-content .row .item .iframe>div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.content-product .content .block-content .row .item .iframe .course-action, .block-news .item .course-action{
    display: block;
    width: 100%;
    padding: 0px 10px;
}

.content-product .content .block-content .row .item .iframe .course-action .btn-buy, .block-news .item .course-action .btn-buy {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 10px 30px;
    font-size: 114%;
    background: var(--main-color);
}

.content-product .content .block-content .row {
    display: flex;
    flex-wrap: wrap;
}

.content-product .content .block-content .row>div {
    display: flex;
    flex-wrap: wrap;
}

.content-product .content .block-content .row .item {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}

/* .product-random .content-product .content .block-content .row .item .iframe {
    flex-direction: row;
} */
.product-random .content-product .content .block-content .row .item .iframe .info h3 {
    font-size: 100%;
    height: 40px;
}

@media(max-width: 767px) {
    .content-product .content .block-content .row .item .iframe>div {
        /* background: #fff;
        padding: 5px;
        border-radius: 4px; */
        display: flex;
        flex-direction: column;
        flex: 1;
        padding: 5px 10px 20px;
    }

 .content-product .content .block-content .row .item .iframe>div.course-footer {
    padding: 0px 0px 10px;
}
    .content-product .content .block-content .row .item{
        padding: 0px 5px;
    }
    .content-product .content .block-content .row .item .iframe .course-action .btn-buy, .block-news .item .course-action .btn-buy{
        padding: 11px;
        font-size: 100%;
    }
}

.content-product .content .block-content .row .item .iframe:hover {
    box-shadow: 0px 0px 10px #ddd;
}

.content-product .content .block-content .row .item .iframe:hover h3 {
    color: var(--main-color);
}

.content-product .content .block-content .row .item .iframe .img {
    position: relative;
    height: 0px;
    width: 100%;
    padding-bottom: 60%;
}

.content-product .content .block-content .row .item .iframe .img .hh_vnd {
    position: absolute;
    background: #56ba47;
    color: #fff;
    font-size: 11px;
    border-radius: 0px 5px;
    padding: 1px 8px;
    top: 2px;
    right: 2px;
    font-weight: 500;
}

.content-product .content .block-content .row .item .iframe .img .hh_vnd {
    position: absolute;
    background: #56ba47;
    color: #fff;
    font-size: 11px;
    border-radius: 0px 5px;
    padding: 1px 8px;
    top: 2px;
    right: 2px;
    font-weight: 500;
}

.content-product .content .block-content .row .item .iframe .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media(max-width: 767px) {
    .content-product .content .block-content .row .item .iframe .img img {
        border-radius: 4px;
    }

    .content-product .content .block-content .row>div {
        padding: 0px;
    }
}

.content-product .content .block-content .row .item .iframe .info.info_td p.sub {
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.content-product .content .block-content .row .item .iframe .info.info_td p.sub b {
    font-size: 12px;
    font-weight: 400;
}

.price .discount,
.price-detail .discount {
    position: relative;
    background: #ED1C24;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    text-align: center;
    top: -2px;
    font-weight: 400;
    margin-left: 8px;
}

.price-detail .discount {
    top: -6px;
}

.price .discount::before,
.price-detail .discount::before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #ED1C24;
    border-width: 4px;
    margin-top: -4px;
}

.content-product .content .block-content .row .item .iframe .info .price_sale {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
    height: 20px;
    margin: 0px;
    font-weight: 400;
}

.content-product .content .block-content .row .item .iframe .info {
    padding: 14px 14px 6px;
    /* height: 160px; */
    /* text-align: center; */
    gap: 10px;
}

.content-product .content .block-content .row .item .iframe .info .star {
    color: #feba0f;
    margin-top: 4px;
    margin-bottom: 10px;
}

.content-product .content .block-content .row .item .iframe .info .star i {
    margin: 0px 2px;
}

.user-no .content-product .content .block-content .row .item .iframe .info {}

.content-product .content .block-content .row .item .iframe .info p {
    margin: 0px 0px 0px;
}

.content-product .content .block-content .row .item .iframe .info.info_td p {
    /* font-size: 12px; */
}

.content-product .content .block-content .row .item .iframe .info.info_td p.sub {
    font-size: 10px;
}

.content-product .content .block-content .row .item .iframe .info.info_td p b {
    /* font-size: 14px; */
}

.content-product .content .block-content .row .item .iframe .info.info_td p.sub b {
    font-size: 13px;
}

@media(max-width: 767px) {
    .content-product .content .block-content .row .item .iframe .info {
        padding: 8px 6px 10px 6px;
        /* height: 130px; */
    }

    .user-no .content-product .content .block-content .row .item .iframe .info {
        /* height: 110px; */
    }
}

.content-product .content .block-content .row .item .iframe .info h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    height: 48px;
    transition: all 0.3s ease;
}

.content-product .content .block-content .row .item:hover .iframe .info h3 a {
    background: linear-gradient(135deg, #FF6B35, #D14424, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.content-product .content .block-content .row .item .iframe .info .price {
    color: #ea0029;
    font-size: 19px;
    margin: 0px;
    font-weight: 700;
}

.pagination>li>a,
.pagination>li>span {
    border: 1px solid #f1f1f1f1;
    font-size: 14px;
    color: #222;
    margin: 0px -1px;
    border-radius: 0px;
    border-right: 1px solid #f2f2f2;
}

.content-product .content .block-content .pagination>li>a i,
.content-product .content .block-content .pagination>li>span i {
    position: relative;
    top: -1px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

.pagination>li {
    display: inline-block;
}

@media(max-width: 767px) {
    .pagination {
        white-space: nowrap;
        overflow-x: auto;
        width: 100%;
    }

    .content-product .content .block-content .row .item .iframe .info h3,
    .content-product .content .block-content .row .item .iframe .info .price {
        font-size: 100%;
        height: auto;
    }
}

/*menu-bottom*/
.menu-top-bottom {
    background: var(--main-color);
    padding: 2px 15px 0px;
    text-align: center;
    position: relative;
    margin-top: 15px;
    display: none;
}

@media(max-width: 991px) {
    .menu-top-bottom {
        white-space: nowrap;
        overflow-y: auto;
        margin-top: 8px;
    }
}

.menu-top-bottom ul {
    margin: 0px;
    padding: 0px;
}

.menu-top-bottom li {
    display: inline-block;
    min-height: 46px;
    line-height: 46px;
    list-style: none;
}

@media(max-width: 767px) {
    .menu-top-bottom li {
        min-height: 38px;
        line-height: 38px;
    }
}

.menu-top-bottom li:first-child a {
    border: none;
}

.menu-top-bottom li a {
    border-left: 1px solid #fff;
    white-space: nowrap;
    padding: 0px 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.menu-top-bottom li.active a,
.menu-top-bottom li:hover a {
    color: #fff;
}

/**/
.menu-bottom {
    padding: 20px 0;
}

@media(max-width: 767px) {
    .menu-bottom {
        padding: 5px 0;
    }
}

.menu-bottom .title {
    margin-bottom: 6px;
    font-weight: normal;
    margin-top: 10px;
}

.menu-bottom .title a {
    position: relative;
    display: block;
    margin-bottom: 0px;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #222;
}

.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 ul li a {
    color: #222;
    font-size: 14px;
}

.menu-bottom ul li a:hover {
    color: var(--main-color);
}

.menu-bottom ul li {
    padding: 6px 0px;
}

.menu-bottom-kht {
    padding-top: 0;
}

.menu-bottom-kht .row>div {
    width: 100%;
}

footer {
    background: #f1f5f9;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer {
    padding: 20px 0px 0px;
    font-family: var(--font-family-key);
}

@media(max-width: 991px) {
    .footer {
        padding: 15px 0px 0px;
        text-align: center;
    }
}

.footer p {
    margin-bottom: 6px;
}

.copyright {
    padding: 12px 0px;
    background: #000;
    border-top: 1px solid #f1f1f1;
    text-align: center;
}

.copyright span,
.copyright a {
    text-align: center;
    color: #fff;
}

.copyright a {}

.item-cate-news {
    /* background: #f9f9f9; */
    /* padding: 10px 0px; */
    /* text-align: left; */
}

.item-cate-news ul {
    padding: 0;
    margin: 0 -2px;
}

.item-cate-news ul li {
    list-style-type: none;
    list-style-type: none;
    width: auto;
    display: inline-block;
    padding: 0;
    float: none;
}

.item-cate-news ul li h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    min-height: 30px;
    border: 1px solid #ededed;
    border-radius: 30px;
    padding: 7px 20px;
    margin: 2px;
    background: #fff;
}

.item-cate-news ul li h2 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 2px 0;
}

.item-cate-news ul li h2 a i {
    font-size: 10px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

/*detail-product*/
.content-product-detail {}

@media(max-width: 767px) {
    .content-product-detail {
        padding-top: 0px;
    }
}


.content-product-detail .detail-product {
    background: #fff;
    position: relative;
}

.content-product-detail .info-detail-product .row {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.content-product-detail .infomation-product-detail {
    background: #FFF4EE;
}

.content-product-detail .info-detail-product .row::before,
.content-product-detail .info-detail-product .row::after {
    display: none !important;
}

.content-product-detail .infomation-product-detail {
    background: #fff8f3;
    padding-bottom: 50px;
}

.content-product-detail .detail-product .images-product-detail {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 99;
    align-self: flex-start;
    padding-top: 70px;
    width: 28%;
}

.content-product-detail .detail-product .images-product-detail .targetarea {
    padding-bottom: 83%;
}

.content-product-detail .detail-product .images-product-detail .wrap-group {
    padding: 20px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    border: 1px solid #FF2D7833;
}

.content-product-detail .detail-product .images-product-detail .wrap-group .wrap-scroll-detail {
    /* padding: 10px 20px 0px; */
}

.content-product-detail .detail-product .images-product-detail .wrap-group .wrap-scroll-detail .star {
    color: #feba0f;
    margin-top: 4px;
    margin-bottom: 10px;
    text-align: center;
}

.content-product-detail .detail-product .images-product-detail .wrap-group .wrap-scroll-detail .title {
    font-size: 19px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.content-product-detail .detail-product .images-product-detail .price-detail {
    font-size: 182%;
    color: #f02d00;
    font-weight: 700;
    text-align: center;
}

.content-product-detail .detail-product .images-product-detail .action {
    text-align: center;
}

.content-product-detail .detail-product .wrap-item1 {
    padding: 20px 30px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgb(221 225 244 / 34%), rgb(191 214 255 / 22%));
    border: 1px solid rgba(255, 255, 255, .32);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06), inset 0 1px 0 rgba(255, 255, 255, .55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.content-product-detail .detail-product .wrap-item1 .wrap-iframe .img {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
}

.content-product-detail .detail-product .wrap-item1 .wrap-iframe .img:last-child {
    margin-bottom: 0px;
}

.content-product-detail .detail-product .wrap-item1 .wrap-iframe .img img {
    width: 50px;
    height: 50px;
}

.content-product-detail .detail-product .wrap-item1 .wrap-iframe .img .text>p:nth-child(1) {
    font-weight: 700;
    margin-bottom: 5px;
}

@media(max-width: 991px) {
    .content-product-detail .detail-product .images-product-detail, .content-product-detail .detail-product .images-product-detail .wrap-group .wrap-scroll-detail {
        padding: 0px !important;
        position: relative;
    }

    .content-product-detail .detail-product .images-product-detail .targetarea, .content-product-detail .detail-product .images-product-detail .wrap-group .wrap-scroll-detail .title {
        display: none;
    }

    .content-product-detail .detail-product .images-product-detail .wrap-group {
        box-shadow: none;
        border: none;
    }

    .content-product-detail .detail-product .images-product-detail .action, .content-product-detail .detail-product .images-product-detail .price-detail {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        margin-top: 0px !important;
    }

    .content-product-detail .detail-product .images-product-detail .price-detail {
        width: 100%;
        float: left;
        font-size: 121%;
        text-align: center;
        background: #f5f5f5;
        height: 64px;
        padding: 4px 50px;
        bottom: 0;
        margin: 0;
        display: inline-flex;
        align-items: center;
    }

    .content-product-detail .detail-product .images-product-detail .action .btn-buy {
        width: 45%;
        float: right;
        min-width: inherit;
        border-radius: 10px;
        font-size: 100%;
        border-bottom: none !important;
        margin-bottom: 14px;
        text-transform: none;
        padding: 10px 20px;
        margin-right: 8px;
        justify-content: center;
    }
    .content-product-detail .detail-product .images-product-detail .wrap-group .wrap-scroll-detail .star{
        display: none;
    }
}


.content-product-detail .detail-product .images-product-detail .thumbs {
    padding: 4px 1px 4px 4px;
}

.content-product-detail .detail-product .images-product-detail .thumbs>div {
    margin-bottom: 0px;
    padding: 0px;
}

.content-product-detail .detail-product .images-product-detail .thumbs .owl-item {
    margin: 0px 2px;
}

.content-product-detail .detail-product .images-product-detail .thumbs>div .item {
    margin: 0px 4px 0px 0px;
    border: 1px solid #ddd;
    padding: 2px;
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
    padding-bottom: 50%;
    height: 0px;
    position: relative;
    width: 100%;
}

.content-product-detail .detail-product .images-product-detail .thumbs>div .item img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.content-product-detail .detail-product .images-product-detail .thumbs>div .item:hover {
    border: 1px solid #56ba47;
}

.content-product-detail .detail-product .images-product-detail .thumbs .owl-buttons>div {
    position: absolute;
    left: 0px;
    top: 50%;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    width: 16px;
    text-align: center;
    line-height: 19px;
    height: 20px;
    margin-top: -8px;
    font-size: 14px;
}

.content-product-detail .detail-product .images-product-detail .thumbs .owl-buttons>div.owl-next {
    left: auto;
    right: 2px;
    padding-left: 2px;
}

.content-product-detail .detail-product .targetarea {
    position: relative;
    background: #fff;
    padding-bottom: 50%;
    height: 0px;
    width: 100%;
    overflow: hidden;
}

.content-product-detail .detail-product .targetarea img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    object-fit: cover;
    border-radius: 14px;
}

.content-product-detail .detail-product .infomation-product-detail {
    padding: 0px 8px;
}

.content-product-detail .detail-product .infomation-product-detail .wrap-scroll-detail {
    padding: 12px 8px;
}

@media(max-width: 767px) {
    .content-product-detail .detail-product .infomation-product-detail {
        padding: 0px;
        /* background: #fff; */
    }

    .content-product-detail .detail-product .infomation-product-detail .wrap-scroll-detail {
        padding: 12px 10px;
    }

    .content-product-detail .detail-product .infomation-product-detail .wrap-scroll-detail .action {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 99;
    }

    .content-product-detail .detail-product .infomation-product-detail .wrap-scroll-detail .action>button {
        width: 50%;
        float: left;
        min-width: inherit;
        border-radius: 0px;
        border-bottom: none !important;
        padding: 4px 4px;
        text-transform: none;
        min-height: 42px;
        margin: 0px;
        justify-content: center;
    }

    .content-detail {
        margin: 0px;
    }
}

.content-product-detail .detail-product .title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.content-product-detail .detail-product .infomation-product-detail .ma-sp {
    color: #888;
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
    margin-right: 10px;
    font-weight: 600;
}

.content-product-detail .detail-product .infomation-product-detail .info {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #888;
    /* border-bottom: 1px solid #f1f1f1; */
    padding-bottom: 10px;
}

.content-product-detail .detail-product .infomation-product-detail .short-info {

    /* border-bottom: 1px solid #f1f1f1; */

    color: #444444;

    font-weight: 500;

    font-size: 16px;
}

.content-product-detail .detail-product .infomation-product-detail .info p {
    margin: 0px;
}

.content-product-detail .detail-product .infomation-product-detail .info_cashback {
    font-size: 13px;
    line-height: 20px;
}

.content-product-detail .detail-product .infomation-product-detail .old-price-detail {
    font-size: 16px;
    color: #555;
    font-weight: 600;
    text-decoration: line-through;
}

.content-product-detail .detail-product .infomation-product-detail .price-detail {
    color: var(--main-color);
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    min-height: 44px;
}

.content-product-detail .detail-product .infomation-product-detail .color {
    margin-bottom: 14px;
}

.content-product-detail .detail-product .infomation-product-detail .color label {
    padding-left: 0px;
    margin-bottom: 0px;
    height: 30px;
    line-height: 28px;
    white-space: nowrap;
}

.content-product-detail .detail-product .infomation-product-detail .wrap-quantity label {
    padding-left: 0px;
    margin-bottom: 0px;
    height: 30px;
    line-height: 28px;
    white-space: nowrap;
}

.content-product-detail .detail-product .infomation-product-detail .color ul {
    margin: 0px;
    padding: 0px;
}

.content-product-detail .detail-product .infomation-product-detail .color ul>li {
    float: left;
    margin-right: 5px;
    border: 2px solid #ddd;
    padding: 2px;
    border-radius: 50%;
    list-style: none;
}

.content-product-detail .detail-product .infomation-product-detail .color ul>li.active,
.content-product-detail .detail-product .infomation-product-detail .color ul>li:hover {
    border: 2px solid #56ba47;
}

.content-product-detail .detail-product .infomation-product-detail .color ul>li span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.content-product-detail .detail-product .infomation-product-detail .size {}

.content-product-detail .detail-product .infomation-product-detail .size ul {
    padding: 0;
    margin: 0;
}

.content-product-detail .detail-product .infomation-product-detail .size ul li {
    display: inline-block;
    list-style-type: none;
    margin: 6px;
    text-align: center;
    cursor: pointer;
}

.content-product-detail .detail-product .infomation-product-detail .size ul li .img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0px auto 7px;
}

.content-product-detail .detail-product .infomation-product-detail .size ul li .img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.content-product-detail .detail-product .infomation-product-detail .size ul li p {
    font-size: 13px;
    margin: 0;
}

.count-down-end-flash {
    float: left;
    margin: 0px 0px 12px 0px;
}

.count-down-end-flash span {
    display: inline-block;
    background: #000;
    color: #fff;
    margin: 0 2px;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 11px;
}

.count-down-end-flash span:first-child {
    background: none;
    color: #222;
    text-align: left;
    font-size: 14px;
    margin: 0 4px 0px 0;
    padding: 2px 0px;
}

/**/
.size_color {
    margin: 0 0 10px 0;
    position: relative;
}

.size_color_0:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.size_color>label {
    display: block;
    margin: 0 0 7px 0;
    font-weight: 600;
}

.size_color>.attr {
    display: inline-block;
}

.size_color>.attr>span {
    border: 1px solid #999;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 4px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 13px;
    color: #999;
    cursor: not-allowed;
}

.size_color_1.size_color>.attr>span,
.size_color.active>.attr>span {
    color: #333;
    border-color: #333;
    cursor: pointer;
}

.size_color>.attr>span.active {
    border-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
    cursor: initial;
}

.cart {
    background: #fff;
}

.cart_checkout .right .table tbody tr td a.name {
    margin-bottom: 10px;
    font-weight: 600;
}

.name_attr {
    margin: 2px 0 0 0;
    font-size: 12px;
    font-weight: 400;
}

.name_attr span {
    color: #222 !important;
    font-size: 12px !important;
}

/**/
.content-product-detail .nav-tabs {
    border: none;
    background: #ffff;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.detail-news {
    padding-bottom: 70px;
}

.detail-news .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.detail-news .detail-content .nav-tabs {
    margin-top: 0px;
    margin-bottom: 15px;
}

.content-product-detail .nav-tabs>li {}

.content-product-detail .nav-tabs>li>a {
    background: #E5E5E5;
    border: 0px solid #E5E5E5;
    border-top: 0px solid #E5E5E5;
    border-radius: 0px;
    margin-right: 2px;
    padding: 9px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #717171;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
}

@media(max-width: 767px) {
    .content-product-detail .nav-tabs {
        white-space: nowrap;
        overflow-x: auto;
        padding: 0px 6px;
    }

    .content-product-detail .nav-tabs li {
        float: none;
        margin: 0px;
        display: inline-block;
    }

    .detail-news {
        padding-bottom: 30px;
    }
}

.content-product-detail .nav li.active a,
.content-product-detail .nav li:hover a {
    list-style: none;
    background: var(--main-color);
}

.content-product-detail .nav-tabs>li.active>a,
.content-product-detail .nav-tabs>li:hover>a,
.content-product-detail .nav-tabs>li.active>a:focus,
.content-product-detail .nav-tabs>li.active>a:hover {
    border: none;
    color: #fff;
}

.content-product-detail .tab-content {
    background: #fff;
    border-top: none;
    /* padding: 20px; */
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px; */
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
}

.content-product-detail .content p {
    line-height: 1.5;
    font-size: 15px !important;
    margin-bottom: 5px;
    word-break: break-word;
}

.content-product-detail .content iframe {
    max-width: 100%;
    border: none;
}

.content-product-detail .content img {
    height: auto !important;
}

/**/
.traning-lever {
    margin-bottom: 15px;
}

.traning-lever ul {
    padding: 0px;
    margin: 0px;
}

.traning-lever ul li {
    list-style-type: none;
    margin: -1px auto;
    color: #fff;
    text-align: center;
    width: 100%;
    float: none;
    padding: 0 !important;
    border: none !important;
}

.traning-lever ul li .img {
    display: inline-block;
    position: relative;
}

.traning-lever ul li .img>.info {
    position: absolute;
    width: 100%;
    height: calc(100% - 4px);
    display: flex;
    align-items: center;
    top: 0;
}

.traning-lever ul li .img>.info .info1 {
    width: 100%;
    display: block;
}

.traning-lever ul li img {
    max-height: 64px;
    display: inline-block;
}

.traning-lever ul li.lever000 img {
    max-height: 90px;
}

@media (max-width: 767px) {
    .traning-lever ul li img {
        min-height: 50px;
    }

    .traning-lever ul li.lever000 img {
        max-height: 65px;
    }
}

.traning-lever ul li.lever1 img {
    max-height: 71px;
}

.traning-lever ul li.lever2 img {
    max-height: 71px;
}

.traning-lever ul li.lever3 img {
    max-height: 71px;
}

.traning-lever ul li.lever4 img {
    max-height: 76px;
}

.traning-lever ul li.lever5 img {
    max-height: 82px;
}

.traning-lever ul li.lever6 img {
    max-height: 115px;
}

.traning-lever ul li.lever7 img {
    max-height: 190px;
}

@media (max-width: 767px) {
    .traning-lever ul li.lever0 img {
        width: 360px;
        height: 50px;
    }

    .traning-lever ul li.lever1 img {
        width: 326px;
        height: 50px;
    }

    .traning-lever ul li.lever2 img {
        width: 292px;
        height: 48px;
    }

    .traning-lever ul li.lever3 img {
        width: 260px;
        height: 48px;
    }

    .traning-lever ul li.lever4 img {
        width: 226px;
        height: 46px;
    }

    .traning-lever ul li.lever5 img {
        width: 191px;
        height: 46px;
    }

    .traning-lever ul li.lever6 img {
        width: 152px;
        height: 74px;
    }

    .traning-lever ul li.lever7 img {
        width: 96px;
        height: 115px;
    }
}

.traning-lever ul li p {
    display: block;
    color: #fff;
    margin: 0px;
    z-index: 1;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}

.traning-lever ul li.lever000 p {
    font-size: 20px;
}

.traning-lever ul li span {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    display: block;
}

.traning-lever ul li.lever7 p {
    font-size: 20px;
    padding: 30px 20px 0px;
}

@media (max-width: 767px) {
    .traning-lever ul li.lever000 p {
        font-size: 18px;
    }

    .traning-lever ul li span {
        display: none;
    }

    .traning-lever ul li p {
        font-size: 16px;
    }

    .traning-lever ul li.lever3 p {
        padding: 0px 16%;
        font-size: 15px;
    }

    .traning-lever ul li.lever4 p {
        font-size: 14px;
    }

    .traning-lever ul li.lever5 p {
        font-size: 14px;
    }

    .traning-lever ul li.lever7 p {
        padding: 0 20px;
        font-size: 13px;
    }
}

.traning-lever ul li.lever6 span {
    padding: 0px 35px;
}

.traning-lever ul li.lever7 .info {
    top: 44%;
    height: 50%;
}

.traning-lever ul li.lever7 span {
    padding: 0px 31px;
}

.traning-lever ul li p span {
    display: block;
    font-size: 12px;
}

.traning-lever ul li p span:first-child {
    margin-top: 1px;
}

/**/
.traning-lever1 {
    margin-top: 40px;
}

.traning-lever1 .item {}

.traning-lever1 .item .title {
    text-align: center;
    position: relative;
    margin: 30px 0px 0px;
}

.traning-lever1 .item .title>p {
    font-size: 20px;
    text-align: center;
    position: relative;
    color: #aa6e51;
    font-weight: 600;
    margin-top: 10px;
    margin: 10px auto 0px;
    max-width: 600px;
    line-height: 1.3;
    text-transform: uppercase;
}

.traning-lever1 .item.item2 .title>p {
    color: #aa6e51;
}

.traning-lever1 .item.item3 .title>p {
    color: #8fa3b5;
}

.traning-lever1 .item.item4 .title>p {
    color: #8fa3b5;
}

.traning-lever1 .item.item5 .title>p {
    color: #c29644;
}

.traning-lever1 .item.item6 .title>p {
    color: #beaf91;
}

.traning-lever1 .item.item7 .title>p {
    color: #8685b6;
}

.traning-lever1 .item .title img {
    width: 50px;
    display: inline-block;
    background: #fff;
    margin: auto;
}

.traning-lever1 .item .title span {
    position: absolute;
    top: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    text-align: center;
    left: -3px;
    z-index: 1;
}

.traning-lever1 .item ul {
    padding: 0px;
    margin: 0px 0px 20px;
    text-align: center;
}

.traning-lever1 .item ul::after {
    content: "";
    display: block;
    clear: both;
}

.traning-lever1 .item ul li {
    list-style-type: none;
    display: inline-block;
    width: 24%;
    margin: 14px 0px;
    padding: 0px 12px;
}

@media (max-width: 767px) {
    .traning-lever1 .item ul li {
        width: 49%;
    }

    .traning-lever1 .item ul li:nth-child(2n+1) {
        clear: both;
    }

    .traning-lever1 .item .iframe .title1 {
        overflow: hidden;
    }
}

.traning-lever1 .item.item2 ul li:nth-child(4n+1) {
    clear: both;
}

.traning-lever1 .item ul li .img {
    background-image: linear-gradient(135deg, #7100b3, #57048c 26%, #6400a5 0, #6a00ac 39%, #7b1eb5 0, #6700a8 52%, #6e00b0 0, #4d0179 57%, #6a00aa 0, #4f0e77 78%, #6300a4 0, #440c67 90%, #5a019c 0, #7000b2);
    background-image: linear-gradient(135deg, #ffd900, #ffd900 26%, #ffc800 0, #ffc800 39%, #ffd900 0, #ffd900 52%, #ffc800 0, #ffc800 57%, #ffd900 0, #ffd900 78%, #ffc800 0, #ffc800 90%, #ffd900 0, #ffd900);
    background-image: linear-gradient(135deg, #0a8409, #099408 26%, #16a915 0, #1db318 39%, #0da70d 0, #0f970c 52%, #2da92b 0, #0c9e0c 57%, #0da50c 0, #0da70d 78%, #12920e 0, #0da00d 90%, #0da70d 0, #0da70d);
    background-image: linear-gradient(135deg, #af6e55, #b37554 26%, #a6684f 0, #b47556 39%, #b27156 0, #b27156 52%, #b06f54 0, #bf7b5b 57%, #ae6e53 0, #b27554 78%, #bb7b54 0, #b67857 90%, #b06f54 0, #b47357);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    border: 6px solid #fff;
    margin: 0px auto;
}

.traning-lever1 .item ul li .img:before {
    content: "";
    position: absolute;
    width: 102px;
    height: 102px;
    left: -12px;
    top: -12px;
    border: 6px solid #e5e5e5;
    border-radius: 50%;
}

.traning-lever1 .item ul li.active .img:before {
    border: 6px solid #7212af;
    border: 6px solid #ffc800;
    border: 6px solid #018304;
    border: 6px solid #b37057;
}

.traning-lever1 .item.item3 ul li .img,
.traning-lever1 .item.item4 ul li .img {
    background-image: linear-gradient(135deg, #768991, #8aa0ae 26%, #6f838d 0, #84979f 39%, #788d98 0, #7d939c 52%, #4d6d78 0, #7b909a 57%, #7d909e 0, #687983 78%, #688a9e 0, #545e61 90%, #8ca1af 0, #8ba1af);
}

.traning-lever1 .item.item3 ul li.active .img:before,
.traning-lever1 .item.item4 ul li.active .img:before {
    border: 6px solid #8fa3b5;
}

.traning-lever1 .item.item5 ul li .img {
    background-image: linear-gradient(135deg, #ffd695, #eca409 26%, #f9af10 0, #ffae01 39%, #ffb30e 0, #d29b24 52%, #feae07 0, #e4a110 57%, #eca406 0, #faaf0c 78%, #fdb009 0, #b97e02 90%, #feae07 0, #ffb016);
    background-image: linear-gradient(135deg, #d1b257, #b88c3f 26%, #c89f52 0, #c79a43 39%, #ae8240 0, #caa044 52%, #c9a047 0, #ac7e3f 57%, #c39946 0, #c39846 78%, #b08342 0, #c79c4a 90%, #eac87f 0, #c09547);
}

.traning-lever1 .item.item5 ul li.active .img:before {
    border: 6px solid #ffae01;
    border: 6px solid #c29644;
}

.traning-lever1 .item.item6 ul li .img {
    background-image: linear-gradient(135deg, #ded9b2, #ccc0a5 26%, #dfe0c2 0, #cdc590 39%, #d6d391 0, #e4dec3 52%, #dcca7e 0, #e1dcbb 57%, #f6f3e1 0, #bcae8c 78%, #d3c9ac 0, #b9a789 90%, #b9aa8a 0, #d9d4b2);
}

.traning-lever1 .item.item6 ul li.active .img:before {
    border: 6px solid #beaf91;
}

.traning-lever1 .item.item7 ul li .img {
    background-image: linear-gradient(135deg, #8585b5, #8788b8 26%, #9fa1cc 0, #9595c3 39%, #948abb 0, #9090be 52%, #8782b3 0, #8683b1 57%, #a399cd 0, #8a87b4 78%, #9898c6 0, #827eae 90%, #7872a5 0, #9a9ac7);
}

.traning-lever1 .item.item7 ul li.active .img:before {
    border: 6px solid #8685b6;
}

.traning-lever1 .item ul li .img:after {
    content: "";
    background-image: url(../assets/img/traning/stick.svg);
    position: absolute;
    bottom: 0px;
    right: -16px;
    width: 30px;
    display: block;
    height: 24px;
    background-size: cover;
}

.traning-lever1 .item ul li.active .img:after {
    background-image: url(../assets/img/traning/stick-acti.png);
}

.traning-lever1 .item ul li .img img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 46px;
}

.traning-lever1 .item ul li h3 {
    margin: 20px 0px 0px;
    font-size: 17px;
    line-height: 1.25;
}

.traning-lever1 .item ul li h3 p {
    margin: 0px;
}

.traning-lever1 .item ul li h3 span {
    display: block;
}

.traning-lever1 .item .iframe {
    max-width: 960px;
    margin: 0px auto;
}

.traning-lever1 .item .iframe .title1 {
    color: #7300b3;
    color: #b37057;
    text-align: center;
    letter-spacing: 1px;
    margin: 0px 0px 16px;
    padding: 10px 0px 0px;
    line-height: 1.2;
    position: relative;
    font-size: 18px;
}

.traning-lever1 .item .iframe .title1 span {
    position: relative;
    background: #fff;
    padding: 0px 15px;
}

.traning-lever1 .item .iframe .title1 span:before {
    content: "";
    width: 80px;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: auto;
    height: 1px;
    background: #ddd;
    background: #aa6e51;
    margin-top: -6px;
}

.traning-lever1 .item .iframe .title1 span::after {
    content: "";
    width: 80px;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: auto;
    height: 1px;
    background: #ddd;
    background: #aa6e51;
    margin-top: -6px;
}

.traning-lever1 .item.item2 .iframe .title1 {
    color: #210057;
    color: #aa6e51;
}

.traning-lever1 .item.item3 .iframe .title1 {
    color: #0052d9;
    color: #8fa3b5;
}

.traning-lever1 .item.item4 .iframe .title1 {
    color: #018304;
    color: #8fa3b5;
}

.traning-lever1 .item.item5 .iframe .title1 {
    color: #ffae01;
    color: #c29644;
}

.traning-lever1 .item.item6 .iframe .title1 {
    color: #ff6c01;
    color: #beaf91;
}

.traning-lever1 .item.item7 .iframe .title1 {
    color: #d91e1f;
    color: #8685b6;
}

.traning-lever1 .item.item2 .title:before {
    border-top: 2px solid #210057;
}

.traning-lever1 .item.item3 .title:before {
    border-top: 2px solid #0052d9;
}

.traning-lever1 .item.item4 .title:before {
    border-top: 2px solid #018304;
}

.traning-lever1 .item.item5 .title:before {
    border-top: 2px solid #ffae01;
}

.traning-lever1 .item.item6 .title:before {
    border-top: 2px solid #ff6c01;
}

.traning-lever1 .item.item7 .title:before {
    border-top: 2px solid #d91e1f;
}

.traning-lever1 .item.item2 .iframe .title1 span:before {
    background: #210057;
    background: #aa6e51;
}

.traning-lever1 .item.item2 .iframe .title1 span::after {
    background: #210057;
    background: #aa6e51;
}

.traning-lever1 .item.item3 .iframe .title1 span:before {
    background: #0052d9;
    background: #8fa3b5;
}

.traning-lever1 .item.item3 .iframe .title1 span::after {
    background: #0052d9;
    background: #8fa3b5;
}

.traning-lever1 .item.item4 .iframe .title1 span:before {
    background: #018304;
    background: #8fa3b5;
}

.traning-lever1 .item.item4 .iframe .title1 span::after {
    background: #018304;
    background: #8fa3b5;
}

.traning-lever1 .item.item5 .iframe .title1 span:before {
    background: #ffae01;
    background: #c29644;
}

.traning-lever1 .item.item5 .iframe .title1 span::after {
    background: #ffae01;
    background: #c29644;
}

.traning-lever1 .item.item6 .iframe .title1 span:before {
    background: #ff6c01;
    background: #beaf91;
}

.traning-lever1 .item.item6 .iframe .title1 span::after {
    background: #ff6c01;
    background: #beaf91;
}

.traning-lever1 .item.item7 .iframe .title1 span:before {
    background: #d91e1f;
    background: #8685b6;
}

.traning-lever1 .item.item7 .iframe .title1 span::after {
    background: #d91e1f;
    background: #8685b6;
}

/**/
.traning-lever0 {
    margin-top: 20px;
    display: none;
}

.traning-lever0 .item {}

.traning-lever ul li.active .traning-lever0 {
    display: block;
}

.traning-lever0 .item .title {
    text-align: center;
    position: relative;
    margin: 30px 0px 0px;
}

.traning-lever0 .item .title>p {
    font-size: 20px;
    text-align: center;
    position: relative;
    color: #b92589;
    font-weight: 600;
    margin-top: 10px;
    margin: 10px auto 0px;
    max-width: 600px;
    line-height: 1.3;
    text-transform: uppercase;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.traning-lever0 .item.item1 .title>p {
    color: #8f42a3;
}

.traning-lever0 .item.item2 .title>p {
    color: #454098;
}

.traning-lever0 .item.item3 .title>p {
    color: #006caa;
}

.traning-lever0 .item.item4 .title>p {
    color: #148d46;
}

.traning-lever0 .item.item5 .title>p {
    color: #ffae01;
}

.traning-lever0 .item.item6 .title>p {
    color: #ff6c01;
}

.traning-lever0 .item.item7 .title>p {
    color: #b82827;
}

.traning-lever0 .item .title img {
    width: 50px;
    display: inline-block;
    background: #fff;
    margin: auto;
    max-height: inherit;
}

.traning-lever0 .item .title span {
    position: absolute;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    top: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    text-align: center;
    left: -3px;
    z-index: 1;
}

.traning-lever0 .item ul {
    padding: 0px;
    margin: 0px 0px 20px;
    text-align: center;
}

.traning-lever0 .item ul::after {
    content: "";
    display: block;
    clear: both;
}

.traning-lever0 .item ul li {
    list-style-type: none;
    display: inline-table;
    width: 24%;
    margin: 14px 0px;
    padding: 0px 12px;
}

@media (max-width: 767px) {
    .traning-lever0 .item ul li {
        width: 50%;
        float: left;
    }

    .traning-lever0 .item ul li:nth-child(2n+1) {
        clear: both;
    }

    .traning-lever0 .item .iframe .title1 {
        overflow: hidden;
    }
}

.traning-lever0 .item.item2 ul li:nth-child(4n+1) {
    clear: both;
}

.traning-lever0 .item ul li .img {
    background-image: linear-gradient(135deg, #7100b3, #57048c 26%, #6400a5 0, #6a00ac 39%, #7b1eb5 0, #6700a8 52%, #6e00b0 0, #4d0179 57%, #6a00aa 0, #4f0e77 78%, #6300a4 0, #440c67 90%, #5a019c 0, #7000b2);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    border: 6px solid #fff;
    margin: 0px auto;
    background: none !important;
}

.traning-lever0 .item ul li .img:before {
    content: "";
    position: absolute;
    width: 102px;
    height: 102px;
    left: -12px;
    top: -12px;
    border: 6px solid #e5e5e5;
    border-radius: 50%;
}

.traning-lever0 .item ul li.active .img:before {
    border: 6px solid #b92589;
}

.traning-lever0 .item.item1 ul li.active .img:before {
    border: 6px solid #8f42a3;
}

.traning-lever0 .item.item2 ul li.active .img:before {
    border: 6px solid #454098;
}

.traning-lever0 .item.item3 ul li.active .img:before {
    border: 6px solid #006caa;
}

.traning-lever0 .item.item4 ul li.active .img:before {
    border: 6px solid #148d46;
}

.traning-lever0 .item.item5 ul li.active .img:before {
    border: 6px solid #f4a51e;
}

.traning-lever0 .item.item6 ul li.active .img:before {
    border: 6px solid #ea6923;
}

.traning-lever0 .item.item7 ul li.active .img:before {
    border: 6px solid #b82827;
}

.traning-lever0 .item ul li .img:after {
    content: "";
    background-image: url(../assets/img/traning/stick.svg?v=1.0.02);
    position: absolute;
    bottom: 0px;
    right: -12px;
    width: 26px;
    display: block;
    height: 20px;
    background-size: cover;
}

.traning-lever0 .item ul li.active .img:after {
    background-image: url(../assets/img/traning/stick-acti.png?v=1.0.03);
}

.traning-lever0 .item.item0 ul li.active .img:after {
    background-image: url(../assets/img/traning/stick-acti0.png?v=1.0.03);
}

.traning-lever0 .item.item1 ul li.active .img:after {
    background-image: url(../assets/img/traning/stick-acti1.png?v=1.0.03);
}

.traning-lever0 .item.item2 ul li.active .img:after {
    background-image: url(../assets/img/traning/stick-acti2.png?v=1.0.03);
}

.traning-lever0 .item.item3 ul li.active .img:after {
    background-image: url(../assets/img/traning/stick-acti3.png?v=1.0.03);
}

.traning-lever0 .item.item4 ul li.active .img:after {
    background-image: url(../assets/img/traning/stick-acti4.png?v=1.0.03);
}

.traning-lever0 .item.item5 ul li.active .img:after {
    background-image: url(../assets/img/traning/stick-acti5.png?v=1.0.03);
}

.traning-lever0 .item.item6 ul li.active .img:after {
    background-image: url(../assets/img/traning/stick-acti6.png?v=1.0.03);
}

.traning-lever0 .item.item7 ul li.active .img:after {
    background-image: url(../assets/img/traning/stick-acti7.png?v=1.0.03);
}

.traning-lever0 .item ul li .img img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 78px;
    filter: grayscale(100%);
    max-height: inherit;
}

@media(max-width: 767px) {
    .traning-lever0 .item ul li .img img {
        height: 78px;
    }
}

.traning-lever0 .item ul li.active .img img {
    filter: grayscale(0%);
}

.traning-lever0 .item ul li h3 {
    margin: 20px 0px 0px;
    font-size: 16px;
    line-height: 1.25;
    color: #333;
}

.traning-lever0 .item ul li h3 p {
    margin: 0px;
    position: static;
}

@media (max-width: 767px) {
    .traning-lever0 .item ul li h3 {
        margin: 15px 0px 0px;
    }

    .traning-lever0 .item ul li h3 p {
        display: none;
    }
}

.traning-lever0 .item ul li h3 span {
    display: block;
}

.traning-lever0 .item .iframe {
    max-width: 960px;
    margin: 0px auto;
}

.traning-lever0 .item .iframe .title1 {
    color: #b92589;
    text-align: center;
    letter-spacing: 1px;
    margin: 0px 0px 16px;
    padding: 10px 0px 0px;
    line-height: 1.2;
    position: relative;
    font-size: 18px;
}

.traning-lever0 .item .iframe .title1 span {
    position: relative;
    background: #fff;
    padding: 0px 15px;
    display: inline-block;
    width: auto;
}

.traning-lever0 .item .iframe .title1 span:before {
    content: "";
    width: 80px;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: auto;
    height: 1px;
    background: #8f42a3;
    margin-top: 0px;
}

.traning-lever0 .item .iframe .title1 span::after {
    content: "";
    width: 80px;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: auto;
    height: 1px;
    background: #8f42a3;
    margin-top: 0px;
}

.traning-lever0 .item.item1 .iframe .title1 {
    color: #8f42a3;
}

.traning-lever0 .item.item2 .iframe .title1 {
    color: #454098;
}

.traning-lever0 .item.item3 .iframe .title1 {
    color: #006caa;
}

.traning-lever0 .item.item4 .iframe .title1 {
    color: #148d46;
}

.traning-lever0 .item.item5 .iframe .title1 {
    color: #ffae01;
}

.traning-lever0 .item.item6 .iframe .title1 {
    color: #ff6c01;
}

.traning-lever0 .item.item7 .iframe .title1 {
    color: #b82827;
}

.traning-lever0 .item.item1 .title:before {
    border-top: 2px solid #210057;
}

.traning-lever0 .item.item2 .title:before {
    border-top: 2px solid #0052d9;
}

.traning-lever0 .item.item3 .title:before {
    border-top: 2px solid #018304;
}

.traning-lever0 .item.item4 .title:before {
    border-top: 2px solid #ffae01;
}

.traning-lever0 .item.item5 .title:before {
    border-top: 2px solid #ff6c01;
}

.traning-lever0 .item.item6 .title:before {
    border-top: 2px solid #d91e1f;
}

.traning-lever0 .item.item2 .iframe .title1 span:before {
    background: #8f42a3;
}

.traning-lever0 .item.item2 .iframe .title1 span::after {
    background: #8f42a3;
}

.traning-lever0 .item.item3 .iframe .title1 span:before {
    background: #454098;
}

.traning-lever0 .item.item3 .iframe .title1 span::after {
    background: #454098;
}

.traning-lever0 .item.item4 .iframe .title1 span:before {
    background: #006caa;
}

.traning-lever0 .item.item4 .iframe .title1 span::after {
    background: #006caa;
}

.traning-lever0 .item.item5 .iframe .title1 span:before {
    background: #148d46;
}

.traning-lever0 .item.item5 .iframe .title1 span::after {
    background: #148d46;
}

.traning-lever0 .item.item6 .iframe .title1 span:before {
    background: #ffae01;
}

.traning-lever0 .item.item6 .iframe .title1 span::after {
    background: #ffae01;
}

.traning-lever0 .item.item7 .iframe .title1 span:before {
    background: #ff6c01;
}

.traning-lever0 .item.item7 .iframe .title1 span::after {
    background: #ff6c01;
}

.traning-lever0 .item.item8 .iframe .title1 span:before {
    background: #b82827;
}

.traning-lever0 .item.item8 .iframe .title1 span::after {
    background: #b82827;
}

/**/
.about {
    /* margin-top: 15px; */
}

.about .about1 {
    margin: 15px 0px;
}

.about .title-about {
    margin: 0px 0px 20px;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid var(--main-color);
}

@media(max-width: 767px) {
    .about .title-about {
        margin-bottom: 15px;
        margin-top: 12px;
    }

    .about {
        margin-top: 8px;
    }

    .about .about1 {
        margin: 0px 0px 0px;
    }
}

.about .title-about span {
    background: #fff;
    display: inline-block;
    position: relative;
    top: 6px;
    padding-right: 6px;
}

.about .about1 p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.5;
    text-align: justify;
    margin-top: 10px;
}

/**/
.sidebar-content.news {
    margin: 0px 0px 0px;
    float: left;
    width: 100%;
    background: #fff;
    padding: 8px;
    border-radius: 4px;
}

.sidebar-content.news .item {
    list-style-type: none;
    float: left;
    width: 20%;
    padding: 3px;
}

.sidebar-content.news .item:nth-child(1),
.sidebar-content.news .item:nth-child(8) {
    width: 40%;
}

@media(max-width: 991px) {
    .sidebar-content.news .item {
        width: 50%;
    }

    .sidebar-content.news .item:nth-child(1),
    .sidebar-content.news .item:nth-child(8) {
        width: 100%;
    }
}

.sidebar-content.news .item article {
    position: relative;
}

.sidebar-content.news .item .img {
    display: block;
    height: 0px;
    width: 100%;
    overflow: hidden;
    background-position: center top;
    background-size: cover;
    padding-bottom: 100%;
}

.sidebar-content.news .item:nth-child(1) .img,
.sidebar-content.news .item:nth-child(8) .img {
    padding-bottom: 49.3%;
}

.sidebar-content.news .item .img .star-fa:after {
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-top: 7px solid #ffcc33;
    border-right: 7px solid transparent;
}

.sidebar-content.news .item .img .star-fa {
    position: absolute;
    left: 12px;
    top: 20px;
    color: #272727;
    padding: 4px 8px 4px;
    font-size: 12px;
    line-height: 12px;
    background: #ffcc33;
    text-transform: uppercase;
    z-index: 2;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sidebar-content.news .item article:hover .img .star-fa {
    top: 60px;
}

.sidebar-content.news .item .news-category:after {
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-top: 7px solid #bd2891;
    border-right: 7px solid transparent;
}

.sidebar-content.news .item .news-category.bd2891:after {
    border-top-color: #bd2891;
}

.sidebar-content.news .item .news-category.f7941d:after {
    border-top-color: #f7941d;
}

.sidebar-content.news .item .news-category.ffcc33:after {
    border-top-color: #ffcc33;
}

.sidebar-content.news .item .news-category.e02765:after {
    border-top-color: #e02765;
}

.sidebar-content.news .item .news-category.a238ce:after {
    border-top-color: #a238ce;
}

.sidebar-content.news .item .news-category.ff6b00:after {
    border-top-color: #ff6b00;
}

.sidebar-content.news .item .news-category.b33bd7:after {
    border-top-color: #b33bd7;
}

.sidebar-content.news .item .news-category.DF004A:after {
    border-top-color: #DF004A;
}

.sidebar-content.news .item .news-category {
    position: absolute;
    left: 12px;
    top: 60px;
    color: #fff;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 12px;
    background: #bd2891;
    text-transform: uppercase;
    z-index: 2;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

@media(max-width: 767px) {
    .sidebar-content.news .item .news-category {
        text-transform: none;
    }
}

.sidebar-content.news .item article:hover .news-category {
    top: 20px;
}

.sidebar-content.news .item .img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.sidebar-content.news .item h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    bottom: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    position: absolute;
    z-index: 1;
    padding: 10px;
    margin: 0px;
    background: -moz-linear-gradient(top, rgba(39, 39, 39, 0) 60%, rgba(39, 39, 39, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(39, 39, 39, 0) 60%, rgba(39, 39, 39, 1) 100%);
    background: linear-gradient(to bottom, rgba(39, 39, 39, 0) 60%, rgba(39, 39, 39, .9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00272727', endColorstr='#272727', GradientType=0);
}

.sidebar-content.news .item h3 a {
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 10px;
    padding: 0px 12px;
}

.sidebar-content.news .item h3 a i {
    margin-right: 8px;
}

.sidebar-content.news .item .info {
    font-size: 12px;
    font-weight: 400;
    color: #5C5C5C;
    height: 47px;
    overflow: hidden;
    display: none;
}

/**/
.block-news .block-content .row {
    margin: 0px -12px;
    display: flex;
    flex-wrap: wrap;
}

.block-news .block-content .row>div {
    display: flex;
    flex-wrap: wrap;
}

.block-news .block-content .row>div>div {
    /* padding: 0px 10px; */
}

.block-news .block-content .row .wrap-item {
    padding: 0px 12px;
}

@media(max-width: 767px) {
    .block-news .block-content .row {
        margin: 0px;
    }

    .block-news .block-content .row .wrap-item {
        padding: 0px 5px;
    }

    .block-news .block-content .row .row_home {
        padding: 0;
        margin: 0px;
    }
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.block-news .block-content .news-right .item {
    background: unset;
    border-radius: unset;
    border: unset;
    padding: 0;
    margin-bottom: 20px;
    box-shadow: none;
}

.block-news .block-content .news-right .item h3 {
    height: auto;
}

.block-news .news-right .col-md-5 {
    padding-right: 0px;
    padding: 0;
}

.block-news .news-right .col-md-7 {
    padding-left: 15px;
    padding-right: 0px;
}

.block-news .block-content .iframe .item {
    box-shadow: none;
    margin-bottom: 20px;
}

.block-news .block-content .iframe .item .wrap-info {
    padding: 0px;
}

.block-news .block-content .item {
    margin-bottom: 24px;
    position: relative;
    border: 1px solid #FFF;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 20px;
    overflow: hidden;
}

.block-news .block-content .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(225, 68, 36, 0.3);
}

.block-news .block-content .item .wrap-info {
    color: #383838;
    margin: 0px 0px 0px 0px;
    padding: 0px 12px 20px;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    position: relative;
    /* height: 215px; */
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}

.block-news.related .block-content .item .wrap-info {
    height: 135px;
}

@media(max-width: 767px) {
    .block-news .block-content .item {
        margin-bottom: 16px;
        padding-bottom: 10px;
    }

    .block-news .block-content .item .wrap-info {
        height: auto;
        padding: 0px 10px 15px;
    }
}

.block-news .block-content .item h3 {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 10px 0px;
    border: none;
    /* height: 55px; */
    display: block;
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    line-height: 1.34;
}

.block-news .block-content .item h3 a {
    color: #3e3d3c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.block-news .block-content .item h3 a i {
    margin-right: 7px;
    color: #777;
}

@media(max-width: 991px) {
    .block-news .block-content .news-left .item h3 {
        height: auto;
        font-size: 142% !important;
    }
}

.block-news .block-content .item .wrap-info .info {
    /* height: 80px; */
    overflow: hidden;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 1.6;
}

@media(max-width: 767px) {
    .block-news .block-content .item .wrap-info .info {
        /* height: auto; */
        /* max-height: 80px; */
        font-size: 87% !important;
        -webkit-line-clamp: 3;
    }

    .block-news .block-content .item h3 {
        padding: 0px 0px 0px 0px;
        height: auto;
        /* max-height: 42px; */
        font-size: 100%;
    }

    .block-news .block-content .item .info {
        font-size: 120% !important;
        -webkit-line-clamp: 3;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 1.4 !important;
    }

    .block-news .block-content .item h3 a {
        /* height: auto; */
    }
}

.block-news .block-content .item .time {
    font-size: 11px;
    color: #aaa;
    /* padding: 0px 0px 12px; */
}

.block-news .block-content .item .time span:first-child {
    margin-right: 10px;
}

.block-news .block-content .item .time span:first-child i {
    margin-right: 6px;
    padding-left: 1px;
    top: 0px;
}

.block-news .block-content .item .time span i {
    margin-right: 2px;
    position: relative;
    top: -1px;
    font-size: 14px;
}

.block-news .news-right.col-md-5 {
    padding: 0px 10px;
}

.block-news .news-left.col-md-7 {}

.block-news .block-content .item .time span:last-child {
    float: right;
}

.block-news .block-content .item .img {
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
    position: relative;
    padding-bottom: 80%;
}

@media(max-width: 767px) {
    .block-news .block-content .item .img {
        padding-bottom: 60% !important;
    }

    .block-news .block-content .item .time span:first-child {
        font-size: 78%;
    }
}

.block-news .block-content .news-left .item .img {
    /* padding-bottom: 50%; */
}

.block-news .block-content .news-right .item .img {
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 78%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.block-news .block-content .news-right .item .img img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-news .block-content .item .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.block-news .block-content .item .img>i {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-size: 22px;
    top: 0px;
    right: 0px;
    margin: auto;
    width: 44px;
    height: 40px;
    background: rgb(255 107 20 / 60%);
    padding: 8px 10px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
}

.block-news .block-content .item .img>i:hover {
    background: rgb(255 107 20 / 100%);
}

.block-news .block-content .item .name_category {
    color: #fff;
    position: absolute;
    top: 20px;
    text-align: center;
    left: 10px;
}

.block-news .block-content .item .name_category a {
    background: #28bd7d;
    color: #fff;
    padding: 0px 10px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.block-news .block-content .item .name_category a:after {
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-top: 7px solid #28bd7d;
    border-right: 7px solid transparent;
}

.block-news .block-content .item .name_category a.bd2891:after {
    border-top-color: #bd2891;
}

.block-news .block-content .item .name_category a.f7941d:after {
    border-top-color: #f7941d;
}

.block-news .block-content .item .name_category a.ffcc33:after {
    border-top-color: #ffcc33;
}

.block-news .block-content .item .name_category a.e02765:after {
    border-top-color: #e02765;
}

.block-news .block-content .item .name_category a.a238ce:after {
    border-top-color: #a238ce;
}

.block-news .block-content .item .name_category a.ff6b00:after {
    border-top-color: #ff6b00;
}

.block-news .block-content .item .name_category a.b33bd7:after {
    border-top-color: #b33bd7;
}

.block-news .block-content .item .name_category a.DF004A:after {
    border-top-color: #DF004A;
}

.detail-news .detail-content {
    background: #fff;
    border-radius: 4px;
    padding: 40px;
    margin-bottom: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 20px;
    border-radius: 20px;
}

.detail-news .detail-content .short_info1 {
    font-weight: 600;
    margin: 15px 0 15px 0;
    font-style: italic;
    font-size: 17px;
}

.detail-news .detail-content .short_info1 br {
    display: none;
}

.detail-news .detail-content img {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .block-news .block-content .news-right .item .info {
        padding: 0px;
        height: unset;
        /* max-height: 64px; */
        margin-bottom: 10px;
        overflow: hidden;
    }

    .block-news .block-content .news-right .item h3 {
        margin-top: 0px;
        font-size: 18px;
    }
}

.block-news .block-content .news-right .item .info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 16px;
    /* color: #666; */
    line-height: 1.6;
}

@media(max-width: 767px) {
    .detail-news .detail-content img {
        height: auto;
    }

    .block-news .news-left.col-md-7,
    .block-news .news-right.col-md-5 {
        padding: 0px 10px;
    }

    .block-news .block-content .row .row-flex>div {
        padding: 0px;
    }
}

.detail-news .right {
    padding-left: 0px;
}

.detail-news .detail-content .title {
    color: #272727;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 0px;
}

.detail-news .detail-content .title br {
    display: none;
}

.detail-news .detail-content .info {
    color: #858585;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
}

.detail-news .detail-content .content * {
    max-width: 100%;
    /* font-size: 15px; */
}

table th td,
table tr td {
    padding: 6px 6px;
    position: relative;
}

.detail-news .detail-content .detail img {
    height: auto !important;
}

@media(min-width: 992px) {
    .detail-news .detail-content .detail table tr td img {
        width: 100%;
        height: 100% !important;
        max-height: 100%;
    }

    .detail-news .detail-content .detail table tr td strong {
        /* position: relative; */
        /* height: 80px; */
        /* display: block; */
        /* overflow: hidden; */
        /* background: #fbfbfb; */
        /* border-radius: 10px; */
    }

    .detail-news .detail-content .detail table tr td strong img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: contain;
        padding: 10px;
    }
}

.detail-news .detail-content .detail table tr td strong img {
    object-fit: contain;
    padding: 20px;
}

@media(max-width: 991px) {

    table,
    table tr,
    table th,
    table tr td {
        white-space: normal;
        width: 100% !important;
        position: relative;
        /* height: 100% !important; */
        height: auto !important;
    }

    table tr.media-row {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100% !important;
        /* height: 100% !important; */
        height: auto !important;
    }

    table tr.media-row td,
    .mobile-block td {
        width: 100% !important;
        height: 100% !important;
        display: block;
    }

    table tr td iframe {
        width: 100% !important;
        display: block;
    }

    table tr.media-row td iframe,
    table tr.media-row td img {
        /* width: 100% !important; */
        /* display: block; */
    }

    .detail-news .detail-content table tbody.info tr,
    .detail-news .detail-content table tbody.info {
        width: 100%;
        max-width: 100%;
        /* display: block; */
        height: 100% !important;
    }

    .detail-news .detail-content table tbody.info tr td strong img {
        height: 80px !IMPORTANT;
        object-fit: contain;
        width: 200px;
        padding: 13px;
        /* float: left; */
    }

    .detail-news .detail-content table tbody.info tr {
        width: 33% !important;
        float: left;
    }
}

.detail-news .detail-content .detail .description {
    padding: 20px;
}

.detail-news .detail-content .detail p,
.detail-news .detail-content .detail span,
.detail-news .detail-content .detail li {
    max-width: 100%;
    /* font-size: 100%; */
    margin: 0 0 10px;
    max-height: 100%;
}

.detail-news .detail-content .detail p a,
.detail-news .detail-content .detail span a {
    color: #337ab7;
}

.detail-news .detail-content .detail p img,
.detail-news .detail-content .detail figure img,
.detail-news .detail-content .detail span img,
.detail-news .detail-content .detail li img {
    height: auto;
}

@media(max-width: 767px) {

    .detail-news .detail-content .detail p img,
    .detail-news .detail-content .detail figure img,
    .detail-news .detail-content .detail span img,
    .detail-news .detail-content .detail li img {
        height: auto;
    }

    .detail-news .detail-content .detail img {
        width: 100%;
    }

    .detail-news .detail-content {
        padding: 10px;
        box-shadow: none;
    }

    .detail-news .detail-content .detail table tr td strong>span>img {
        height: 85px !important;
        margin: auto;
        float: left;
        padding: 10px;
    }
}

/*Supplier*/
.block-supplier {
    background: #f5f5f5;
    padding-bottom: 30px;
}

.block-supplier .form-search-supplier {
    position: static;
    display: block !important;
    margin-top: -10px !important;
    opacity: 1 !important;
    height: auto !important;
}

.block-supplier .form-search-supplier .search-supplier {
    border-radius: 50px;
    height: 38px;
    position: relative;
}

.block-supplier .form-search-supplier .search-supplier input {
    padding: 2px 52px 2px 15px;
    border-radius: 50px;
    font-size: 13px;
}

.block-supplier .form-search-supplier .search-supplier .btn {
    background: var(--main-color);
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    border: none;
    -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;
    border-radius: 0 20px 20px 0;
    padding: 8px 16px;
}

.block-supplier .form-search-supplier .search-supplier .btn 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);
}

.block-supplier.detail {
    padding-bottom: 0;
}

@media(max-width: 767px) {
    .block-supplier .form-search-supplier .search-supplier .btn {
        line-height: 20px;
    }

    .block-supplier {
        padding: 30px 0px 10px;
    }
}

.block-supplier .block-content {}

.block-supplier .block-content marquee {
    max-width: 800px;
    margin: 0px auto;
}

.block-supplier .block-content .img1 {
    text-align: center;
    margin-bottom: 30px;
}

.block-supplier .block-content .img1 img {
    height: 44px;
    display: inline-block;
    margin: 0px 4px;
    background: #fff;
    padding: 8px;
    border-radius: 2px;
}

.block-supplier .block-content .row {
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 22px 8px;
    margin: 0px !important;
    border-radius: 8px;
}

.block-supplier.detail .block-content .row {
    background: none;
    padding: 0;
    box-shadow: none;
    margin: 0px -6px !important;
}

.block-supplier.detail .block-content .row>div {
    padding: 0px 6px;
}

.block-supplier .block-content .row .wrap-item {}

.block-supplier .block-content .row .wrap-item:nth-child(2n+1) {
    clear: both;
}

.block-supplier .block-content .row .wrap-item .item {
    border-top: 1px dashed #ddd;
    padding-top: 14px;
    margin-top: 14px;
}

.block-supplier.detail .block-content .row .wrap-item .item {
    background: #fff;
    padding: 13px !important;
    border-radius: 4px;
}

.block-supplier .block-content .row .wrap-item .item:after {
    content: '';
    display: block;
    clear: both;
}

.block-supplier .block-content .row .wrap-item:nth-child(1) .item,
.block-supplier .block-content .row .wrap-item:nth-child(2) .item {
    padding-top: 0px;
    border-top: none;
    margin-top: 0px;
}

@media(max-width: 767px) {
    .block-supplier .block-content .row .wrap-item:nth-child(2) .item {
        border-top: 1px dashed #ddd;
        padding-top: 14px;
        margin-top: 14px;
    }
}

.block-supplier .block-content .row .wrap-item .item .img {
    float: left;
    width: 200px;
    margin-right: 20px;
    height: 0px;
    padding-bottom: 32%;
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}

@media(max-width: 767px) {
    .block-supplier .block-content .row .wrap-item .item .img {
        width: 100px;
    }
}

.block-supplier .block-content .row .wrap-item .item .img img {
    position: absolute;
    /* height: 100%; */
    /* width: 100%; */
    /* object-fit: cover; */
    top: 0px;
    left: 0px;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.block-supplier .block-content .row .wrap-item .item h3 {
    margin: 0px 0px 5px;
    line-height: inherit;
    font-size: inherit;
}

.block-supplier .block-content .row .wrap-item .item h3 a {
    color: #444;
    font-weight: 600;
    font-size: 15px;
}

.block-supplier .block-content .row .wrap-item .item:hover h3 a {
    color: #0099be;
}

.block-supplier .block-content .row .wrap-item .item .info {
    font-weight: 300;
    font-size: 13px;
    color: #999;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.block-supplier .block-content .row .wrap-item .item .time {
    margin-top: 10px;
    font-size: 13px;
}

.block-supplier .block-content .row .wrap-item .item .time .map {
    color: #666;
    margin-bottom: 2px;
    display: block;
}

.block-supplier .block-content .row .wrap-item .item .time .map>i {
    margin-right: 2px;
    font-size: 15px;
}

.block-supplier .block-content .row .wrap-item .item .time .sum_product {
    color: var(--main-color);
}

/*Video*/
.block-video {}

.block-video .block-content {}

.block-video .block-content .row {
    margin: 0px;
}

.block-video .block-content .row .wrap-item {
    padding: 0px 10px;
}

@media(max-width: 767px) {
    .block-video .block-content .row .row_home {
        padding: 0;
    }
}

.block-video .block-content .wrap-item {}

.block-video .block-content .wrap-item .item {
    margin: 10px 0px;
    border-radius: 4px;
}

.block-video .block-content .wrap-item .item>a {
    display: block;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
}

.block-video .block-content .wrap-item .item>a img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    align-items: center;
}

.block-video .block-content .wrap-item .item>a i {
    color: #ed1c24;
    position: absolute;
    font-size: 38px;
    width: 30px;
    height: 17px;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: -8px;
    background: #fff;
    line-height: 18px;
    border-radius: 18px;
}

.block-video .block-content .wrap-item .item h3 {
    margin: 0;
    font-size: 120%;
    text-align: center;
    padding: 14px;
    background: #fff;
    line-height: 1.4;
    font-weight: 600;
    /* text-transform: uppercase; */
    height: 75px;
}

.block-video .block-content .wrap-item .item h3 a {
    display: block;
    /* height: 40px; */
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--main-color);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*Album*/
.block-album {}

.block-album .block-content {}

.block-album .block-content .row {
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block-album .block-content .row11 {
    display: block;
}

.block-album .block-content .row .row_home {
    display: flex;
    flex-wrap: wrap;
}

.block-album .block-content .row .wrap-item {
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
}

@media(max-width: 767px) {
    .block-album .block-content .row {
        margin: 0px -8px;
    }

    .block-album .block-content .row .wrap-item {
        padding: 0px 8px;
    }

    .block-video .block-content .wrap-item .item h3 {
        font-size: 128%;
    }
}

.block-album .block-content .wrap-item {}

.block-album .block-content .wrap-item .item {
    margin: 10px 0px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1.5px solid var(--main-color);
    display: flex;
    flex-direction: column;
    flex: 1;
}

.block-album .block-content .wrap-item .item .info {
    width: 95%;
    height: auto;
    top: 0;
    left: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
    transform: translateY(-5px) translateX(-100%);
    display: block;
    position: relative;
}

.block-album .block-content .wrap-item .item .info h3 {
    height: 60px;
    width: 100%;
    color: var(--main-color);
    font-size: 22px;
    top: 0;
    left: -0.0077499px;
    margin: 0px 0px 5px;
    text-align: center;
    line-height: 30px;
    padding: 0px;
    font-weight: 600;
    transition: all 300ms ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    font-family: var(--font-family-key);
    /* text-shadow: 1px 1px 2px rgba(0,0,0,0.4),
                 2px 2px 5px rgba(0,0,0,0.2); */
    /* text-shadow: 0 0 5px var(--main-color-hover),
        0 0 15px var(--main-color-hover),
        0 0 30px rgba(255, 255, 255, 0.6); */
}

.block-album .block-content .wrap-item .item .info h3 a {
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.block-album .block-content .wrap-item.doitac .item .info h3 {
    height: 42px;
    font-size: 16px;
    line-height: 1.3;
}

.block-album .block-content .wrap-item.doitac .item .info {
    padding: 10px;
}

@media(max-width: 767px) {
    .block-album .block-content .wrap-item .item {
        margin: 4px 0px;
    }

    .block-album .block-content .wrap-item .item .info {
        width: 100%;
        padding: 10px;
    }

    .block-album .block-content .wrap-item .item .info h3 {
        font-size: 114%;
        /* height: auto; */
    }
}

.block-album .block-content .wrap-item .item>a {
    display: block;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    background: #fff;
}

.block-album .block-content .wrap-item .item>a img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.block-album .block-content .wrap-item .item>a.img-news {
    padding-bottom: 90%;
}

.block-album .block-content .wrap-item .item>a.img-news img {
    object-fit: contain;
}

.block-album .block-content .wrap-item .item h3 {
    padding: 25px 15px 18px;
    position: relative;
    height: 73px;
    margin: 0px;
    background: #fff;
    line-height: 27px;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    font-family: var(--font-family-key);
}

.block-album .block-content .wrap-item .item h3 i {
    display: none;
}

.block-album .block-content .wrap-item .item h3 a {
    display: block;
    color: #444;
    text-decoration: none;
    height: 40px;
    overflow: hidden;
}

.block-album .block-content .wrap-item .item .short-info span {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
    color: var(--main-color);
    font-family: var(--font-family-key);
    background: var(--main-color-hover);
    display: -webkit-box;
    padding: 10px;
    border-radius: 0;
    height: 60px;
    font-size: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
}

.block-album .block-content .wrap-item .item h6 {
    position: relative;
    /* padding: 10px 10px; */
    color: #fecd6e;
    background: #153451;
    margin: 0;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    height: 60px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2px;
}

/**/
.sidebar-block-right {
    margin-bottom: 15px;
}

.sidebar-block-right>a {
    display: block;
    margin-bottom: 15px;
}

.sidebar-block-right>h3 {
    margin: 0 0 12px;
    font-size: 18px;
    border-left: 3px solid var(--main-color);
    color: var(--main-color);
    padding-left: 8px;
    text-transform: uppercase;
}

.sidebar-block-right .sidebar-content {
    margin: 0px;
    padding: 0px;
}

.sidebar-block-right .sidebar-content ul {}

.sidebar-block-right .sidebar-content li {
    list-style-type: none;
    background: #fff;
    margin: 0px 0px 8px;
    border-radius: 4px;
    padding: 6px;
}

.sidebar-block-right .sidebar-content li:after {
    content: '';
    display: block;
    clear: both;
}

.sidebar-block-right .sidebar-content li .img {
    float: left;
    width: 90px;
    margin-right: 10px;
    height: 65px;
    position: relative;
}

.sidebar-block-right .sidebar-content li .img>.fa.fa-youtube {
    position: absolute;
    color: #f41111;
    font-size: 24px;
    width: 24px;
    height: 23px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.sidebar-block-right .sidebar-content li .img>.fa.fa-youtube:before,
.sidebar-block-right .sidebar-content li .img>.fa.fa-image:before {
    position: relative;
    z-index: 1;
}

.sidebar-block-right .sidebar-content li .img>.fa.fa-youtube:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 12px;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    margin: auto;
    background: #fff;
    z-index: 0;
    margin-top: 6px;
}

.sidebar-block-right .sidebar-content li .img>.fa.fa-image {
    position: absolute;
    color: var(--main-color);
    font-size: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 20px;
}

.sidebar-block-right .sidebar-content li .img>.fa.fa-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 0;
    width: 20px;
    height: 16px;
}

.sidebar-block-right.sidebar-block-product .sidebar-content li .img {
    height: 90px;
    border: 1px solid #f1f1f1;
}

.sidebar-block-right .sidebar-content li .img img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-block-right .sidebar-content li h3 {
    margin: 5px 0px 0px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    max-height: 50px;
    overflow: hidden;
    float: left;
    width: calc(100% - 100px);
}

.sidebar-block-right .sidebar-content li h3 a {}

/*##### BREADCRUMB #####*/
.wrap-breadcrumb {
    position: relative;
    z-index: 1;
}

.breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    display: block;
    padding-bottom: 0px;
    border-bottom: none;
    margin: 8px 0px;
}

.breadcrumb li+li {
    margin-left: 3px;
}

.breadcrumb li a,
.breadcrumb li span {
    color: #414141;
    margin-right: 3px;
}

.breadcrumb li+li a {
    margin-left: 3px;
}

.breadcrumb li+li::before {
    content: "";
    padding: 0px;
}

.breadcrumb li a,
.breadcrumb li span {
    color: #000;
    line-height: 38px;
}

/*##### END BREADCRUMB #####*/
.modalAlert {
    text-align: center;
}

.modalAlert span.close {}

.modalAlert h3 {
    text-align: center;
    font-size: 30px;
    margin: 20px 0px 25px;
    color: var(--main-color);
}

.modalAlert p {
    text-align: center;
    font-size: 18px;
}

.modalAlert .btn {
    position: relative;
    float: none;
    width: 120px;
    opacity: 1;
    text-shadow: none;
    font-weight: 400;
    margin: 20px auto 10px;
    background: var(--main-color);
    border: none;
    border-bottom: 4px solid var(--main-color-hover);
    color: #fff;
    padding: 9px 0px;
    font-size: 15px;
}

.modal-header {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}

.modal-footer {
    border-top: none;
    padding-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.bootstrap-dialog-message {
    font-size: 18px;
    text-align: center;
    margin: 15px 0px;
}

.img_add_cart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9999;
    width: 40px;
    height: 40px;
    margin: auto;
    visibility: hidden;
    opacity: 0;
}

.img_add_cart img {
    width: 0px;
}

.box_addcart_success {
    text-align: center;
    background: rgb(0 0 0 / 0.8);
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    position: fixed;
    z-index: 99999;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    width: 220px;
    height: 115px;
    font-size: 16px;
    display: none;
    letter-spacing: 0.6px;
}

.box_addcart_success img {
    display: inline-block;
    width: 50px;
    margin-bottom: 8px;
}

.address-profile {
    padding: 0px;
    margin: 0;
}

.address-profile li {
    list-style-type: none;
}

.address-profile li label {
    font-weight: 500;
    cursor: pointer;
}

.page404 {
    background: #fff;
    text-align: center;
    padding: 80px 0px;
}

.page404 img {
    height: 160px;
}

.page404 .title1 {
    font-size: 40px;
}

.page404 .title2 {
    font-size: 20px;
}

.page404 .btn {
    margin-top: 20px;
}

.alert {
    position: fixed;
    width: 600px;
    margin: 40px auto 0px;
    left: 0px;
    right: 0px;
}

/**/
.galary-album {
    padding: 20px 0px;
    margin: 0px -3px;
}

.galary-album>ul {
    padding: 0px;
    margin: 0px;
}

.galary-album>ul>li {
    list-style: none;
    float: left;
    width: 16.66666667%;
    padding: 3px;
    overflow: hidden;
}

@media(max-width: 767px) {
    .galary-album>ul>li {
        width: 33.33%;
    }
}

.galary-album>ul>li a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.galary-album>ul>li img:hover {
    opacity: 0.8;
    -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;
}

.iframe-detail {
    width: 100%;
    border: none;
    margin-bottom: 15px;
}

.view_type_product {
    float: right;
}

.view_type_product span {
    display: inline-block;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
}

.view_type_product span.active {
    color: var(--main-color);
}

/**/
.download-app {
    box-shadow: 0px 0px 10px #ccc;
    color: #000000de;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
    max-width: 600px;
    padding: 32px;
    margin: 30px auto;
    border-radius: 5px;
    text-align: center;
}

@media(max-width: 767px) {
    .download-app {
        padding: 15px;
    }
}

.download-app>h2 {
    margin: 12px 0px 25px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.download-app>h4 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 1.4;
}

.download-app>a>img {
    max-height: 50px;
    margin-top: 15px;
    margin-bottom: 12px;
}

.download-app .row {
    display: flex;
    align-items: center;
}

.down_app {
    text-align: center;
    padding: 0px;
}

.down_app a {
    background: #000;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
    margin: 8px 0px;
}

.down_app img {
    display: inline-block;
    height: 48px;
}

/**/
.download_app {
    background: #f2f2f2;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 80px;
    position: relative;
    line-height: 15px;
    padding: 8px 0px;
    white-space: nowrap;
    display: none;
}

@media(max-width: 767px) {
    .download_app {
        display: block;
    }
}

.download_app p {
    margin: 0px
}

.download_app>a img {
    width: 62px;
    float: left;
    border-radius: 10px;
    margin: 0px 10px 0px 40px;
    border: 1px solid #e8e8e8;
}

.download_app .name_app a {
    color: #333;
    font-weight: 600;
    font-size: 13px;
}

.download_app .author_app a {
    color: #666;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 50px;
}

.download_app .start_app {
    display: inline-block;
    height: 9.5px;
    background-image: url(../images/start_app.svg);
    background-size: 10px 19px;
    width: 50px;
    white-space: nowrap;
    background-position: 0 9.5px;
    position: relative;
    top: -1px;
}

.download_app .start_app1 {
    background-position-x: 0;
    background-image: url(../images/start_app.svg);
    width: 45px;
    display: inline-block;
    height: 9.5px;
    background-size: 10px 19px;
    z-index: 1;
    position: absolute;
    top: 0px;
}

.download_app .view_app {
    position: absolute;
    right: 8px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 18px;
    height: 26px;
    line-height: 26px;
}

.download_app .view_app a {
    color: var(--main-color);
}

.download_app .close_app {
    position: absolute;
    left: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 24;
    height: 20px;
    text-align: center;
}

.download_app .close_app img {
    width: 15px;
}

.download_app .to_app span {
    display: inline-block;
    width: 18px;
    height: 1px;
    background: #000;
    position: relative;
    top: -4px;
    margin: 0px 3px 0px 2px;
}

.dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-menu {
    display: block;
    font-size: 11px;
}

/*Banner*/

.top_banner {

    background-color: #0C0C0F;

    overflow: hidden;

    align-items: center;

    color: #fff;

    height: 44px;
}

.top_banner>div.container1 {
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    width: max-content;
    animation: marquee-loop 35s linear infinite;
}

.ticker-brand {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 12px;
    font-weight: 500;
}

.ticker-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(255, 94, 58, 0.6);
    margin: 0 8px;
    display: inline-block;
}

.top_banner>div.container1 .ticker-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

@keyframes marquee-loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-33.3333%);
    }
}

.top_banner .no_flexslider {
    background: none;
    border-radius: 0px;
}

.top_banner .no_flexslider .slides li {
    margin-top: 15px;
}

.bottom_banner {
    padding: 10px 0px 20px;
    background: #fff;
    margin-top: 15px
}

.bottom_banner .row {
    margin: 0px -5px;
}

.bottom_banner .item {
    margin: 0;
    padding: 0px 5px;
    overflow: hidden;
}

.bottom_banner .item a {
    display: block;
    background: #fff;
    position: relative;
    /* border: 1px solid #f1f1f1; */
    border-radius: 10px;
    padding-bottom: 60%;
    transition: all 500ms ease;
    overflow: hidden;
}

.bottom_banner .item a:hover {
    transform: scale(1.1);
    transition: all 500ms ease;
    filter: brightness(0.7);
}

.bottom_banner .item a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 10px;
    max-height: 100%;
    height: 100%;
    object-fit: contain;
}

.bottom_banner .item .info {
    width: 95%;
    height: auto;
    top: 0;
    left: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
    transform: translateY(-20px) translateX(-100%);
    display: block;
    position: relative;
}

.bottom_banner .item .info h3 {
    height: 42px;
    width: 100%;
    color: var(--main-color);
    font-size: 16px;
    top: 0;
    left: -0.0077499px;
    margin: 0px 0px 5px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    transition: all 300ms ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    font-family: var(--font-family-key);
    /* text-shadow: 1px 1px 2px rgba(0,0,0,0.4),
                 2px 2px 5px rgba(0,0,0,0.2); */
    /* text-shadow: 0 0 5px var(--main-color-hover),
        0 0 15px var(--main-color-hover),
        0 0 30px rgba(255, 255, 255, 0.6); */
}

@media(max-width: 767px) {
    .bottom_banner .item a {
        margin-bottom: 8px;
    }
}

.left_banner,
.right_banner {
    position: fixed;
    height: 0px;
    transition: all 0.5s ease-in-out;
    z-index: 9;
}

.left_banner {
    left: 0;
}

.right_banner {
    right: 0;
}

@media(max-width: 1409px) {

    .left_banner,
    .right_banner {
        display: none;
    }
}

.left_banner img,
.right_banner img {
    max-width: 120px;
    border: none;
    display: block;
}

.left_banner a+a img,
.right_banner a+a img {
    margin-top: 5px;
}

.bottom-left-banner,
.bottom-right-banner {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 100;
    max-width: 12%;
    display: none;
}

@media(max-width: 767px) {

    .bottom-left-banner,
    .bottom-right-banner {
        display: none !important;
    }
}

.bottom-right-banner {
    left: auto;
    right: 0px;
}

.bottom-left-banner img,
.bottom-right-banner img {
    border: none;
    max-width: 100%;
}

.bottom-left-banner .close,
.bottom-right-banner .close {
    position: absolute;
    top: 0px;
    right: 15px;
    color: #414141;
    z-index: 100;
    font-size: 16px;
    cursor: pointer;
    padding: 6px;
    opacity: 1;
    font-weight: 400;
}

.bottom-left-banner .close,
.bottom-right-banner .close {
    right: 0px;
}

.popup-banner {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

.popup-banner img {
    max-width: 96%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: none;
}

.popup-banner .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: #f00;
    padding: 9px;
    cursor: pointer;
}

.out_top_banner {
    text-align: center;
}

.out_top_banner img {
    width: 100%;
}

.sidebar_banner a+a {
    margin-top: 10px;
    display: block;
}

/* block-option */
.block-option-1 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px;
}

.block-option-1 .row .img {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.block-option-1 .row .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 85px;
    max-height: 85px;
    margin: auto;
    object-fit: contain;
}

@keyframes bobNode {
    0%, 100% {
        transform: translate(-50%, -50%) translateY(0px);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-5px);
    }
}

.block-option-1 .row .wrap-item {
    position: absolute;
    z-index: 10;
    width: 72px;
    height: 72px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #E2E8F0;
    padding: 0.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transform: translate(-50%, -50%);
    overflow: hidden;
    transition: border-color 0.5s, box-shadow 0.5s, transform 0.5s;
    animation: bobNode 2.5s ease-in-out infinite;
}

.block-option-1 .row .wrap-item:hover {
    transform: translate(-50%, -50%) scale(1.12) !important;
    box-shadow: 0 20px 25px -5px rgba(255, 94, 21, 0.12), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    z-index: 40;
}

.block-option-1 .row>div {
    display: flex;
    flex-direction: column;
}

.block-option-1 .row .item {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
}

.block-option-1 {
    position: relative;
    z-index: 2;
    /* margin-top: -150px; */
    padding-bottom: 100px;
    padding-top: 70px;
    background: #fff8f3;
    overflow: hidden;
}

section.block-option-1 .block-title .info {
    text-align: left;
}

.block-option-1 .block-title .title {
    font-size: 55px;
    line-height: 1;
    text-transform: none;
    font-weight: 800;
}

.block-option-1 .info {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
}

.block-option-1 .row .wrap-item .iframe .info h3 {
    font-size: 56%;
    margin: 0px;
    font-weight: 700;
    margin-top: 5px;
}

.block-option-1 .row .wrap-item .iframe .info .short-info {
    font-size: 55%;
    color: #4c4c4c;
}

.block-option-1 .row .item h3 {
    background: linear-gradient(135deg, #FF6B35, #ff2d78);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 217%;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}

.btn-main {
    position: relative;
    background: linear-gradient(135deg, #FF6B35, #ff2d78);
    z-index: 1;
    overflow: hidden;
    font-weight: 700;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    display: inline-flex;
    width: auto;
    padding: 15px 30px;
    border-radius: 14px;
    color: #fff;
    text-align: center;
    font-size: 130%;
    background-size: 200% auto;
    background-position: left center;
    transition: all 0.3s ease;
}

.btn-main:hover {
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(225, 68, 36, 0.3);
}

.btn-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #FF6B35, #D14424, #fbbf24);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.orbit-container {
    position: relative;
    width: 340px;
    height: 340px;
}

.btn-main:hover::before {
    opacity: 1;
}



@media (min-width: 992px) {
    .orbit-container {
        width: 480px;
        height: 480px;
    }

    .block-option-1 .row .wrap-item {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
}
@media (max-width: 991px) {
.orbit-container{
    display: none;
}
    .block-option-1 .row .action{
    margin: auto;
    }
}
.block-option-1 .row .orbit-container .sub1 {
    top: 10%;
    left: 50%;
    border-color: #FB7185;
    animation-delay: 0s;
    width: 130px;
    height: 130px;
}

.block-option-1 .row .orbit-container .sub1 .iframe .info h3 a {
    color: #FB7185;
}

.block-option-1 .row .orbit-container .sub2 {
    top: 22%;
    left: 80%;
    border-color: #F472B6;
    animation-delay: -0.75s;
}

.block-option-1 .row .orbit-container .sub2 .iframe .info h3 a {
    color: #F472B6;
}

.block-option-1 .row .orbit-container .sub3 {
    top: 50%;
    left: 100%;
    border-color: #C084FC;
    animation-delay: -1.5s;
    width: 120px;
    height: 120px;
}

.block-option-1 .row .orbit-container .sub3 .iframe .info h3 a {
    color: #C084FC;
}

.block-option-1 .row .orbit-container .sub4 {
    top: 80%;
    left: 80%;
    border-color: #60A5FA;
    animation-delay: -2.25s;
}

.block-option-1 .row .orbit-container .sub4 .iframe .info h3 a {
    color: #60A5FA;
}

.block-option-1 .row .orbit-container .sub5 {
    top: 95%;
    left: 50%;
    border-color: #FACC15;
    animation-delay: -3s;
}

.block-option-1 .row .orbit-container .sub5 .iframe .info h3 a {
    color: #FACC15;
}

.block-option-1 .row .orbit-container .sub6 {
    top: 80%;
    left: 20%;
    border-color: #38BDF8;
    animation-delay: -3.75s;
}

.block-option-1 .row .orbit-container .sub6 .iframe .info h3 a {
    color: #38BDF8;
}

.block-option-1 .row .orbit-container .sub7 {
    top: 20%;
    left: 20%;
    border-color: #34D399;
    animation-delay: -4.5s;
    width: 90px;
    height: 90px;
}

.block-option-1 .row .orbit-container .sub7 .iframe .info h3 a {
    color: #34D399;
}

.block-option-1 .row .orbit-container .sub8 {
    top: 50%;
    left: 10%;
    border-color: #F59E0B;
    animation-delay: -5.25s;
}

.block-option-1 .row .orbit-container .sub8 .iframe .info h3 a {
    color: #F59E0B;
}

@media (max-width: 991px) {
    .block-option-1 {
        /* margin-top: 20px; */
        padding: 30px 0px 50px;
    }

    .block-option-1 .item {
        padding: 0 6px;
    }

    .block-option-1 .item .iframe {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .orbit-container {
        flex: 1;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: none;
    }
}

.block-option-1 .row .wrap-item .iframe {}

.block-option-1 .row .wrap-item .iframe .icon {
    width: 30px;
    height: 30px;
    margin: 0px auto 10px;
}

/*  */
.block-option-2 {
    padding: 70px 0px 50px;
    position: relative;
}

.block-title .info {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--main-color);
    letter-spacing: .14em;
    margin-bottom: 10px;
}

section.block-option-2 .iframe .info {
    color: #6d6d6d;
}

.block-option-2 .block-title .title {
    text-align: center;
}

.block-option-2 .block-title .title span {
    color: #000;
}

.block-option-2 .block-title .title b {
    color: var(--main-color);
    font-style: italic;
}

.block-option-2 .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 15px;
    margin: 0;
}

.block-option-2 .row>div {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}

.block-option-2 .row .item {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px 20px;
    border: 1px solid #FF2D7833;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: left;
    gap: 15px;
    align-items: stretch;
    transition: all 0.3s ease;
    /* box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; */
}

.block-option-2 .row .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.block-option-2 .row .item .iframe {
    display: flex;
    flex-direction: column;
    /* flex: 1; */
    gap: 15px;
    align-items: stretch;
}

.block-option-2 .row .item .group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.block-option-2 .row .item .group a {
    display: inline-flex;
    align-items: center;
    /* border: 1px solid var(--main-color); */
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 80%;
    background-color: #FF6B351F;
    color: #FF6B35;
    font-weight: 700;
}

.block-option-2 .row .item .icon {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border: 1px solid #FF2D7833;
    border-radius: 50%;
}

.block-option-2 .row .item .icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 40px;
    margin: auto;
    padding: 5px;
}

.block-option-2 .row .item h3 {
    font-size: 123%;
    margin: 0;
    color: #696969;
    font-weight: 700;
}

.block-option-2 .row .col-md-3:nth-child(1) .item h3,
.block-option-2 .row .col-md-3:first-child .item .group a {
    color: #7c3aed;
}

.block-option-2 .row .col-md-3:nth-child(2) .item h3,
.block-option-2 .row .col-md-3:nth-child(2) .item .group a {
    color: #ef4444;
}

.block-option-2 .row .col-md-3:nth-child(3) .item h3,
.block-option-2 .row .col-md-3:nth-child(3) .item .group a {
    color: #f59e0b;
}

.block-option-2 .row .col-md-3:nth-child(4) .item h3,
.block-option-2 .row .col-md-3:nth-child(4) .item .group a {
    color: #00B894;
}

.block-option-2 .row .col-md-3:nth-child(5) .item h3,
.block-option-2 .row .col-md-3:nth-child(5) .item .group a {
    color: #FF2D78;
}

.block-option-2 .row .col-md-3:nth-child(6) .item h3,
.block-option-2 .row .col-md-3:nth-child(6) .item .group a {
    color: #00C6FF;
}

.block-option-2 .row .col-md-3:nth-child(7) .item h3,
.block-option-2 .row .col-md-3:nth-child(7) .item .group a {
    color: #FFD60A;
}

.block-option-2 .row .col-md-3:nth-child(8) .item .group a, .block-option-2 .row .col-md-3:nth-child(8) .item .icon {
    color: #696969;
    background: #69696929
}

.block-option-2 .row .col-md-3:first-child .item .group a, .block-option-2 .row .col-md-3:first-child .item .icon {
    background: #7C5CFC1F
}

.block-option-2 .row .col-md-3:first-child .item, .block-option-2 .row .col-md-3:first-child .item .icon {
    border: 1px solid rgba(124, 92, 252, 0.2);
}

.block-option-2 .row .col-md-3:nth-child(2) .item .icon {

    background-color: #FF6B351F;
}

.block-option-2 .row .col-md-3:nth-child(3) .item .group a, .block-option-2 .row .col-md-3:nth-child(3) .item .icon {
    background-color: #FF9F0A1F;
}

.block-option-2 .row .col-md-3:nth-child(3) .item, .block-option-2 .row .col-md-3:nth-child(3) .item .icon {
    border: 1px solid #ff9f0a4a;
}

.block-option-2 .row .col-md-3:nth-child(4) .item .group a, .block-option-2 .row .col-md-3:nth-child(4) .item .icon {
    background-color: #00B3891F;
}

.block-option-2 .row .col-md-3:nth-child(4) .item, .block-option-2 .row .col-md-3:nth-child(4) .item .icon {
    border: 1px solid rgba(0, 184, 148, 0.2);
}

.block-option-2 .row .col-md-3:nth-child(5) .item .group a, .block-option-2 .row .col-md-3:nth-child(5) .item .icon {
    background-color: #FF2D781F;
}

.block-option-2 .row .col-md-3:nth-child(5) .item {
    border: 1px solid rgba(255, 45, 120, 0.2);
}

.block-option-2 .row .col-md-3:nth-child(6) .item .group a, .block-option-2 .row .col-md-3:nth-child(6) .item .icon {
    background-color: #00C6FF1F;
}

.block-option-2 .row .col-md-3:nth-child(6) .item, .block-option-2 .row .col-md-3:nth-child(6) .item .icon {
    border: 1px solid #00c6ff40;
}

.block-option-2 .row .col-md-3:nth-child(7) .item .group a, .block-option-2 .row .col-md-3:nth-child(7) .item .icon {
    background-color: #FFD60A1F;
}

.block-option-2 .row .col-md-3:nth-child(7) .item, .block-option-2 .row .col-md-3:nth-child(7) .item .icon {
    border: 1px solid rgba(255, 214, 10, 0.2);
}

.block-option-2 .row .col-md-3:nth-child(8) .item, .block-option-2 .row .col-md-3:nth-child(8) .item .icon {
    border: 1px solid #6969693b;
}

.block-option-2 .row .item span {
    font-size: 100%;
    font-style: italic;
    color: #6d6d6d;
}

.category-product {
    /* padding: 0px 0px 30px; */
    overflow: visible;
    margin: 0px;
}

.brand-big.category-product .row {
    margin: 0px;
}

.category-product .block-title .title {
    padding-left: 0px;
    text-align: left;
}

.category-product .sub {
    padding: 0px 5px;
}

.category-product .sub>a {
    text-decoration: none !important;
    margin-bottom: 10px;
    position: relative;
    transition: 0.5s ease;
    border-radius: 15px;
    padding: 16px 18px;
    display: block;
}

.category-product .sub>a {
    background: linear-gradient(0deg, #fff, #f1f5f9);
    border: 1px solid #ede9fe !important;
}

.category-product .sub>a span {
    display: block;
    font-weight: 500;
    font-size: 115%;
}

.category-product .sub>a:hover {
    transform: translateY(-6px);
    color: var(--main-color);
}

.category-product .sub>a:hover {
    box-shadow: 0 8px 24px rgba(124, 58, 237, .08) !important;
}

/*  */
.block-option-3 .block-title .title {
    /* font-size: 240%; */
    text-align: center;
}

.block-option-3 .block-title .title span {
    /* color: #f59e0b; */
}

.block-option-3 .item {
    margin-bottom: 7px;
    border-radius: 15px;
    /* overflow: hidden; */
}

.block-option-3 .item .iframe img {
    object-fit: cover;
    border-radius: 10px;
}

.block-option-3 .item .iframe .wrap-info {
    border-radius: 10px;
    box-shadow: 0 2px 7px rgb(145 145 145 / 35%);
    padding: 15px;
    background: #fff;
    margin-top: -50px;
    position: relative;
    /* width: 90%; */
    margin-left: auto;
    margin-right: auto;
}

.block-option-3 .item h3 {
    font-size: 152%;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.block-option-3 .item .wrap-info .info {
    margin-bottom: 15px;
    font-size: 114%;
}

.block-option-3 .item .wrap-info .wrap-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-option-3 .item .wrap-info .btn-main a {
    display: inline-block;
    border-radius: 8px;
    background: #f1f5f9;
    padding: 8px 30px;
    font-weight: 600;
    font-size: 118%;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: transform 0.5s ease;
}

.block-option-3 .item .wrap-info .btn-main a:hover {
    background: var(--main-color);
    color: #fff;
}

/**/
.block-option-4 {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
    /* margin-top: 30px; */
}

.block-option-4 .row {
    display: flex;
    flex-wrap: wrap;
}

.block-option-4 .row>div {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.block-option-4 .item {
    position: relative;
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.block-option-4 .item .iframe .move-app {
    font-family: monospace;
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(90deg, #F43F5E, #FF5E3A);
    box-shadow: 0 4px 12px rgba(244, 63, 94, 0.15);
}
.path-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    margin-top: 20px;
}
.block-option-4 .item .iframe  .path-stats span{
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #94A3B8;
  gap: 5px;
}
.path-stats span p{
    
margin: 0px;
}
.block-option-4 .item .iframe .move-app p {
    margin: 0px;
}

.block-option-4 .item .iframe {
    padding: 0px 24px 20px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 5px;
}

.block-option-4 .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(225, 68, 36, 0.3);
}

.block-option-4 .item .iframe span {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 1.6;
    /* margin-bottom: 15px; */
}

.block-option-4 .item .iframe h3 {
    font-size: 145%;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 10px 0px;
    border: none;
    display: block;
    font-weight: 700;
    overflow: hidden;
    line-height: 1.34;
}
.block-option-4 .row .item .group{
    padding-bottom:20px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex-shrink: 0;
}
.block-option-4 .row .item .group a {
    display: inline-flex;
    align-items: center;
    /* border: 1px solid var(--main-color); */
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 80%;
    background-color: #FF6B351F;
    color: #FF6B35;
    font-weight: 700;
}

section.block-option-4 .info {
    /* font-size: 190%; */
}

.block-option-4 .block-title .title {
    text-align: center;
}


.block-option-4 .btn-main a {
    display: inline-block;
    border-radius: 8px;
    background: #f1f5f9;
    padding: 8px 30px;
    font-weight: 600;
    font-size: 146%;
    margin-top: 30px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: transform 0.5s ease;
}

section.block-option-4 .avatar {
    position: relative;
    height: 0px;
    overflow: hidden;
    padding-bottom: 70%;
}

.block-option-4 .btn-main a:hover {
    background: var(--main-color);
    color: #fff;
}

section.block-option-4 .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 991px) {}

@media(max-width: 767px) {
    .block-option-2{
        padding: 30px 0px;
    }
    .block-option-2 .row>div{
        
padding: 0px 5px;
    }
    .block-option-2 .row .item .group a{
        font-size: 10px;
    }
    .block-option-2 .row .item{
        padding: 20px 15px;
    }
    .block-option-4 .block-title .title {
        /* text-align: left; */
        font-size: 180%;
    }

    .block-option-4 {
        padding-top: 30px;
    }

    .category-product .m8 {
        display: flex;
        flex-wrap: wrap;
    }

    .category-product .m8 .sub {
        display: flex;
        flex-direction: column;
    }

    .category-product .m8 .sub>a {
        display: flex;
        flex: 1;
        flex-direction: column;
    }

    section.block-option-4 .info, .block-option-4 .item .iframe h3 {
        /* font-size: 128%; */
    }

    .block-option-3 .block-title .title {
        /* font-size: 151%; */
        /* text-align: left; */
        padding: 0px;
        margin: 0px;
    }
}

/*  */
.block-option-5 {
    padding-bottom: 50px;
    /* display: none; */
}

.block-option-5 .block-title .title {
    text-align: center;
}

.block-option-5 .row {
    display: flex !important;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.block-option-5 .row>div {
    display: flex;
    flex-direction: column;
    padding: 0px 6px;
}

.block-option-5 .item {
    flex-direction: column;
    flex: 1;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    /* box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; */
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 18px;
    border: 1px solid #eaeaee;
    display: flex;
    /* gap: 20px; */
}

.block-option-5 .item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.block-option-5 .item .img {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.block-option-5 .img>a {
    position: relative;
    overflow: hidden;
    height: 60px;
    width: 60px;
    flex-shrink: 0;
    display: flex;
}

.block-option-5 .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.block-option-5 .wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
    font-size: 125%;
    /* padding-bottom: 20px; */
}

.block-option-5 .wrap .title {
    font-size: 113%;
    /* text-align: center; */
    font-weight: 600;
    margin-top: 20px;
    font-family: var(--font-family-key);
}

.block-option-5 .wrap .title a {
    /* color: var(--main-color); */
}

.block-option-5 .wrap span {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.block-option-5 .row .item .group a {
    display: inline-flex;
    align-items: center;
    /* border: 1px solid var(--main-color); */
    /* padding: 5px 10px; */
    border-radius: 20px;
    font-size: 80%;
    /* background-color: #FF6B351F; */
    color: #FF6B35;
    font-weight: 700;
}

/*  */
.block-option-6 {
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--main-color), var(--main-color-hover));
}

.block-option-6 .content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.block-option-6 .content img {
    border-radius: 10px;
}

.block-option-6 .block-title .title {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    max-width: 700px;
    margin: 0px auto 20px;
    line-height: 1.2;
    padding: 0;
}

.block-option-6 .block-title .info {
    color: #fff;
    background: no-repeat;
    -webkit-text-fill-color: #fff;
    font-size: 134%;
    text-transform: none;
    letter-spacing: normal;
}

.block-option-6 .block-title .title span {
    color: var(--main-color-hover);
}

.block-option-6 .nav-tabs {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-y: auto;
    scroll-behavior: smooth;
    justify-content: center;
    border: 0px;
    background: #fff;
    padding: 15px 0px 20px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: rgb(250 250 250 / 35%) 0px 5px 15px;
    scrollbar-width: thin;
    position: relative;
}

.block-option-6 .short-title {
    font-size: 114%;
    padding: 10px 20px;
}

.block-option-6 .nav-tabs>li {
    border: 0;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
    /* border-right: 1px solid #cccc; */
    flex: 0 0 auto;
    display: inline-block;
}

.block-option-6 .nav-tabs>li:last-child {
    border: 0px;
}

.block-option-6 .nav-tabs>li.active>a {
    font-weight: 600;
}

.block-option-6 .nav-tabs>li>a {
    font-size: 128%;
    border: 0 !important;
    color: var(--main-color);
    transition: 0.5s ease;
}

.block-option-6 .nav-tabs>li>a:hover,
.block-option-6 .nav-tabs>li.active>a,
.block-option-6 .nav-tabs>li.active>a:hover {
    border: 0px;
    color: var(--main-color);
    font-weight: 600;
    background: var(--main-color-hover);
    border-radius: 50px;
}

.block-option-6 .tab-content {
    padding: 0px 0px;
    position: relative;
    overflow: hidden;
}

.block-option-6 .tab-content .accordion-body .row {
    margin: 0px;
}

.block-option-6 .tab-content .iframe {
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-bottom: 50px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: rgb(250 250 250 / 35%) 0px 5px 15px;
    overflow: hidden;
}

.block-option-6 .tab-content .iframe:nth-child(1) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.block-option-6 .tab-content .item .img {
    position: relative;
    height: 0px;
    padding-bottom: 50%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border-radius: 20px;
}

.block-option-6 .tab-content .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.block-option-6 .tab-content .single-acco .accodion-body {
    font-size: 125%;
    line-height: 1.6;
}

.block-option-6 .tab-content .iframe .name {
    margin: 0px 0px 20px;
    font-size: 200%;
    color: var(--main-color);
    font-weight: 600;
    font-family: var(--font-family-key);
    line-height: 1.4;
}

@media(max-width: 991px) {
    .block-option-6 {
        margin-bottom: 40px;
    }

    .block-option-6 .tab-content .iframe {
        padding: 20px;
    }

    .block-option-6 .nav-tabs {
        /* padding: 15px 20px 20px; */
        justify-content: left;
        background: transparent;
        box-shadow: none;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .block-option-6 .nav-tabs>li>a {
        color: #fff;
    }

    .block-option-6 .tab-content .iframe:nth-child(1) {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .block-option-6 .tab-content .iframe .name {
        font-size: 160%;
    }

    .block-option-6 .tab-content .iframe .accodion-body {
        font-size: 135%;
    }
}

@media(max-width: 767px) {
    .block-option-5 {
        padding-bottom: 0px;
    }

    .block-option-6 .tab-content .iframe {
        flex-wrap: wrap;
        padding: 30px 5px;
        margin-bottom: 10px;
    }

    .block-option-6 .tab-content .item .img {
        box-shadow: none;
        margin-bottom: 30px;
    }

    .block-option-6 .block-title .title {
        margin-bottom: 0px;
    }

    .block-option-5 .iframe .info span {
        height: auto;
        /* -webkit-line-clamp: 3; */
        font-size: 122%;
        /* align-items: center; */
        /* display: flex; */
        width: 100%;
    }

    .slick-initialized .slick-slide {
        padding: 0px 10px;
    }

    .block-option-5 .iframe .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

/**/
.block-option-7 {
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

section.block-option-7 .row>div {
    padding: 0px 10px;
}

section.block-option-7 .slick-list {
    padding: 30px 0px !important;
}

section.block-option-7 .slick-list .slick-slide {
    /* padding: 0px; */
}

section.block-option-7 .item {
    background: var(--main-color-hover);
    padding: 0px 0px 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

section.block-option-7 .item .info {
    padding: 30px 30px 0px;
    font-size: 128%;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-style: italic;
    text-overflow: ellipsis;
}

section.block-option-7 .item .title {
    text-align: center;
    font-size: 142%;
    font-weight: 600;
    margin: 20px 0px;
    padding: 0px 10px;
}

section.block-option-7 .item .title a {
    color: var(--main-color);
}

.block-option-7 .block-title .title {
    text-align: center;
    margin-bottom: 30px;
}

section.block-option-7 .item .img {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    height: 0;
}

section.block-option-7 .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}

section.block-option-7 .item .read-more {
    padding: 10px 30px;
    font-size: 128%;
    font-weight: 600;
    color: var(--main-color);
    /* font-style: italic; */
    cursor: pointer;
}

@media(max-width: 991px) {
    .block-option-7 {
        padding-bottom: 30px;
    }

    section.block-option-7 .item .title {
        font-size: 128%;
        padding: 0px 20px;
    }

    section.block-option-7 .slick-list .slick-slide {
        padding: 0px 10px;
    }

    section.block-option-7 .item .info {
        padding: 20px 20px 0px;
        /* font-size: 114%; */
    }

    section.block-option-8 .item {
        margin-bottom: 0px;
    }
}

/*  */
section.block-option-8 .slick-list {
    /* margin-bottom: 70px; */
}

section.block-option-8 .slick-center .item {
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.1, 1.1, 1);
}

section.block-option-8 .item {
    transform: scale3d(0.9, 0.9, 1);
    transition: all 1s ease-in-out;
}

@media(max-width: 767px) {
    .block-option-7 {
        padding-top: 0px;
    }

    .block-option-7 .block-title .title {
        margin-bottom: 0px;
    }

    section.block-option-8 .slick-center .item {
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1, 1, 1);
    }
}

/*  */
.block-option-9 {
    position: relative;
    padding-bottom: 70px;
}

.block-option-9 .swiper-wrapper {
    justify-content: center;
}

section.block-option-9 .content {
    overflow-x: clip;
    margin-top: 70px;
}

.block-option-9 .block-title .container {
    transition: all 0.5s ease-in-out;
}

.block-option-9:hover .block-title .container {
    opacity: 0;
}

section.block-option-9 .content .container {
    transform: translateX(33.33333%);
    margin-top: -470px;
    transition: all 0.5s ease-in-out;
}

section.block-option-9 .content .container .swiper-slide {
    margin-right: 10px !important;
}

section.block-option-9:hover .content .container {
    transform: translateX(0);
}

section.block-option-9 .block-title {
    padding: 90px 0 110px;
    background-color: #0B3050;
    color: #fff;
}

section.block-option-9 .block-title .title span {
    color: #fff;
}

.block-option-9 .block-title .title {
    font-size: 250%;
    max-width: 400px;
    margin-bottom: 20px;
    text-align: left;
}

.block-option-9 .short-title {
    max-width: 400px;
    font-size: 132%;
    line-height: 1.5;
}

section.block-option-9 .content .container .row .slick-list {
    /* margin: 0; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    padding: 20px 0px;
}

section.block-option-9 .content .container .row .item {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    border-top: 5px solid #0B3050;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 60px 40px 40px;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    z-index: 1;
    border-radius: 10px;
    margin-bottom: 30px;
}

section.block-option-9 .content .container .row .item:hover {
    box-shadow: rgb(255 255 255 / 35%) 0px 5px 15px;
}

section.block-option-9 .content .container .row .item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0B3050;
    top: -100%;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

section.block-option-9 .content .container .row .item:hover::before {
    top: 0;
}

section.block-option-9 .content .container .row .item .img {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    box-shadow: rgb(255 255 255 / 35%) 0px 5px 15px;
    border-radius: 10px;
}

section.block-option-9 .content .container .row .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.block-option-9 .content .container .row .item .title {
    margin: 0px;
    font-size: 142%;
    font-weight: 600;
    font-family: var(--font-family-key);
    margin-top: 20px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}

section.block-option-9 .content .container .row .item:hover .title {
    color: #fff;
}

section.block-option-9 .content .container .row .item .info {
    font-size: 114%;
    line-height: 1.6;
    font-style: italic;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.block-option-9 .content .container .row .item .read-more {
    font-size: 142%;
    font-weight: 600;
    cursor: pointer;
}

section.block-option-9 .content .container .row .item:hover .read-more {
    color: #fff;
}

section.block-option-9 .content .container .row .item:hover .title a,
section.block-option-9 .content .container .row .item:hover .info,
section.block-option-9 .content .container .row .item:hover .read-more a {
    color: #fff;
}

@media(max-width: 991px) {
    section.block-option-9 .content {
        margin: 0;
        overflow-x: visible;
    }

    section.block-option-9 .content .container {
        transform: translateX(0px);
        margin-top: -100px;
    }

    section.block-option-9 .content .container .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .block-option-9 .swiper-wrapper {
        justify-content: normal;
    }

    .block-option-9:hover .block-title .container {
        opacity: 1;
    }

    .block-option-9 {
        padding-bottom: 30px;
    }

    section.block-option-9 .content .container .swiper-slide {
        margin-right: 50px !important;
    }

    .block-option-9 .short-title {
        text-align: left;
    }
}

@media(max-width: 767px) {
    section.block-option-9 .block-title {
        padding: 50px 0px 110px;
    }

    section.block-option-9 .content .container .row .item {
        padding: 20px;
        align-content: space-evenly;
    }

    section.block-option-9 .content .container .swiper-slide {
        padding: 0;
    }
}

/*  */
.block-option-10 {
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}

.block-option-10 .nav-tabs>li>a {
    text-align: center;
}

.block-option-10 .tab-content .img {
    position: relative;
    height: 0;
    padding-bottom: 58%;
    overflow: hidden;
}

.block-option-10 .tab-content .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.block-option-10 .tab-content {
    padding: 50px;
    background: #fff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.block-option-10 .nav-tabs {
    margin: 0;
    padding-top: 30px;
}

.block-option-10 .video {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    background-size: cover;
    overflow: hidden;
}

.block-option-10 .video video {
    padding: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    margin: auto;
}

.block-option-10 .video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.block-option-10 .tab-content .row {
    margin: 0px;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    justify-content: center;
}

.block-option-10 .tab-content .row>div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.block-option-10 .tab-content .row>div>div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.block-option-10 .tab-content .item .title {
    font-size: 220%;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: var(--font-family-key);
    line-height: 1.4;
}

.block-option-10 .tab-content .item .info {
    text-align: justify;
    font-size: 128%;
    line-height: 1.6;
}

@media(max-width: 991px) {
    .block-option-10 .tab-content {
        padding: 0px;
        background: transparent;
    }

    .block-option-10 .tab-content .row {
        flex-direction: column-reverse;
    }

    .block-option-10 .tab-content .item {
        padding: 30px 0px 0px;
    }

    .block-option-10 .tab-content .item .title a,
    .block-option-10 .tab-content .item .info {
        color: #fff;
    }
}

@media(max-width: 767px) {
    .block-option-10 {
        padding-top: 30px;
        margin-top: 0;
    }
}

/*  */
.block-option-11 {
    padding: 70px 0px 80px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

section.block-option-11 .info {
    font-size: 128%;
    line-height: 1.6;
    margin-bottom: 50px;
}

.block-option-11 .row {
    display: flex;
    flex-wrap: wrap;
}

.block-option-11 .row>div {
    display: flex;
    flex-direction: column;
}

.block-option-11 .item {
    background: #fff;
    position: relative;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    margin-bottom: 20px;
}

.block-option-11 .item .img {
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
    overflow: hidden;
    background: var(--main-color-hover);
    border-radius: 50%;
}

.block-option-11 .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;
    margin: auto;
}

.block-option-11 .item .title {
    font-size: 158%;
    font-weight: 600;
    font-family: var(--font-family-key);
}

@media(max-width: 767px) {
    .block-option-11 .item {
        padding: 20px 10px;
    }

    .block-option-11 .item .title {
        font-size: 135%;
        line-height: 1.4;
    }

    .block-option-11 {
        padding: 15px 0 5px 0;
    }
}

/**/
.article {}

.article .block-content {}

.article .block-content ul {
    padding: 0;
}

.article .block-content ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.article .block-content ul li h3 {
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 400;
}

.article .block-content ul li h3 i {}

/**/
.register11 {
    padding: 70px 0px 70px;
    /* background: url(../imgs/about1.jpeg) no-repeat; */
    /* background-size: cover; */
    position: relative;
}

.register11::before {
    content: '';
    position: absolute;
    background: rgb(255 255 255 / 0.7);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.register11 .content {
    padding: 40px;
    box-shadow: 0px 0px 25px #bfbfbf;
    position: relative;
    z-index: 2;
    background: var(--main-color);
    border-radius: 15px;
}

@media(max-width: 767px) {
    .register11 {
        padding: 20px 0px;
    }

    .register11 .content {
        padding: 16px;
    }
}

.register11 .content .content1 {
    background: #fff;
    padding: 40px 20px;
    border-radius: 15px;
}

.register11 .content .content1 .form-control {
    height: 45px;
    border-radius: 10px;
    padding: 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media(max-width: 767px) {
    .register11 .content .content1 {
        padding: 15px;
    }
}

.register11 .row .info .item {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    padding-top: 35px;
}

.register11 .row .info .item .img {
    text-align: center;
    position: relative;
    height: 0px;
    overflow: hidden;
    padding-bottom: 73%;
}

.register11 .row .info .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.register11 .row .item1 .iframe>h2 {
    margin: 0px 0px 15px;
    text-align: center;
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 27px;
    font-weight: 600;
    line-height: 1.4;
    padding-top: 0px;
}

.register11 .row .item1 .iframe .form-group label {
    font-weight: 500;
    display: block;
}

.register11 .row .item1 .iframe .short_info {
    text-align: center;
    margin-bottom: 15px;
    margin-top: -10px;
}

.span-error {
    color: red;
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

/*register-popup*/
.register-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    visibility: hidden;
    opacity: 0;
}

.register-popup.active {
    opacity: 1;
    visibility: visible;
}

.register-popup .content {
    max-width: 550px;
    margin: 20px auto 0px;
    background: #fff;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    padding: 25px 35px;
}

.register-popup .content .close {}

.register-popup .content .form {}

.register-popup .content .title {
    margin: 20px 0 20px;
    text-align: center;
}

.register-popup .content .information {
    text-align: center;
    line-height: 1.5;
}

.register-popup .content .form-default {}

.register-popup .content .form-group {}

.register-popup .content .form-group input,
.register-popup .content .form-group select,
.register-popup .content .form-group textarea {}

.overlay-form-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.register-popup.active+.overlay-form-popup {
    opacity: 0.5;
    visibility: visible;
}

/*register-popup*/
/**/
.modal-form-success {}

.modal-form-success .modal-body {
    padding: 25px;
    text-align: center;
}

@media(max-width: 767px) {
    .modal-form-success .modal-body {
        padding: 20px 12px;
    }
}

.modal-form-success .modal-body button {
    opacity: 1;
    text-shadow: none;
    float: none;
    background: var(--main-color);
    border: 1px solid var(--main-color-hover);
    color: #fff;
    height: 46px;
    width: auto;
    border-radius: 3px;
    font-size: 15px;
    padding: 0px 30px;
    margin-top: 14px;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px #999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.modal-form-success .modal-body button:hover {
    background: var(--main-color-hover);
}

.modal-form-success .modal-body .in {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 15px auto 0px;
}

.modal-form-success .modal-body h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0px 12px;
    line-height: 1.2;
    color: #555;
}

.modal-form-success .modal-body h4 {
    color: #555;
    font-size: 16px;
    margin-bottom: 10px;
}

.modal-form-success .modal-body p {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
}

/**/
.leader {}

.leader .block-title {
    margin: 45px 0px 50px;
}

.leader .block-title .title {
    font-size: 26px;
}

.leader .item {}

.leader .item:nth-child(2n+1) {
    clear: both;
}

.leader .item .iframe {
    margin: 10px 0;
    background: #f9f9f9;
}

@media(max-width: 767px) {
    .leader .item .iframe {
        margin: 4px 0px;
    }

    .leader .block-title .title {
        font-size: 22px;
    }
}

.leader .item .iframe .img {
    width: 100%;
    /* height: 0; */
    /* padding-bottom: 100%; */
    position: relative;
    /* border-radius: 50%; */
    /* overflow: hidden; */
    /* border: 3px solid var(--main-color); */
    /* box-shadow: 0px 0px 20px #d1ae6d; */
    text-align: center;
}

.leader .item .iframe .img:before {
    content: '';
    position: absolute;
    /* border: 10px solid #d1ae6d; */
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: 2;
    display: none;
}

.leader .item .iframe .img img {
    /* height: 100%; */
    width: 100%;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* margin: auto; */
    /* object-fit: cover; */
}

.leader .item .iframe .row>div:first-child {
    padding-right: 0;
}

.leader .item .iframe .info {
    padding: 22px 6px 12px;
}

@media(max-width: 767px) {
    .leader .item .iframe .img {
        padding: 0px 80px;
    }

    .leader .item .iframe .info {
        padding: 20px 14px 4px 14px;
    }
}

.leader .item .iframe .info h2 {
    margin: 0 0 10px 0;
    color: var(--main-color);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.leader .item .iframe .info h3 {
    margin: 0 0 18px 0;
    font-size: 15px;
    color: #444;
    font-weight: 600;
}

.leader .item .iframe .info p {
    margin: 9px 0px;
    display: none;
}

.leader .item .iframe .info p:last-child {
    display: block;
}

.leader .item .iframe .info p img {
    height: 26px;
    margin-right: 7px;
}

/**/
.owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    left: 8px;
    font-size: 20px;
    height: 40px;
    width: 30px;
    line-height: 40px;
    text-align: center;
    margin-top: -21px;
    background: rgb(0 0 0 / 30%);
    color: #fff;
    -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;
}

.owl-controls .owl-buttons div:hover {
    background: var(--main-color);
}

.owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 8px;
}

.footer-option {
    padding: 50px 0px;
}

.footer-option .links h3 {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 10px;
    margin: 0px;
    text-transform: uppercase;
}

.footer-option .links ul {
    padding: 0px;
}

.footer-option .links ul li {
    list-style-type: none;
    padding: 7px 0px;
}

.footer-option .links ul li a {
    text-transform: capitalize;
    font-size: 15px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.links ul li a:hover {
    padding-left: 10px;
}

.links .right img {
    height: auto;
}

.footer-option .down_app {
    display: flex;
    align-items: center;
}

.footer-option .down_app .left {}

.footer-option .down_app .left a {
    background: #000;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 15px;
}

.footer-option .down_app .left a img {
    display: inline-block;
    max-height: 48px;
    height: auto;
}

.z-index2 {
    z-index: 2;
}

/**/
.owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    left: 8px;
    font-size: 20px;
    height: 40px;
    width: 30px;
    line-height: 40px;
    text-align: center;
    margin-top: -21px;
    background: rgb(0 0 0 / 30%);
    color: #fff;
    -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;
}

.owl-controls .owl-buttons div:hover {
    background: var(--main-color);
}

.owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 8px;
}

.icon_store {
    position: fixed;
    left: 0;
    right: 0;
    width: 220px;
    bottom: 5px;
    margin: auto;
    z-index: 21;
    background: var(--main-color);
    margin: auto;
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
    padding: 9px 0 8px;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.icon_store a {
    color: #fff;
}

@-webkit-keyframes icon_store1 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes icon_store1 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.icon_store1 {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-duration: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: icon_store1;
    animation-name: icon_store1;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/**/
/**/
.agency-content {
    margin-bottom: 15px;
}

.agency-content .left {
    padding-left: 0px;
}

.agency-content .left .item,
.agency-content .right .item {
    margin-top: 10px;
}

.agency-content .left .item>h2 {
    background: #f6f6f6;
    margin: 0px;
    font-weight: 600;
    padding: 18px 14px 6px;
    text-align: center;
    font-size: 15px;
}

.agency-content .left .item select {
    width: calc(100% - 28px);
    background: none;
    border: 1px solid #ddd;
    margin: 0px 14px;
    height: 34px;
    padding: 0px 4px;
    font-weight: 600;
}

.agency-content .left .item .wrap-all-submenu {
    margin: 0px;
    padding: 0px;
    max-height: 606px;
    overflow-y: auto;
}

.agency-content .left .item .all-submenu {
    padding: 0px;
    margin: 0px;
}

.agency-content .left .item .all-submenu li {
    list-style-type: none;
    padding: 18px 10px 18px 72px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #fff;
}

.agency-content .left .item .all-submenu li a {
    color: #333;
}

.agency-content .left .item .all-submenu li.active,
.agency-content .left .item .all-submenu li:hover {
    background: #fffbe6;
}

.agency-content .left .item .all-submenu li p:nth-child(1) {
    width: 50px;
    height: 71px;
    background: url(../images/list-map.png) no-repeat;
    background-size: cover;
    color: #c79238;
    font-weight: 700;
    padding-top: 10px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 0px;
    margin: 0px;
    bottom: 0px;
    margin: auto;
}

.agency-content .left .item .all-submenu li p:nth-child(2) {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
}

.agency-content .left .item .all-submenu li p:nth-child(3) {
    margin-bottom: 0px;
    line-height: 1.4;
    font-size: 13px;
    min-height: 37px;
}

.agency-content .left .item .all-submenu li p:nth-child(4) {
    color: #c79238;
    margin: 0px;
    display: none;
}

.agency-content .right {}

.agency-content .right .item {
    display: none;
}

.agency-content .right .item:first-child {
    display: block;
}

.agency-content .right .item .item1 .img {
    padding-right: 0px;
}

.agency-content .right .item .item1 .img img {
    width: 100%;
}

.agency-content .right .item .item1 .info {}

.agency-content .right .item .item1 .info h3 {
    margin-top: -5px;
}

@media(max-width: 767px) {
    .agency-content .right .item .item1 .info h3 {
        margin-top: 12px;
        margin-bottom: 0px;
    }

    .agency-content .left .item,
    .agency-content .right .item {
        margin-top: 10px;
    }
}

.agency-content .right .item .item1 .info p {
    margin: 0px 0px;
    color: #444;
}

.agency-content .right .item .item1 .map {
    margin-top: 10px;
}

.agency-content .right .item .item1 .map iframe {
    width: 100%;
}

.data-iframe {
    display: none;
}

/**/
.agency2 {
    margin-top: 10px;
}

.agency2 .content {
    /* background: #f4ecdd; */
    /* padding: 12px 12px; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: flex-end; */
    /* display: flex; */
    /* align-items: center; */
}

.agency2 .content .item1 {
    background: #c79238;
    padding: 9px 15px 7px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
}

.agency2 .content .item1 img {
    display: inline-block;
    margin-right: 8px;
    height: 28px;
    position: relative;
    top: -2px;
}

.agency2 .content .item2 {
    /* margin-right: 15px; */
    /* padding: 12px 20px; */
    /* background: #f1f1f1; */
}

.agency2 .content .item2 select {
    background: #f1f1f1;
    border: none;
    /* text-transform: uppercase; */
    padding: 12px 10px;
    width: 100%;
    border-radius: 4px;
}

.agency2 .content .item3 {
    background: #dab95f;
    padding: 11px 20px 9px;
    color: #fff;
    text-transform: uppercase;
}

.agency2 .content .item3 img {
    display: inline-block;
    height: 24px;
    margin-right: 10px;
}

@media(max-width: 767px) {
    .agency2 .content {
        display: block;
    }

    .agency2 .content .item1,
    .agency2 .content .item2 {
        margin-right: 0px;
    }
}

.scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 39px;
    /* background: #000; */
    /* color: #ffffff !important; */
    -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;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.scroll-top i {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.support-messenger {
    bottom: 160px;
}

.hisella-messages {
    position: fixed;
    bottom: -360px;
    right: -148px;
    z-index: 999999;
}

.hisella-messages-outer {
    position: relative;
}

#hisella-minimize {
    background: var(--main-color);
    font-size: 13px;
    color: #fff;
    padding: 4px 10px;
    position: absolute;
    top: -27px;
    left: 0px;
    cursor: pointer;
    -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;
}

#hisella-facebook {
    opacity: 0;
    width: 250px;
}

#hisella-minimize img {
    width: 18px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

@media(max-width: 991px) {
    .scroll-top {
        bottom: 70px;
    }
}

@media(max-width: 767px) {
    #hisella-minimize span {
        display: none;
    }

    #hisella-minimize img {
        margin-right: 0px;
    }

    #hisella-minimize {
        padding: 4px 8px;
        left: 68px;
    }

    #hisella-minimize.abc {
        left: 0px;
    }
}

/* combo */
.content-product-detail .detail-product .infomation-product-detail .content-product-combo .title {
    padding: 0px 0px 10px;
    border: none;
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 15px;
}

.content-product-detail .detail-product .infomation-product-detail .content-product-combo .title:hover a {
    color: var(--main-color);
}

.content-product.content-product-combo .content .block-content .row .item .iframe {
    margin-right: 20px;
}

.content-product.content-product-combo .content .block-content .row .item .iframe .info h3 {
    font-size: 12px;
    height: 34px;
    margin-bottom: 2px;
}

.content-product.content-product-combo .content .block-content .row .item .iframe .info .price {
    font-size: 14px !important;
}

.content-product.content-product-combo .content .block-content .row .item .iframe .info {
    height: 68px;
    padding: 12px 8px 0px;
}

.user-no .content-product.content-product-combo .content .block-content .row .item .iframe .info {
    height: 68px;
}

.content-product.content-product-combo .content .block-content .owl-combo:last-child .item span.plus-combo {
    display: none;
}

.content-product.content-product-combo .content .block-content .row .item span.plus-combo {
    position: absolute;
    font-size: 16px;
    color: var(--main-color);
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4px;
}

/* combo */
.ui-autocomplete-m-height {
    max-height: 300px;
    overflow-y: auto;
}

.info-order-showroom ul.title {
    font-weight: 600;
    color: #555;
    margin: 0px 0px;
    border-top: none;
}

.info-order-showroom ul {
    display: flex;
    padding: 10px 0px;
    margin: 0px 0px;
    align-items: center;
    position: relative;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #f2f2f2;
}

.info-order-showroom ul.title li.img {
    height: auto;
    border: none;
    border-radius: 0px;
    white-space: nowrap;
}

.info-order-showroom ul li.img {
    width: 81px !important;
    height: 81px;
    position: relative;
    border: 1px solid #ddd;
    padding: 0px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
}

.info-order-showroom ul li {
    list-style-type: none;
    margin: 0px 10px;
    width: 20% !important;
}

.info-order-showroom ul li.content {
    width: calc(100% - 450px) !important;
    font-weight: 600;
}

.info-order-showroom ul li {
    list-style-type: none;
    margin: 0px 10px;
    width: 20% !important;
}

.info-order-showroom ul li.price {
    white-space: nowrap;
    color: var(--main-color);
    font-weight: 600;
    width: 100px !important;
    text-align: right;
}

.info-order-showroom ul li {
    list-style-type: none;
    margin: 0px 10px;
    width: 20% !important;
}

.checkout-off-showroom {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

/*  */
.user_order_showroom {
    border-top: 2px solid #f2f2f2;
    margin-top: 0px;
    padding-top: 12px;
}

.user_order_showroom ul {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    border: none !important;
}

.user_order_showroom ul li {
    display: block !important;
    width: 100% !important;
    margin: 0;
    padding: 8px 10px;
    border-top: 1px solid #f1f1f1;
    font-size: 13px;
    position: relative;
}

/*  */
.info-order-showroom ul li.price span,
.info-order ul li.price span {
    display: block;
    color: #FF5B44;
    font-size: 12px;
}

.search-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
}

.search-user>div {
    display: flex;
    align-items: center;
    width: 70%;
}

.search-user .relative {
    width: 70%;
    position: relative;
}

.search-user input {
    margin-left: 8px;
}

.search-user>a {
    display: block;
    width: fit-content;
}

.search-user span.icon-x {
    position: absolute;
    right: -5px;
    top: 5px;
    background: none;
    border: none;
    font-size: 16px;
    color: #c1c1c1;
    cursor: pointer;
    text-align: center;
    padding-top: 4px;
    width: 30px;
    min-width: unset;
}

.search-user span.icon-x:hover {
    color: var(--main-color-hover);
}

@media (max-width: 767px) {
    .search-user {
        display: block;
    }

    .search-user>div {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-user input {
        width: 50%;
    }
}

.user_order_showroom ul button {
    margin: 5px 10px 10px;
}

.search_product_showroom {
    margin-top: 0px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
}

.user_order_showroom .title,
.product_showroom.title {
    /* border-top: 1px solid #f2f2f2; */
    padding-top: 15px;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
}

.search-user span,
.form-add-user-off span,
.search_product_showroom span {
    display: inline-block;
    min-width: 110px;
    font-weight: 600;
}

.form-add-user-off input,
.search_product_showroom input {
    margin-left: 8px;
    width: 50%;
}

.form-add-user-off input {
    width: 50%;
    margin: 10px 0px 15px;
}

.form-add-user-off span {
    display: inline-block;
}

.form-add-user-off button {
    margin-right: 8px;
    margin-bottom: 12px;
}

.info-order-showroom .total-payment ul#total_payment {
    padding: 0px;
    margin: 0px;
}

.checkout-off-showroom .total-payment {
    border-top: 0px;
    padding-top: 15px;
    margin-top: 0;
}

.info-order ul.list_order {
    display: block;
    padding: 10px 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.info-order ul.list_order>div {
    padding: 0px 2px;
}

.tab-content>.active {
    display: block;
}

@media (min-width: 768px) {
    .block-modal .modal-dialog {
        width: 880px;
        margin: 10px auto;
    }

    .block-modal .modal-content .modal-body {
        padding: 30px;
    }
}

.block-modal .modal-content {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.block-modal .modal-content .modal-body .name {
    text-align: center;
    margin-bottom: 30px;
    font-size: 213%;
    font-weight: 600;
    color: var(--main-color);
}

.block-modal .modal-content .modal-body .info {
    font-size: 120%;
    line-height: 1.5;
}

.btn-close {
    background: transparent;
    text-align: right;
    position: relative;
    border: 0;
    top: 0;
    z-index: 1;
    font-size: 321%;
    float: inline-end;
    right: 10px;
}

@media (max-width: 767px) {
    .block-modal .modal-content .modal-body .name {
        font-size: 170%;
        margin-top: 40px;
    }
}

.header-menu .menu-top .wrap-logo {
    display: none;
}

@media (max-width: 991px) {
    .header-menu .menu-top .wrap-logo {
        display: block;
        text-align: center;
    }

    .header-menu .menu-top .wrap-logo img {
        padding: 10px;
        max-height: 122px;
    }
}

.btn-key {
    display: block;
    padding: 10px 20px;
    text-align: center;
    font-size: 124%;
    font-weight: 900;
    border-radius: 10px;
    /* width: 100%; */
    transition: 0.5s ease;
    margin: 0px auto;
}

label.wrap-ace input[type=radio].ace+.lbl::after {
    top: 0px;
}

.ly_do_khac>label {
    display: none !important;
}

.contact {
    /* background: linear-gradient(to bottom right in oklab, #7c5cfc 0%, #c653f0 50%, #ff2d78 100%); */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
}

.contact .white-box {
    background: transparent;
}

.contact .white-box .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .white-box .row .form-login {
    background: #fff;
    padding: 30px;
    margin: 30px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.contact .form-input label {
    text-transform: none;
    font-size: 15px;
    color: #000;
}

.contact .form-input input {
    border: 1px solid #eaeaee;
    border-radius: 10px;
    height: 44px;
    margin: 8px 0 0 0;
    padding: 5px 10px;
    font-weight: 400;
}

.contact .form-login .form-input {
    margin: 12px 0px;
}

.contact .form-input textarea {
    border: none;
    box-shadow: none !important;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    padding: 10px;
    min-height: 126px;
    font-size: 15px;
    width: 100% !important;
    outline: none;
    margin-top: 10px;
}

/* bill */
.bill .bill-content {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 25px;
}

.bill .block-title h2 {
    display: block;
    float: unset;
    text-transform: uppercase;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .bill .container {
        padding: 0 !important;
    }

    .bill .bill-content {
        padding: 20px 10px;
        margin-bottom: -10px;
        box-shadow: none;
        padding-bottom: 0;
    }

    .bill .block-title h2 {
        margin-top: 20px;
    }
}

.bill .form-wrapper {}

.bill .result {
    margin-top: 20px;
    text-align: center;
}

.bill .tracuu {
    color: #ffffff;
    background-color: var(--main-color);
    font-weight: 600;
    font-size: 16px;
    padding: 12px 30px;
    border-color: var(--main-color);
    transition: all linear 0.3s;
    text-transform: uppercase;
}

.bill .tracuu i {
    position: relative;
    /* top: 2px; */
    margin-left: 7px;
    font-size: 20px;
}

.bill .tracuu:hover {
    border-color: var(--main-color-hover);
    background-color: var(--main-color-hover);
}

.chung_chi_online {
    margin: 0 -10px;
}

.chung_chi_online .wrap_item {
    margin: 0 0 20px 0;
    padding: 0 10px;
}

.chung_chi_online .wrap_item>h3 {
    margin: 0px 0 10px 0;
    font-size: 140%;
    /* text-transform: uppercase; */
    line-height: 1.3;
    position: relative;
    font-weight: 600;
}

.chung_chi_online .wrap_item .item {}

.chung_chi_online .wrap_item .item .img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.chung_chi_online .wrap_item .item .img>span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 35px;
    background: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: auto;
    cursor: pointer;
    display: none;
}

.chung_chi_online .wrap_item .item:hover .img>span {
    display: flex;
}

.chung_chi_online .wrap_item .item .img img {}

.chung_chi_online .wrap_item .item h4 {
    margin: 0;
    /* border: 1px solid #ddd; */
    padding: 10px 10px 15px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    font-size: 125%;
}

.profile_hoc_vien ul {}

.profile_hoc_vien ul li {
    font-size: 17px;
    margin: 6px 0;
}

.wrap_chung_chi {}

/* HEADER */
.header-calendar {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    background: #18191c;
    background: var(--main-color);
    background: #fff;
}

select,
button {
    padding: 7px 12px 6px;
    background: #2a2d35;
    border: 1px solid #ddd;
    color: #fff;
    background: var(--main-color);
    /* border-color: #1e4a73; */
    background: #fff;
    color: #222;
    border-radius: 3px;
}

/* WEEK NAME */
.week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: #18191c;
    background: #e1f1ff;
    /* background: #ddd; */
    border: 1px solid #ddd;
    border-bottom: none;
}

.week div {
    text-align: center;
    padding: 10px;
    color: #888;
    /* color: #fff; */
    font-weight: 600;
    color: #222;
}

/* CALENDAR */
.wrap_event .calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: 110px;
    background: #1e1f23;
    background: var(--main-color);
    background: #fff;
    border: 1px solid #ddd;
    border-right: none;
    border-bottom: navajowhite;
}

@media(max-width: 767px) {
    .wrap_event .calendar {
        grid-auto-rows: 50px;
    }
}

.wrap_event .day {
    border: 1px solid #2c2f36;
    padding: 5px;
    position: relative;
    cursor: pointer;
    border-color: #153c60;
    border-color: #ddd;
    /* border-right: none; */
    /* border-top: none; */
    margin: -1px 0px 0px -1px;
}

.wrap_event .date {
    font-size: 15px;
    color: #aaa;
    color: #fff;
    font-weight: 600;
    color: #333;
    color: var(--main-color);
}

.wrap_event .today .date {
    background: #ff4d4f;
    color: #fff;
    border-radius: 50%;
    padding: 5px 8px;
    display: inline-block;
}

.wrap_event .event {
    margin-top: 1.7px;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    display: block;
    max-width: 168px;
    text-overflow: ellipsis;
}

@media(max-width: 767px) {
    .wrap_event .date {
        margin-top: 11px;
    }

    .wrap_event .today .date {
        margin-top: 8px;
        padding: 2px 5px;
        margin-bottom: 2px;
    }

    .wrap_event .day {
        text-align: center;
    }

    .wrap_event .day.today {
        /* margin: 0; */
    }

    .wrap_event .event {
        text-indent: -99999px;
        width: auto;
        padding: 0;
        display: inline-block !important;
        width: 4px;
        height: 4px;
        margin: 0px 1px 0 1px;
        position: relative;
        top: -8px;
    }
}

.wrap_event .event a {
    color: #fff;
}

.wrap_event .blue {
    background: #2f80ed;
}

.wrap_event .pink {
    background: #a855f7;
}

.wrap_event .menu-top-bottom {
    margin-top: 0;
}

/**/
.list_event {
    margin: 20px 0 0 0;
}

.list_event>.title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: var(--main-color);
}

.list_event .list {}

.list_event .list .item {
    background: #f3f3f3;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin: 10px 0;
}

.list_event .list .item .status-badge {
    display: inline-block;
    background: #d4e9ff;
    color: #1e5a9e;
    padding: 6px 20px 5px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.list_event .list .item .status-badge.end {
    background: #ddd;
    color: #999;
}

.list_event .list .item h3 {
    margin: 12px 0 12px 0;
    font-size: 18px;
    font-weight: 600;
}

.list_event .list .item h3 a {
    color: var(--main-color);
}

.list_event .list .item h3 a i {
    font-size: 10px;
    position: relative;
    top: -2px;
    margin: 0 5px 0px 0;
}

.list_event .list .item h3 a i.green {
    color: #7ace4c;
}

.list_event .list .item h3 a i.red {
    color: #d9534f;
}

.list_event .list .item .days,
.list_event .list .item .address {
    margin: 6px 0;
}

.list_event .list .item .days i,
.list_event .list .item .address i {
    margin: 0 5px 0 0;
}

/* detail event */
.header-event {
    background: linear-gradient(135deg, #1e5a9e 0%, #2b7bc7 100%);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.time-display {
    font-size: 14px;
    font-weight: 600;
}

.header-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.header-icons svg {
    width: 20px;
    height: 20px;
}

.sms-badge {
    background: white;
    color: #1e5a9e;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: -8px;
}

.battery-icon {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #e8f1fb 0%, #f0f7ff 100%);
    padding: 40px 20px 60px;
    position: relative;
    /* overflow: hidden; */
}

.hero-illustration {
    text-align: center;
    /* margin-bottom: 20px; */
}

.hero-illustration .img {
    text-align: right;
    position: absolute;
    top: -100px;
}

.hero-illustration img {
    max-width: 33%;
    width: 100%;
    height: auto;
}

.back-button {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
}

.back-button:hover {
    background: rgba(0, 0, 0, 0.5);
}

.status-badge {
    display: inline-block;
    background: #d4e9ff;
    color: #1e5a9e;
    padding: 9px 20px 8px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.status-badge.end {
    background: #ddd;
    color: #999;
}

/* Main Content */
.header-event .container {
    max-width: 1200px;
    margin: -40px auto 0;
    padding: 0 16px 40px;
}

.event-title {
    position: absolute;
    top: 100px;
    width: 35%;
    left: 20px;
    /* background: white;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    position: relative;
    margin-top: 20px; */
}

.live-indicator {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    background: #ff4444;
    border-radius: 50%;
    /* animation: pulse 2s infinite; */
    transform: translate(100%, -50%);
}

/* @keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
} */
.event-title h1 {
    font-size: 28px;
    line-height: 1.3;
    color: #1a1a1a;
    padding-left: 16px;
    margin: 0px 0px 0px 34px;
    font-weight: 600;
    position: relative;
    color: var(--main-color);
}

/* Info Cards */
.info-card {
    background: white;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.info-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.icon-wrapper {
    background: #e8f1fb;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-wrapper svg {
    width: 28px;
    height: 28px;
    fill: #1e5a9e;
}

.info-content {
    flex: 1;
}

.info-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.info-value {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.5;
}

.action-button {
    margin-top: 16px;
    width: 100%;
    background: #e8f1fb;
    color: #1e5a9e;
    border: none;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
}

.action-button:hover {
    background: #d4e9ff;
    transform: translateY(-2px);
}

.action-button svg {
    width: 20px;
    height: 20px;
}

/* Description Section */
.section {
    background: white;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 4px solid #1e5a9e;
    margin-top: 14.2px;
}

.section-content {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.participants-section {
    background: white;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* margin-top: 20px; */
}

.participants-count {
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-top: 12px;
}

.participants-section .list_member {
    padding: 0;
    margin: 20px 0 0 0;
}

.participants-section .list_member li {
    list-style-type: none;
    display: inline-block;
    margin: 10px 0px;
    text-align: center;
}

.participants-section .list_member li .img {
    width: 160px;
    height: 160px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.participants-section .list_member li .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.participants-section .list_member li .name {
    font-size: 16px;
    margin: 10px 0px 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--main-color);
    font-weight: 600;
}

.participants-section .list_member li .event_at {}

/* Responsive Design */
@media (min-width: 768px) {
    .header-event .container {
        padding: 0 32px 40px;
    }

    .info-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .header-event .header {
        padding: 16px 32px;
    }
}

@media (min-width: 1024px) {
    .header-event .container {
        padding: 0 40px 60px;
    }

    .hero-section {
        padding: 200px 0px 100px;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .content-wrapper {
        /* display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 24px;
        align-items: start; */
    }

    .main-content {
        grid-column: 1;
    }

    .sidebar-content {
        grid-column: 2;
        position: sticky;
        top: 0px;
    }
}

@media (max-width: 1025px) {
    .hero-illustration .img {
        top: -20px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding: 0px;
        margin-bottom: 20px;
    }

    .event-title {
        top: 80px;
        width: 50%;
    }

    .hero-illustration .img {
        top: 0;
        position: relative;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hero-illustration .img {
        text-align: center;
    }

    .hero-illustration img {
        max-width: 60%;
    }

    .event-title {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        margin-top: 20px;
    }

    .event-title h1 {
        font-size: 20px;
        max-width: 300px;
        line-height: 1.6;
    }
}

.cau_hoi_thuong_gap {
    /* padding: 60px 0; */
    /* background: #FFF4E9; */
}

.cau_hoi_thuong_gap .left {}

.cau_hoi_thuong_gap .left .title {
    font-weight: 600;
    font-size: 22px;
    padding: 0px 0px 10px;
    color: #000;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 6px;
}

.cau_hoi_thuong_gap .left .info {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
}

.cau_hoi_thuong_gap .left .info i {
    font-weight: 400;
    font-size: 15px;
}

.cau_hoi_thuong_gap .left .info strong,
.cau_hoi_thuong_gap .left .info b {
    color: var(--main-color);
}

.cau_hoi_thuong_gap .left .view {}

.cau_hoi_thuong_gap .left .view a {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}

.cau_hoi_thuong_gap .panel-group .panel+.panel {
    margin-top: 6px;
}

.cau_hoi_thuong_gap .item .panel-group .panel {
    border: none;
}

.cau_hoi_thuong_gap .panel-default>.panel-heading {
    background: #f1f1f1;
    padding: 0;
}

.cau_hoi_thuong_gap .panel-title {}

.cau_hoi_thuong_gap .panel-title a {
    display: block;
    padding: 15px 30px 15px 15px;
    color: #fff;
    background: var(--main-color);
    border-radius: 3px 3px 0px 0px;
    position: relative;
    line-height: 1.3;
    font-size: 17px;
}

.cau_hoi_thuong_gap .panel-title a i {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    display: none;
}

.cau_hoi_thuong_gap .panel-title a.collapsed {
    background: #e8e8e8;
    border-radius: 3px;
    color: #555;
}

.cau_hoi_thuong_gap .panel-title a .fa-plus {
    display: none;
}

.cau_hoi_thuong_gap .panel-title a .fa-minus {
    display: block;
}

.cau_hoi_thuong_gap .panel-title a.collapsed .fa-minus {
    display: none;
}

.cau_hoi_thuong_gap .panel-title a.collapsed .fa-plus {
    display: block;
}

.cau_hoi_thuong_gap .panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-size: 100%;
    line-height: 1.6;
    background: #f1f1f1;
    font-size: 17px;
}

.cau_hoi_thuong_gap .panel-default>.panel-heading+.panel-collapse>.panel-body p {
    margin: 10px 0;
}

.slick-dots li span {
    border: 0;
    border-radius: 0px;
    width: 30px;
    height: 5px;
    background: #869791;
    margin: 0 5px;
    display: block;
}

.a-login {
    margin: 0px !important;
}

.form-login-v .btn-key {
    width: 100%;
    margin-top: 10px;
}

.course-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    padding-top: 8px;
    margin-bottom: 10px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
}

.stat-item i {
    color: #3b82f6;
    font-size: 11.5px;
}

.course-footer {
    padding: 0px 0px 20px;
    background: #ffffff;
    /* border-top: 1px solid #f1f5f9; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.course-footer p {
    margin: 0px;
}

.course-price {
    font-size: 100%;
    color: #ef4444;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 10px;
    display: none;
}

.course-prices {
    font-size: 128%;
    color: #ef4444;
    font-weight: 800;
    display: none;
}

.btn-buy, .checkout-mode {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, #FF6B35, #ff2d78);
    font-weight: 600;
    border: none;
    cursor: pointer;
    /* margin-top: 20px; */
    display: inline-flex;
    width: auto;
    padding: 10px 30px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    align-items: center;
    font-size: 100%;
    transition: all 0.3s ease;
    gap: 5px;
}

.checkout-mode::before, .btn-buy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #FF6B35, #D14424, #fbbf24);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-buy:hover, .btn-add-cart:hover, .checkout-mode:hover, .btn-buy:focus, .checkout-mode:focus {
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(225, 68, 36, 0.3);
    border: none;
}

.btn-buy:hover::before, .checkout-mode:hover::before {
    opacity: 1;
}

.btn-buy i {
    /* margin-right: 10px; */
}

.course-desc {
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 12px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #000;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.icon-anvanced-search {
    background: #fff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    display: none;
}

.advanced-search {
    padding: 0px;
}

.advanced-search .advanced-item {
    padding: 15px;
}

.advanced-search .title {
    border-bottom: 1.5px solid #f1f5f9 !important;
    background: linear-gradient(135deg, #fafbff, #f0f4ff) !important;
    padding: 20px 15px;
    margin: 0px;
    font-size: 100%;
    font-weight: 600;
}

.wrap-range-slider {
    padding-bottom: 20px;
}

.product-random .block-title .title {
    font-size: 14px;
    background: var(--main-color);
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 500;
    color: #fff;
}

.product-random .block-title .title a {
    color: #ffff;
}

.product-random .course-desc {
    font-size: 100%;
}

.cart-detail-item {
    right: 50%;
    padding: 0px 15px 10px;
    border-radius: 12px;
    /* margin-top: 27px; */
    /* margin-right: -100px; */
    /* margin: 0px; */
}

.cart-detail-item .text-right {
    margin: 0 !important;
}

.cart_index_new .list li.quantity {
    display: none;
}

.form-login-v .a-login {
    margin-bottom: 20px !important;
}

@media (max-width: 767px) {
    .course-prices {
        font-size: 100%;
    }

    .btn-buy, .checkout-mode {
        padding: 8px;
        display: block;
        font-size: 80%;
    }

    .icon-anvanced-search {
        padding: 20px;
        height: 100vh;
        width: 320px;
    }

    .left-anvancde-search {
        left: -450px;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background: #0000006e;
        position: fixed;
        top: 0;
    }

    .icon-search-anvanced {
        padding: 5px 0px 5px 10px;
        float: right;
        width: auto;
        display: inline-block;
        text-align: center;
    }

    .icon-search-anvanced span {
        display: block;
        width: 10px;
    }

    .icon-search-anvanced span:nth-child(2) {
        width: 15px;
    }

    .icon-search-anvanced span:nth-child(3) {
        width: 17px;
    }

    .btn-buy i {
        margin-right: 5px;
    }
}

.cart-detail-item-atm {
    right: auto;
}

.cart-detail-item ul li .img {
    border: none;
}

.cart-detail-item .btn-small {
    position: relative;
    display: inline-block;
    padding: 9px 20px;
    transition: 0.5s;
    transition-property: box-shadow;
    border: 1px solid var(--main-color) !important;
    background: transparent;
    color: var(--main-color) !important;
    font-weight: 700;
    overflow: hidden;
}

.cart-detail-item .btn-small:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: var(--main-color);
    z-index: -1;
}

.cart-detail-item .btn-small:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.cart-detail-item .btn-small:hover {
    color: #ffff !IMPORTANT;
}

.cart-detail-item ul li {
    padding: 10px 0px;
}

.cart_detail {
    padding-bottom: 50px;
}

.cart-detail-item ul li .img img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.cart-detail-item ul li .name a {
    color: #000000;
}

@media (max-width: 767px) {
    .total-payment .btn {
        margin-top: 20px;
        width: auto;
    }
}

.khr-cqi-card {
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, .22));
    border: 1px solid rgba(255, 255, 255, .32);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06), inset 0 1px 0 rgba(255, 255, 255, .55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.khr-cqi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: center;
}

.khr-cqi-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.khr-cqi-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, .45), rgba(255, 255, 255, .28));
    border: 1px solid rgba(255, 255, 255, .42);
    box-shadow: 0 6px 16px rgba(59, 130, 246, .08), inset 0 1px 0 rgba(255, 255, 255, .65);
    color: var(--main-color);
}

.khr-cqi-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.khr-cqi-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    line-height: 1;
}

.khr-cqi-lb {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.05;
    color: #7a8599;
    letter-spacing: 0;
}

.khr-cqi-mn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
    font-size: 15px;
    line-height: 1.08;
    color: #1f2937;
}

.khr-cqi-mn b, .khr-cqi-mn a {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}

.khr-cqi-st {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    font-size: 13px;
    line-height: 1;
    color: #e6a326;
    transform: translateY(-.5px);
}

.khr-cqi-sub {
    font-size: 12px;
    line-height: 1;
    color: #7a8599;
    white-space: nowrap;
}

.khr-cqi {
    margin-top: 14px;
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

.khr-cqi, .khr-cqi * {
    box-sizing: border-box;
}

.khr-cqi-card {
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, .22));
    border: 1px solid rgba(255, 255, 255, .32);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06), inset 0 1px 0 rgba(255, 255, 255, .55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.khr-cqi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: center;
}

.khr-cqi-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.khr-cqi-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    line-height: 1;
}

.khr-cqi-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, .45), rgba(255, 255, 255, .28));
    border: 1px solid rgba(255, 255, 255, .42);
    box-shadow: 0 6px 16px rgba(59, 130, 246, .08), inset 0 1px 0 rgba(255, 255, 255, .65);
    color: #4f6fe8;
}

.khr-cqi-icon svg, .khr-cqi-av i {
    width: 18px;
    height: 18px;
    display: block;
}

.khr-cqi-av i {

    font-size: 16px;

    text-align: center;

    margin: auto;

    line-height: 39px;

    color: var(--main-color) !important;
}

.khr-cqi-av {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, .75);
    box-shadow: 0 6px 16px rgba(15, 23, 42, .08);
}

.khr-cqi-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.khr-cqi-lb {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.05;
    color: #7a8599;
    letter-spacing: 0;
}

.khr-cqi-mn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
    font-size: 15px;
    line-height: 1.08;
    color: #1f2937;
}

.khr-cqi-mn b {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}

.khr-cqi-mn .khr-bd {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.08;
    color: #1f2937;
    text-decoration: none;
}

.khr-cqi-mn .khr-bd:hover {
    color: #3158d8;
}

.khr-cqi-st {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    font-size: 13px;
    line-height: 1;
    color: #e6a326;
    transform: translateY(-.5px);
}

.khr-cqi-sub {
    font-size: 12px;
    line-height: 1;
    color: #7a8599;
    white-space: nowrap
}

@media(max-width:768px) {
    .khr-cqi-card {
        padding: 14px;
        border-radius: 18px;
        margin: 0px 20px;
    }

    .khr-cqi-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .khr-cqi-icon, .khr-cqi-av {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .khr-cqi-icon {
        border-radius: 12px
    }

    .khr-cqi-icon svg {
        width: 17px;
        height: 17px;
    }

    .khr-cqi-lb {
        font-size: 11.5px;
    }

    .khr-cqi-mn, .khr-cqi-mn b, .khr-cqi-mn .khr-bd {
        font-size: 14px;
    }

    .khr-cqi-st {
        font-size: 12px;
    }

    .khr-cqi-sub {
        font-size: 11px;
    }
}