:root {
    --main-color: #00BB77;
    --main-color-hover: #88E788;
    --font-family: 'Arial', sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
    color: var(--main-color)
}

body {
    font-family: var(--font-family);
    font-size: 15px;
    line-height: 1.6;
    background-color: #ffff;
    position: relative;
}

.clear {
    clear: both;
}

.container {
    width: 100% !important;
    max-width: 1280px;
}

.container-fluid {
    position: relative;
    max-width: 1350px;
}

/*  */
header {
    background: #fff;
    position: relative;
    z-index: 15;
}

.header-toolbar {
    color: #656565;
    font-size: 93%;
    background: #f9f9f9;
    padding: 10px 0px;
}

.fixed-top {
    position: fixed !important;
    top: 0px;
    width: 100%;
    transform: translateY(0px);
    transition: transform 0.5s;
    background-size: cover;
    /* padding: 0px !important; */
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    z-index: 999;
}

@media(max-width: 767px) {
    .header {
        margin-bottom: 0px;
    }

    .header-toolbar {
        padding: 6px 0px;
    }
}

.header-toolbar a {
    color: #656565;
}

.header-toolbar a:hover {
    color: var(--main-color);
}

.header-toolbar .wrap-icon {
    text-align: center;
    float: right;
    position: relative;
}

.header-toolbar .login-menu a {
    margin-left: 5px;
    border-left: 1px solid;
    padding-left: 10px;
    line-height: 10px;
    display: inline-block;
}

.header-toolbar .login-menu a:first-child {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
}

.header-toolbar .support {
    float: left;
}

@media(max-width: 767px) {
    .header-toolbar .support {
        display: none;
    }
}

.header-toolbar .support span {
    margin-left: 10px;
    padding-left: 13px;
    border-left: 1px solid;
    line-height: 10px;
    display: inline-block;
}

.header-toolbar .support span:hover {
    color: var(--main-color);
}

.header-toolbar .support span i {
    margin-right: 5px;
}

.header-toolbar .support span:first-child {
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
}

.relative {
    position: relative;
}

/**/

.header-main {
    position: relative;
}

.header-main .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 1025px) {
    .header-main .row {
        display: block;
    }
}

.logo {
    display: block;
    position: relative;
    z-index: 1;
    text-align: left;
    line-height: 68px;
}

.logo img {
    display: inline-block;
    max-height: 65px;
    width: auto;
}

.wrap-menu-top {
    position: static;
    text-align: center;
}

.icon-cate-mobi {
    display: none;
    position: absolute;
    top: 6px;
    left: 8px;
    padding: 10px;
    cursor: pointer;
    z-index: 99;
}

.icon-cate-mobi span,
.icon-menu-mobi span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: var(--main-color);
    margin: 4px 0px;
}

.icon-menu-mobi {
    display: none;
    position: absolute;
    top: 8px;
    left: 0px;
    padding: 6px 10px 7px;
    cursor: pointer;
    z-index: 99;
    font-size: 93%;
}

@media(min-width: 1026px) {
    .header-main .menu-top {
        display: block !important;
        padding-right: 80px;
    }
}

@media(max-width: 1025px) {
    .header-main {
        padding: 5px 0px;
    }

    .header-main .menu-top {
        display: none;
        margin: 0px -8px;
    }

    .logo {
        line-height: 50px;
        text-align: center;
    }

    .logo img {
        padding: 0;
    }

    .icon-cate-mobi {
        display: none;
    }

    .icon-menu-mobi {
        display: block;
    }
}

.header-main .menu-top ul {
    padding: 0px;
    margin: 0px;
}

.header-main .menu-top ul:after {
    content: '';
    display: block;
    clear: both;
}



.header-main .menu-top ul>li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.header-main .menu-top ul>li>a {
    padding: 28px 18px;
    display: block;
    position: relative;
    color: #222;
    /* text-align: center; */
    font-weight: 600;
    font-size: 114%;
}

.header-main .menu-top ul>li>.sub {
    position: absolute;
    width: 280px;
    top: 100%;
    background: #fff;
    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%;
}


@media(max-width: 1025px) {
    .header-main .menu-top ul>li {
        display: block;
        border-top: 1px solid #f1f1f1;
    }

    .header-main .menu-top ul>li>a {
        padding: 12px 18px;
        text-align: left !important;
        font-size: 100%;
    }

    .header-main .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;
    }

    .menu-top ul li ul.sub {
        display: none;
    }

    .menu-top ul li.open>ul.sub {
        display: block;
    }
}

.header-main .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-main .menu-top ul>li>.sub>li {
    display: block;
    border-top: 1px solid #f1f1f1;
}

.header-main .menu-top ul>li>.sub>li:first-child {
    border-top: none !important;
}

.header-main .menu-top ul>li>.sub>li>a {
    text-align: left;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 100%;
    color: #444;
    background: none;
    border: none;
}

.header-main .menu-top ul>li>.sub>li:hover>a {
    color: var(--main-color);
}

.header-main .menu-top ul>li>.sub>li.li-sub {}

.header-main .menu-top ul>li>.sub>li.li-sub>a {}

.header-main .menu-top ul>li>.sub>li.li-sub a>i {
    position: absolute;
    top: 10px;
    right: 010px;
}

.header-main .menu-top ul>li>.sub>li>.sub {
    position: absolute;
    display: none;
    padding: 0;
    left: 100%;
    top: 0;
}

.header-main .menu-top ul>li>.sub>li:hover>.sub {
    display: block;
}

.header-main .menu-top ul>li>.sub>li>.sub>li>a {
    font-weight: 400;
    padding: 10px 20px;
    font-size: 100%;
}


