body {
    font-family: 'segoeui';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #fff !important;
}

:root {
    --main-color: #0095da;
    --MAIN-COLOR: #0095da;
    --main-color1: #1385bf;
    --MAIN-COLOR1: #1385bf;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

button,
button:focus,
select,
select:focus {
    outline: none;
}

.container {
    width: 100%;
    max-width: 1170px;
}

@media(max-width: 991px) {
    .container {
        padding: 0px 8px !important;
    }

    .container .row {
        margin: 0px -8px !important;
    }

    .container .row .col-md-1,
    .container .row .col-md-2,
    .container .row .col-md-3,
    .container .row .col-md-4,
    .container .row .col-md-5,
    .container .row .col-md-6,
    .container .row .col-md-7,
    .container .row .col-md-8,
    .container .row .col-md-9,
    .container .row .col-md-10,
    .container .row .col-md-11,
    .container .row .col-md-12 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}

.clearfix {
    clear: both;
    margin: 0px;
    padding: 0px;
}

.scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    display: none;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    text-align: center;
    font-size: 20px;
    background: #189eff;
    color: #fff !important;
    line-height: 36px;
    -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;
}

.scroll-top:hover {
    background: var(--main-color1);
}

@media screen and (max-width: 1200px) {
    .scroll-top {
        display: none !important;
    }
}

@media(max-width: 991px) {
    .container {
        padding: 0px 8px !important;
    }

    .container .row {
        margin: 0px -8px !important;
    }

    .container .row .col-md-1,
    .container .row .col-md-2,
    .container .row .col-md-3,
    .container .row .col-md-4,
    .container .row .col-md-5,
    .container .row .col-md-6,
    .container .row .col-md-7,
    .container .row .col-md-8,
    .container .row .col-md-9,
    .container .row .col-md-10,
    .container .row .col-md-11,
    .container .row .col-md-12 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}

@media(max-width: 991px) {
    .container {
        padding: 0px 8px !important;
    }

    .container .row {
        margin: 0px -8px !important;
    }

    .container .row .col-md-1,
    .container .row .col-md-2,
    .container .row .col-md-3,
    .container .row .col-md-4,
    .container .row .col-md-5,
    .container .row .col-md-6,
    .container .row .col-md-7,
    .container .row .col-md-8,
    .container .row .col-md-9,
    .container .row .col-md-10,
    .container .row .col-md-11,
    .container .row .col-md-12 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}

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

@media(max-width: 767px) {
    .white-box {
        padding: 10px;
    }
}


/**/

.header {
    background: #fff;
    position: relative;
    z-index: 5;
}

.header-toolbar {
    height: 34px;
    line-height: 34px;
    background-color: #f5f5f5;
    color: #000;
    font-size: 13px;
}

.header-home {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 15;
    background: url('../images/bg-header.png') repeat-x;
}

@media(max-width: 767px) {
    .header {
        margin-bottom: 0px;
    }

    .header-home {
        background-size: auto 100%;
        background: none;
        position: relative;
    }

    .header-toolbar {
        padding: 6px 0px;
    }
}

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

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

@media(max-width: 991px) {
    .header-logo {
        min-height: inherit;
    }
}

.header-toolbar .support span+span {
    margin-left: 20px;
}

.header-toolbar a {
    color: #656565;
}

.header-toolbar a:hover {
    color: var(--main-color);
}

.header-toolbar .wrap-icon {
    text-align: center;
    float: right;
    position: relative;
}

.header-toolbar .login-menu a {
    margin-left: 5px;
    border-left: 1px solid;
    padding-left: 10px;
    line-height: 10px;
    display: inline-block;
}

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

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

@media screen and (max-width: 992px) {
    .header-toolbar .support span+span {
        display: none;
    }
}

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

    .header-logo {
        display: none;
    }
}

.header-toolbar .support span a {
    color: #000;
}

.header-home .header-toolbar .support span a {}

.header-toolbar .support span i {
    font-size: 13px;
}

.header-toolbar .menu-icon {
    display: none;
    padding-left: 0px;
}

.header-toolbar .support span {
    margin-left: 10px;
    padding-left: 13px;
    border-left: 1px solid;
    line-height: 10px;
    display: inline-block;
}

.header-toolbar .support span:hover {
    color: var(--main-color);
}

.header-toolbar .support span i {
    margin-right: 5px;
}

.header-toolbar .support span:first-child {
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
}

@media screen and (max-width: 768px) {
    .header-toolbar .menu {
        display: none;
    }

    .header-toolbar .menu-icon {
        display: block;
    }
}

.header-toolbar .menu-icon a:last-child:before {
    content: '/';
    color: #000;
    margin-right: 5px;
    margin-left: -8px;
}

.header-toolbar .menu a,
.header-toolbar .menu-icon a {
    color: #000;
    display: inline;
}

.header-toolbar .menu a+a {
    margin-left: 5px;
}

.header-toolbar .menu-icon a+a {
    margin-left: 10px;
}

.header-toolbar .menu a+a:before {
    content: "|";
    margin-right: 5px;
    opacity: 1;
}

/* header-mobile */
.header-mobile {
    /* background: #189eff; */
    padding: 0px 8px;
    position: relative;
    display: none;
    border-bottom: 1px solid #ddd;
}

.header-home .header-mobile {
    background: none;
    border-bottom: none;
}

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

.header-mobile .click-category {
    cursor: pointer;
    font-size: 20px;
    color: #080808;
    position: absolute;
    left: 0px;
    height: 100%;
    line-height: 46px;
    width: 42px;
    text-align: center;
    z-index: 2;
}

.header-home .header-mobile .click-category {}

.header-mobile .logo-mobile {
    text-align: left;
    padding: 4px 0px;
    margin: auto;
    width: calc(100% - 76px);
    height: 46px;
}

.header-mobile .logo-mobile a {}

.header-mobile .logo-mobile img {
    height: 38px;
    display: inline-block;
}

.header-mobile .cart-mobile {
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    line-height: 46px;
    width: 42px;
    text-align: center;
    z-index: 2;
}

.header-mobile .cart-mobile a {
    color: #040404;
}

.header-home .header-mobile .cart-mobile a {
    color: #fff;
}

/* login-menu */
.login-menu {
    padding: 0px 10px;
    float: right;
    white-space: nowrap;
}

@media(max-width: 767px) {
    .login-menu {
        display: none;
    }
}

.login-menu a {
    color: #000;
    position: relative;
    margin: 0px 4px;
    -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;
}

.login-menu a:hover {
    color: #222;
}

.login-menu a i {
    margin-right: 3px;
}

.login-menu a:before {
    content: '';
    background: #000;
    height: 10px;
    width: 1px;
    position: absolute;
    left: -7px;
    top: 2px;
    bottom: 0px;
    margin: auto;
}

.login-menu a:first-child:before {
    display: none;
    content: '';
}

/**/

.header-main {
    color: #FFF;
    position: relative;
    margin-bottom: 0px;
    text-align: left;
    background: #189eff;
}

.header-home .header-main {
    background: none;
}

@media(max-width: 991px) {
    .header-main {
        display: none;
    }
}

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

    .header-main .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (min-width: 992px) {
    .header-main.fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 100;
        box-shadow: 0px 0px 5px #999;
    }

    .header-main .category:hover>.navbar-collapse {
        display: block !important;
    }
}

.header-main .choose-category {
    text-transform: uppercase;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    background-color: var(--main-color1);
    font-size: 18px;
    cursor: default;
}

.header-main .choose-category .group-bar {
    display: block;
    margin-top: 17px;
    margin-right: 8px;
    float: left;
}

.header-main .choose-category .group-bar .icon-bar {
    background-color: #FFF;
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1px;
}

.header-main .choose-category .group-bar .icon-bar+.icon-bar {
    margin-top: 3px;
}

@media screen and (max-width: 992px) {
    .header-main .choose-category {
        display: none;
    }
}

.header-main .navbar-toggle {
    color: #FFF;
    float: none;
    padding: 17px 14px 14px 14px;
    margin: 0px 0px -6px -12px;
    border-radius: 2px;
    z-index: 9;
    position: relative;
}

.header-main .navbar-toggle .icon-bar {
    background-color: #FFF;
    width: 20px;
    height: 3px;
}

.header-main .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

.header-main .logo {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
}

