:root {
    --main-color: #c79238;
    --main-color-hover: #b78530;
    --main-color: #359042;
    --main-color-hover: #2e7e3a;
    /* --font-family-key: "helvetica neue", helvetica, arial, sans-serif; */
    --font-family-key: 'Inter', sans-serif;
    --font-family-key: 'Montserrat';
}

body {
    font-family: var(--font-family-key);
    font-size: 14px;
    font-weight: 400;
    color: #222;
    background: #ffffff;
    letter-spacing: 0.5px;
}

.clear {
    clear: both;
}

.container {
    width: 100% !important;
    max-width: 1350px;
}

.container-fluid {
    position: relative;
    max-width: 1350px;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover,
a:focus {
    color: var(--main-color);
    text-decoration: none;
}

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;
    }
}

.scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    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;
}

.white-box {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}

@media(max-width: 767px) {
    .white-box {
        padding: 10px;
    }
    .bill .white-box>.row {
        display: flex;
        flex-direction: column-reverse;
    }
}

.btn-add-cart {
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color) !important;
    outline: none !important;
}

.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;
}

@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;
    }
}

.nopadding-l {
    padding-left: 0px;
}

.nopadding-r {
    padding-right: 0px;
}


/**/

.header {
    background: #fff;
    position: relative;
}

.header-toolbar {
    height: 32px;
    line-height: 32px;
    color: #656565;
    font-size: 13px;
    background: #f9f9f9;
}

@media(max-width: 767px) {
    .header {
        margin-bottom: 0px;
    }
    .header-toolbar {
        /* border-bottom: 1px solid #eaeaea; */
    }
    .header-toolbar.fixed {
        margin-bottom: 52px;
        margin-bottom: 0;
    }
}

.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-right: 5px;
    border-right: 1px solid #656565;
    padding-right: 9px;
    line-height: 10px;
    display: inline-block;
}

.header-toolbar .login-menu a:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.header-toolbar .support {
    float: left;
}

@media(max-width: 767px) {
    .header-toolbar .support {
        display: none;
    }
}

.header-toolbar .support span {
    color: #656565;
    margin-left: 10px;
    padding-left: 13px;
    border-left: 1px solid #656565;
    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-main {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px 0px, rgba(0, 0, 0, 0.14) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 2px 1px -1px;
}

.header-main .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 767px) {
    .header-main {}
    .header-main .row {
        display: block;
    }
}

.header-main .logo {
    display: block;
    position: relative;
    z-index: 1;
    text-align: left;
    line-height: 68px;
}

.header-main .logo img {
    display: inline-block;
    max-height: 60px;
}

.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: #000;
    margin: 4px 0px;
}

.icon-menu-mobi {
    display: none;
    position: absolute;
    top: -53px;
    top: 18px;
    left: 10px;
    padding: 6px 10px 7px;
    cursor: pointer;
    z-index: 99;
    color: #000;
    font-size: 13px;
}

@media(min-width: 768px) {
    .header-main .menu-top {
        display: block !important;
        text-align: center;
    }
}

@media(max-width: 767px) {
    .header-main {
        padding-top: 0px;
        z-index: 9999;
    }
    .header-main .menu-top {
        display: none;
        margin: 0px -8px;
    }
    .header-main .logo {
        line-height: 50px;
        text-align: center;
    }
    .header-main .logo img {
        max-height: 48px;
    }
    .icon-cate-mobi {
        display: none;
    }
    .icon-menu-mobi {
        display: block;
    }
}

.header-main .menu-top ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

@media (min-width:992px) {
    .header-main .menu-top ul {
        display: flex;
        justify-content: space-between;
    }
}

.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: 15px 4px;
    display: block;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
}

.header-main .menu-top ul>li>.sub {
    position: absolute;
    width: 280px;
    top: 100%;
    background: #fff;
    left: 0px;
    z-index: 999;
    border-top: none;
    display: none;
    padding: 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@media(max-width: 767px) {
    .header-main .menu-top ul>li>.sub {
        width: 100%;
        position: relative;
        display: block;
        box-shadow: none;
    }
    .header-main .menu-top ul>li>.sub>li>.sub {}
}

.header-main .menu-top ul>li:hover>.sub {
    display: block;
}

.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;
}

.header-main .menu-top ul>li>.sub>li>a {
    text-align: left;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    background: none;
    border: none;
    text-transform: 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 {
    /* font-weight: 600; */
    /* font-size: 16px; */
}

.header-main .menu-top ul>li>.sub>li.li-sub>a>i {
    float: right;
    margin-top: 3px;
    margin-right: -8px;
}

@media(max-width: 767px) {
    .header-main .menu-top ul>li>.sub>li.li-sub>a {
        font-size: 13px;
    }
    .header-main .menu-top ul>li>.sub>li.li-sub>a>i {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
}

.header-main .menu-top ul>li>.sub>li>.sub {
    box-shadow: none;
    padding: 0;
    top: 0px;
    left: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@media(max-width: 767px) {
    .header-main .menu-top ul>li>.sub>li>.sub {
        position: relative;
        left: 0;
        padding-left: 15px;
        box-shadow: none;
    }
}

.header-main .menu-top ul>li>.sub>li>.sub>li {
    border-top: 1px solid #f1f1f1;
}

.header-main .menu-top ul>li>.sub>li>.sub>li>a {
    font-weight: 400;
    padding: 9px 20px;
    font-size: 14px;
}

@media(max-width: 767px) {
    .header-main .menu-top ul>li>.sub>li>.sub>li>a {
        font-size: 13px;
    }
    .header-main .menu-top {}
    .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: 14px;
        font-weight: 400;
    }
}

.header-main .menu-top ul>li:hover>a {
    /* color: var(--main-color); */
}

.header-main .menu-top ul>li>a b {
    display: block;
    text-transform: uppercase;
}

@media(max-width: 767px) {
    .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>a {
        color: #222;
    }
    .header-main .menu-top ul>li>a>i {
        float: right;
    }
    .header-main .wrap-menu {
        background-color: #fff !important;
    }
}

.header-main .menu-top ul>li .wrap-sub .item .sub li a {
    text-align: left;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
}

.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: 14px;
}


/**/

.form-search {
    margin: 0px;
    position: absolute;
    right: 0px;
    width: 400px;
    display: none;
    top: 100%;
}

.form-search .search {
    border: 1px solid var(--main-color);
    position: relative;
    border-radius: 0px;
    height: 40px;
}

.form-search .search select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    border: none;
    padding: 0px 6px;
    margin: 0;
    background: #fff;
}

@media(max-width: 767px) {
    .form-search .search select {
        font-size: 13px;
    }
}

.icon-cart {
    position: absolute !important;
    top: 30px;
    right: 15px;
    z-index: 9;
    line-height: normal;
    color: #444;
}

.icon-cart img {
    height: 30px;
}

.icon-cart i {
    font-size: 20px;
}

.icon-cart span {
    position: absolute;
    bottom: 13px;
    right: -9px;
    background: var(--main-color);
    border-radius: 50px;
    min-width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
}