@media(max-width: 1025px) {
    .header-main .menu-top ul>li>.sub>li>.sub>li>a {
        font-size: 93%;
    }

    .header-main .menu-top ul>li {
        display: block;
        border-top: 1px solid #f1f1f1;
    }

    .header-main .menu-top ul>li>a {
        text-align: left;
        padding: 10px 10px;
        font-size: 100%;
        font-weight: 400;
    }
}

.header-main .menu-top ul>li:hover>a,
.header-main .menu-top ul>li.active>a {
    color: var(--main-color);
}

.header-main .menu-top ul>li>a b {
    display: block;
    text-transform: uppercase;
}

@media(max-width: 991px) {
    .header-main .menu-top ul>li>a b {
        font-weight: 500;
    }
}

.header-main .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: 767px) {
    .header-main .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-main .menu-top ul>li .wrap-sub .item .sub li {
    display: block;
    border-bottom: 1px solid #f1f1f1;
}

.header-main .menu-top ul>li .wrap-sub .item .sub li .sub {
    margin-top: -6px;
    margin-bottom: 8px;
}

@media(max-width: 767px) {
    .header-main .menu-top ul>li .wrap-sub .item .sub li {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.header-main .menu-top ul>li .wrap-sub .item .sub li a {
    text-align: left;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 114%;
}

.header-main .menu-top ul>li .wrap-sub .item .sub li .sub li {
    width: 100%;
    margin: 0px;
    display: block;
    border-bottom: none;
}

.header-main .menu-top ul>li .wrap-sub .item .sub li:nth-child(4n+1) {
    clear: both;
}

.header-main .menu-top ul>li .wrap-sub .item .sub li .sub li a {
    font-weight: 400;
    padding: 4px 30px;
    font-size: 100%;
}

/**/

.form-search {
    margin: 0px;
    position: absolute;
    right: 0px;
    width: 400px;
    display: none;
    top: 100%;
    z-index: 100;
}

.form-search .search {
    border: 1px solid var(--main-color);
    position: relative;
    border-radius: 0px;
    height: 40px;
}

.form-search .search select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    border: none;
    padding: 0px 6px;
    margin: 0;
    background: #fff;
}

.icon-cart {
    position: absolute !important;
    top: 29px;
    right: 15px;
    z-index: 9;
    line-height: normal;
    color: #444;
    cursor: pointer;
}

.icon-cart:hover {
    color: var(--main-color);
}

.icon-cart img {
    height: 36px;
}

.icon-cart i {
    font-size: 143%;
}

.icon-cart span {
    position: absolute;
    top: -8px;
    right: -9px;
    background: var(--main-color);
    border-radius: 50px;
    min-width: 16px;
    height: 16px;
    text-align: center;
    font-size: 71%;
    line-height: 16px;
    color: #fff;
}

.cart-detail-item {
    position: absolute;
    z-index: 1;
    width: 320px;
    right: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 4px;
    top: 100%;
    margin-top: 15px;
    margin-right: -35px;
    display: none;
}

.cart-detail:hover .cart-detail-item {
    display: block;
}

.cart-detail-item:after {
    bottom: 100%;
    right: 16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-right: 0px;
}

.cart-detail-item:before {
    content: '';
    display: block;
    position: absolute;
    height: 22px;
    width: 100%;
    left: 0;
    top: -22px;
}

.cart-detail-item ul {
    padding: 0;
    margin: 0;
}

.cart-detail-item ul li {
    list-style: none;
    text-align: left;
    padding: 10px 12px;
    border-top: 1px solid #f1f1f1;
}

.cart-detail-item ul li:first-child {
    border-top: none;
}

.cart-detail-item ul li::after {
    content: '';
    clear: both;
    display: block;
}

.cart-detail-item ul li .img {
    width: 56px;
    height: 56px;
    position: relative;
    float: left;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 2px;
    overflow: hidden;
}

.cart-detail-item ul li .img img {
    height: auto;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cart-detail-item ul li .name {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    max-height: 32px;
    overflow: hidden;
}

.cart-detail-item ul li .name a {
    color: #444;
}

.cart-detail-item ul li .name a:hover {
    color: var(--main-color);
}

.cart-detail-item ul li .price {
    color: var(--main-color);
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    margin: 0px 0 4px 0px;
}

.cart-detail-item ul li .price i {
    font-style: normal;
    font-size: inherit;
    margin-left: 0;
}

.cart-detail-item ul li .price.price_root_100 i {
    text-decoration: line-through;
}

.cart-detail-item ul li .price span {
    color: #777;
    font-weight: 400;
    font-size: 10px;
    position: relative;
    background: none;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    line-height: normal;
}

.cart-detail-item ul li .price.price_root_100 span {
    text-decoration: none;
}

.cart-detail-item ul li .price .price_sale {
    margin: 3px 0px;
    line-height: 10px;
    display: block;
    color: red;
    font-weight: 400;
    font-size: 11px;
}

.cart-detail-item ul li .price .price_sale span {
    text-decoration: line-through;
    font-size: 11px;
    color: #999;
    position: relative;
    background: none;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    line-height: normal;
}

.cart-detail-item .btn {
    padding: 4px 10px;
}

.cart-detail-item .no {
    color: #666;
}

.icon-search {
    position: absolute;
    top: 0;
    right: 50px;
    height: 100%;
    font-size: 100%;
    cursor: pointer;
    padding: 0px 10px;
    z-index: 2;
    display: flex;
    align-items: center;
}

@media(max-width: 1025px) {
    .icon-search {
        right: 40px;
        height: 50px;
    }

    .form-search {
        margin: 8px 0px;
        width: 100%;
    }

    .form-search .search {
        width: 100%;
        max-width: inherit;
        height: 38px;
    }

    .icon-cart {
        top: 16px;
        right: 5px;
    }

    .icon-cart img {
        height: 30px;
    }
}

.form-search .search img {
    width: 18px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.form-search .search input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 2px 52px 2px 110px;
}

.form-search .search .btn {
    background: var(--main-color);
    position: absolute;
    border-radius: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 7px 14px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.form-search .search .btn:hover {
    background: var(--main-color-hover);
}

@media(max-width: 767px) {
    .form-search .search img {
        width: 16px;
        top: 9px;
        left: 10px;
    }

    .form-search .search input {
        padding: 3px 44px 3px 105px;
    }

    .form-search .search .btn {
        padding: 0px 13px;
        line-height: 32px;
        font-size: 100%;
    }

    .form-search .search .btn span {
        display: none;
    }
}



/*  */

.no_flexslider {
    position: relative;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.no_flexslider::after {
    content: '';
    display: block;
    clear: both;
}

@media(max-width: 767px) {
    .no_flexslider {
        border-radius: 0px;
        /* margin-left: -8px; */
        /* margin-right: -8px; */
    }

    .header-slider .wrap-item .info {
        font-size: 138%;
    }
}

.no_flexslider .slides {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

.no_flexslider .slides .btt {

    margin-top: 50px;

    display: block;
}

.no_flexslider .slides .btt>a {
    padding: 15px 30px;
    margin-right: 20px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
    background: #ffff;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Arial Bold';
    transition: all 0.3s;
}

.no_flexslider .slides .btt>a:hover {
    color: #fff;
    background: var(--main-color);
}

.no_flexslider .slides::after {
    content: '';
    display: block;
    clear: both;
}

.no_flexslider .slides li {
    list-style-type: none;
    float: left;
    width: 100%;
    position: relative;
}

.no_flexslider .slides li a {
    /* display: block; */
}

.no_flexslider .slides li img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.flexslider .flex-direction-nav {
    padding: 0px;
    margin: 0px;
}

.flexslider.no-slider .flex-direction-nav {
    display: none;
}

.flexslider .flex-direction-nav>li {
    list-style-type: none;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 243%;
    margin-top: -24px;
    width: 40px;
    text-align: center;
    z-index: 2;
}

.flexslider .flex-direction-nav>li a {
    color: #fff;
}

.flexslider .flex-direction-nav>li.flex-next {
    left: 10px;
    right: auto;
}

@media(max-width: 991px) {

    .top_banner .slides li {
        height: 100%;
        padding-bottom: inherit;
    }


    /* .no_flexslider .slides li img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    } */

    .top_banner .slides li img {
        position: relative;
    }
}

@media(max-width: 767px) {
    /* .no_flexslider .slides li {
        height: 0;
        padding-bottom: 115%;
        overflow: hidden;
    } */

    .no_flexslider .slides .btt {
        margin: 20px auto;
        text-align: center;
    }

    .no_flexslider .slides .btt>a {
        margin-bottom: 20px;
    }

    .no_flexslider .slides .action {
        justify-content: center;
    }
}

.header-slider .wrap-item {
    position: absolute;
    left: 30px;
    top: 100px;
    transform: translate(0%, 0%);
    z-index: 2;
    text-align: left;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-slider .wrap-item .info {
    max-width: 650px;
    text-align: center;
    font-size: 159%;
}

.header-slider .block-title .title {
    font-size: 36px;
    text-transform: uppercase;
    /* max-width: 600px; */
    color: #000;
    text-align: center;
}

@media(max-width: 991px) {
    .header-slider .block-title .title {

        font-size: 26px;
    }

}

@media(max-width: 767px) {
    .header-slider .wrap-item {
        width: 100%;
        left: 0;
        transform: translate(0, 0%);
        position: relative;
        top: 0;
        margin: auto;
        padding: 20px 20px 0px;
    }

    .header-slider .block-title .title {
        font-size: 20px;
    }

    .header-slider .button-86 {
        margin: 0;
    }

    .header-slider .wrap-item .info {

        font-size: 18px;
    }
}

.action {
    display: flex;
    align-items: center;
}

.button-86 {
    all: unset;
    /* width: 100px; */
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    cursor: pointer;
    z-index: 1;
    padding: 10px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
    font-weight: 600;
}

.button-86:hover {
    color: #fff;

}

.button-86::after,
.button-86::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
}

.button-86::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: var(--main-color);
    border-radius: 10px;
}

.button-86::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
}

.button-86:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
}

.button-86:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

.button-86:active::after {
    transition: 0s;
    transform: translate(0, 5%);
}

/*  */
.block-title {
    margin: 20px 0px;
}

.block-title .title {
    font-size: 285%;
    padding: 0;
    margin-top: .2em;
    margin-bottom: .2em;
    line-height: 1.6;
    color: var(--main-color);
    font-weight: 600;
    text-align: center;
    font-family: var(--font-family);
}

@media(max-width: 767px) {
    .block-title {
        margin: 20px 0px 14px;
    }

    .block-title .title {
        font-size: 200%;
    }
}

.block-title .title span {
    color: var(--main-color);
}

/* block-product */
.block-product {
    position: relative;
    padding: 0px 0px 0px;
}

section.block-product .owl3 {
    margin-top: 50px;
}

.block-product .item {
    padding: 10px;
}

.block-product .item .iframe {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    padding: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.block-product .item .iframe .img {
    position: relative;
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.block-product .item .iframe .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.block-product .item .iframe .img .product_favorite {
    position: absolute;
    z-index: 22;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 142%;
    color: #000000;
}

.block-product .item .iframe .img .product_favorite i {
    font-weight: 500;
}

.block-product .item .iframe .info {
    padding: 10px 10px 5px;
    position: relative;
}

.block-product .item .iframe .info h3 {
    font-size: 128%;
    height: 50px;
    line-height: 29px;
    text-transform: capitalize;
    overflow: hidden;
    margin: 0px;
}

.block-product .item .iframe .info h3 a {
    color: #000;
}

.block-product .item .iframe .info .price {
    font-size: 150%;
    /* float: left; */
}

.block-product .item .iframe .add-cart {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.block-product .item .iframe .add-cart .btn-main {
    display: inline-block;
    background: #000;
    padding: 0px 25px;
    font-size: 146%;
    border-radius: 5px;
    color: #fff;
}

.block-product .block-title .title {
    text-align: left;
    float: left;
}

.block-product .block-title .title a {
    color: #000;
}

.block-product .short-title {
    margin-top: -30px;
    float: left;
    font-size: 150%;
    padding: 0;
    line-height: 1.6;
    color: var(--main-color);
    font-weight: 600;
    text-align: center;
    font-family: var(--font-family);
    padding-left: 63px;
    position: relative;
}

.block-product .short-title:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background: var(--main-color);
    left: 36px;
}

.slick-track, .owl-wrapper-outer {
    padding-bottom: 50px;
}

.slick-dots {
    display: none !important;
}

.slick-arrow {
    position: absolute;
    display: block !important;
    left: auto;
    top: -60px;
    right: 0;
    background: var(--main-color-hover);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 140%;
    color: #fff;
    font-weight: 900;
    border-radius: 50%;
    z-index: 10;
}

.owl-buttons {
    display: flex !important;
    align-items: center;
    position: absolute;
    top: -60px;
    right: 0;
    gap: 10px;
}

.owl-prev, .owl-next {
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 114%;
}

.slick-arrow:hover .owl-prev:hover, .owl-next:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
}

.slick-prev {
    right: 60px;
}

@media(max-width: 767px) {
    .block-product {
        padding-bottom: 50px;
    }

    .slick-arrow {
        top: auto;
        bottom: -35px;
    }

    .block-product .short-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1;
        font-size: 131%;
    }

    .block-product .owl-buttons {
        top: auto;
    }

    .block-product .item .iframe .info h3 {
        height: auto;
        font-size: 16px;
    }

    .block-product .item .iframe .info .price {
        font-size: 18px;
    }
}

/* block-new */
.block-new {
    padding: 0px 0px 50px;
    /* background-color: #f9f9f9; */
}

.block-new .row_home>div {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.block-new .row_home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.news .row_home {
    justify-content: left;
}

.block-new .item {
    position: relative;
    border: none;
    color: #121f49;
    background: #dff2ee;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.block-new .button-86,
.block-product .button-86 {
    display: inline-block;
}

.block-new .item .img {
    display: block;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 50%;
    overflow: hidden;
}

.block-new .item .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 400ms ease all;
}

.block-new .item .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4em;
    display: block;
    bottom: 0;
    left: 0;
    background-image: url(../images/imgae/download.png);
}

.block-new .item .info {
    padding: 20px 20px 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 0px;
    position: relative;
}

.block-new .item .info h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-size: 157%;
    padding: 0;
    line-height: 1.6;
    font-weight: 600;
}

.block-new .item .info h4 a {
    color: #121f49;
}

.block-new .item .info h4 a:hover {
    color: var(--main-color);
}

.block-new .item .info .short-info {
    font-size: 114%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    margin-bottom: 20px;
}

.block-new .block-title .title {
    text-align: left;
}

.block-new .block-title .title a {
    color: var(--main-color);
}

.time {
    font-size: 86%;
    color: #aaa;
    padding: 0px 0px 12px;
}

.time span:first-child {
    margin-right: 10px;
}

.time span:first-child i {
    margin-right: 6px;
    padding-left: 1px;
    top: 0px;
}

.time span i {
    margin-right: 2px;
    position: relative;
    top: -1px;
    font-size: 100%;
}

.time span:last-child {
    float: right;
}

@media(max-width: 991px) {
    .block-new .item .img {
        padding-bottom: 70%;
    }

    .block-new .item .info h4 {
        font-size: 150%;
    }
}

.detail-news {
    padding-bottom: 50px;
}

.detail-news .detail-content {
    background: #fff;
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 15px;
}

.detail-news .right {
    padding-left: 0px;
}

.detail-news .detail-content .title {
    color: #272727;
    /* font-size: 22px; */
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0px;
    text-align: center;
}

.detail-news .detail-content .info {
    color: #858585;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
}

.detail-news .detail-content .content * {
    max-width: 100%;
    font-size: 15px;
}

.detail-news .detail-content .detail img {
    height: auto !important;
}

/*  */

.btn-key {
    padding: 10px;
    font-size: 114%;
    margin-left: 20px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    margin: 0px 20px;
    display: block;
    padding: 6px 20px;
    background: #f16101;
    color: #fff;
    font-weight: 600;
    border: 1px solid #f16101;
}

.btn-key:hover {
    background: #f16101 !important;
    color: #fff !important;
    border: 1px solid #f16101;
}

.register11 {
    padding: 30px 0px 0px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-color: #fff;
}

.register11 .btn-key {
    margin: auto !important;
    background: transparent;
    border: none;
    background: transparent !important;
}

.register11 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.register11.register11_acticle {
    padding: 0;
}

.register11.register11_acticle::before {
    display: none !important;
}


.register11 .content {
    position: relative;
    z-index: 2;
}

@media(max-width: 767px) {
    .register11 .content {
        padding: 16px;
    }
}

.register11 .content .content1 {}

@media(max-width: 767px) {
    .register11 .content1 {
        padding: 0;
    }
}

.register11 .row .info .item {
    font-size: 107%;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    padding-top: 35px;
    /* display: none; */
}

.register11 .row .info .item p {
    margin: 5px 0px;
}

.register11 .form .item {
    text-align: center;
    padding: 0px 15px;
    max-width: 600px;
    margin: 0px auto 30px;
    font-size: 128%;
}

.register11 .row .info .img-form {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 0%;
    padding-bottom: 70%;
    overflow: hidden;
}

.register11 .row .info .img-form img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(max-width: 991px) {
    .register11 .row .info .img-form {
        display: none;
    }
}

.register11 .row .item1 .iframe>h2 {
    margin: 0px 0px 15px;
    text-align: center;
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 157%;
    font-weight: 600;
    line-height: 1.4;
    padding-top: 0px;
}

.register11 .wrap-form>div {
    padding: 0px 8px;
}

.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;
}

.register11 .row .item1 .iframe .form-group .form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 50px;
    width: 100%;
    border-radius: 20px;
    padding-left: 16px;
}