.header-main .logo img {
    border: none;
    max-width: 100%;
    max-height: 80%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.header-main .form-search {
    margin-top: 10px;
    float: right;
}

.header-main .form-search.fixed {
    display: none;
    position: absolute;
    right: 15px;
    z-index: 100;
    min-width: 210px;
}

@media screen and (max-width: 992px) {
    .header-main .form-search {
        display: none;
        position: absolute;
        right: 15px;
        z-index: 100;
        min-width: 210px;
    }
}

.header-main .form-search .form-control {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: auto;
    padding: 6px 10px;
    border: none;
    border-radius: 2px 0px 0px 2px;
    box-shadow: none;
    min-width: 180px;
    float: left;
}

.header-main .form-search .btn {
    color: #414141;
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 0px 2px 2px 0px;
    background-color: #e4e5e4;
    border: 1px solid #f3f3f3;
    float: left;
}

.header-main .icon-search {
    display: none;
    font-size: 14px;
    margin-top: 17px;
    cursor: pointer;
    float: right;
}

@media screen and (max-width: 992px) {
    .header-main .icon-search {
        display: block;
    }
}

.header-main .icon-cart,
.header-main .icon-hotline {
    display: none;
    color: #FFF;
    line-height: 50px;
    cursor: pointer;
    float: right;
    margin-right: 8px;
    font-size: 12px;
}

.header-main .icon-cart>i,
.header-main .icon-hotline>i {
    font-size: 13px;
}

.header-main .icon-hotline>a {
    color: #FFF;
}

@media screen and (max-width: 992px) {

    .header-main .icon-cart,
    .header-main .icon-hotline {
        display: none !important;
    }
}

.header-main .icon-cart:after,
.header-main .icon-hotline:after {
    content: "|";
    margin-left: 8px;
    color: #FFF;
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/*logo*/

.logo {
    display: block;
    -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;
    line-height: 56px;
}

.logo img {
    display: inline-block;
    max-height: 60px;
    -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;
}

/*  */

.category-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 0px;
    height: 100%;
    z-index: 99;
    padding: 0px;
    margin: 0px;
    border-top: none;
    overflow-y: scroll;
    -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;
}

@media(min-width: 768px) {
    .category-mobile {
        width: 0px !important;
    }

    .ovlay-catefory {
        display: none !important;
    }
}

.ovlay-catefory {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 98;
    display: 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;
}

.category-mobile.navbar-collapse>ul {
    border: none;
    margin: 0px;
}

.category-mobile .choose-category {
    background: #189eff;
}

.category-mobile .choose-category .close {
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0px;
    right: 0px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
}

.category-mobile.navbar-collapse>ul>li {
    border-bottom: none;
}

.category-mobile.navbar-collapse ul>li>a {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #f3f3f3;
}

.category-mobile.navbar-collapse>ul>li>a>span {
    /* margin-top: 8px; */
}

.category-mobile.navbar-collapse .navbar-nav .sub-menu ul {
    padding: 0px;
}

.category-mobile.navbar-collapse .navbar-nav .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    left: 0px;
    padding: 0px;
    border: none;
    display: none;
}

.category-mobile.navbar-collapse .navbar-nav .sub-menu>ul>li {
    width: 100%;
}

.category-mobile.navbar-collapse .navbar-nav .sub-menu>ul>li>a {
    padding: 7px 5px 7px 18px;
    color: #444;
    display: block;
    height: auto;
    font-weight: 700;
    line-height: normal;
}

.category-mobile.navbar-collapse .navbar-nav .sub-menu>ul>li>a i {
    display: block;
    right: auto;
    left: 6px;
    top: 9px;
}

.category-mobile.navbar-collapse .navbar-nav .sub-menu>ul>li .sub-menu>ul>li>a {
    padding: 8px 5px 8px 18px;
    font-weight: 400;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #444;
    font-size: 22px;
}

.modal-body p {
    font-size: 20px;
}

.modal-body p i {
    font-size: 50px;
    color: #189eff;
}


.choose-category {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    padding: 0px 10px;
}

.category .navbar-collapse:hover .choose-category {
    margin-top: -1px;
}

.choose-category i {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #fff;
    margin-right: 8px;
    position: relative;
    top: 1.3px;
}

.icon-menu-pc {
    display: none;
    float: left;
    background: #fff;
    padding: 9px 12px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-radius: 4px;
    margin: 4px 0px 0px 0px;
}

@media(max-width: 992px) {
    .icon-menu-pc {
        margin: 4px 0px 0px 4px;
    }
}

@media(max-width: 767px) {
    .icon-menu-pc {
        margin: 4px 0px 0px 15px;
    }
}

.icon-menu-pc .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #1d262f;
    margin: 4px 0px;
}

/*menu-top  */

@media(min-width: 992px) {
    .menu-top {
        display: block !important;
    }
}

.wrap-menu-top {
    position: relative;
    text-align: center;
}

@media(max-width: 991px) {
    .wrap-menu-top {
        position: relative;
    }

    .menu-top {
        display: none;
        position: absolute;
        width: 100%;
        left: 0px;
        top: 48px;
        background: #fff;
        z-index: 999;
        text-align: left;
        border: 1px solid #f3f3f3;
        border-top: none;
        padding: 0px 10px;
    }

    .icon-menu-pc {
        display: block;
    }

    .category-pc {
        display: none;
    }
}