.icon-search {
    position: absolute;
    top: 0;
    right: 50px;
    height: 100%;
    font-size: 14px;
    cursor: pointer;
    padding: 0px 10px;
    z-index: 2;
    display: flex;
    align-items: center;
}

@media(max-width: 767px) {
    .icon-search {
        right: 34px;
        height: 50px;
        font-size: 19px;
        top: 3px;
    }
    .form-search {
        margin: 10px 0px;
        width: 100%;
    }
    .form-search .search {
        width: 100%;
        max-width: inherit;
        height: 38px;
    }
    .icon-cart {
        top: 13px;
        right: 5px;
    }
    .icon-cart img {
        height: 24px;
    }
    .icon-cart span {
        bottom: -3px;
    }
}

.header-logo {
    padding: 20px 0px 20px;
}

.header-main .wrap-menu {
    background: #000;
}

.login {
    padding: 0px 20px;
}

@media (max-width:991px) {
    .header-left {
        position: absolute;
        top: 15px;
    }
    .login {
        padding: 0px 10px;
    }
}

@media (max-width:768px) {
    .login {
        display: none;
    }
    .header-logo {
        padding: 10px 0px;
    }
    .header-main.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999999999;
        background: #fff;
        box-shadow: 0px 0px 5px #ddd;
        padding: 5px 0;
        position: relative;
    }
    .header-main.fixed .header-logo {
        padding: 0;
    }
    .header-main.fixed .menu-top {
        margin-top: 8px;
        position: absolute;
        background: #fff;
        top: -3px;
        z-index: 9;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        width: calc(100% + 16px);
        left: 0px;
    }
    .header-main.fixed .logo {
        line-height: 40px;
    }
    .header-main.fixed .logo img {
        max-height: 36px;
    }
    .header-main.fixed .icon-menu-mobi {
        top: 8px;
    }
    .header-main.fixed .icon-search {
        top: 0;
        height: 40px;
    }
    .header-main.fixed .icon-cart {
        top: 7px;
    }
}

.login .btn-login {
    background: unset;
    padding: 0;
    border: none;
    font-size: 16px;
}

.login .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 150px;
    margin-top: 8px;
    padding: 0px 10px;
    text-align: left;
    z-index: 1;
    text-transform: uppercase;
    right: 25px;
    border: 1px solid #efefef;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
}

.login .dropdown-content::before {
    content: '';
    position: absolute;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #efefef;
    border-left: 10px solid transparent;
    top: -10px;
    right: calc(50% - 10px);
}

.login .dropdown-content a {
    color: #444;
    padding: 10px 0px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    border-top: 1px solid #ededed;
}

.login .dropdown-content a:first-child {
    border-top: unset;
}

.login .dropdown-content a:hover {
    color: var(--main-color);
}

@media (min-width:768px) {
    .header-logo .container>.relative {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
    }
    .icon-search {
        display: none;
    }
    .login {
        margin-left: auto;
    }
    .form-search {
        display: block;
        position: relative;
        padding: 0px 30px;
        width: 56%;
    }
    .form-search .search .btn {
        /* display: none; */
    }
    .form-search .search {
        width: 100%;
        border-radius: 20px;
        background-color: #f6f6f8;
        border: unset;
        height: 40px;
    }
    .form-search .search input {
        background-color: transparent;
    }
    .form-search .search select {
        background-color: transparent;
        left: 12px;
    }
    .icon-cart {
        top: unset;
        right: unset;
        position: relative !important;
        padding-right: 10px;
    }
    .icon-cart span {
        right: 4px;
    }
}

.form-search .search img {
    width: 16px;
}

.form-search .search input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 2px 52px 2px 120px;
}

.form-search .search .btn {
    color: 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%;
    background: none;
    text-transform: uppercase;
    border: none;
    padding: 8px 18px;
    -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 {}

.hotline1 {
    position: relative;
    padding: 0 0 0 44px;
    margin: 0 0 0 12px;
}

.hotline1 i {
    background: #359042;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.hotline1 a {
    display: block;
    font-weight: 600;
    color: var(--main-color);
}

.gtranslate_wrapper {
    float: right;
    margin-left: 10px;
    margin-top: -2px;
    position: relative;
    z-index: 9999;
}

@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: 14px;
    }
    .form-search .search .btn span {
        display: none;
    }
    .hotline1 {
        margin: 4px 0px -4px 0px;
        text-align: center;
        padding: 0;
    }
    .hotline1 i {
        display: none;
    }
}


/**/

.support-online {
    position: fixed;
    z-index: 999;
    left: 15px;
    bottom: 50px;
    top: auto !important
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    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
}

.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;
    left: 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;
    left: -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;
}

@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 .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 .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 {
    position: relative;
    background: #fff;
    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; */
    }
}

.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%;
}

.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: 21px 16px;
    background: #fff;
    border-radius: 4px;
    margin-top: 15px;
}

.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;
}

.brand .item img {
    height: 50px;
}

.brand .item .item a {
    display: block;
}

.brand .row .item a {
    display: block;
    margin: 10px 0px;
}

.brand .item span {
    display: block;
    font-size: 13px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    padding: 0px 30px;
    margin-top: 7px;
}

@media(max-width: 767px) {
    .brand .item span {
        padding: 0px 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 {
    margin-top: 15px;
}

.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;
    }
}

.nopadding-left {
    padding-left: 15px;
}


/**/

.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;
    }
}

.wrap-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px 15px;
}

.block-title {
    /* margin: 40px 0px 15px; */
}

.block-title .title {
    margin: 0px 0px;
    float: left;
    font-size: 20px;
    /* text-transform: uppercase; */
    /* border-left: 5px solid var(--main-color);
    padding-left: 12px; */
    line-height: 1.3;
    font-weight: 600;
    color: #000;
}

@media(max-width: 767px) {
    .block-title {
        /* margin: 20px 0px 14px; */
    }
    .block-title .title {
        float: none;
        /* margin-bottom: 18px; */
    }
    .wrap-header {
        padding: 20px 0px 15px;
    }
}

.block-title .title a,
.block-title .title span {
    color: #000;
}

.block-title .sub-title {
    float: left;
    padding: 0px;
    margin: 4px 0px 0px 0px;
    margin-left: 10px;
}

@media(max-width: 767px) {
    .block-title .sub-title {
        margin: -8px 0px 0px 0px;
        float: none;
        white-space: nowrap;
        overflow-x: auto;
    }
}

.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 {}

.content-product .content .block-content .row {
    margin: 0px -6px;
}

@media (max-width:767px) {}

@media(min-width: 992px) {
    .content-product .content .block-content .row .item.col-md-2 {
        width: 20%;
    }
    .content-product .content .block-content.product .row {
        display: flex;
        flex-wrap: wrap;
    }
}

.content-product .content .block-content .row .item {
    padding: 8px 6px 6px;
}

.content-product.product .content .block-content .row .item {
    padding: 0px 10px;
    margin-top: 20px;
}

.view-all {
    text-align: center;
}