.register11 .row .item1 .iframe .form-group textarea.form-control {
    width: 100% !important;
    min-height: 110px;
}

.register11 .row .item1 .iframe .form-group input {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 40px;
}

@media(max-width: 991px) {
    .register11 .button-86 {
        margin: auto;
    }
}

/*register-popup*/

.register-popup .content {
    padding: 0px 15px;
}

.register-popup .content .title {
    margin: 20px 0 20px;
    text-align: center;
}

.register-popup .content .information {
    text-align: center;
    line-height: 1.5;
}

/* block-option */
.block-option-1 {
    position: relative;
    padding: 0px 0px;
}

.block-option-1 .row,
.block-option-2 .row,
.block-option-3 .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.block-option-1 .row>div,
.block-option-2 .row>div,
.block-option-3 .row>div {
    display: flex;
    flex-direction: column;
    position: relative;
}

.block-option-1 .row .item {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    position: relative;
}

.block-option-1 .row .item .img {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.block-option-1 .row .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}

.block-option-1 .row .item .info {
    display: flex;
    height: -moz-max-content;
    height: max-content;
    padding-top: 30px;
    position: relative;
    padding-left: 50px;
}

.block-option-1 .row .item .info h3 {
    line-height: 40px;
}

.block-option-1 .item .info:before {
    position: absolute;
    content: '';
    width: .8px;
    height: 100%;
    border: .4px solid var(--main-color);
    left: 13px;
    top: 10px;
}