.menu-top ul>li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.menu-top ul>li>a {
    color: #fff;
    padding: 14px 15px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-top ul>li:hover>a {
    color: #000;
}

.header-home .menu-top ul>li:hover>a {
    color: #fff;
    text-decoration: underline;
}

@media(max-width: 991px) {
    .menu-top ul>li {
        list-style-type: none;
        display: block;
    }

    .menu-top ul>li>a {
        padding: 10px 10px;
        border-top: 1px solid #f1f1f1;
        color: #555;
    }
}

.menu-top ul>li ul.sub {
    position: absolute;
    width: 240px;
    top: 39px;
    background: #fff;
    border: 1px solid #f3f3f3;
    left: 0px;
    z-index: 10;
    display: none;
    text-align: left;
}

.menu-top ul>li ul.sub>li>ul.sub {
    top: 0px;
    left: 100%;
}

.menu-top ul>li:last-child ul.sub {
    left: auto;
    right: 0px;
}

.menu-top ul>li:last-child ul.sub>li>ul.sub {
    right: 100%;
    left: auto;
}

@media(max-width: 991px) {
    .menu-top ul>li ul.sub {
        position: relative;
        background: #fff;
        border: none;
        left: 0px;
        z-index: 9;
        display: block;
        width: 100%;
        box-shadow: none;
        top: 0px;
        padding-left: 10px;
        display: none;
    }

    .menu-top ul>li.open ul.sub {
        display: block;
    }

    .dropdown-backdrop {
        display: none;
    }

    .menu-top ul>li ul.sub>li {
        border: none !important;
    }

    .menu-top ul>li ul.sub>li>ul.sub {
        display: none !important;
    }
}

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

.menu-top ul>li ul.sub>li {
    display: block;
    border-top: 1px solid #f3f3f3;
}

.menu-top ul>li ul.sub>li:first-child {
    border-top: none;
}

.menu-top ul>li ul.sub>li>a {
    color: #555;
    padding: 10px 10px;
}

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

.menu-top ul>li ul.sub>li:hover>a {
    background: #eee;
}

/**/

.navbar-collapse>ul>li {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    position: static;
    background: #fff;
}

.category .navbar-collapse:hover>ul>li {
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}

.navbar-collapse ul>li:last-child {
    border-bottom: none;
}

.navbar-collapse ul>li>a {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    height: 32.72px;
    line-height: 32px;
    overflow: hidden;
    position: relative;
    color: #222;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar-collapse>ul>li>a>span {
    display: block;
    /* width: 20px; */
    /* height: 20px; */
    /* float: left; */
    /* margin-right: 8px; */
    /* margin-top: 7px; */
    /* position: relative; */
}

.navbar-collapse>ul>li>a>span>img {
    border: none;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.navbar-collapse>ul>li:hover>a>span>img {
    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);
}

.navbar-collapse ul>li>a>i {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #717171;
}

@media screen and (max-width: 992px) {
    .navbar-collapse>ul>li>a>img {
        display: none;
    }
}

.navbar-collapse>ul>li:hover>a {
    background-color: #189eff;
    color: #fff;
}

.navbar-collapse>ul>li:hover>a>i {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .navbar-collapse>ul {
        position: relative;
        width: 100%;
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
        border-bottom: 1px solid #f3f3f3;
    }

    .category .navbar-collapse:hover>ul {
        border-left: none;
        border-right: none;
        margin-bottom: 15px;
    }

    .navbar-collapse .navbar-nav .sub-menu {
        position: absolute;
        height: 100%;
        top: 1px;
        left: 100%;
        z-index: 9;
        border: 1px solid #f3f3f3;
        padding: 10px 250px 10px 12px;
        overflow: auto;
        display: none;
        border-top: none;
        margin-left: -1px;
    }

    .navbar-collapse>ul>li:hover>.sub-menu {
        display: block;
    }

    .navbar-collapse .navbar-nav .sub-menu li .sub-menu {
        position: relative;
        left: 0px;
        top: 0px;
        width: auto;
        padding: 0px;
        border: none;
        overflow: visible;
        display: block;
    }

    .navbar-collapse .navbar-nav .sub-menu ul {
        padding: 0px;
    }

    .navbar-collapse ul>li:hover>.sub-menu>ul {
        opacity: 1;
        visibility: visible;
        top: -1px;
        padding: 0px;
        margin: 0px;
    }

    .navbar-collapse .navbar-nav .sub-menu>ul>li {
        float: left;
        width: 33.333%;
        list-style-type: none;
    }

    .navbar-collapse .navbar-nav .sub-menu>ul>li>a {
        color: #444;
        display: block;
        height: auto;
        font-weight: 700;
        padding: 5px 5px 5px 5px;
        line-height: normal;
    }

    .navbar-collapse .navbar-nav .sub-menu>ul>li>a i {
        display: none;
    }

    .navbar-collapse .navbar-nav .sub-menu>ul>li .sub-menu>ul>li {
        width: 100%;
    }

    .navbar-collapse .navbar-nav .sub-menu>ul>li .sub-menu>ul>li>a {
        font-weight: 400;
        padding: 3px 5px;
    }

    .navbar-collapse .navbar-nav .sub-menu>ul>li>a:hover,
    .navbar-collapse .navbar-nav .sub-menu>ul>li>a:focus {
        background: transparent;
        color: #189eff;
    }

    .navbar-collapse .navbar-nav .sub-menu>ul>li ul {
        padding: 0px;
        list-style: none;
    }

    .navbar-collapse .navbar-nav .sub-menu>ul>li>ul>li>a:hover,
    .navbar-collapse .navbar-nav .sub-menu>ul>li>ul>li>a:focus {
        color: #000;
    }
}

@media (min-width: 992px) {
    .navbar-collapse .navbar-nav .sub-menu {
        width: 775px;
    }
}

@media (min-width: 1200px) {
    .navbar-collapse .navbar-nav .sub-menu {
        width: 916px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-collapse .navbar-nav .open .sub-menu {
        background-color: #FFF;
        background-image: none !important;
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
    }

    .navbar-collapse .navbar-nav .open .sub-menu>ul {
        list-style: none;
        padding: 0px;
    }

    .navbar-collapse .navbar-nav .open .sub-menu>ul>li>a {
        padding: 5px 15px 5px 25px;
        font-size: 13px;
        display: block;
        color: #717171;
    }

    .navbar-collapse .navbar-nav .open .sub-menu>ul>li>a:hover {
        color: #000;
    }

    .navbar-collapse .navbar-nav .open .sub-menu>ul>li ul {
        display: none;
    }
}

/**/

.search {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media(min-width:768px) {
    .search {
        display: block !important;
    }
}

.search-1 {
    padding-top: 4px;
}

.from-search {
    height: 40px;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(98, 98, 98, .5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media(max-width: 767px) {
    .search {
        margin: 0px -10px 15px;
        display: none;
    }
}

.from-search input {
    width: 100%;
    height: 40px;
    padding: 0px 98px 0px 15px;
    border: none;
    font-size: 13px;
    position: absolute;
    left: 0px;
    border-radius: 4px;
}

.from-search .btn_search {
    padding: 6px 16px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #edeef2;
    border: none;
    height: 40px;
    color: #4a4a4a;
    font-size: 16px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

.from-search .btn_search:focus {
    outline: none;
}

.from-search .btn_search:hover {}

.form-search {
    margin: 0px;
    /* position: absolute; */
    /* right: 0px; */
    /* width: 400px; */
    /* display: none; */
    top: 100%;
    height: 40px;
    box-shadow: 0 1px 2px 0 rgba(98, 98, 98, .5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

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

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

.icon-cart {
    position: relative;
    float: right;
    color: #1b8bcd !important;
    border: 2px solid #1b8bcd;
    padding: 8px 14px 5px 16px;
    border-radius: 4px;
    margin-left: 29px;
    letter-spacing: .7px;
    font-weight: 400;
    font-size: 13px;
    vertical-align: middle;
    margin-top: 10px;
    white-space: nowrap;
}

.header-home .icon-cart {
    color: #ffffff !important;
    border: 2px solid #ffffff;
}

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

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

.icon-cart .circle-1 {
    position: relative;
    top: -2px;
}

.icon-cart .circle {
    color: #4a4a4a;
    background: #fdd835;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-left: 9px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top: -3px;
}

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

@media(max-width: 767px) {
    .icon-search {
        right: 40px;
        height: 50px;
    }

    .form-search {
        margin: 8px 0px;
        width: 100%;
    }

    .form-search .search {
        width: 100%;
        max-width: inherit;
        height: 38px;
    }

    .icon-cart {
        display: none;
        margin-top: 0px;
        margin-bottom: 15px;
    }

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

.form-search .search img {
    width: 18px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

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

.form-search .search .btn {
    background: var(--main-color);
    position: absolute;
    border-radius: 4px;
    right: 0px;
    top: 0px;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 7px 14px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.form-search .search .btn:hover {
    background: var(--main-color-hover);
}

@media(max-width: 767px) {
    .form-search .search img {
        width: 16px;
        top: 9px;
        left: 10px;
    }

    .form-search .search input {
        padding: 3px 44px 3px 105px;
    }

    .form-search .search .btn {
        padding: 0px 13px;
        line-height: 32px;
        font-size: 100%;
    }

    .form-search .search .btn span {
        display: none;
    }
}


/**/

.header-slider {
    position: relative;
    /* margin-top: 15px; */
}

@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: 100%;
    -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: 114%;
}

.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 {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
}

.no_flexslider::after {
    content: '';
    display: block;
    clear: both;
}

@media(max-width: 991px) {
    .flexslider {
        min-height: initial !important;
    }
}

.flexslider .slides {
    height: 100%;
    width: 100%;
    float: left;
}

@media(max-width: 991px) {
    .flexslider .slides {
        position: relative;
    }
}

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

    .flexslider .slides,
    .flexslider .slides li {
        height: 100%;
    }
}

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

.flexslider ul li .wrap-info {
    display: block;
    position: absolute;
    z-index: 9;
    color: #fff;
    text-align: left;
    width: 760px;
    bottom: 0;
    left: 60px;
    height: 180px;
    top: 0px;
    margin: auto;
}

@media(max-width: 991px) {
    .flexslider ul li .wrap-info {
        width: 95%;
        left: 0px;
        right: 0px;
    }
}

@media(max-width: 767px) {
    .flexslider ul li .wrap-info {
        display: none;
    }
}

.flexslider ul li .wrap-info a.name {
    font-size: 40px;
    color: #fff;
    max-width: 800px;
    margin: 0px auto 12px;
    font-family: 'Times New Roman';
    font-style: italic;
}

.flexslider ul li .wrap-info .info {
    max-width: 800px;
    margin: auto;
    font-weight: 300;
    line-height: 1.5;
    font-size: 22px;
    margin-bottom: 25px;
}

@media(max-width: 767px) {
    .flexslider ul li .wrap-info .info {
        font-size: 18px;
        line-height: 1.3;
    }
}

.flexslider ul li .wrap-info a.view {
    display: inline-block;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.no_flexslider .slides li img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.flexslider .flex-direction-nav {
    padding: 0px;
    margin: 0px;
}

.flexslider.no-slider .flex-direction-nav {
    display: none;
}

.flexslider .flex-direction-nav>li {
    list-style-type: none;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 243%;
    margin-top: -24px;
    width: 40px;
    text-align: center;
    z-index: 2;
}

.flexslider .flex-direction-nav>li a {
    color: #fff;
}

.flexslider .flex-direction-nav>li.flex-next {
    left: 10px;
    right: auto;
}


/**/

.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: 93%;
    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: 171%;
    margin-top: -18px;
    color: #222;
}

.brand .owl-buttons>div.owl-next {
    left: auto;
    right: 12px;
}


/**/

.owl-buttons {
    padding: 0px;
    margin: 0px;
}

.owl-buttons>div {
    list-style-type: none;
    position: absolute;
    top: 50%;
    left: 8px;
    font-size: 171%;
    margin-top: -20px;
    color: #fff;
    color: var(--main-color);
    width: 30px;
    height: 40px;
    /* background: rgb(0 0 0 / 20%); */
    text-align: center;
    line-height: 40px;
}

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

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


/**/

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


/**/

.block-product {
    /* padding: 5px 12px; */
    /* background: #fff; */
    /* border-radius: 4px; */
    /* margin-top: 15px; */
}

@media(max-width: 767px) {
    .block-product {
        padding: 0px;
        background: none;
        margin-top: 4px;
    }
}

.block-title {
    margin: 22px 0px 20px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

.block-title .title {
    font-size: 157%;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 500;
    margin: 0px 0px 20px;
    padding: 0px;
    position: relative;
}

@media(max-width: 767px) {
    .block-title {
        margin: 20px 0px 14px;
    }

    .block-title .title {
        float: none;
        margin-bottom: 18px;
    }
}

.block-title .title a,
.block-title .title span {
    color: var(--main-color);
}

.block-title .title a {
    color: #fff;
    font-size: 18px;
    margin: 0px;
    padding: 7px 30px;
    display: inline-block;
    background: #189eff;
    position: relative;
}

.block-title .title a:before {
    content: '';
    background: #189eff;
    height: 1px;
    width: 100px;
    position: absolute;
    left: 100%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    margin-left: 10px;
}

.block-title .title a:after {
    content: '';
    background: #189eff;
    height: 1px;
    width: 100px;
    position: absolute;
    right: 100%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    margin-right: 10px;
}

.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 span {
    border-left: 1px solid var(--main-color);
    padding-left: 10px;
    line-height: 10px;
    display: block;
    font-size: 100%;
    cursor: pointer;
}

.block-title .sub-title li span.active {
    color: var(--main-color);
}

.block-title .sub-title li span.active {
    color: var(--main-color);
}

.block-title .sub-title li:first-child span {
    border: none;
    padding-left: 0px;
    margin-left: 0px;
}

.block-title-info {
    color: #777;
    margin: -10px 0 20px;
    max-width: 800px;
}

.wrap-block-title .block-title {
    margin: 25px 0px 20px;
}

.wrap-block-title .block-title h3 {
    text-transform: uppercase;
    font-size: 143%;
    margin: 0px;
    display: inline-block;
    background: #f2f2f2;
    padding: 0px 0px;
    font-weight: 600;
    position: relative;
    color: var(--main-color);
}


/**/

.block-product .block-content {}

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

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

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

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

.view-all a {
    color: #fff;
    font-size: 100%;
    display: inline-block;
    background: var(--main-color);
    padding: 6px 20px;
    border-radius: 3px;
}

.view-all a:hover {
    background: var(--main-color-hover);
}

.view-all i {
    margin-left: 5px;
}

@media(max-width: 767px) {
    .block-product .block-content .row {
        margin: 0px -4px;
    }

    .block-product .block-content .row .row_home {
        padding: 0px;
    }

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

.block-product .block-content .row .item .iframe {
    border: 1px solid #f2f2f2;
    background: #fff;
}

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

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

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

.block-product .block-content .row .item .iframe .img {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0px 0px;
    border: 1px solid #dcdcdc;
    padding-bottom: 120%;
}


.block-product .block-content .item .view a {
    position: absolute;
    z-index: 1;
    background: #189eff;
    border: 1px solid #189eff;
    color: #fff;
    font-size: 14px;
    padding: 6px 11px;
    text-transform: uppercase;
    width: 100px;
    height: 34px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: -18px auto auto auto;
    top: 40%;
    -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;
    opacity: 0;
    border-radius: 3px;
    /* display: none; */
}

.block-product .block-content .item .view>a:hover {
    background: #fff;
    color: #000;
}

@media screen and (min-width: 992px) {
    .block-product .block-content .item .img:hover .view a {
        top: 50%;
        opacity: 1;
    }

    .block-product .block-content .item:hover .countdown {
        display: block;
    }
}

.block-product .block-content .row .item .iframe .img .product_favorite {
    position: absolute;
    z-index: 22;
    bottom: 25px;
    right: 5px;
    cursor: pointer;
    font-size: 114%;
    color: #333;
    display: none;
}

.block-product .block-content .row .item .iframe .img:hover .product_favorite {
    display: block;
}

.block-product .block-content .row .item .iframe .img .product_favorite>span {
    position: absolute;
    white-space: nowrap;
    background: #000;
    font-size: 70%;
    padding: 1px 10px;
    border-radius: 2px;
    color: #fff;
    left: -85px;
    top: -22px;
    display: none;
    width: 190px;
    text-align: center;
}

.block-product .block-content .row .item .iframe .img .product_favorite:hover>span {
    display: block;
}

.block-product .block-content .row .item .iframe .img .product_favorite>span::before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #000;
    border-width: 7px;
    margin-left: -7px;
}

.block-product .block-content .row .item .iframe .img .product_favorite.active {
    color: var(--main-color);
}

/* .block-product .block-content .row .item .iframe .img>span {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    text-align: left;
    padding: 2px 6px;
    background: #56ba47;
    color: #000;
    font-size: 86%;
    z-index: 1;
} */

.block-product .block-content .row .item .iframe .img>span.sold_out {
    position: absolute;
    background: #000000b0;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 71%;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: initial;
    text-align: center;
    line-height: 1;
    z-index: 2;
}

.block-product .block-content .row .item .iframe .img img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: none;
    padding: 12px 0px;
}

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


.block-product .block-content .item .wrap-info .view {
    float: left;
    color: #555;
    font-size: 13px;
    margin: 10px 0px 0px 0px;
}

.block-product .block-content .item .view>span {
    margin-left: 10px;
}

.block-product .block-content .item .view>span:last-child {
    margin-left: 5px;
}

@media(max-width: 767px) {
    .block-product .block-content .item .wrap-info .view {
        position: absolute;
        bottom: 14px;
        left: 0px;
    }

    .block-product .block-content .item .view>span:last-child {
        display: none;
    }
}

.block-product .block-content .row .item .iframe .info {
    padding: 14px 5px 6px;
    height: 122px;
    background: #f3f9fc;
    border: 1px solid #dcdcdc;
    border-top: none;
    position: relative;
}

.block-product .block-content .row .item .iframe .info p {
    margin: 0px 0px 0px;
}

.block-product .block-content .row .item .iframe .info.info_td p {
    font-size: 86%;
}

.block-product .block-content .row .item .iframe .info .view {
    float: left;
    color: #555;
    font-size: 13px;
    margin: 10px 0px 0px 0px;
}

.block-product .block-content .row .item .iframe .info .view>span {
    margin-left: 10px;
}

.block-product .block-content .row .item .iframe .info .view>span i {
    margin-right: 5px;
}

.block-product .block-content .row .item .iframe .info.info_td p.sub {
    font-size: 71%;
}

.block-product .block-content .row .item .iframe .info.info_td p b {
    font-size: 100%;
}

.block-product .block-content .row .item .iframe .info.info_td p.sub b {
    font-size: 86%;
}

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

.block-product .block-content .row .item .iframe .info h3 {
    line-height: 1.4;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0px 10px 5px;
    padding: 15px 0px 15px 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.block-product .block-content .row .item .iframe .info h3:before {
    content: '';
    width: 50px;
    height: 3px;
    background: #189eff;
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.block-product .block-content .row .item .iframe .info h3 a {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    height: 39px;
    padding: 0px 0px;
}

.block-product .block-content .row .item .iframe .info .price {
    color: #ff0000;
    font-size: 15px;
    padding: 0px 4px 0px 0px;
    float: right;
    height: 20px;
    margin: 8px 0px 0px 0px;
    text-align: left;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-weight: bold;
}

.block-product .block-content .row .item .iframe .info .ratings-star {
    display: none;
}

.pro_buy_now {
    position: absolute;
    width: 100%;
    bottom: -30px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -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;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    display: none;
}

.block-product .block-content .row .item .iframe:hover .pro_buy_now {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.pro_buy_now>span {
    float: right;
    font-size: 86%;
    border-radius: 0px;
    background: #56ba47;
    width: 50%;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    padding: 4px 0px;
    margin: 0 0px;
}

.pro_buy_now>span:first-child {
    background: var(--main-color);
    float: left;
}

.size_pro_buy {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.size_pro_buy>div {
    position: absolute;
    width: 360px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    background: rgb(0 0 0 / 0.9);
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    border-radius: 4px;
    margin-top: -100px;
}

.size_pro_buy>div .close {
    position: absolute;
    text-shadow: none;
    font-weight: 300;
    opacity: 1;
    width: 26px;
    height: 26px;
    background: #f00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    margin: 0;
    font-size: 100%;
    border-radius: 50px;
    top: -10px;
    right: -10px;
    cursor: pointer;
    float: none;
}

.size_pro_buy>div>div {
    margin: 2px 0 12px 0;
}

.size_pro_buy>div>div:last-child {
    display: inline-block;
    background: #56ba47;
    padding: 5px 20px 6px;
    border-radius: 3px;
    margin: 4px 0 0 0;
    cursor: pointer;
    text-transform: uppercase;
}

.size_pro_buy>div>span {
    border: 1px solid #fff;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 4px;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 93%;
    color: #fff;
}

.size_pro_buy>div>span.active {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.size_pro_buy>div>span.error {
    margin: 0px 0 0 0;
    display: block;
    border: none;
    text-align: center;
    padding: 0;
    position: relative;
    top: -4px;
}

.discount {
    position: relative;
    background: #ED1C24;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-size: 79%;
    padding: 2px 5px;
    text-align: center;
    top: -2px;
    font-weight: 400;
    margin-left: 8px;
}

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

.block-product .block-content .row .item .iframe .info .price_sale {
    text-decoration: line-through;
    color: #999;
    font-size: 86%;
    height: 20px;
    margin-top: 0px;
    float: right;
}

.pagination>li>a,
.pagination>li>span {
    border: 1px solid #f1f1f1f1;
    font-size: 100%;
    color: #222;
    margin: 1px -1px;
    border-radius: 0px;
    border-right: 1px solid #f2f2f2;
}

.block-product .block-content .pagination>li>a i,
.block-product .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%;
    }
}


/*detail-product*/

.block-product-detail {}

@media(max-width: 767px) {
    .block-product-detail {
        padding-top: 0px;
    }
}

.block-product-detail .detail-product {
    background: #fff;
}

.images-detail {}

@media(max-width: 767px) {
    .images-detail {
        padding: 0px !important;
    }
}

.images-detail .thumbs {
    padding: 4px 0px;
}

.images-detail .thumbs>div {
    margin-bottom: 0px;
    padding: 0px;
}

.images-detail .thumbs>div .item {
    padding: 2px;
}

.images-detail .thumbs>div .item>span {
    border: 1px solid #ddd;
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
    padding-bottom: calc(100% - 7px);
    height: 0px;
    position: relative;
    width: 100%;
    background: #fff;
}

.images-detail .thumbs .slick-arrow {
    display: block !important;
    width: 18px;
    height: 24px;
    margin-top: -14px;
}

.images-detail .thumbs>div .item img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.images-detail .thumbs>div .item img.icon_video_play {
    width: 34px;
    height: 34px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    cursor: pointer;
}

.images-detail .thumbs>div .item:hover>span {
    border: 1px solid #56ba47;
}

.targetarea {
    position: relative;
    background: #fff;
    padding-bottom: 100%;
    height: 0px;
    width: 100%;
}

.targetarea img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.targetarea .iframe_video_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.targetarea .iframe_video_slide iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.block-product-detail .detail-product .infomation-product-detail {
    padding-left: 0px;
}

.block-product-detail .detail-product .infomation-product-detail .wrap-scroll-detail {
    padding: 12px 8px;
}

@media(max-width: 767px) {
    .block-product-detail .detail-product .infomation-product-detail {
        padding: 0px;
        background: #fff;
    }

    .block-product-detail .detail-product .infomation-product-detail .wrap-scroll-detail {
        padding: 12px 10px;
    }

    .block-product-detail .detail-product .infomation-product-detail .wrap-scroll-detail .action {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 99;
        margin-top: 0px !important;
    }

    .block-product-detail .detail-product .infomation-product-detail .wrap-scroll-detail .action>button {
        width: 50%;
        float: left;
        min-width: inherit;
        border-radius: 0px;
        font-size: 100%;
        border-bottom: none !important;
        padding: 4px 4px;
        text-transform: none;
        min-height: 41px;
    }
}

.block-product-detail .detail-product .infomation-product-detail .title {
    font-size: 157%;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.block-product-detail .detail-product .infomation-product-detail .ma-sp {
    color: #888;
    font-size: 129%;
    display: block;
    margin-bottom: 6px;
    margin-right: 10px;
    font-weight: 600;
}

.block-product-detail .detail-product .infomation-product-detail .info {
    line-height: 22px;
    font-size: 100%;
    margin-bottom: 10px;
    color: #888;
    font-weight: 400;
}

.block-product-detail .detail-product .infomation-product-detail .info p {
    margin: 0px;
}

.block-product-detail .detail-product .infomation-product-detail .info_cashback {
    font-size: 93%;
    line-height: 20px;
}

.block-product-detail .detail-product .infomation-product-detail .info_cashback {
    font-size: 93%;
    line-height: 20px;
}

.block-product-detail .detail-product .infomation-product-detail .price_sale {
    font-size: 114%;
    color: #999;
    text-decoration: line-through;
}

.block-product-detail .detail-product .infomation-product-detail .price {
    color: var(--main-color);
    font-size: 214%;
    font-weight: 700;
    margin: 0;
    min-height: 44px;
}

.block-product-detail .detail-product .infomation-product-detail .price_lh {
    font-size: 143%;
}

.block-product-detail .detail-product .infomation-product-detail .price .discount {
    top: -6px;
    font-size: 45%;
}

.block-product-detail .detail-product .infomation-product-detail .color {
    margin-bottom: 14px;
}

.block-product-detail .detail-product .infomation-product-detail .color label {
    padding-left: 0px;
    margin-bottom: 0px;
    height: 30px;
    line-height: 28px;
    white-space: nowrap;
}

.block-product-detail .detail-product .infomation-product-detail .wrap-quantity label {
    padding-left: 0px;
    margin-bottom: 0px;
    height: 30px;
    line-height: 1.2;
    /* white-space: nowrap; */
    font-weight: 400;
    font-size: 100%;
    padding-top: 7px;
}

.block-product-detail .detail-product .infomation-product-detail .color ul {
    margin: 0px;
    padding: 0px;
}

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

.block-product-detail .detail-product .infomation-product-detail .color ul>li.active,
.block-product-detail .detail-product .infomation-product-detail .color ul>li:hover {
    border: 2px solid #56ba47;
}

.block-product-detail .detail-product .infomation-product-detail .color ul>li span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.block-product-detail .detail-product .infomation-product-detail .color {}

.block-product-detail .detail-product .infomation-product-detail .color ul {
    padding: 0;
    margin: 0;
}

.block-product-detail .detail-product .infomation-product-detail .color ul li {
    display: inline-block;
    list-style-type: none;
    margin: 6px;
    text-align: center;
    cursor: pointer;
}

.block-product-detail .detail-product .infomation-product-detail .color ul li .img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0px auto 7px;
}

.block-product-detail .detail-product .infomation-product-detail .color ul li .img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.block-product-detail .detail-product .infomation-product-detail .color ul li p {
    font-size: 93%;
    margin: 0;
}

.block-product-detail .detail-product .infomation-product-detail .size_list_item {
    margin: 0px 0 8px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.block-product-detail .detail-product .infomation-product-detail .size_list_item:after {
    content: '';
    display: block;
    clear: both;
}

.block-product-detail .detail-product .infomation-product-detail .size_list_item li {
    display: inline-block;
}

.block-product-detail .detail-product .infomation-product-detail .size_list_item li.disable span {
    background-color: #fafafa;
    color: rgba(0, 0, 0, .26) !important;
    cursor: not-allowed;
    border: 1px solid #d1d1d1 !important;
}

.block-product-detail .detail-product .infomation-product-detail .size_list_item li.size_title {
    display: block;
    margin: 0 0 6px 0;
    color: #555;
}

.block-product-detail .detail-product .infomation-product-detail .size_list_item li span {
    border: 1px solid #d1d1d1;
    padding: 8px 8px 8px 38px;
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 93%;
    color: #444;
    height: 40px;
    min-width: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.block-product-detail .detail-product .infomation-product-detail .size_list_item li.no_avatar span {
    padding: 8px;
    justify-content: center;
}

.block-product-detail .detail-product .infomation-product-detail .size_list_item li span>img {
    height: 24px;
    margin-right: 4px;
    position: absolute;
    top: 7px;
    left: 7px;
}

.block-product-detail .detail-product .infomation-product-detail .size_list_item li.active span,
.block-product-detail .detail-product .infomation-product-detail .size_list_item li:hover span {
    border-color: var(--main-color);
    color: var(--main-color);
}

.block-product-detail .detail-product .infomation-product-detail .size_list_item li.active span:before {
    border: 14px solid transparent;
    border-bottom: 14px solid var(--brand-primary-color, var(--main-color));
    bottom: 0;
    content: "";
    position: absolute;
    right: -14px;
}

.block-product-detail .detail-product .infomation-product-detail .size_list_item li.active span:after {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../../../../public/images/check_size.svg);
    position: absolute;
    bottom: 1px;
    right: 0;
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.wrap-quantity.error_size {
    background: #fff5f5;
    margin: 15px 0px 15px 0px;
    padding: 15px 15px 0px 15px;
}


/**/

.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: 93%;
    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: 86%;
    font-weight: 400;
}

.name_attr span {
    color: #222 !important;
    font-size: 12px !important;
}


/**/

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

.block-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: 100%;
    color: #717171;
}

@media(max-width: 767px) {
    .block-product-detail .nav-tabs {
        white-space: nowrap;
        overflow-x: auto;
        padding: 0px 0px;
    }

    .block-product-detail .nav-tabs li {
        float: none;
        margin: 0px;
        display: inline-block;
    }
}

.block-product-detail .nav li.active a,
.block-product-detail .nav li:hover a {
    list-style: none;
    background: var(--main-color);
}

.block-product-detail .nav-tabs>li.active>a,
.block-product-detail .nav-tabs>li:hover>a,
.block-product-detail .nav-tabs>li.active>a:focus,
.block-product-detail .nav-tabs>li.active>a:hover {
    border: none;
    color: #fff;
}

.block-product-detail .tab-content {
    background: #fff;
    padding: 15px;
    border: 1px solid rgba(240, 240, 240, 0.7);
    border-top: none;
}

.block-product-detail .content-detail p,
.block-product-detail .content-detail span,
.block-product-detail .content-detail li {
    line-height: 1.5;
    font-size: 107%;
    margin: 0 0 10px;
}


/* .block-product-detail .content-detail p,
.block-product-detail .content-detail span {
    max-width: 100%;
    line-height: 1.5;
    font-size: 107%;
    margin: 10px 0px 20px;
} */

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

@media(max-width: 767px) {
    .block-product-detail .content-detail img {
        height: auto;
    }
}

@media(max-width: 767px) {
    .block-product-detail .content-detail img {
        height: auto;
    }
}

.block-product-detail .content-detail iframe {
    max-width: 100%;
    border: none;
}

.block-product-detail .content-detail p img,
.block-product-detail .content-detail figure img,
.block-product-detail .content-detail span img,
.block-product-detail .content-detail li img {
    height: auto;
}


/**/

.register11 .row .item1 .iframe .short_info
/* news */

.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 .row_home {
        padding: 0;
    }
}

.block-news .block-content .item {
    margin-bottom: 24px;
    position: relative;
    border: 1px solid #FFF;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}

.block-news .block-content .item .wrap-info {
    color: #383838;
    margin: 0px 0px 0px 0px;
    padding: 0;
    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;
    height: 44px;
    border: none;
    display: block;
    font-size: 114%;
    font-weight: 600;
    overflow: hidden;
    line-height: 1.35;
    padding-bottom: 5px;
    margin: 10px 0px;
    border-bottom: 1px solid #e3e3e3;
}

.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 {
    overflow: hidden;
    color: #777;
    line-height: 20px;
    font-size: 114%;
    height: 80px;
}

@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: 86%;
    color: #aaa;
    padding: 0px 0px 12px;
    display: none;
}

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

.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: 157%;
    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: 25px;
    margin-bottom: 15px;
}

.detail-news .right {
    padding-left: 0px;
}

.detail-news .detail-content .title {
    color: #272727;
    font-size: 157%;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0px;
}

.detail-news .detail-content .short_info {
    font-weight: 600;
    margin: 15px 0 15px 0;
    font-style: italic;
}

.detail-news .detail-content .info {
    color: #858585;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 100%;
}

.detail-news .detail-content .content .row {
    margin: 0;
}

.detail-news .detail-content .detail p,
.detail-news .detail-content .detail span,
.detail-news .detail-content .detail li {
    max-width: 100%;
    font-size: 100%;
    margin: 0 0 10px;
}

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

.detail-news .detail-content .detail p img,
.detail-news .detail-content .detail figure img,
.detail-news .detail-content .detail span img,
.detail-news .detail-content .detail li img {
    height: auto;
}

@media(max-width: 767px) {

    .detail-news .detail-content .detail p img,
    .detail-news .detail-content .detail figure img,
    .detail-news .detail-content .detail span img,
    .detail-news .detail-content .detail li img {
        height: auto;
    }
}


/*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: 271%;
    width: 30px;
    height: 17px;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: -8px;
    background: #fff;
    line-height: 18px;
    border-radius: 18px;
    text-indent: -6px;
}

.block-video .block-content .wrap-item .item h3 {
    margin: 0;
    font-size: 107%;
    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;
    font-size: 100%;
    line-height: 20px;
}

.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: 93%;
    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;
    color: #444;
    text-decoration: none;
    height: 40px;
    overflow: hidden;
}


/**/

.galary-album {
    padding: 20px 0px;
    margin: 0px -3px;
}

.galary-album>ul {
    padding: 0px;
    margin: 0px;
}

.galary-album>ul::after {
    content: '';
    display: block;
    clear: both;
}

.galary-album>ul>li {
    list-style: none;
    float: left;
    width: 16.66666667%;
    padding: 3px;
    overflow: hidden;
    margin: 0 !important;
}

@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: 143%;
    cursor: pointer;
}

.view_type_product span.active {
    color: var(--main-color);
}


/**/

.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: 129%;
    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: 129%;
    width: 20px;
    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,
.sidebar-block-right .sidebar-content li .img>.fa.fa-newspaper: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: 114%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 22px;
}

.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: 15px;
    height: 12px;
    border-radius: 5px;
}

.sidebar-block-right .sidebar-content li .img>.fa.fa-newspaper {
    position: absolute;
    color: var(--main-color);
    font-size: 107%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 22px;
}

.sidebar-block-right .sidebar-content li .img>.fa.fa-newspaper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 0;
    width: 13px;
    height: 12px;
    top: -6px;
}

.sidebar-block-right.sidebar-block-product .sidebar-content li .img {
    height: 90px;
    border: 1px solid #f1f1f1;
}

.sidebar-block-right.sidebar-block-product .sidebar-content li .img>span.sold_out {
    position: absolute;
    background: #000000b0;
    color: #fff;
    width: 34px;
    height: 34px;
    font-size: 8px;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: initial;
    text-align: center;
    line-height: 1;
    z-index: 2;
}

.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: 93%;
    font-weight: 600;
    line-height: 1.3;
    max-height: 50px;
    overflow: hidden;
    float: left;
    width: calc(100% - 100px);
}

.sidebar-block-right.sidebar-block-product .sidebar-content li h3 {
    max-height: 34px;
}

.sidebar-block-right.sidebar-block-product .sidebar-content li .ratings-star {
    float: left;
    margin-bottom: -4px;
    margin-top: 4px;
}

.sidebar-block-right .sidebar-content li .price {
    color: var(--main-color);
    font-size: 114%;
    margin: 5px 0 0 0;
    font-weight: 600;
    float: left;
    width: calc(100% - 100px);
}

.sidebar-block-right .sidebar-content li .price_sale {
    text-decoration: line-through;
    color: #999;
    font-size: 86%;
    height: 20px;
    margin-top: 1px;
    margin-bottom: 0;
    float: left;
    width: calc(100% - 100px);
}

.sidebar-block-right .sidebar-content li h3 a {}


/*menu-bottom*/

.menu-top-bottom {
    background-color: #f4f4f4;
    padding: 0px 15px;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
    position: relative;
}

@media(max-width: 767px) {
    .menu-top-bottom {
        display: none;
    }
}

.menu-top-bottom ul {
    margin: 0px;
    padding: 0px;
}

.menu-top-bottom li {
    display: inline-block;
    min-height: 46px;
    line-height: 46px;
    list-style: none;
}

.menu-top-bottom li:first-child a {
    border: none;
}

.menu-top-bottom li a {
    border-left: 1px solid #f3f3f3;
    white-space: nowrap;
    padding: 0px 15px;
    color: #9fa0a0;
    font-size: 12px;
    text-transform: uppercase;
}

.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: 10px;
    font-weight: normal;
    margin-top: 10px;
}

.menu-bottom .title a {
    position: relative;
    display: block;
    margin-bottom: 0px;
    color: var(--main-color);
    font-size: 129%;
    font-weight: 600;
    line-height: 1.2;
}

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

.menu-bottom ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 10px;
}

@media(max-width:767px) {
    .menu-bottom ul li a {
        word-break: break-word;
    }
}

.menu-bottom ul li a {
    color: #222;
    font-size: 100%;
}

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

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

footer {
    background: #fff;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer {
    padding: 0px;
    text-align: center;
    color: #555;
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 114%;
}

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

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


/**/

.item-cate-product {
    /* background: #f9f9f9; */
    /* padding: 10px 0px; */
    /* text-align: left; */
}

.item-cate-product ul {
    padding: 0;
    margin: 0 -2px;
}

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

.item-cate-product ul li h2 {
    background-color: #fff;
    padding: 20px 0px 5px;
    border-top: 1px solid #ddd;
}

.item-cate-product ul li a {
    display: flex;
    align-items: center;
    min-height: 30px;
    border: 1px solid #ededed;
    border-radius: 30px;
    padding: 7px 18px;
    margin: 2px;
    background: #fff;
}

.item-cate-product ul li a i {
    margin-right: 0px;
    font-size: 86%;
}

.item-cate-product ul li a img {
    height: 24px;
}


/**/

.contact {
    margin: 0px 0px 15px;
}

@media(max-width: 767px) {
    .contact {
        margin-top: 0px;
    }
}

.contact p {
    font-size: 114%;
    margin: 10px 0px;
}

.contact p i {
    font-size: 164%;
    color: var(--main-color);
    margin-right: 14px;
}

.contact .box-title2 {
    font-weight: 600;
    font-size: 157%;
    padding: 0px 0px 10px;
    color: #000;
    text-align: left;
    margin-top: 16px;
}

@media(max-width: 767px) {
    .contact .box-title2 {
        margin-top: 15px;
    }
}

.contact .form-login .form-input {
    margin: 27px 0px;
}

.contact .form-input label {
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px;
    display: block;
}

.contact .form-input input {
    border: none;
    box-shadow: none !important;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    height: 32px;
    font-size: 107%;
}

.contact .form-input textarea {
    border: none;
    box-shadow: none !important;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    min-height: 126px;
    font-size: 107%;
    width: 100% !important;
    outline: none;
    margin-top: 10px;
}

.contact .form-login .btn {
    text-transform: uppercase;
}

.contact iframe {
    width: 100%;
}


/*##### BREADCRUMB #####*/

.wrap-breadcrumb {}

.breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    font-size: 100%;
    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 {
    color: #555;
    margin-right: 3px;
}

.breadcrumb li+li a {
    margin-left: 3px;
}

.breadcrumb li+li::before {
    content: "";
    padding: 0px;
}

.breadcrumb li a {
    line-height: 38px;
}


/*##### END BREADCRUMB #####*/


/*Banner*/

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

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

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

.bottom_banner {
    padding: 10px 0px 20px;
    background: #fff;
    margin-top: 15px
}

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

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

.bottom_banner .item a {
    display: block;
    background: #fff;
    height: 80px;
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}

.bottom_banner .item a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 10px;
    max-height: 100%;
}

.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: 114%;
    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: 9999;
    display: none;
}

.popup-banner img {
    max-width: 96%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: none;
}

.popup-banner .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: #f00;
    padding: 9px;
    cursor: pointer;
}