.view-all a {
    font-size: 15px;
    display: inline-block;
    /* border-bottom: 1.5px solid; */
    /* padding: 0px 4px 2px; */
    text-decoration: underline;
}

.view-all a:hover {
    color: rgb(19, 107, 234);
    /* text-decoration: underline; */
}

.view-all i {
    margin-left: 5px;
    position: relative;
    top: 1px;
    /* display: none; */
}

@media(max-width: 767px) {
    .content-product .content .block-content .row {
        margin: 0px -8px !important;
    }
    .content-product .content .block-content .row .row_home {
        padding: 0px;
    }
    .content-product .content .block-content .row .item {
        padding: 4px 8px !important;
    }
}

.content-product .content .block-content .row .item .iframe {
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    border-radius: 4px;
    transition: all ease-in-out 0.1s;
}

.content-product.content-product-combo .content .block-content .row .item .iframe {
    margin-right: 20px;
    border-radius: unset;
    box-shadow: unset;
    border: 1px solid #f2f2f2;
}

.content-product.content-product-combo .content .block-content .row .item .iframe:hover {
    margin-top: 0;
    border: 1px solid var(--main-color);
}

.content-product.content-product-combo .content .block-content .row .item .iframe .img img {
    border-radius: unset;
}

.content-product.content-product-combo .content .block-content .owl-item: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;
}

.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;
}

@media(max-width: 767px) {
    .content-product .content .block-content .row .item .iframe {
        background: #fff;
        padding: 5px;
        border-radius: 4px;
    }
}

.content-product .content .block-content .row .item .iframe:hover {
    margin-top: -6px;
    margin-bottom: 6px;
}

.content-product .content .block-content .row .item .iframe:hover h3,
.content-product .content .block-content .row .item .iframe:hover a {
    color: var(--main-color);
}

.content-product .content .block-content .row .item .iframe .img {
    position: relative;
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
}

.content-product .content .block-content .row .item .iframe .img .flashsale {
    background-image: url(../images/discount.png);
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 10px;
    font-size: 12px;
}

.content-product .content .block-content .row .item .iframe .img .flashsale span {
    display: inline-block;
    /* margin-left: 2px; */
}

.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%;
    border-radius: 4px 4px 0px 0px;
}

.content-product .content .block-content .row .item .iframe .img .overlay {
    position: absolute;
    bottom: 8px;
    left: 15px;
    right: 15px;
    border-radius: 6px;
    background-color: #000000a3;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    transition: all ease-in-out 0.2s;
    opacity: 0;
}

.content-product .content .block-content .row .item .iframe:hover .img .overlay {
    opacity: 1;
}

@media(max-width: 767px) {
    .content-product .content .block-content .row .item .iframe .img img {
        border-radius: 4px;
    }
}

.content-product .content .block-content .row .item .iframe .info {
    padding: 10px 10px 10px;
    /* height: 130px; */
}

.user-no .content-product .content .block-content .row .item .iframe .info {
    /* height: 106px; */
}

.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: 70px;
    padding: 8px;
}

.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: 10px;
    padding: 1px 5px;
    text-align: center;
    top: -2px;
    font-weight: 400;
    margin-left: 6px;
}

.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: 18px;
    margin: 0px;
    font-weight: 400;
    display: inline-block;
}

.content-product-detail .content .block-content .row .item .iframe .info .price_sale {
    display: block;
}

@media(max-width: 767px) {
    .content-product .content .block-content .row .item .iframe .info {
        padding: 8px 6px 6px 6px;
        height: 120px;
    }
    .user-no .content-product .content .block-content .row .item .iframe .info {
        /* height: 100px; */
    }
}

.content-product .content .block-content .row .item .iframe .info h3 {
    margin: 0px 0px 8px;
    font-size: 14px;
    line-height: 1.4;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    font-weight: 500;
}

.content-product .content .block-content .row .item .iframe .info h3 a {
    color: #000;
}

.content-product .content .block-content .row .item .iframe .info .short_info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    height: 40px;
    display: none;
    color: #666;
}

.content-product .content .block-content .row .item .iframe .info .price {
    color: var(--main-color);
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.2px;
}

.content-product-detail .content .block-content .row .item .iframe .info .price {
    display: block;
}

.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%;
    }
}


/*menu-bottom*/

.menu-top-bottom {
    background: var(--main-color);
    padding: 2px 15px 0px;
    text-align: center;
    position: relative;
    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: #000;
}


/**/

.menu-bottom {
    padding: 20px 0;
}

@media(max-width: 767px) {
    .menu-bottom {
        padding: 5px 0;
    }
}

.menu-bottom .title {
    margin-bottom: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.menu-bottom .title a {
    position: relative;
    display: block;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.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: #ffffffb3;
    font-size: 14px;
}

.menu-bottom ul li a:hover {
    color: var(--main-color);
}

.menu-bottom ul li {
    padding: 6px 0px;
}

footer {
    background: #000000;
    color: #ffffffb3;
    position: relative;
    padding-top: 20px;
}

.footer {
    padding: 20px 0px;
}

@media(max-width: 767px) {
    .footer {
        padding: 15px 0px 0px;
    }
}

.footer p {
    margin-bottom: 6px;
}

.copyright {
    padding: 40px 0px 12px;
    background: #000;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.copyright a,
.footer a {
    color: rgba(255, 255, 255, 0.5)
}

.new-letter {
    padding-top: 20px;
}

.new-letter h4 {
    position: relative;
    display: block;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
    /* margin:20px 0; */
}

.new-letter p {
    margin-bottom: 20px;
    color: #ffffffb3;
    font-size: 15px;
}

.new-letter .input-wrapper {
    position: relative;
}

.new-letter input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    padding-right: 100px;
}

.new-letter input[type="email"]:focus {
    color: #000;
}

.new-letter .input-wrapper button {
    position: absolute;
    top: 2px;
    right: 3px;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 7px 20px;
    border-radius: 3px;
    cursor: pointer;
}

.new-letter input:focus-visible {
    outline: unset;
    border: 1px solid #ddd;
}

.new-letter button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
}

.footer-private .thanhtoan {
    margin-top: 20px;
}

.footer-private .thanhtoan ul {
    padding: 0;
    margin: 0;
}

.footer-private .thanhtoan ul li {
    display: inline-block;
    padding: 0px 5px;
}

.footer-private .thanhtoan .bct {
    max-width: 70%;
    text-align: center;
    margin-top: 15px;
}


/**/

.item-cate-news {
    /* background: #f9f9f9; */
    /* padding: 10px 0px; */
}

.item-cate-news ul {
    padding: 0;
    margin: 0 -4px;
}

.item-cate-news ul li {
    list-style-type: none;
    display: inline-block;
    float: none;
    width: auto;
    padding: 0 2px;
}

.item-cate-news ul li h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.item-cate-news ul li h2 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 5px 0;
    border: 1px solid #e7e9f3;
    line-height: 10px;
    display: block;
    font-size: 13px;
    cursor: pointer;
    padding: 12px 20px 11px;
    border-radius: 30px;
}

.item-cate-news ul li:hover h2 a {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.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;
}

.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 0px 4px 0px;
}