.block-option-1 .item .info .border {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    padding: 4px;
    background-color: var(--main-color-hover);
    position: absolute;
    top: 65px;
    border-radius: 50%;
    left: 0;
}

.block-option-1 .block-title {
    margin-bottom: 0px;
}

@media(max-width: 991px) {
    .block-option-1 .row {
        flex-direction: column-reverse;
    }

    .block-option-1 .row .item .info {

        padding: 10px 0px 0px 50px;
    }

    .block-option-1 .row .item .img1 img {
        width: auto;
    }

    .block-option-1 .item .info .border {
        top: 35px;
    }

    .block-option-1 {
        padding-top: 30px;
    }

    .block-option-1 .row .item .info h3 {
        font-size: 150%;
        line-height: 33px;
    }
}

@media(max-width: 767px) {
    .block-option-1 {
        padding-top: 0px;
    }

    .block-option-1 .row .item .img1 img {
        width: 100%;
    }

    .block-option-1 .row .item .img2 img {
        max-width: 300px;
    }

    .block-option-1 .row .item .img3 {
        left: 30px;
        top: 100px;
    }
}

/*  */
.block-option-2 {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

.block-option-2 .row,
.block-option-3 .row {
    align-items: normal;
}

.block-option-2 .item {
    flex: 1;
    padding: 40px 30px;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    z-index: 1;
    transition: all .25s ease-in-out;
    border: 1px solid rgba(3, 27, 78, .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    cursor: pointer;
    overflow: hidden;
}

.block-option-2 .item:hover {
    transform: translate(0, -10px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.block-option-2 .item::before {
    content: '';
    position: absolute;
    width: 119px;
    height: 112px;
    top: auto;
    left: auto;
    bottom: -1px;
    right: -1px;
    background-color: var(--main-color-hover);
    -webkit-mask: url(../images/imgae/mask.png) no-repeat;
    mask: url(../images/imgae/mask.png) no-repeat;
    z-index: 2;
    opacity: 0.4;
}

.block-option-2 .item .img {
    filter: drop-shadow(16px 7px 8px #cfd0d0);
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
}

.block-option-2 .item h3 {
    line-height: 31px;
    font-size: 132%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: center;
    /* max-width: 300px; */
}

.block-option-2 .item h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -24px;
    width: 50px;
    height: 1px;
    background-color: #04CE78;
    transition: all .25s ease-in-out;
}

.block-option-2 .item:hover h3::before {
    width: 90%;
}

.block-option-2 .item h3:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 99999;
    bottom: -6px;
    right: 40px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: var(--main-color);
}

.box-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.box-btn a {
    font-size: 118%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 3.0;
    border-radius: 50%;
    display: inline-block;
    color: #031b4e;
    background-color: #fff;
    overflow: hidden;
}

.box-btn .icons {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.block-option-2 .item:hover .icons i {
    transform: scale(1.2);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 1;
}

.icons i {
    opacity: 0.5;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

@media(max-width: 991px) {
    .block-option-2 .row {
        justify-content: center;
    }
}

@media(max-width: 767px) {
    .block-option-2 {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .block-option-2 .item {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

/*  */
.block-option-3 {
    position: relative;
    padding: 50px 0 100px;
    background: #fff;
    overflow: hidden;
}

.block-option-3 .block-title .title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.block-option-3 .short-title {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
    color: #555;
    line-height: 1.6;
}

.block-option-3 .content {
    position: relative;
}

.block-option-3 .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.block-option-3 .item {
    text-align: center;
    position: relative;
    padding: 0 10px;
    z-index: 10;
}

.block-option-3 .item .img {
    position: relative;
    border-radius: 50%;
    /* overflow: hidden; */
    margin: auto;
    height: 0;
    padding-bottom: 100%;
}

.block-option-3 .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    margin: auto;
    transition: all .25s ease-in-out;
    clip-path: polygon(0px 125.5px, 0px 125.5px, 1.6425841px 145.856816px, 6.3980768px 165.167808px, 14.0080887px 183.174592px, 24.2142304px 199.618784px, 36.7581125px 214.242px, 51.3813456px 226.785856px, 67.8255403px 236.991968px, 85.8323072px 244.601952px, 105.1432569px 249.357424px, 125.5px 251px, 125.5px 251px, 145.856816px 249.357424px, 165.167808px 244.601952px, 183.174592px 236.991968px, 199.618784px 226.785856px, 214.242px 214.242px, 226.785856px 199.618784px, 236.991968px 183.174592px, 244.601952px 165.167808px, 249.357424px 145.856816px, 251px 125.5px, 251px 125.5px, 250.863708px 119.9673732px, 250.462024px 114.6307736px, 249.805736px 109.4621224px, 248.905632px 104.4333408px, 247.7725px 99.51635px, 246.417128px 94.6830712px, 244.850304px 89.9054256px, 243.082816px 85.1553344px, 241.125452px 80.4047188px, 238.989px 75.6255px, 238.989px 75.6255px, 236.446064px 72.0285691px, 232.976152px 69.7791488px, 228.722808px 68.5182477px, 223.829576px 67.8868744px, 218.44px 67.5260375px, 212.697624px 67.0767456px, 206.745992px 66.1800073px, 200.728648px 64.4768312px, 194.789136px 61.6082259px, 189.071px 57.2152px, 189.071px 57.2152px, 184.393417px 51.72729733px, 181.241016px 45.92431864px, 179.255519px 39.97256791px, 178.078648px 34.03834912px, 177.352125px 28.28796625px, 176.717672px 22.88772328px, 175.817011px 18.00392419px, 174.291864px 13.80287296px, 171.783953px 10.45087357px, 167.935px 8.11423px, 167.935px 8.11423px, 163.791427px 6.59431287px, 159.693376px 5.22753536px, 155.615449px 4.01551129px, 151.532248px 2.95985448px, 147.418375px 2.06217875px, 143.248432px 1.32409792px, 138.997021px 0.74722581px, 134.638744px 0.33317624px, 130.148203px 0.08356303px, 125.5px 1.0333091782264E-31px, 125.5px 0px, 105.1432569px 1.6425841px, 85.8323072px 6.3980768px, 67.8255403px 14.0080887px, 51.3813456px 24.2142304px, 36.7581125px 36.7581125px, 24.2142304px 51.3813456px, 14.0080887px 67.8255403px, 6.3980768px 85.8323072px, 1.6425841px 105.1432569px, 2.0777228062889E-30px 125.5px);
}

.block-option-3 .item:hover .img img {
    /* transform: scale(1.2); */
}

.block-option-3 .item .img .number {
    background: var(--main-color);
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    height: 54px;
    line-height: 54px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 54px;
    font-family: var(--font-family);
}

.block-option-3 .info h3 {
    font-size: 164%;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 25px;
}

.block-option-3 .shape {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
}

.block-option-3 .shape img {
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .block-option-3 {
        padding-bottom: 0px;
    }

    .block-option-3 .item {
        margin-bottom: 30px;
    }

    .block-option-3 .shape {
        display: none;
    }

    .block-option-3 .row>div {
        /* align-items: center; */
    }

    .block-option-3 .item .img {
        padding-bottom: 80%;
    }

    .block-option-3 .item .img img {
        max-width: 260px;
    }

    .block-option-3 .item .img .number {
        right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .block-option-3 {
        padding: 0;
    }

    .block-option-3 .item .img {
        padding-bottom: 70%;
    }

}

/*  */
.block-option-5 {
    padding-bottom: 70px;
}

.block-option-5 .info {
    text-align: center;
    font-size: 142%;
    font-weight: 600;
}

.block-option-5 .block-title .title {

    max-width: 700px;

    margin: 0px auto 0px;

    font-size: 200%;
}

.block-option-5 .button-86 {
    display: inline-block;
}

.block-option-5 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.block-option-6 .row {
    align-items: flex-start;
}

.block-option-5 .row:nth-child(1) {
    /* display: block; */
}

.block-option-5 .left .wrap-item:nth-child(1) {
    margin-top: -50px;
}

.block-option-6 .left .wrap-item:nth-child(1) {
    margin-top: 0px;
}

.block-option-5 .left .wrap-item:nth-child(2) {
    /* margin-left: -50px; */
}

.block-option-6 .left .wrap-item:nth-child(2) {
    /* margin-left: -50px; */
    margin-top: -20px;
}

.block-option-5 .left .wrap-item {
    padding: 0px 10px;
}

.block-option-5 .left {
    /* margin-top: 30px; */
}

.block-option-5 .left .img {
    height: 0px;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.block-option-7 .left .img {
    margin: 0px auto 20px;
}

.block-option-5 .left .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 3s;
    transition: all 0.5s;
}

.block-option-5 .left .over1 {
    border-radius: 5px 200px 5px 200px;
}

.block-option-5 .left .over2 {
    border-radius: 200px 5px 200px 5px;
}

.block-option-5 .left .over3 {
    border-radius: 200px 5px 200px 5px;
}

.block-option-5 .left .over4 {
    border-radius: 5px 200px 5px 200px;
}

.block-option-6 .owl-buttons {
    left: 40%;
    top: auto;
    bottom: -60px;
}

/* 
.block-option-5 .left .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 3s;
    transition: all 0.5s;
}
 */
.block-option-7 .left .img img {
    border-radius: 100px;
}

.block-option-5 .iframe {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}

.block-option-6 .iframe {
    flex-direction: row;
}

.block-option-5 .iframe .text h3 {
    font-size: 136%;
}

.block-option-5 .iframe .img {
    position: relative;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.block-option-5 .iframe .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 3s;
    transition: all 0.5s;
    border-radius: 50%;
}

.block-option-5 .item {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    /* border: 1px solid #25893436; */
    border-radius: 20px;
    text-align: center;
    flex-direction: column;
}

.block-option-5 .item .icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    /* margin: 0px auto 0px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    display: none;
}

.block-option-5 .item .icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    max-width: 60px;
    max-height: 60px;
}

.block-option-5 .item h3 {
    font-size: 142%;
    margin: 0;
    max-width: 500px;
    line-height: 1.6;
    /* font-weight: 600; */
}

.block-option-5 .item .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.block-option-5 .item .box span {
    line-height: 1;
    /* display: block; */
}

.block-option-5 .item .box span::before {
    height: 50px;
    width: 50px;
    content: "“";
    line-height: 1.1;
    color: var(--main-color);
    font-size: 125px;
    text-align: center;
    display: flex;
}

.block-option-5 .item .box::after {
    content: "";
    height: 2px;
    width: 100%;
    background: var(--main-color-hover);
    opacity: 0.7;
    margin-left: 0.5em;
}


.block-option-5 .item .information {
    color: #000000;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 142%;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.block-option-6 {
    padding-bottom: 50px;
}

.block-option-6 .item {

    /* flex-direction: row; */

    /* margin-left: 70px; */
}

@media(max-width: 991px) {
    .block-option-3 .short-title, .block-option-5 .info {
        max-width: 600px;
    }

    .block-option-5 {
        padding-bottom: 0px;
        padding-top: 0;
    }

    .block-option-5 .row:nth-child(1) {
        margin: auto;
    }

    .block-option-5 .left .wrap-item:nth-child(1),
    .block-option-5 .left .wrap-item:nth-child(2) {
        margin: 0;
    }

    .block-option-5 .left .over1, .block-option-5 .left .over2 {
        margin-left: auto;
    }

    .block-option-6 .row {
        flex-direction: column-reverse;
    }

    .block-option-6 .owl-buttons {
        left: auto;
    }

    .block-option-5 .owl-buttons {
        top: auto;
        bottom: -74px;
    }

}

@media(max-width: 767px) {
    .block-option-5 .button-86 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .block-option-5 .left .wrap-item:nth-child(2) {}

    .block-option-5 .action {}
}

.block-option-8 {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

section.block-option-8 .block-title .info {
    font-size: 142%;
}

.block-option-8 .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

section.block-option-8 .img {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

section.block-option-8 .img img {
    max-width: 100%;
    border-radius: 20px;
}

/*  */
/* Footer Styles */
.footer {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    /* margin-top: 60px; */
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--main-color) 50%, transparent 100%);
}

.footer-main {
    padding: 50px 0 30px;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-logo img {
    max-height: 60px;
    width: auto;
    margin-bottom: 15px;
}

.footer-slogan p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    font-style: italic;
    margin: 0 0 15px;
}

.footer-title {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title a {
    color: var(--main-color);
    text-decoration: none;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--main-color);
    border-radius: 1px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #555;
    font-size: 14px;
}

.contact-item i {
    color: var(--main-color);
    margin-right: 10px;
    margin-top: 2px;
    width: 16px;
    flex-shrink: 0;
}

.contact-item span {
    line-height: 1.5;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu li a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    transition: all 0.3s ease;
    position: relative;
}

.footer-menu li a:hover {
    color: var(--main-color);
    padding-left: 5px;
}

.footer-menu li a::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background: var(--main-color);
    transition: width 0.3s ease;
}

.footer-menu li a:hover::before {
    width: 5px;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-link i {
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.social-link.facebook {
    background: #f8f9fa;
    color: #1877f2;
    border: 1px solid #e3f2fd;
}

.social-link.facebook:hover {
    background: #1877f2;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}

.social-link.youtube {
    background: #f8f9fa;
    color: #ff0000;
    border: 1px solid #ffebee;
}

.social-link.youtube:hover {
    background: #ff0000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
}

.social-link.zalo {
    background: #f8f9fa;
    color: #0084ff;
    border: 1px solid #e3f2fd;
}

.social-link.zalo:hover {
    background: #0084ff;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 132, 255, 0.3);
}

.social-link.instagram {
    background: #f8f9fa;
    color: #e4405f;
    border: 1px solid #fce4ec;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(225, 48, 108, 0.3);
}

.footer-app p {
    color: #666;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 500;
}

.app-links {
    display: flex;
    gap: 10px;
}

.app-link img {
    height: 35px;
    width: auto;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.app-link:hover img {
    transform: scale(1.05);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-copyright p {
    color: #666;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

.footer-links {
    text-align: right;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 13px;
    margin: 0 5px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--main-color);
}

.footer-links span {
    color: #ccc;
    margin: 0 5px;
}

@media (max-width: 767px) {
    .footer-main {
        padding: 40px 0 20px;
    }

    .footer-section {
        margin-bottom: 25px;
        /* text-align: center; */
    }

    .footer-title::after {
        /* left: 50%; */
        /* transform: translateX(-50%); */
    }

    .footer-contact .contact-item {
        justify-content: center;
        text-align: left;
        max-width: 300px;
        margin: 12px auto;
    }

    .footer-social {
        justify-content: center;
    }

    .app-links {
        justify-content: center;
    }

    .footer-links {
        text-align: center;
        margin-top: 15px;
    }

    .footer-copyright {
        text-align: center;
    }
}

.scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 4px;
    display: none;
    z-index: 99;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    background: var(--main-color);
    color: #fff !important;
    line-height: 32px;
    -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;
}

.copyright {
    padding: 12px 0px;
    background: #ffffff;
    border-top: 1px solid #f1f1f1;
    text-align: center;
}

.copyright a:hover {
    color: var(--main-color);
}

.owl-carousel .owl-wrapper-outer {
    padding-bottom: 0px;
}

/*##### BREADCRUMB #####*/

.wrap-breadcrumb {}

.breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    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: 120px;
    margin-top: 10px;
}

.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;
}


/*detail-product*/
.detail-product .action {
    margin-top: 30px !important;
    display: none;
}

.wrap-quantity {
    display: none;
}

.content-product .block-title .title {
    font-size: 200%;
}

.content-product-detail {}

@media(max-width: 767px) {
    .content-product-detail {
        padding-top: 0px;
    }
}

.content-product-detail .detail-product {
    background: #fff;
}

.content-product-detail .detail-product .images-product-detail {
    position: relative;
}

@media(max-width: 767px) {
    .content-product-detail .detail-product .images-product-detail {
        padding: 0px !important;
    }
}

.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: calc(100% - 7px);
    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: 100%;
    height: 0px;
    width: 100%;
}

.content-product-detail .detail-product .targetarea img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.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;
        font-size: 14px;
        border-bottom: none !important;
        padding: 4px 4px;
        text-transform: none;
        min-height: 41px;
    }

    .content-detail {
        margin: 0px -8px 0px;
    }
}

.content-product-detail .detail-product .infomation-product-detail .title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.content-product-detail .detail-product .infomation-product-detail .content-product-combo .title {
    padding: 0;
    border: none;
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 15px;
}

.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;
}

.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 .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: #f16101;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    min-height: 44px;
    display: none;
}

.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;
}

/**/

.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_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;
}


/**/
.detail-news .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.content-product-detail .nav-tabs {
    border: 1px solid rgba(240, 240, 240, 0.7);
    background: #f6f6f6;
    margin-top: 10px;
}

.detail-news .detail-content .nav-tabs {
    margin-top: 0px;
    margin-bottom: 15px;
}

.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;
}