.out_top_banner {
    text-align: center;
}

.out_top_banner img {
    width: 100%;
}

.sidebar_banner a+a {
    margin-top: 10px;
    display: block;
}


/* block-option */

.block-category-option-1 {
    box-shadow: 0px 5px 10px #cacaca;
    margin-bottom: 42px;
    background: #f8f8f8;
}

.block-category-option-1 .row {
    margin: 0px;
}

.block-category-option-1 .row .item {
    padding: 0px;
}

@media(max-width:767px) {
    .block-category-option-1 {
        padding-top: 15px;
    }

    .block-category-option-1 .row .item {
        padding: 0px !important;
    }
}

.block-category-option-1 .row .item .iframe {
    border-right: 1px solid #ddd;
    padding: 20px 30px 20px 69px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 34px;
}

.block-category-option-1 .row .item:first-child .iframe {
    border-left: 1px solid #ddd
}

@media(max-width: 991px) {
    .block-category-option-1 .row .item:nth-child(3) .iframe {
        border-left: 1px solid #ddd
    }
}

@media(max-width: 991px) {
    .block-category-option-1 .row .item .iframe {
        border: none;
        padding: 15px 0px 15px 60px;
        background-position: 8px center;
    }

    .block-category-option-1 .row .item:first-child .iframe {
        border-left: none;
        border-right: 1px solid #ddd;
    }

    .block-category-option-1 .row .item:nth-child(3) .iframe {
        border-left: none;
        border-right: 1px solid #ddd;
    }
}