.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: 42px;
    }
    .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-giam .wrap-ma {
    display: inline-block;
    margin-bottom: 20px;
}

.content-product-detail .detail-product .infomation-product-detail .ma-giam .wrap-ma span {
    position: relative;
    cursor: default;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    background: rgba(208, 1, 27, .08);
    padding: 3px 7px;
    border: 0;
    white-space: nowrap;
    color: #d0011b;
}

.content-product-detail .detail-product .infomation-product-detail .ma-giam,
.content-product-detail .detail-product .infomation-product-detail .deal-shock {
    display: none;
}

.content-product-detail .detail-product .infomation-product-detail .ma-giam .wrap-ma span::before,
.content-product-detail .detail-product .infomation-product-detail .ma-giam .wrap-ma span::after {
    content: "";
    width: 6px;
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-size: 6px 6px;
    background-position-x: -6px;
}

.content-product-detail .detail-product .infomation-product-detail .ma-giam .wrap-ma span::before {
    left: -3px;
}

.content-product-detail .detail-product .infomation-product-detail .ma-giam .wrap-ma span::after {
    right: -3px;
}

.content-product-detail .detail-product .infomation-product-detail .ma-giam label,
.content-product-detail .detail-product .infomation-product-detail .deal-shock label {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 10px;
    font-weight: 400;
    /* color: #444; */
    margin-bottom: 20px;
    color: #444;
}

.content-product-detail .detail-product .infomation-product-detail .deal-shock span {
    padding: 4px 10px;
    background-color: rgba(208, 1, 27, 0.08);
    color: #d0011b;
    border-radius: 2px;
    font-size: 15px;
}

.content-product-detail .detail-product .infomation-product-detail .ma-sp {
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
    margin-right: 10px;
    font-weight: 600;
    color: #444;
    display: none;
}

.content-product-detail .detail-product .infomation-product-detail .info {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #888;
    display: none;
}

.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: var(--main-color);
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.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;
}


/**/

.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: 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;
    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;
}

.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(../../../../public/images/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(../../../../public/images/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(../../../../public/images/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(../../../../public/images/traning/stick-acti.png?v=1.0.03);
}

.traning-lever0 .item.item0 ul li.active .img:after {
    background-image: url(../../../../public/images/traning/stick-acti0.png?v=1.0.03);
}

.traning-lever0 .item.item1 ul li.active .img:after {
    background-image: url(../../../../public/images/traning/stick-acti1.png?v=1.0.03);
}

.traning-lever0 .item.item2 ul li.active .img:after {
    background-image: url(../../../../public/images/traning/stick-acti2.png?v=1.0.03);
}

.traning-lever0 .item.item3 ul li.active .img:after {
    background-image: url(../../../../public/images/traning/stick-acti3.png?v=1.0.03);
}

.traning-lever0 .item.item4 ul li.active .img:after {
    background-image: url(../../../../public/images/traning/stick-acti4.png?v=1.0.03);
}

.traning-lever0 .item.item5 ul li.active .img:after {
    background-image: url(../../../../public/images/traning/stick-acti5.png?v=1.0.03);
}

.traning-lever0 .item.item6 ul li.active .img:after {
    background-image: url(../../../../public/images/traning/stick-acti6.png?v=1.0.03);
}

.traning-lever0 .item.item7 ul li.active .img:after {
    background-image: url(../../../../public/images/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;
    max-width: 660px;
    line-height: 1.4;
}

.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-bottom: 15px;
}

.about img {
    height: auto !important;
}

.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;
}

.block-news .block-content .row .wrap-item {
    padding: 0px 12px;
}

@media(max-width: 767px) {
    .block-news .block-content .row {
        margin: 0px -8px;
    }
    .block-news .block-content .row .wrap-item {
        padding: 0px 8px;
    }
    .block-news .block-content .row .row_home {
        padding: 0;
    }
}

.block-news .block-content .item {
    margin-bottom: 24px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #FFF;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    padding: 3px;
    background: #fff;
}

.block-news .block-content .item .wrap-info {
    color: #383838;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 20px;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    position: relative;
    height: 215px;
}

.block-news.related .block-content .item .wrap-info {
    height: 135px;
}

@media(max-width: 767px) {
    .block-news .block-content .item {
        margin-bottom: 8px;
    }
    .block-news .block-content .item .wrap-info {
        height: auto;
        padding: 0px 15px 15px;
    }
}

.block-news .block-content .item h3 {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 10px 0px;
    border: none;
    height: 42px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    line-height: 1.34;
}

.block-news .block-content .item h3 a {
    color: #3e3d3c;
}

.block-news .block-content .item h3 a i {
    margin-right: 7px;
    color: #777;
}

.block-news .block-content .item .wrap-info .info {
    height: 80px;
    overflow: hidden;
    color: #666;
}

@media(max-width: 767px) {
    .block-news .block-content .item .wrap-info .info {
        height: auto;
        max-height: 80px;
    }
    .block-news .block-content .item h3 {
        padding: 0px 0px 0px 0px;
        height: auto;
        max-height: 42px;
    }
    .block-news .block-content .item h3 a {
        height: auto;
    }
}

.block-news .block-content .item .time {
    font-size: 12px;
    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 .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: 60%;
}

.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: 5px 0 0;
    margin-bottom: 15px;
}

.detail-news .detail-content .detail p,
.detail-news .detail-content .detail span {
    font-family: var(--font-family-key) !important;
}

.detail-news .detail-content .detail p a,
.detail-news .detail-content .detail span a {
    color: #337ab7;
}

.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;
}

.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;
}

.detail-news .detail-content .detail img {
    height: auto !important;
}


/*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 -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;
}


/*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 {
    position: absolute;
    color: #f41111;
    font-size: 18px;
    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: 18px;
    height: 14px;
    margin-top: 7px;
}

.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 {}

.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,
.box_save_voucher_code_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,
.box_save_voucher_code_success img {
    display: inline-block;
    width: 50px;
    margin-bottom: 8px;
}

.box_save_voucher_code_success {
    width: 250px;
    height: 135px;
    background: #56ba47ed;
    border: 1px solid #4ca040;
    letter-spacing: 0.2px;
}

.div_save_voucher_code_success1 {
    background: #f3f3f3;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px var(--main-color);
}

.div_show_voucher_code_success1 {
    background: #f3f3f3;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px var(--main-color);
}

.div_show_voucher_code_success1 .price-detail {
    background: #56BA47 !important;
    color: #fff !important;
    box-shadow: none;
    display: inline-block;
    padding: 5px 12px !important;
    border-radius: 4px;
    border: 1px solid #4ca040;
    font-size: 14px !important;
    background: var(--main-color) !important;
    border: 1px solid var(--main-color-hover) !important;
}

.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;
}


/*Banner*/

.top_banner {
    /* margin-top: 15px; */
}

.top_banner .no_flexslider {
    background: none;
    border-radius: 0px;
}

.top_banner .no_flexslider .slides li {
    margin-top: 20px;
}

.bottom_banner {
    background: #000;
    color: #fff;
    margin-top: 20px;
}