@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;
    }
}

.content-product-detail .nav li.active a,
.content-product-detail .nav li:hover a {
    list-style: none;
    background: #f16101;
}

.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;
    padding: 15px;
    border: 1px solid rgba(240, 240, 240, 0.7);
    border-top: none;
}

.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;
}

.content-product {
    /* margin-top: 15px; */
}

.content-product .content {
    padding: 5px 12px;
    background: #fff;
    border-radius: 4px;
    margin-top: 0px;
}

@media(max-width: 767px) {
    .content-product .content {
        padding: 0px;
        background: none;
        margin-top: 4px;
    }
}


/**/

.item-cate-news {
    /* background: #f9f9f9; */
    /* padding: 10px 0px; */
    /* text-align: left; */
    margin-bottom: 20px;
}

.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;
}


/*Video*/

.block-video {}

.block-video .block-content {}

.block-video .block-content .row {
    margin: 0px -10px;
}

.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;
    overflow: hidden;
}

@media(max-width: 767px) {
    .block-video .block-content .wrap-item .item {
        margin: 4px 0px;
    }
}

.block-video .block-content .wrap-item .item>a {
    display: block;
    height: 0;
    padding-bottom: 60%;
    position: relative;
}

.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: 15px;
    text-align: center;
    padding: 18px;
    background: #fff;
    line-height: 1.4;
}