@media(max-width: 767px) {
    .block-category-option-1 .row .item .iframe {
        border: none;
        padding: 55px 5px 20px 5px;
        background-position: center 6px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
}

.block-category-option-1 .row .item h3 {
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px 0px 5px;
    padding: 2px 0px;
}

@media(max-width:767px) {
    .block-category-option-1 .row .item h3 {
        font-size: 18px;
    }
}

.block-category-option-1 .row .item h3 a {
    color: #189eff;
    font-weight: 600;
}

.block-category-option-1 .row .item .info {
    color: #333;
    font-size: 15px;
    line-height: 1.2;
    overflow: hidden;
    height: 38px;
}

/*  */

.block-category-option-2 {
    background: #242c42;
    box-shadow: none;
    margin: 0px 0px 30px 0px;
    padding: 65px 0px 0px;
    color: #fff;
    text-align: center;
}

@media(max-width: 767px) {
    .block-category-option-2 {
        padding: 35px 0px;
    }
}

.block-category-option-2 img {
    max-width: 265px;
    display: inline-block;
}

@media(max-width:991px) {
    .block-category-option-2 img {
        max-width: 100%;
        padding: 0px 20px;
        margin-bottom: 20px;
    }
}

.block-category-option-2 h3 {
    font-size: 40px;
    margin: 0px 0px 20px 0px;
    text-align: left;
}

.block-category-option-2 h3 a {
    color: #fff;
}

.block-category-option-2 .info {
    font-size: 15px;
    text-align: justify;
    line-height: 1.5;
}

/*  */


/**/

.block-category-option-3 {
    background-size: cover;
    background-position: center top;
    box-shadow: none;
    margin: 0px 0px 0px 0px;
    padding: 60px 0px 60px;
    color: #fff;
    text-align: center;
}

@media(max-width:767px) {
    .block-category-option-3 {
        padding: 30px 0px;
    }
}

.block-category-option-3 .left h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
    margin: 0px 0px 15px 0px;
}