.bottom_banner .content {
    padding: 25px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.bottom_banner .row {
    margin: 0px -5px;
}

.bottom_banner .item {
    margin: 0;
    padding: 0px 5px;
}

.bottom_banner .item a {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom_banner .item a img {
    height: 40px;
    margin-right: 10px;
    width: auto;
}

@media (max-width:991px) {
    .bottom_banner .item {
        margin-bottom: 25px;
    }
}

@media (max-width:767px) {
    .bottom_banner {
        margin-top: 10px;
    }
    .bottom_banner .content {
        padding: 50px 0px 0px;
    }
    .bottom_banner .item {
        margin-bottom: 25px;
    }
    .bottom_banner .item a {
        justify-content: unset;
        font-weight: 400;
        font-size: 16px;
        padding: 0px 20px;
    }
    .bottom_banner .item a img {
        height: 40px;
        width: auto;
    }
}

.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-1 {
    padding-top: 10px;
    /* max-width: 100%; */
    /* overflow: hidden; */
}

.block-option-1 .content {
    position: relative;
    /* padding: 0px 12px; */
}

@media (min-width:992px) {
    .block-option-1 .content {
        /* width: 112%; */
        /* padding: 0; */
        /* margin-left: -10px; */
    }
    .block-option-1 {
        /* padding-left: 15px; */
    }
}

.block-option-1 .content .item {
    border-radius: 4px;
    margin: 0 5px 0 5px;
    overflow: hidden;
}

.block-option-1 .content .item .img {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    /* overflow: hidden; */
    /* height: 0px; */
    /* padding-bottom: 75%; */
    background: none !important;
}

.block-option-1 .content .item .img img {
    /* opacity: 0; */
    /* height: 100%; */
    /* width: 100%; */
}

.block-option-1 .content .item h3 {
    font-size: 24px;
    margin: 0px 0px 8px;
    line-height: 1.3;
    color: #111;
    font-weight: 600;
    transition: all linear 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.owl-block-1 .slick-arrow {
    position: absolute;
    top: 40%;
    width: 45px;
    line-height: 36px;
    height: 45px;
    border-radius: 50%;
    background-color: #000000a3;
    color: #fff;
    font-size: 20px;
    border: unset;
    left: 15px;
    z-index: 10;
    display: none !important;
    transition: all linear 0.3s;
}

.owl-block-1:hover .slick-arrow {
    display: block !important;
}

.owl-block-1 .slick-arrow.slick-next {
    left: unset;
    right: 15px;
}

@media (min-width:992px) {
    .block-option-1 .owl-block-1 .slick-arrow.slick-next {
        left: unset;
        right: calc(10% + 5px);
    }
}

.block-option-1 .content:hover .slick-arrow {
    display: block !important;
}

.block-option-1 .content .item .wrap-info {
    padding: 15px 25px 20px;
    height: 142px;
    overflow-y: hidden;
    color: #111;
    background-color: var(--main-color);
}

@media (min-width:768px) {
    .block-option-1 .content .item .wrap-info .info {
        height: 40px;
        overflow: hidden;
    }
}

.block-option-1 .content .item .shop-now {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-top: 8px;
}

.block-option-1 .content .item:hover .info,
.block-option-1 .content .item:hover .shop-now {
    text-decoration: underline;
}

@media(max-width: 767px) {
    .block-option-1 .content .item h3 {
        height: unset;
        font-size: 20px;
    }
    .block-option-1 .content .item .wrap-info {
        padding: 20px 25px 20px;
        height: unset;
    }
    .owl-block-1 .slick-arrow {
        left: 0;
        border-radius: unset;
        width: 30px;
        background: rgb(0 0 0 / 30%);
    }
    .owl-block-1 .slick-arrow.slick-next {
        left: unset;
        right: 0px;
    }
    .block-option-1 .content .item {
        margin: 0px;
    }
    .block-option-1 {}
    .block-option-1 .content .item {
        margin: 0px 10px;
    }
    .owl-block-1 .slick-arrow {
        display: block !important;
    }
}


/*  */

.block-option-2 {
    margin-top: 40px;
}

.block-option-2 .content {
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.0625);
}

.block-option-2 .content .row .item .img {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    height: 0px;
    padding-bottom: 75%;
}

.block-option-2 .content .row .item .iframe {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}

.block-option-2 .content .row .item .iframe .info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.block-option-2 .content .row .item .iframe .info p {
    margin-bottom: 8px;
}

.block-option-3 .content .row .item .iframe .info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.block-option-2 .content .row .item .img img {
    opacity: 0;
    height: 100%;
    width: 100%;
}

.block-option-2 .content .item h3 {
    font-size: 20px;
    letter-spacing: -0.2px;
    font-weight: 600;
    margin: 0px 0px 6px;
    line-height: 1.3;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all linear 0.3s;
}

.block-option-2 .content .item h3 a:hover {
    color: #222;
}

.block-option-2 .content .item .wrap-info {
    padding: 15px 25px 15px;
    overflow-y: hidden;
    color: #111;
    background-color: var(--main-color);
    height: 135px;
}

.block-option-2 .content .item .shop-now {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-top: 8px;
}

.block-option-2 .content .item .shop-now:hover a {
    color: #222;
    /* text-decoration: underline; */
}

.block-option-2 .content .item .iframe:hover .shop-now a {
    /* text-decoration: underline; */
}

.block-option-2 .content .row {
    margin: 0px -8px;
}

.block-option-2 .content .item {
    padding: 0px 8px;
}

.block-option-2 .content .item .iframe:hover .info *,
.block-option-2 .content .item .iframe:hover .info .shop-now {
    text-decoration: underline;
}

@media (max-width:767px) {
    .block-option-2 .content .item .wrap-info {
        height: unset;
        padding: 15px;
    }
    .block-option-2 .content .item {
        padding: 0;
    }
}


/**/

.option-footer {
    padding: 80px 0px;
    color: #fff;
    text-align: center;
    position: relative;
}

.option-footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 5, .6);
    left: 0;
    top: 0;
}

.option-footer h2 {
    margin: 0px 0px 10px;
    line-height: 1.2;
    font-weight: 400;
    font-size: 60px;
    position: relative;
}

.option-footer h3 {
    font-weight: 400;
    margin: 0px 0px 0px;
    line-height: 1.6;
    font-size: 24px;
    position: relative;
}

@media(max-width: 767px) {
    .option-footer h2 {
        font-size: 30px;
    }
}


/**/

.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 {}


/**/

.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: #f9f9f9;
}

@media(max-width: 767px) {
    .register11 .content {
        padding: 16px;
    }
}

.register11 .content .content1 {
    background: #fff;
    padding: 60px 30px;
}

@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 .item1 .iframe>h2 {
    margin: 0px 0px 15px;
    text-align: center;
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 22px;
    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;
}


/**/

.owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    left: 8px;
    font-size: 20px;
    height: 40px;
    width: 30px;
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-controls .owl-buttons div:hover {
    background: var(--main-color);
}

.owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 8px;
}