.block-video .block-content .wrap-item .item h3 a {
    display: block;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-anvancde-search {
    display: none;
}

/*Album*/

.block-album {}

.block-album .block-content {}

.block-album .block-content .row {
    margin: 0px -10px;
}

.block-album .block-content .row .wrap-item {
    padding: 0px 10px;
}

@media(max-width: 767px) {
    .block-album .block-content .row {
        margin: 0px -8px;
    }

    .block-album .block-content .row .row_home {
        padding: 0;
    }

    .block-album .block-content .row .wrap-item {
        padding: 0px 8px;
    }
}

.block-album .block-content .wrap-item {}

.block-album .block-content .wrap-item .item {
    margin: 10px 0px;
    border-radius: 4px;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
}

@media(max-width: 767px) {
    .block-album .block-content .wrap-item .item {
        margin: 4px 0px;
    }
}

.block-album .block-content .wrap-item .item>a {
    display: block;
    height: 0;
    padding-bottom: 90%;
    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;
}

.block-album .block-content .wrap-item .item h3 {
    padding: 25px 15px 18px;
    text-align: center;
    position: relative;
    margin: 0px;
    background: #fff;
}

.block-album .block-content .wrap-item .item h3 i {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: -21px;
    width: 36px;
    height: 36px;
    background: var(--main-color);
    margin-left: -18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 5px 0 0;
    border: 2px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -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;
}

.block-album .block-content .wrap-item .item h3 a {
    display: block;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}


/**/

.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-play {
    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-play:before,
.sidebar-block-right .sidebar-content li .img>.fa.fa-picture-o:before {
    position: relative;
    z-index: 1;
}

.sidebar-block-right .sidebar-content li .img>.fa.fa-youtube-play: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-picture-o {
    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-picture-o: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 {}

/*  */
.article {
    margin-bottom: 15px;
}

.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 {}

.btn-popup {
    display: none;
    position: fixed;
    padding: 0px;
    background: transparent;
    overflow-x: hidden;
    overflow-y: auto;
}
.btn-popup .container1 .content .btn_pop_close i{
    
}
.btn-popup:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000057;
    z-index: -1;
}
@media (min-width: 768px) {
    .btn-popup .container1 .content {
        width: 800px;
        margin: 30px auto;
        z-index: 1000;
    }


.btn-popup .container1 .content .content1 {
    background: #000000;
    padding: 40px 0px;
    border-radius: 30px;
}
}

.btn-popup .row .item1 .iframe>h2{
    margin-bottom: 50px;
}
.btn-popup .row .item1 .iframe>h2,
.btn-popup .row .item1 .iframe .form-group label{
    color: #fff;
}
.btn-popup .btn-key{
    margin-top: 30px !important;
}