.block-category-option-3 .left h3 a {
    color: #fff;
}

.block-category-option-3 .left .info {
    font-size: 15px;
    text-align: justify;
    line-height: 1.5;
}

@media(max-width:767px) {
    .block-category-option-3 .left {
        margin-bottom: 8px;
        height: auto !important;
    }
}

.block-category-option-3 .left .item {
    border: 1px solid #fff;
    padding: 30px 0px 30px 30px;
    height: 100%;
}

.block-category-option-3 .left .item .iframe {
    overflow: auto;
    height: 100%;
    width: 100%;
    padding-right: 10px;
}

.block-category-option-3 .right {}

.block-category-option-3 .right .item {
    border: 1px solid #fff;
    padding: 30px;
}

@media(max-width: 991px) {

    .block-category-option-3 .left .item,
    .block-category-option-3 .right .item {
        padding: 20px;
    }
}

@media(max-width: 767px) {

    .block-category-option-3 .left .item,
    .block-category-option-3 .right .item {
        padding: 10px;
    }
}

.block-category-option-3 .right h3 img {
    width: 26px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    position: relative;
    top: -3px;
}

.block-category-option-3 .right h3 {
    font-size: 15px;
    margin: 0px 0px 12px 0px;
    text-align: left;
}

.block-category-option-3 .right h3 span {
    color: #fffc00;
    font-size: 22px;
    font-weight: 900;
}