/* flexslider */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 11;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.flex-control-nav li {
    list-style: none;
    margin-right: 5px;
    display: inline-block;
}

.flex-control-nav li a {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #A6ACB2;
    text-indent: -9999px;
    transition: all linear 0.3s;
}

.flex-control-paging li a:hover {
    background: var(--main-color);
}

.flex-control-paging li a.flex-active {
    background: var(--main-color);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media (max-with:767px) {
    .flex-control-nav {
        bottom: 0px;
    }
}


/* bill */

.bill .bill-content {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 50px;
    margin-bottom: 40px;
}

.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 5px;
        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 .captcha {
    margin: 6px 15px 20px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    color: #4c4a4b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

@media screen and (max-width: 500px) {
    .bill .captcha {
        flex-direction: column;
    }

    .text {
        margin: .5em !important;
        text-align: center;
    }

    .logo {
        align-self: center !important;
    }

    .spinner {
        margin: 2em .5em .5em .5em !important;
    }
}

.bill .text {
    font-size: 14px;
    margin-right: 1em;
    max-width: 150px;
}

.bill .spinner {
    position: relative;
    width: 28px;
    height: 20px;
    display: flex;
    margin: 20px 10px;
    align-items: center;
    justify-content: center;
}

.bill input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.bill input[type="checkbox"]+.checkmark {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #fcfcfc;
    border: 2.5px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bill input[type="checkbox"]+.checkmark span {
    content: '';
    position: relative;
    margin-top: -3px;
    transform: rotate(45deg);
    width: .75em;
    height: 1.2em;
    opacity: 0;
}

.bill input[type="checkbox"]+.checkmark>span:after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #029f56;
}

.bill input[type="checkbox"]+.checkmark>span:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #029f56;
}

.bill input[type="checkbox"]:checked+.checkmark {
    animation: 2s spin forwards;
}

.bill input[type="checkbox"]:checked+.checkmark>span {
    animation: 1s fadein 1.9s forwards;
}

.bill input[type="checkbox"]:checked+.checkmark>span:after {
    animation: .3s bottomslide 2s forwards;
}

.bill input[type="checkbox"]:checked+.checkmark>span:before {
    animation: .5s rightslide 2.2s forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bottomslide {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes rightslide {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.bill .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    align-self: flex-end;
    margin: 0.5em 1em;
}

.bill .logo img {
    height: 30px;
    width: 30px;
}

.bill .logo p {
    color: #555;
    margin: 0;
    font-size: 10px;
}

.bill .logo small {
    color: #555;
    margin: 0;
    font-size: 9px;
}

@keyframes spin {
    10% {
        width: 0;
        height: 0;
        border-width: 6px;
    }

    30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0deg);
        border-color: rgb(199, 218, 245);
    }

    50% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }

    70% {
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }

    90% {
        border-width: 4px;
    }

    100% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: transparent;
    } 
}
.bill .desg-name {
    color: red;
    font-weight: bold;
    font-size: 20px;
} */

.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);
}

.bill .wrap-infomation {
    margin-top: 30px;
    display: none;
    transition: opacity 0.3s ease-in-out;
}

.wrap-infomation.show {
    display: block;
    opacity: 1;
}

.bill .wrap-infomation .wrap-box {
    background-color: #f0f0f0;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 1px #888;
    padding: 20px;
    margin-bottom: 20px;
}

@media(max-width: 767px) {
    .bill .tracuu {
        padding: 8px 20px;
        font-size: 14px;
    }
    .bill .wrap-infomation {
        margin-top: 0;
    }
    .bill .wrap-infomation .wrap-box {
        box-shadow: none;
        background: none;
        padding: 10px 20px;
        background: #f9f9f9;
        margin: 0px -15px;
    }
}

.bill .wrap-infomation .info-item {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 15px;
}

.bill .wrap-infomation .info-item .name {
    color: #000;
    min-width: 120px;
    margin-right: 8px;
}

.bill .wrap-infomation .info-item .value {
    font-weight: 600;
}

.bill .trackingItem ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-left: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    margin: 0 auto;
    letter-spacing: .2px;
    position: relative;
    line-height: 1.4em;
    padding: 0 25px 20px;
    list-style: none;
    text-align: left;
}

.bill .trackingItem ul .od-img-location {
    width: 25px;
    height: auto;
}

.bill .trackingItem {
    position: relative;
}

.bill .trackingItem ul::before {
    background-color: #ddd;
    content: '';
    position: absolute;
    left: -6px;
    width: 12px;
    height: 12px;
    top: 5px;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #ddd;
}

.bill .trackingItem ul.active::before {
    background-color: #ffffff;
    border: 1px solid var(--main-color);
}

.bill .trackingItem ul.active::after {
    content: '';
    position: absolute;
    left: -3px;
    border-radius: 50%;
    top: 8px;
    width: 6px;
    z-index: 2;
    height: 6px;
    background-color: var(--main-color);
}

.bill .trackingItem ul .name {
    font-weight: 600;
    color: var(--main-color);
}


/* flash sale */

.flash-sale {
    /* background: #fafafa;
    padding: 15px 20px 20px; */
    margin-bottom: 15px;
    margin-top: 20px;
}

.flash-sale .flash-price {
    margin-bottom: 6px;
}

.flash-sale .flash-price .old-price-detail,
.flash-sale .price-detail {
    display: inline-block;
}

.flash-sale .flash-price .old-price-detail {
    color: #929292 !important;
    /* margin-right: 8px; */
    font-weight: 400 !important;
    margin-bottom: 0px;
    font-size: 34px;
}

.flash-sale .flash-price .price-detail {
    color: #d0011b !important;
}

.flash-sale label {
    padding-left: 0px;
    margin-bottom: 0px;
    /* height: 30px; */
    /* line-height: 28px; */
    white-space: nowrap;
}