.block-category-option-3 .right h3 a {
    color: #fff;
}

.block-category-option-3 .right form {
    margin-top: 24px;
}

.block-category-option-3 .right form .title {
    font-size: 22px;
    text-align: left;
    margin: 0px 0px 20px 0px;
}

.block-category-option-3 .right form .input {
    float: left;
    width: 47%;
    margin: 0px 1.5% 15px;
}

.block-category-option-3 .right form .input input {
    width: 100%;
    height: 40px;
    padding: 10px;
    background: #bbbfb7;
    border: 1px solid #fff;
    color: #444;
}

.block-category-option-3 .right form .input input:focus {
    outline: none;
}

.block-category-option-3 .right form .input:nth-child(4) {
    width: 97%;
}

.block-category-option-3 .right form .btn {
    float: left;
    background: #189eff;
    border: 1px solid #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    width: 130px;
    margin-left: 1.5%;
}

@media(max-width: 767px) {

    .block-category-option-3 .right form .input,
    .block-category-option-3 .right form .btn {
        width: 100% !important;
        margin: 5px 0px !important;
    }
}

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

.copyright {
    background: #363636;
    padding: 0px 0px;
    color: #999;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
}

.copyright a {
    color: #999;

}


/**/

.comment-option {
    position: relative;
    padding: 40px 0px 100px;
}