.flash-sale .price-flashsale {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.end-flashsale {
    margin-bottom: 40px;
}

.flash-sale .price-detail .discount {
    display: none;
}

.content-product .content .block-content .slick-arrow {
    position: absolute;
    top: 50%;
    left: 8px;
    font-size: 20px;
    height: 40px;
    width: 30px;
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-product .content .block-content .slick-arrow.slick-next {
    left: unset;
    right: 8px;
    /* display: none; */
}

.count-down-end-flash {
    float: left;
    margin: 2px 0px 0 6px;
}

.count-down-end-flash span {
    display: inline-block;
    background: #000;
    color: #fff;
    margin: 0 2px;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 11px;
}


/**/

.content-product-detail-flast {
    max-width: 600px;
    margin: 0px auto;
    padding: 0 14px;
    box-shadow: 0px 0px 6px #ddd;
}

.content-product-detail-flast .detail-product .infomation-product-detail .title {
    font-size: 16px;
    margin: 0;
}

.content-product-detail-flast .detail-product .images-product-detail {
    margin-top: 10px;
    padding-right: 0;
}

@media(max-width:767px) {
    .content-product-detail-flast .row {
        margin: 0 0px;
    }
    .content-product-detail-flast .detail-product .infomation-product-detail .price-detail {
        font-size: 18px;
    }
    .content-product-detail-flast .detail-product .infomation-product-detail .old-price-detail {
        font-size: 14px;
    }
    .content-product-detail-flast .detail-product .infomation-product-detail .title {
        font-size: 14px;
        height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

.content-product-detail-flast .attribute {
    margin-top: 18px;
}

.content-product-detail-flast .attribute .size_color {
    border-top: 1px solid #eaeaea;
    padding-top: 8px;
    margin-bottom: 13px;
}

.content-product-detail-flast .attribute .size_color>label {
    font-weight: 400;
}

.content-product-detail-flast .wrap-quantity {
    border-top: 1px solid #eaeaea;
    padding-top: 8px;
    margin-bottom: 13px;
}

.content-product-detail-flast .wrap-quantity>label {
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 0;
}

.content-product-detail-flast .wrap-quantity>div {
    float: right;
}

.content-product-detail-flast .wrap-quantity>div input {
    border: none;
    background: #f6f6f6;
}

.content-product-detail-flast .wrap-quantity>div .quantity_input {
    width: 115px;
}

.content-product-detail-flast .wrap-quantity>div .quantity-button.quantity-up {
    border: none;
    border: none;
    background: #f1f1f1;
    width: 36px;
    font-weight: 100;
    font-size: 36px;
    color: #222;
    line-height: 27px;
    border-radius: 2px;
    border-left: 2px solid #fff;
}

.content-product-detail-flast .wrap-quantity>div .quantity-button.quantity-down {
    border: none;
    background: #f6f6f6;
    width: 36px;
    font-weight: 100;
    font-size: 48px;
    color: #999;
    line-height: 27px;
    border-radius: 2px;
    border-right: 2px solid #fff;
}

.content-product-detail-flast .payment .content .content-address {
    padding: 10px 0 68px 0;
}

.content-product-detail-flast .payment .content .content-address p {
    margin: 5px 0px 12px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
}

.content-product-detail-flast .action {
    position: fixed;
    bottom: 0;
    width: 600px;
    left: 0;
    right: 0;
    margin: auto;
}

.content-product-detail-flast .nav-tabs {
    display: none;
}

.content-product-detail-flast .content-detail {
    margin: 0;
}

.content-product-detail-flast .tab-content {
    /* border: 1px solid rgba(240, 240, 240, 0.8); */
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

@media(max-width: 767px) {
    .content-product-detail-flast .payment .content .content-address {
        padding: 10px 0 40px 0;
    }
    .content-product-detail-flast .action {
        width: auto;
    }
    .content-product-detail-flast .form-default .row {}
    .content-product-detail-flast .form-default .row>div {
        padding: 0 !important;
    }
}

.content-product-detail-flast .action .btn {
    font-size: 20px;
    border-radius: 0;
}

.content-product-detail-flast .action .btn span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

.content-product-detail-flast .action .btn i {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 28px;
    font-weight: 100;
}

.content-product-detail-flast .content-payment {
    display: none;
}

.content-product-detail-flast .content-product-combo .title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 6px;
}

.rating-summary {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.rating-summary .average-rating {
    font-size: 48px;
    color: #ff6600;
    margin-right: 20px;
}

.rating-summary .rating-details {
    flex-grow: 1;
}

.rating-summary .rating-details .stars {
    color: #ff6600;
    font-size: 24px;
}

.rating-summary .rating-details .total-reviews {
    color: #666;
}

.rating-summary .rating-breakdown {
    margin-top: 10px;
}

.rating-summary .rating-breakdown div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.rating-summary .rating-breakdown div span {
    margin-right: 10px;
}

.rating-summary .rating-breakdown .bar {
    flex-grow: 1;
    height: 10px;
    background-color: #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.rating-summary .rating-breakdown .bar div {
    height: 150%;
    background-color: #ff6600;
}

.write-review {
    text-align: center;
    margin: 20px 0;
}

.write-review button {
    background-color: var(--main-color);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.reviews {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.reviews .review {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.reviews .review:last-child {
    border-bottom: none;
}

.reviews .review .review-header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.reviews .review .review-header .stars {
    color: #ff6600;
    margin-right: 10px;
}

.reviews .review .review-header .reviewer {
    font-weight: bold;
    margin-right: 10px;
}

.reviews .review .review-header .product {
    color: #666;
}

.reviews .review .review-header .online-purchase {
    color: #03a312;
    margin-left: auto;
    font-style: italic;
}

.reviews .review .review-body {
    color: #333;
}

.reviews .review .review-footer {
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}

.pagination {
    text-align: center;
    margin: 20px 0;
}

.pagination a {
    color: #ff6600;
    text-decoration: none;
    margin: 0 5px;
    font-size: 16px;
}

.pagination a.active {
    font-weight: bold;
}

#starRatingContainer .star {
    font-size: 30px;
    cursor: pointer;
    color: lightgray;
    /* Màu mặc định */
}

#starRatingContainer .star:hover,
#starRatingContainer .star.selected,
#starRatingContainer .star.selected:hover {
    color: #ffc107;
    /* Màu khi chọn hoặc hover */
}

#starRatingContainer .star:hover
/* , */


/* .star:hover~.star  */

{
    color: #ffc107;
    /* Màu khi di chuột qua */
}

.star2:hover~.star1 {
    color: #ffc107;
}

.modal-show-image-rate-content {
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.modal-show-image-rate {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(58 58 58 / 90%);
    text-align: center;
}

.modal-show-image-rate-content {
    vertical-align: middle;
}

.modal-show-image-rate::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


/* Nút đóng modal */

.close-show-image-rate {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.close-show-image-rate:hover,
.close-show-image-rate:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/**/

.rate_home {
    padding: 20px 0;
}

.rate_home.rate_home_detail {
    padding: 0px 0;
}

.rate_home .content {
    border-radius: 10px;
    box-shadow: 0px 0px 15px #999;
    overflow: hidden;
}

.rate_home.rate_home.rate_home_detail .content {
    box-shadow: none;
    overflow: inherit;
    border-radius: 0;
}

.rate_home .content .content1 {
    background: #333;
    padding: 10px 20px;
}

.rate_home .content .row {
    margin: 0 -10px;
}

.rate_home .content .item {
    padding: 0 10px;
}

.rate_home.rate_home_detail .content .item {
    border-top: 1px solid #ddd;
    padding: 2px 0 10px 0;
}

.rate_home.rate_home_detail .content .item:first-child {
    border: none;
}

.rate_home .content .item .iframe {
    background: #fff;
    border-radius: 10px;
    padding: 20px 28px;
    margin: 10px 0;
    overflow: hidden;
}

.rate_home.rate_home_detail .content .item .iframe {
    padding: 10px 0px 0;
}

@media(max-width: 767px) {
    .rate_home .content .content1 {
        padding: 5px;
    }
    .rate_home .content .item .iframe {
        margin: 5px 0;
    }
}

.rate_home .content .item .user {
    position: relative;
    padding: 0 0 0 85px;
    min-height: 80px;
}

.rate_home .content .item .user .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.rate_home .content .item .user .img img {}

.rate_home .content .item .user .star {
    color: #ffc107;
    font-size: 18px;
}

.rate_home .content .item .user .star::after {
    content: '';
    clear: both;
    display: block;
}

.rate_home .content .item .user .star i {
    margin: 0 3px;
    float: left;
}

.rate_home .content .item .user .star i:first-child {
    margin-left: 0;
}

.rate_home .content .item .user .name {
    margin: 4px 0;
}

.rate_home .content .item .user .address {
    color: #777;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rate_home .content .item .desc {
    position: relative;
    margin: 7px 0 10px 0;
}

.rate_home .content .item .desc>div {
    /* white-space: nowrap; */
    overflow: hidden;
    position: relative;
    padding: 0 0px 0 0;
    text-overflow: ellipsis;
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}

.rate_home .content .item .desc.active>div {
    height: auto;
    white-space: normal;
    overflow: inherit;
    padding: 0 0px 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 50;
    /* text-align: justify; */
}

.rate_home .content .item .desc span {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: -20px; */
    background: #fff;
    padding: 0 5px 0 7px;
    color: #666;
    font-weight: 400;
    cursor: pointer;
    bottom: 0;
    display: block;
    text-align: right;
    padding: 0;
}

.rate_home .content .item .desc.active span {
    position: relative;
    bottom: 0;
    /* margin-top: 20px; */
}

.rate_home .content .item .images {
    margin: 0 -5px;
    /* min-height: 125px;
    min-height: 86px; */
}

.rate_home .content .item .images::after {
    content: '';
    display: block;
    clear: both;
}

.rate_home .content .item .images .images1 {
    float: left;
    width: 33.33333%;
    padding: 5px 5px;
}

@media(max-width: 767px) {
    .rate_home .content .item .images {
        white-space: nowrap;
        overflow-x: auto;
    }
    .rate_home .content .item .images .images1 {
        width: 50%;
        float: none;
        display: inline-block;
    }
}

.rate_home.rate_home_detail .content .item .images .images1 {
    /* float: none; */
    display: inline-block;
    max-width: 150px;
    /* width: auto; */
    position: relative;
}

.rate_home.rate_home_detail .content .item .images .images1.video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.rate_home.rate_home_detail .content .item .images .images1.video.active {
    border: 2px solid var(--main-color);
    padding: 3px;
}

.rate_home .content .item .images .images1 .images2 {
    height: 0;
    padding-bottom: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.rate_home .content .item .images .images1 .images2 a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.rate_home .content .item .images .images1 .images2 video {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.rate_home .content .item .images img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.rate_home .content .item .images .slick-dots,
.rate_home .content .item .images .slick-arrow,
.rate_home .content .slick-dots {
    display: none !important;
}

.rate_home .content .slick-arrow {
    background: #555;
    color: #fff;
    right: 8px;
    left: auto;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    padding: 0;
}

.rate_home .content .slick-prev {
    left: 10px;
    right: auto;
}

@media(max-width: 767px) {
    /* .rate_home.rate_home_detail .content .item .images .images1.video video::-webkit-media-controls-play-button {
        display: none !important;
    }
    .rate_home.rate_home_detail .content .item .images .images1.video video::-webkit-media-controls-start-playback-button {
        display: none !important;
    } */
    .rate_home .content .item .images .images1 .images2 video {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        top: 0;
    }
}

@media(max-width: 767px) {
    .rate_home .content .slick-arrow {
        right: 18px;
    }
    .rate_home .content .slick-prev {
        left: 18px;
    }
}


/* ratings-detail */

.ratings-detail {
    margin-top: 8px;
}

.ratings-detail>img {
    border-radius: 8px;
}

.ratings-detail .content {}

.ratings-detail .content .head {
    background-color: #f8f2e7;
    min-height: 5rem;
    border: 1px solid #f9ede5;
    padding: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 8px;
    margin-top: 8px;
}

@media(max-width: 767px) {
    .ratings-detail .content .head {
        display: block;
        padding: 12px;
        margin-bottom: 6px;
    }
}

.ratings-detail .content .head:after {
    content: '';
    display: block;
    clear: both;
}

.ratings-detail .content .head .left {
    float: left;
    width: 200px;
    padding: 0 18px;
}

@media(max-width: 767px) {
    .ratings-detail .content .head .left {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 3px;
    }
    .ratings-detail .content .head .left:after {
        content: '';
        display: block;
        clear: both;
    }
}

.ratings-detail .content .head .left>p {
    margin: 0 0 0 20px;
    font-size: 24px !important;
    color: #333;
    line-height: normal;
    font-weight: 300;
    text-align: center;
    margin: 0;
}

.ratings-detail .content .head .left>p>span {
    font-size: 37px !important;
    font-weight: 500;
}

@media(max-width: 767px) {
    .ratings-detail .content .head .left>p {
        font-size: 16px !important;
        margin: 0;
        float: right;
        width: calc(100% - 94px);
        padding-left: 8px;
        padding-top: 2px;
    }
    .ratings-detail .content .head .left>p>span {
        font-size: 18px !important;
        font-weight: 500;
    }
}

.ratings-detail .content .head .left>span {
    display: block;
    position: relative;
    /* margin-left: 25px; */
    font-size: 20px;
    color: #ffc107;
    white-space: nowrap;
}

@media(max-width: 767px) {
    .ratings-detail .content .head .left>span {
        float: left;
        margin: 4px 0 0 0 !important;
        padding: 0 !important;
        font-size: 15px;
        width: 94px;
    }
}

.ratings-detail .content .head .left>span>span {
    position: absolute;
    left: 0px;
    width: 0%;
    background: #fffbf8;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    font-size: 18px;
}

@media(max-width: 767px) {
    .ratings-detail .content .head .left>span>span {
        font-size: 15px;
    }
}

.ratings-detail .content .head .left>span>i,
.ratings-detail .content .head .left>span>span>i {
    margin: 0px 0px;
}

.ratings-detail .content .head .right {
    float: left;
    width: calc(100% - 220px);
    margin-left: 20px;
}

@media(max-width: 767px) {
    .ratings-detail .content .head .right {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        white-space: no;
    }
}

.ratings-detail .content .head .right ul {
    padding: 0;
    margin: 0;
}

.ratings-detail .content .head .right ul li {
    display: inline-block;
    list-style: none;
    padding: 6px 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 6px 3px;
    cursor: pointer;
    color: #222;
    background: #fff;
}

@media(max-width: 767px) {
    .ratings-detail .content .head .right ul li {
        padding: 4px 15px;
        margin: 2px 0px;
    }
}

.ratings-detail .content .head .right ul li.active {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.ratings-detail .content .head .right ul li i {
    color: #ffc107;
}

.ratings-detail .content .head .right ul li.active i {
    color: #fff;
}

.ratings-detail .content .head .right ul li span {}


/**/

.luckywheel {
    padding: 100px 0;
}

.luckywheel .container {
    max-width: 1140px !important;
}

.form_start_the_quiz_now .register11 {
    padding: 0;
}

.form_start_the_quiz_now .register11::before {
    display: none;
}