.comment-option .title-option {
    font-size: 171%;
    color: var(--main-color);
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    max-width: 550px;
    margin: 0px auto 55px;
    position: relative;
    text-transform: uppercase;
    padding-top: 20px;
}

.comment-option .info-option {
    font-size: 114%;
    line-height: 1.6;
    max-width: 750px;
    color: #666;
    text-align: center;
    margin: -24px auto 25px;
}

@media(max-width: 767px) {
    .comment-option {
        padding-bottom: 90px;
    }
}

.comment-option .testimonial-shadow {
    background: white;
    -webkit-box-shadow: 0 0 10px 5px rgba(185, 185, 185, 0.2);
    box-shadow: 0 0 10px 5px rgba(185, 185, 185, 0.2);
    padding: 30px 0 12px;
    margin-top: 40px;
    position: relative;
    z-index: 3;
}

.comment-option .testimonial-item i {
    font-size: 214%;
    color: var(--main-color);
    padding-top: 12px;
}

.comment-option .testimonial-item .info {
    font-size: 107%;
    padding: 0px 95px 16px;
    line-height: 24px;
    color: #666;
}

@media(max-width: 767px) {
    .comment-option .testimonial-item .info {
        padding: 0px 25px 16px;
    }
}

.comment-option .pos-bg {
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0px;
    bottom: 20px;
}

.comment-option .pos-bg::before {
    position: absolute;
    content: '';
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    height: 100%;
    background: white;
    -webkit-box-shadow: 0 0 10px 5px rgba(185, 185, 185, 0.2);
    box-shadow: 0 0 10px 5px rgba(185, 185, 185, 0.2);
    z-index: 2;
}

.comment-option .pos-bg::after {
    position: absolute;
    content: '';
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    background: white;
    -webkit-box-shadow: 0 0 10px 5px rgba(185, 185, 185, 0.2);
    box-shadow: 0 0 10px 5px rgba(185, 185, 185, 0.2);
    z-index: 1;
}

.comment-option .testimonial-item h3 {
    font-size: 179%;
}

.comment-option .testimonial-item span {
    font-size: 114%;
    color: var(--main-color);
    display: block;
}

.comment-option .testimonial-img-item {
    padding-top: 0px;
}

.comment-option .testimonial-img-item .img {
    width: 120px;
    height: 120px;
    margin: 15px auto;
    border: 3px solid var(--main-color);
    border-radius: 50%;
    overflow: hidden;
}

.comment-option .testimonial-img-item img {
    display: inline-block;
    object-fit: cover;
}

.comment-option .slick-center.testimonial-img-item img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.owl-controls .owl-pagination {
    text-align: center;
    margin-bottom: 10px;
}

.owl-controls .owl-pagination>div {
    width: 14px;
    height: 14px;
    border: 1px solid #e3e8ed;
    border-radius: 50%;
    background: #e4e9ee;
    display: inline-block;
    margin: 0px 3px;
}

.owl-controls .owl-pagination>div.active {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    -webkit-box-shadow: 0 0 7px 2px rgb(209 32 50 / 30%);
    box-shadow: 0 0 7px 2px rgb(209 32 50 / 30%);
}


/**/

.quote {
    padding-bottom: 40px;
}

.quote .block-title h3.title-option {
    color: var(--main-color);
    margin: 40px 0px 15px;
    font-size: 157%;
    text-transform: uppercase;
    line-height: 1.3;
    position: relative;
    font-weight: 600;
    padding: 0px 0px 8px;
    text-align: center;
}

.quote .block-title h3.title-option::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--main-color);
    height: 4px;
    width: 80px;
}

.quote .block-title .info-option {
    text-align: center;
    font-weight: 400;
    font-size: 16px
}

.quote .item {
    margin-top: 30px;
}

.quote .item .img {
    position: relative;
    margin-bottom: -50px;
}

.quote .item .img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 1.5px solid #000;
    margin: auto;
}

.quote .item .wrap-info {
    background: #ffffff;
    padding: 60px 15px 25px;
    color: #444444;
}

.quote .item .wrap-info h3 {
    color: #444444;
    margin: 0px 0px 4px;
    font-size: 114%;
    font-weight: 600;
}

.quote .item .wrap-info>span {
    font-size: 93%;
}

.quote .item .wrap-info .info {
    padding: 15px 0px 0px;
    text-align: center;
    position: relative;
    font-size: 107%;
}

.quote .item .wrap-info .info::before {
    color: #ccc;
    content: "\201C";
    font-size: 285%;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-weight: 600;
}

.quote .item .wrap-info .info::after {
    content: "\201D";
    font-size: 285%;
    line-height: 0.1em;
    margin-left: 6px;
    vertical-align: -0.5em;
    color: #ccc;
    font-weight: 600;
}

.quote .item .wrap-info .info p {
    display: contents;
}

.quote .slick-arrow {
    display: block !important;
    line-height: 35px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.quote .slick-dots {
    display: none !important;
}


/**/

.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: 107%;
    font-weight: 400;
}

.article .block-content ul li h3 i {}

@media(max-width: 767px) {

    .about table,
    .about table tr td {
        white-space: normal;
        width: 100% !important;
        display: block;
    }
}


/**/

.register11 {
    padding: 70px 0px 70px;
    /* background: url(../imgs/about1.jpeg) no-repeat; */
    /* background-size: cover; */
    position: relative;
}

.register11.register11_acticle {
    padding: 20px 0;
}

.register11.register11_acticle::before {
    display: none !important;
}

.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: 107%;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    padding-top: 35px;
}

.register11 .row .info .item p {
    margin: 5px 0px;
}

.register11 .row .item1 .iframe>h2 {
    margin: 0px 0px 15px;
    text-align: center;
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 157%;
    font-weight: 600;
    line-height: 1.4;
    padding-top: 0px;
}

.register11 .row .item1 .iframe .form-group label {
    font-weight: 500;
    display: block;
}

.register11 .row .item1 .iframe .short_info {
    text-align: center;
    margin-bottom: 15px;
    margin-top: -10px;
}

.register11 .row .item1 .iframe .form-group .form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 40px;
    width: 100%;
}

.register11 .row .item1 .iframe .form-group textarea.form-control {
    width: 100% !important;
    min-height: 110px;
}

.register11 .row .item1 .iframe .form-group input {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 40px;
}


/*register-popup*/

.register-popup .content {
    padding: 0px 15px;
}

.register-popup .content .title {
    margin: 20px 0 20px;
    text-align: center;
}

.register-popup .content .information {
    text-align: center;
    line-height: 1.5;
}


/*register-popup*/