:root {
    --main-color: #FF4500;
    --main-color-hover: #FF4500;
    --font-family-key: 'Open Sans';
}

body {
    font-family: var(--font-family-key);
    font-size: 14px;
    font-weight: 400;
    color: #222;
    top: 0px !important;
    position: relative;
    background: #ffffff;
}

.clear {
    clear: both;
}

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

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

.scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 10px;
    display: none;
    z-index: 99;
    color: #fff;
    text-align: center;
    font-size: 179%;
    line-height: 45px;
    width: 45px;
    height: 45px;
    background: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 50%;
    padding-right: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media(max-width: 767px) {
    .scroll-top {
        bottom: 70px;
    }
}

.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 {
    color: #fff;
    font-size: 93%;
    background: #040f28;
    padding: 10px 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


/**/

.header-main {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #fff;
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 10px 0px 10px;
}

.header-main.navbar-fixed {
    z-index: 90;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    /* border-bottom: 1px solid #eee; */
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
}

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

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

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

.logo img {
    display: inline-block;
    max-height: 65px;
}

.wrap-menu-top {
    position: static;
    text-align: center;
    /* padding: 0; */
}

.icon-cate-mobi {
    display: none;
    position: absolute;
    top: 6px;
    left: 8px;
    padding: 10px;
    cursor: pointer;
    z-index: 99;
}

.icon-cate-mobi span,
.icon-menu-mobi span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: var(--main-color);
    margin: 4px 0px;
}

.icon-menu-mobi {
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    padding: 6px 10px 7px;
    cursor: pointer;
    z-index: 99;
    font-size: 93%;
}

@media(min-width: 991px) {
    .header-main .menu-top {
        display: block !important;
        /* padding-right: 80px; */
        text-align: right;
    }
}

@media(max-width: 991px) {
    .header-main {
        padding-top: 0px;
    }

    .header-main .menu-top {
        display: none;
        margin: 0px -8px;
    }

    .logo {
        line-height: 55px;
        text-align: center;
    }

    .logo img {
        max-height: 40px;
    }

    .icon-cate-mobi {
        display: none;
    }

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

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

.header-main .menu-top ul:after {
    content: '';
    display: block;
    clear: both;
}

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

.header-main .menu-top ul>li>a {
    padding: 0px 14px;
    display: block;
    position: relative;
    color: #222;
    text-align: center;
    font-weight: 600;
    font-size: 114%;
}

.header-main .menu-top ul>li>.sub {
    position: absolute;
    width: 280px;
    top: 100%;
    background: #fff;
    left: 0px;
    z-index: 999;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    padding: 0px 0px 0px;
    box-shadow: 0px 0px 10px #ddd;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

@media(max-width: 991px) {
    .header-main .menu-top ul>li>.sub {
        width: 100%;
        position: relative;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    }
}

.header-main .menu-top ul>li:hover>.sub {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

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

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

.header-main .menu-top ul>li>.sub>li>a {
    text-align: left;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 100%;
    color: #444;
    background: none;
    border: none;
}

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

.header-main .menu-top ul>li>.sub>li.li-sub {}

.header-main .menu-top ul>li>.sub>li.li-sub>a {}

.header-main .menu-top ul>li>.sub>li.li-sub a>i {
    position: absolute;
    top: 12px;
    right: 010px;
}

@media(max-width: 767px) {
    .header-main .menu-top ul>li>.sub>li.li-sub>a {
        font-size: 93%;
    }
}

.header-main .menu-top ul>li>.sub>li>.sub {
    position: absolute;
    display: none;
    padding: 0;
    left: 100%;
    top: 0;
}

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

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

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

@media(max-width: 991px) {
    .header-main .menu-top ul>li>.sub>li>.sub>li>a {
        font-size: 93%;
    }

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

    .header-main .menu-top ul>li>a {
        text-align: left;
        padding: 10px 10px;
        font-size: 100%;
        font-weight: 400;
    }
}

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

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

@media(max-width: 767px) {
    .header-main .menu-top ul>li>a b {
        font-weight: 500;
    }
}

.header-main .menu-top ul>li .wrap-sub {
    position: absolute;
    width: 280px;
    top: 59px;
    background: #fff;
    box-shadow: 0 0px 8px -4px #adadad;
    left: 0px;
    z-index: 999;
    border-top: none;
    display: none;
    /* opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; */
    padding: 10px 0px;
}

.menu-top ul>li:hover .wrap-sub {
    display: block;
    /* opacity: 1;
    visibility: visible; */
}

@media(max-width: 991px) {
    .header-main .menu-top ul>li .wrap-sub {
        opacity: 1;
        visibility: visible;
        padding: 0px 12px 0px 22px;
        box-shadow: none;
        position: relative;
        top: 0px;
        border: none;
        display: none;
    }

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

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

.header-main .menu-top ul>li .wrap-sub .item .sub li .sub {
    margin-top: -6px;
    margin-bottom: 8px;
}

@media(max-width: 991px) {
    .header-main .menu-top ul>li .wrap-sub .item .sub li {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

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

.header-main .menu-top ul>li .wrap-sub .item .sub li .sub li {
    width: 100%;
    margin: 0px;
    display: block;
    border-bottom: none;
}

.header-main .menu-top ul>li .wrap-sub .item .sub li:nth-child(4n+1) {
    clear: both;
}

.header-main .menu-top ul>li .wrap-sub .item .sub li .sub li a {
    font-weight: 400;
    padding: 4px 30px;
    font-size: 100%;
}


/**/

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

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

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

@media (max-width:991px) {
    .form-search .search {
        height: 40px;
    }

    .form-search .search select {
        width: 110px;
    }
}

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

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

.icon-cart i {
    font-size: 157%;
}

.icon-cart .circle {
    position: absolute;
    top: -8px;
    right: -9px;
    background: var(--main-color);
    border-radius: 50px;
    min-width: 16px;
    height: 16px;
    text-align: center;
    font-size: 71%;
    line-height: 16px;
    color: #fff;
}

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

@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 {
        top: 13px;
        right: 5px;
    }

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

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

.form-search .search input {
    position: absolute;
    width: 65%;
    left: 145px;
    height: 100%;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    padding: 2px 50px 2px 30px;
    border: 1px solid #ddd;
}

.form-search .search .btn {
    background: var(--main-color);
    position: absolute;
    border-radius: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 150px;
    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;
    border-radius: 10px;
}

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

@media (max-width:991px) {
    .form-search .search input {
        width: 47%;
        left: 120px;
    }

    .form-search .search .btn {
        width: 130px;
    }
}

@media(max-width: 768px) {
    .form-search .search input {
        width: 62%;
        left: 120px;
    }
}

@media(max-width: 767px) {
    .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;
    }
}

.block-option-1 .form-search {
    display: block;
    z-index: 10;
    right: 0;
    width: 70%;
    top: 60%;
    margin: 0px;
    text-align: center;
    left: 0;
    background-color: #fff;
    padding: 22px;
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
    border-radius: 10px;
}

.block-option-1 .form-search>h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 186%;
    margin-bottom: 15px;
}

@media (max-width:1220px) {
    .block-option-1 .form-search {
        top: 65%;
    }
}

@media (max-width:1150px) {
    .block-option-1 .form-search {
        top: 84%;
    }
}

@media (max-width:1050px) {
    .block-option-1 .form-search {
        top: 70%;
    }
}

@media (max-width:991px) {
    .block-option-1 .form-search {
        padding: 15px;
        width: 70%;
    }
}

@media(max-width: 915px) {
    .block-option-1 .form-search {
        position: relative;
        margin-top: -48px;
        width: 100%;
    }
}

@media(max-width: 768px) {
    .block-option-1 .form-search {
        margin-top: 0;
    }
}

@media (max-width:767px) {
    .block-option-1 .form-search>h3 {
        font-size: 92%;
        margin-bottom: 10px;
    }

    .block-option-1 .form-search .search select {
        display: none;
    }

    .block-option-1 .form-search .search input {
        padding: 3px 70px 3px 10px;
        left: 0;
        width: 65%;
    }

    .block-option-1 .form-search .search .btn {
        padding: 0px 8px;
        line-height: 32px;
        font-size: 71%;
    }
}


/**/

.header-slider {
    position: relative;
}

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

.header-slider .left {
    width: 22%;
}

@media(max-width: 767px) {
    .header-slider .left {
        position: absolute;
        z-index: 1;
        width: 240px;
        top: -58px;
        left: -250px;
        padding: 0px !important;
        border-radius: 0px;
        border: 1px solid #f1f1f1;
    }

    .header-slider .left.active {
        left: 0px;
    }
}

.header-slider .left .iframe {
    background: #fff;
    border-radius: 4px;
}

.category-product .title {
    padding: 20px 20px 8px 20px;
    position: relative;
    white-space: nowrap;
    font-weight: 600;
}

@media(max-width: 767px) {
    .header-slider .left .iframe {
        border-radius: 0px
    }

    .category-product .title {
        display: none;
    }
}

.category-product .title>span {
    display: inline-block;
    margin-right: 8px;
}

.category-product .title>span>i {
    height: 2px;
    width: 20px;
    background: #444;
    display: block;
    margin: 3px 0px;
    border-radius: 2px;
}

.category-product .title>p {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    position: relative;
    top: -3px;
    text-transform: uppercase;
}

.category-product>ul {
    padding: 0px 0px 8px;
    margin: 0px;
}

.category-product>ul>li {
    list-style-type: none;
    position: relative;
    font-size: 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 {
    position: relative;
    /* background: #fff; */
    /* border-radius: 4px; */
    overflow: hidden;
}

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

@media(max-width: 767px) {
    .no_flexslider {
        border-radius: 0px;
    }
}

.no_flexslider .slides {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

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

.no_flexslider .slides li {
    list-style-type: none;
    float: left;
    width: 100%;
}

.no_flexslider .slides li a {
    display: block;
}

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

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

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

.flexslider .flex-direction-nav>li {
    list-style-type: none;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 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: #fffaf0;
    /* border-radius: 4px; */
    /* margin-top: 15px; */
    padding-bottom: 10px;
}

.product {
    padding: 50px 0 50px;
}

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

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

.block-title .title {
    margin-top: 0px;
    font-size: 214%;
    line-height: 1.4;
    color: #292929;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
}

.block-title .short-info {
    margin-bottom: 15px;
    font-size: 114%;
    color: var(--main-color);
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
}

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

    .block-title .title {
        float: none;
        margin-bottom: 18px;
        font-size: 195%;
    }
}

.block-title .title>a {
    color: #262626;
}

.block-title .title span {
    color: #292929;
}

.block-title .sub-title {
    padding: 0px;
    margin: 4px 0px 0px 0px;
    text-align: center;
}

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

.block-title .sub-title li span {
    display: block;
    font-size: 100%;
    color: #444;
    font-weight: 600;
    position: relative;
    line-height: 24px;
    margin-right: 12.7px;
    cursor: pointer;
    padding: 8px 14px 8px 14px;
    box-shadow: 0px 4px 18px 0px rgba(66, 71, 76, 0.1019607843);
}

.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 {
    margin: 14px auto 0px;
    font-size: 121%;
    color: #666;
    position: relative;
    font-weight: 400;
    text-align: center;
}

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

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

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

.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 {
    background-color: #fff;
    position: relative;
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
    padding: 17px 17px 16px 17px;
    border-radius: 16px;
}

@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 {
    position: relative;
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
}

.block-product .block-content .row .item .iframe .img:before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5019607843);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    border-radius: 10px;
}

.block-product .block-content .row .item .iframe .img .icon-plus {
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 500%;
    color: #fff;
}

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

.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:hover .img .icon-plus {
    opacity: 1;
    z-index: 2;
    color: #fff;
}

.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.icon-bookmark {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    border-top: 70px solid #FFF5E0;
    border-left: 70px solid transparent;
    border-radius: 0 10px;
}

.block-product .block-content .row .item .iframe .img span.icon-bookmark i {
    z-index: 999;
    top: 0;
    right: 0;
    position: absolute;
    margin-top: -55px;
    margin-right: 10px;
    color: #FFA920;
    font-size: 142%;
    font-weight: bold;
}

.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 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

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

    .block-product .block-content .row .item .iframe .img span.icon-bookmark {
        right: -1px;
        top: -4px;
    }
}

.block-product .block-content .row .item .iframe .info {
    padding: 14px 14px 6px;
    height: 130px;
    background: #fff;
}

.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.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 {
    margin: 0px 0px 10px;
    font-size: 107%;
    line-height: 1.6;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
}

.block-product .block-content .row .item .iframe .info h3 a {}

.block-product .block-content .row .item .iframe .info .view {}

.block-product .block-content .row .item .iframe .info .view a {}

.block-product .block-content .row .item .iframe .info .view a i {
    color: var(--main-color);
}

.block-product .block-content .row .item .iframe .info .price {
    color: var(--main-color);
    font-size: 114%;
    margin: 0px;
    font-weight: 600;
}

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

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

.block_real_left .targetarea {
    padding-bottom: 60%;
    background: #f1f1f1;
    border-radius: 6px;
    overflow: hidden;
}

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

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


/**/

.block-real {
    background: #fff;
}

.wrap-avd-search {
    background: #fff;
    padding: 14px 10px;
    box-shadow: 0px 0px 10px #ddd;
    border-top: 1px solid #f1f1f1;
}

.wrap-avd-search .avd-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 93%;
}

.avd-search>div {
    position: relative;
}

.avd-search .adv0 {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    overflow: hidden;
    width: 137px;
    text-align: center;
}

.avd-search .adv0 a {
    display: inline-block;
    padding: 5px 12px;
    cursor: pointer;
}

.avd-search .adv0 a.active {
    background: var(--main-color);
    color: #fff;
}

.avd-search .adv2 {
    width: 330px;
}

.avd-search .adv2 i {
    position: absolute;
    left: 0;
    color: #666;
    width: 38px;
    height: 100%;
    padding: 8px;
    text-align: center;
}

.avd-search .adv2 input {
    width: 330px;
    border: 1px solid #f1f1f1;
    padding: 5px 10px 5px 34px;
    border-radius: 3px;
    outline: none;
}

.avd-search .adv3 {
    width: calc(100% - 500px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.avd-search .adv3>div {
    width: 25%;
    border-left: 1px solid #e9e9e9;
    padding-left: 20px;
}

.avd-search .adv3>div:first-child {
    border-left: none;
    padding-left: 10px;
}

.avd-search .adv3 .adv4_last {
    font-weight: 500;
    cursor: pointer;
    width: 110px;
}

.avd-search .adv4 span {
    cursor: pointer;
}

.avd-search .adv4 i {}

.avd-search .adv4 .project_id {
    position: absolute;
    width: 300px;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 8px 15px;
    left: 0;
    top: 100%;
    margin-top: 8px;
    display: none;
}

.avd-search .adv4.active .project_id {
    display: block;
}

.avd-search .adv4 .project_id select {
    margin: 5px 0px;
    border: 1px solid #ddd;
    height: 40px;
    float: left;
    width: 100%;
}

.avd-search .adv4 .project_id .btn-danger1 {
    margin-right: 5px;
}

.avd-search .adv4 .project_id .vsb-main button {
    margin-top: 5px;
    padding: 10px 8px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    font-weight: 400;
}

.avd-search .adv4 .project_id .vsb-main .caret {
    display: block;
    top: 8px;
}

.block-real .container {
    max-width: 940px;
}

.block-real .block-content {}

.block-real .block-content .item {
    border-radius: 4px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px 0px rgb(44 44 44 / 4%);
    background: #fff;
    margin-bottom: 12px;
}

.block-real .block-content .item .row {}

.block-real .block-content .item .row>div {}

.block-real .block-content .item .img {}

.block-real .block-content .item .img a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    position: relative;
}

.block-real .block-content .item .img a span {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    font-size: 171%;
}

.block-real .block-content .item .img a span i {
    margin-right: 2px;
}

.block-real .block-content .item .img a span span {
    position: relative;
    font-size: 114%;
    margin-right: 10px;
    font-weight: 600;
    top: -2px;
}

.block-real .block-content .item .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-real .block-content .item .iframe {
    padding-left: 0;
}

.block-real .block-content .item .iframe .wrap-info {
    padding: 16px 12px 10px 0px;
}

.block-real .block-content .item .iframe .wrap-info .info {
    max-height: 60px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666;
}

.block-real .block-content .item .iframe .wrap-info h3 {
    margin: 0 0 10px 0;
    font-size: 129%;
    line-height: 1.3;
}

.block-real .block-content .item .iframe .wrap-info h3 a {
    color: var(--main-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.block-real .block-content .item .iframe .wrap-info .time {
    color: #777;
    font-weight: 600;
    font-size: 86%;
}

.block-real .block-content .item .iframe .wrap-info .time i {
    margin-right: 4px;
}

.block-real .block-content .item .iframe .price {
    font-weight: 600;
    margin: 0 0 4px 0;
    font-size: 86%;
}

.block-real .block-content .item .iframe .price span {
    display: inline-block;
    position: relative;
    padding-right: 16px;
    margin: 2px 0px;
}

.block-real .block-content .item .iframe .price span i.tooltip_real {
    position: absolute;
    background: #555;
    color: #fff;
    white-space: nowrap;
    font-family: var(--font-family-key);
    font-weight: 400;
    font-style: inherit;
    padding: 5px 10px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    z-index: 1;
    right: -3px;
    margin-top: 7px;
    font-size: 86%;
}

.block-real .block-content .item .iframe .price span:hover i.tooltip_real {
    opacity: 1;
    visibility: visible;
}

.block-real .block-content .item .iframe .price span i.tooltip_real::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #555;
    border-width: 5px;
    margin-left: -5px;
}

.block-real .block-content .item .iframe .price span img {
    height: 14px;
    position: relative;
    top: -1px;
    margin-left: 3px;
}

.block-real .block-content .item .iframe .price span:last-child {
    padding-left: 0;
}

.block-real .block-content .item .iframe .price span:last-child:after {
    display: none;
}

.block-real .block-content .item .iframe .price span:after {
    content: '';
    width: 3px;
    height: 3px;
    background: #999;
    display: block;
    border-radius: 10px;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.block_real_right {
    padding-left: 0;
}

.block_real_right .item {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 20px 20px 10px 20px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.block_real_right .item .title {
    font-weight: 600;
    margin: 0 0 10px 0;
}

.block_real_right .item ul {
    padding: 0;
    margin: 0;
}

.block_real_right .item ul li {
    list-style-type: none;
    margin: 8px 0px;
}

.block_real_right .item ul li a {
    cursor: pointer;
}

.block_real_right .item.profile_add ul li {
    text-align: center;
}

.block_real_right .item.profile_add ul li .img {
    width: 80px;
    height: 80px;
    position: relative;
    border: 1px solid #f1f1f1;
    margin: 0px auto;
    border-radius: 50%;
    overflow: hidden;
}

.block_real_right .item.profile_add ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block_real_right .item.profile_add ul li.a {
    color: #999;
    font-size: 86%;
    margin-bottom: 0;
}

.block_real_right .item.profile_add ul li.b {
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 5px;
}

.block_real_right .item.profile_add ul li.c {
    margin-top: 0;
    margin-bottom: 20px;
}

.block_real_right .item.profile_add ul li.c a {
    color: #555;
    font-size: 93%;
}

.block_real_right .item.profile_add ul li.c a:hover {
    color: var(--main-color);
}

.block_real_right .item.profile_add ul li.d a {
    background: var(--main-color);
    color: #fff;
    padding: 10px 0px;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 0.4px;
    display: block;
}

.block_real_right .item.profile_add ul li.e a {
    border: 1px solid #ddd;
    background: #f5f5f5;
    color: #222;
    padding: 10px 0px;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 0.4px;
    display: block;
}


/* block real detail */

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

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

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

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

.block-real-detail .detail-real .price1 {
    margin: 6px 0 12px 0;
    font-size: 93%;
}

.block-real-detail .detail-real .price1 span {
    display: inline-block;
    position: relative;
    padding-right: 16px;
    margin: 2px 0px;
}

.block-real-detail .detail-real .price1 span i.tooltip_real {
    position: absolute;
    background: #555;
    color: #fff;
    white-space: nowrap;
    font-family: var(--font-family-key);
    font-weight: 400;
    font-style: inherit;
    padding: 5px 10px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    z-index: 1;
    right: -3px;
    margin-top: 7px;
    font-size: 86%;
}

.block-real-detail .detail-real .price1 span:hover i.tooltip_real {
    opacity: 1;
    visibility: visible;
}

.block-real-detail .detail-real .price1 span i.tooltip_real::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #555;
    border-width: 5px;
    margin-left: -5px;
}

.block-real-detail .detail-real .price1 span img {
    height: 14px;
    position: relative;
    top: -1px;
    margin-left: 3px;
}

.block-real-detail .detail-real .price1 span:last-child {
    padding-left: 0;
}

.block-real-detail .detail-real .price1 span:last-child:after {
    display: none;
}

.block-real-detail .detail-real .price1 span:after {
    content: '';
    width: 3px;
    height: 3px;
    background: #999;
    display: block;
    border-radius: 10px;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.block-real-detail .content-detail .title-detail {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    font-size: 143%;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: var(--main-color);
}

.block-real-detail .content-detail {
    background: #fff;
}

.block-real-detail .content-detail .content p {
    line-height: 1.6;
    font-size: 14px !important;
    margin-bottom: 5px;
}


/**/

.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-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 3px;
}

.block-news .block-content .item .wrap-info {
    color: #383838;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px;
    background: #f8f5f0;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    left: 40px;
    height: 100px;
    width: 80%;
    z-index: 10;
}

@media(max-width: 991px) {
    .block-news .block-content .item .wrap-info {
        width: 90%;
        left: 13px;
        bottom: -20px;
        /* padding: 10px 10px 10px 15px; */
        height: 90px;
    }
}

.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; */
        width: 100%;
        left: 0;
    }
}

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

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

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

.block-news .block-content .right .item {
    display: flex;
    padding: 10px;
}

.block-news .block-content .right .item .img {
    padding-bottom: 0%;
    width: 25%;
    height: 132px;
}

.block-news .block-content .right .item .img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-news .block-content .right .item .wrap-info {
    width: 75%;
}

@media (max-width:767px) {
    .block-news .block-content .right .item .img {
        width: 35%;
        height: 130px;
    }

    .block-news .block-content .right .item .wrap-info {
        width: 65%;
    }
}

.block-news .block-content .right .item h3 {
    margin: 0px;
}

.block-news .block-content .right .item .wrap-info {
    height: unset;
    padding: 0px 15px;
}

.block-news .block-content .right .item .wrap-info .info,
.block-news .block-content .left .item .wrap-info .info {
    height: 60px;
}

.block-news .block-content .left .item .wrap-info {
    height: unset;
}


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

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

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

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

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

    .block-news .block-content .item h3 {
        padding: 0px 0px 0px 0px;
        height: auto;
        max-height: 42px;
    }

    .block-news .block-content .item h3 a {
        height: auto;
    }
}

.block-news .block-content .item .time {
    font-size: 86%;
    color: #aaa;
    padding: 0px 0px 12px;
}

.block-news .block-content .item .time span:first-child {
    margin-right: 10px;
}

.block-news .block-content .item .time span:first-child i {
    /* margin-right: 6px; */
    padding-left: 1px;
    top: 0px;
}

.block-news .block-content .item .time span i {
    margin-right: 2px;
    position: relative;
    top: -1px;
    font-size: 100%;
}

.block-news .block-content .item .time span:last-child {
    float: right;
}

.block-news .block-content .item .img {
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 120%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.block-news .block-content .item .img img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.block-news .block-content .item .img:before {
    content: '';
    background: url(../images/view-news.png?v=1.0.0) 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;
}

.block-news .block-content .item .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    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;
    border-radius: 10px;
}

.block-news .block-content .item .img:hover:before {
    top: 50%;
    opacity: 1;
}

.block-news .block-content .item .img:hover:after {
    opacity: 1;
}

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

@media(max-width: 767px) {
    .detail-news .detail-content {
        padding: 0px;
    }
}

.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: var(--main-color);
    padding: 2px 15px 0px;
    text-align: center;
    position: relative;
    display: none;
}

@media(max-width: 991px) {
    .menu-top-bottom {
        white-space: nowrap;
        overflow-y: auto;
        margin-top: 8px;
    }
}

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

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

@media(max-width: 767px) {
    .menu-top-bottom li {
        min-height: 38px;
        line-height: 38px;
    }
}

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

.menu-top-bottom li a {
    border-left: 1px solid #fff;
    white-space: nowrap;
    padding: 0px 15px;
    color: #fff;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 400;
}

.menu-top-bottom li.active a,
.menu-top-bottom li:hover a {
    color: #000;
}


/**/

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

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

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

.menu-bottom .title a {
    position: relative;
    display: block;
    margin-bottom: 0px;
    color: #fff;
    font-size: 114%;
    font-weight: 500;
    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: #ffffff80;
    font-size: 93%;
    font-weight: 300;
}

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

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

footer {
    padding: 0px 0 0px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff80;
    font-weight: 300;
    margin-top: 15px;
}

@media(max-width: 767px){
    footer {
        margin-top: 10px;
    }
}

footer a {
    color: #fff;
}

.footer {
    padding: 20px 0px 0px;
}

.footer iframe{
    max-width: 100%;
}

@media(max-width: 991px) {
    .footer {
        text-align: center;
    }
}

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

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

.copyright {
    background: #403f3f;
    padding: 15px 0;
    font-weight: 500;
    font-size: 114%;
    color: #fff;
    text-align: center;
}

.copyright a {
    color: var(--main-color);
}

/**/

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

.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 {
    margin: 0;
    font-size: 100%;
    font-weight: 400;
    display: inline-block;
    margin-left: 6px;
}

.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-1 {
    position: relative;
    background-position: center center;
    /* background-repeat: no-repeat; */
    background-size: cover;
    padding: 100px 0px 0px 6px;
}


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

.block-option-1 .row>div {
    padding: 0px;
}


@media (max-width:1400px) {
    .block-option-1 .img {
        margin: 0px 0px 0px 0px;
    }
}

@media(max-width: 991px) {
    .block-option-1 {
        padding-top: 70px;
    }
}

@media(max-width: 867px) {
    .block-option-1 {
        padding-top: 40px;
    }

    .block-option-1 .img {
        display: none;
    }
}

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

.block-title .item .img img {
    max-width: 100%;
    height: auto;
}

.block-option-1 .block-title {
    padding-top: 100px;
    text-align: left;
}

.block-option-1 .block-title .title {
    font-size: 300%;
    text-align: left;
}

.block-option .block-title .short-info {
    font-weight: 400;
    color: #292929;
    line-height: 1.6;
    font-size: 128%;
    text-align: left;
}

@media (max-width:1150px) {
    .block-option-1 .block-title .title {
        font-size: 300%;
    }
}

@media (max-width:1040px) {
    .block-option-1 .block-title {
        padding-top: 50px;
    }

    .block-option-1 .block-title .title {
        font-size: 250%;
    }
}

@media (max-width:991px) {

    .block-option-1 .block-title .title {
        font-size: 250%;
        /* margin-bottom: 0px; */
    }

    .block-option .block-title .short-info {
        font-size: 142%;
    }
}

@media (max-width:991px) {
    .block-option-1 .block-title .title {
        font-size: 214%;
    }

    .block-option .block-title .short-info {
        font-size: 142%;
    }
}

@media (max-width:820px) {
    .block-option-1 .block-title .title {
        font-size: 200%;
    }
}

@media (max-width:767px) {
    .block-option-1 .block-title {
        /* padding-top: 5%; */
    }
}

.block-option-1 .iframe {
    position: relative;
    display: block;
    z-index: 20;
}

.block-option-1 .info {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 70px;
    margin-top: -70px;
}

.block-option-1 .info .info-1 {
    display: flex;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 5px 15px;
    padding: 0px 15px 15px;
    border-radius: 10px;
}

.block-option-1 .row .item {
    padding: 5% 0 0px 7%;
    text-align: left;
    bottom: 0px;
    z-index: 15;
}

@media (max-width:1024px) {
    .block-option-1 .info {
        padding-left: 70px;
    }

}

.block-option-1 .row-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.block-option-1 .row-bottom .item a {
    text-align: center;
    display: block;
    width: fit-content;
    margin: auto;
}

@media (max-width:991px) {
    .block-option-1 .info {
        margin-top: 0px;
        padding-left: 55px;
    }
}

@media (max-width:767px) {
    .block-option-1 {
        padding: 20px 0px 30px;
        background-size: auto;
        /* background-repeat: no-repeat; */
        background-position: unset;
    }

    .block-option-1 .block-title .title {
        font-size: 200%;
    }

    .block-option-1 .title-1 {
        margin: 0px;
        padding-top: 20px;
        font-size: 114%;
    }

    .block-option-1 .info {
        display: block;
        margin-top: -50px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .block-option-1 .info .info-1 {
        display: block;
    }
}

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

/**/
.block-option-2 {
    padding: 50px 0;
}

.block-option-2 .slick-dots {
    display: none !important;
}

.block-option-2 .block-title h4 {
    font-weight: bold;
    margin-bottom: 14px;
}

/**/

.block-option-3 {
    padding: 100px 0 100px;
    background: #F9FCFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.block-option-3 .short-info {
    text-align: left;
}

.block-option-3 .block-title .title {
    text-align: left;
}

.block-option-3 .info {
    font-size: 100%;
    line-height: 1.8;
    color: #888;
    font-weight: 600;
}

.block-option-3 .img img {
    border-radius: 40px;
}

.block-option-3 .wrap-img {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #fff3df; */
    background: linear-gradient(to right, #f9f6f1 0%, #fff3df 20%);
    padding: 30px;
    border-radius: 50px;
    width: 100%;
    position: absolute;
    bottom: -70px;
    right: -90%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.block-option-3 .wrap-img .img2 {
    margin-right: 20px;
}

.block-option-3 .wrap-img .img2 img {
    border-radius: 20px;
}

.block-option-3 .overview-heading .info1 {
    font-size: 121%;
    color: #666;
    position: relative;
    display: inline-block;
    padding-bottom: 38px;
    padding-top: 1px;
}

.block-option-3 .over-main {
    padding-top: 15px;
}

.block-option-3 .overview-item {
    text-align: center;
    margin-top: -20px;
}

.block-option-3 .overview-item h3 {
    /* padding-top: 22px; */
    font-size: 114%;
    color: #707a82;
    margin-top: 0px;
    font-weight: bold;
}

.block-option-3 .overview-item .icon {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 20px;
    background: #fff;
    text-align: center;
    font-size: 193%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    margin: 0px auto;
    position: relative;
}

.block-option-3 .overview-item .icon img {
    filter: invert(35%) sepia(94%) saturate(1400%) hue-rotate(-10deg) brightness(105%) contrast(103%);
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    max-height: 34px;
}

.block-option-3 .overview-item .info {
    color: #666;
    /* padding: 0 33px; */
    /* margin-bottom: 25px; */
    line-height: 1.6;
}

.block-option-3 .overview-item .info span {
    font-size: 175%;
    display: block;
    height: 40px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

@media(max-width: 1024px) {
    .block-option-3 .wrap-img {
        position: relative;
        bottom: 0;
        right: 0;
        background: none;
        padding: 20px;
    }

    .block-option-3 .wrap-img .img2 {
        margin-right: 10px;
    }

}

@media(max-width: 991px) {
    .block-option-3 {
        padding: 50px 0;
    }

    .block-option-3 .content .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .block-option-3 .content .row1 {
        display: block;
        margin-bottom: 50px;
    }
}

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

    .block-option-3 .item {
        margin-top: 30px;
    }

    .block-option-3 .overview-item .info {
        padding: 0 5px;
    }

    .block-option-3 .wrap-img {
        padding: 20px 0px;
    }
}


/**/
.block-option-4 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.block-option-4 .block-title .short-info {
    text-align: center;
    font-size: 142%;
}

.block-option-4 .block-content {
    margin-top: 20px;
}

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

.block-option-4 .block-content .row>div {
    padding: 0px 2px;
}

.block-option-4 .block-content .row .item {
    margin-bottom: 15px;
    padding-left: 15px;
}

.block-option-4 .block-content .row .item .iframe {
    position: relative;
}

.block-option-4 .block-content .row .wrap-item .row .item .img {
    position: relative;
    height: 0px;
    padding-bottom: 130%;
    overflow: hidden;
    border-radius: 20px;
}

.block-option-4 .block-content .row .item .iframe .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 20px;
    -webkit-transition: all 3s;
    transition: all 1s;
}

.block-option-4 .block-content .row .item .iframe .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.block-option-4 .block-content .row .item .iframe .img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(26, 26, 26, .8), rgba(26, 26, 26, .1) 61.39%, rgba(26, 26, 26, 0));
}

.block-option-4 .block-content .row .wrap-item:last-child .row .item:last-child .img {
    padding-bottom: 63%;
}

.block-option-4 .block-content .row .wrap-item:first-child .row .item .img {
    padding-bottom: 130%;
}

.block-option-4 .block-content .row .wrap-item:first-child .row .item:first-child .img {
    padding-bottom: 63%;
}

.block-option-4 .block-content .row .item .iframe .info {
    color: #fff;
    margin: auto;
    font-size: 150%;
    line-height: 44px;
    text-transform: uppercase;
    left: 10%;
    right: 10%;
    /* bottom: 10%; */
    top: 10%;
    position: absolute;
    text-align: left;
    font-weight: 600;
    text-shadow: 5px 5px 16px rgba(0, 0, 0, .6);
}

.block-option-4 .block-content .row .item .iframe .info span {
    display: block;
    font-size: 75%;
    font-weight: 400;
    text-transform: capitalize;
}

.block-option-4 .block-content .row .item .iframe .info h3 {
    margin-top: 0px;
    font-weight: bold;
    text-transform: capitalize;
}

.btn-main {
    display: block;
    width: fit-content;
    cursor: pointer;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 113%;
    padding: 14px 32px 12px;
    background: var(--main-color);
    color: #fff !important;
    border: 1px solid var(--main-color);
    border-width: 1px 0;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 10px;
    font-weight: 900;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    margin-top: 50px;
    transition: all linear 0.3s;
}

.btn-main:hover {
    background-color: var(--main-color-hover);
    color: #fff !important;
    border-color: var(--main-color-hover);
}

@media(max-width: 991px) {
    .block-option-4 {
        padding: 20px 0 50px;
    }

    .block-option-4 .block-content .row .wrap-item:first-child .row .item:first-child .img,
    .block-option-4 .block-content .row .wrap-item:first-child .row .item .img,
    .block-option-4 .block-content .row .wrap-item .row .item .img,
    .block-option-4 .block-content .row .wrap-item:last-child .row .item:last-child .img {
        padding-bottom: 100%;
    }
}

/**/

.block-option-5 {
    padding: 50px 0;
}

.block-option-5 .block-title .title {
    width: 60%;
    margin: auto;
}

.block-option-5 .feature-text {
    text-align: right;
}

@media(max-width: 767px) {
    .block-option-5 .block-title .title {
        width: 100%;
    }

    .block-option-5 .feature-text {
        text-align: left;
    }
}

.block-option-5 .feature-text>a {
    padding: 14px 20px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 114%;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.block-option-5 .feature-text>a:hover {
    background: var(--main-color);
    color: white;
}

.block-option-5 .feature-text>h3 {
    font-size: 193%;
    color: #363535;
    padding: 5px 0 10px;
    margin: 0px;
}

.block-option-5 .feature-text>h3>span {
    display: block;
    color: var(--main-color);
    font-size: 114%;
    margin-bottom: 10px;
}

.block-option-5 .feature-text>h4 {
    font-size: 157%;
    color: var(--main-color);
    padding-bottom: 30px;
    position: relative;
    margin: 0px;
}

.block-option-5 .feature-text>h4::after {
    position: absolute;
    content: '';
    bottom: 12px;
    right: 0;
    width: 50px;
    height: 1px;
    background: var(--main-color);
}

.block-option-5 .feature-text .info {
    font-size: 107%;
    color: #666;
    padding-left: 60px;
    line-height: 1.6;
}

@media(max-width: 767px) {
    .block-option-5 .feature-text .info {
        padding-left: 0px;
    }
}

.block-option-5 .p-b-b {
    padding-bottom: 20px !important;
}

.block-option-5 .row {
    display: flex;
    flex-wrap: wrap;
}

.block-option-5 .row>div {
    display: flex;
    flex-direction: column;
}

.block-option-5 .fea-item {
    padding: 35px 20px;
    -webkit-box-shadow: 0 0 10px 5px rgba(203, 202, 202, 0.2);
    box-shadow: 0 0 10px 5px rgba(203, 202, 202, 0.2);
    background: white;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    flex-grow: 1;
}

@media(max-width: 767px) {
    .block-option-5 .fea-item {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.block-option-5 .fea-item .item {
    padding-right: 15px;
    overflow: hidden;
}

@media(max-width: 768px) {
    .block-option-5 .fea-item .item {
        width: 80%;
    }
}

.block-option-5 .fea-item .item .short-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    height: 60px;
    margin-bottom: 10px;
}

.block-option-5 .fea-item .item .short-info span {
    margin-right: 20px;
    font-size: 250%;
    font-weight: 600;
    line-height: clamp(1.875rem, 1.5625rem + 1.5625vw, 3.4375rem);
    font-family: cursive;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    color: #657988;
}

.block-option-5 .fea-item h4 {
    font-size: 150%;
    color: #272727;
    padding-top: 10px;
    margin-top: 0px;
    font-weight: 500;
}

.block-option-5 .fea-item .info {
    font-size: 100%;
    color: #666;
    margin-bottom: 0px;
    line-height: 1.5;
    text-align: left;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

.block-option-5 .fea-item .icon {
    width: 100px;
    height: 100px;
    line-height: 62px;
    background: #dfe7ed;
    padding: 20px;
    border-radius: 20px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
    margin: 0px auto;
}

@media (max-width:767px) {
    .block-option-5 .fea-item .icon {
        width: 80px;
        height: 80px;
    }
}

.block-option-5 .fea-item .icon img {
    max-height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.block-option-5 .fea-item:hover i {
    background: var(--main-color);
    color: white;
}



.block-option-5 .feature-icon i {
    font-size: 193%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    background: var(--main-color);
    color: #fff;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.block-option-5 .feature-icon i:hover {
    background: var(--main-color);
    color: white;
}

.block-option-5 .feature-text2 h3 {
    font-size: 150%;
    text-align: right;
}

.block-option-5 .xm_dis {
    display: none;
}

.block-option-5 .feature-text2 p {
    color: #666;
    font-size: 114%;
    line-height: 26px;
    text-align: right;
}

.block-option-5 .pa-bottom {
    padding-bottom: 30px;
}

.block-option-5 .p-b {
    padding-bottom: 10px;
    padding-top: 6px;
}

.block-option-5 .f-item {
    padding-top: 46px;
}

.block-option-5 .f-item span {
    font-size: 397%;
    color: #ffab98;
}

.block-option-5 .f-item h3 {
    font-size: 164%;
    color: #363535;
    position: relative;
    padding-bottom: 18px;
}

.block-option-5 .f-item h3::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--main-color);
}

.block-option-5 .f-item .info {
    font-size: 114%;
    color: #666;
    line-height: 27px;
    padding-top: 3px;
}

.block-option-5 .f-item a {
    font-size: 114%;
    color: var(--main-color);
}

.block-option-5 .f-item a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    text-align: center;
    margin-right: 4px;
}

.block-option-5 .fi-color p i {
    color: var(--main-color);
}

.block-option-5 .vbox-overlay {
    z-index: 9999999;
}

.block-option-5 .remove-border i {
    border: none !important;
    width: 0 !important;
}

/*  */
.block-option-6 {
    padding: 50px 0px 50px 0px;
}

.block-option-6 .block-title {
    padding-top: 35%;
}

@media(max-width: 991px) {
    .block-option-6 .block-title {
        padding-top: 10px;
    }

    .btn-main {
        display: none;
    }
}

.block-option-6 .block-title .short-info {
    text-align: left;
}

.block-option-6 .block-title .title {
    text-align: left;
    text-transform: capitalize;
    font-size: 250%;
}

.block-option-6 .item2 .row>div,
.block-option-6 .item .row>div {
    padding: 0px 5px;
}

.block-option-6 .item2 .img {
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 2;
}

.block-option-6 .item .img {
    height: 0px;
    width: 100%;
    padding-bottom: 224%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.block-option-6 .item2 .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 3s;
    transition: all 3s;
}

.block-option-6 .item .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 3s;
    transition: all 3s;
}

.block-option-6 .item2 .img:before,
.block-option-6 .item .img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: var(--main-color);
    opacity: 0;
    border-radius: 0;
    z-index: 1;
}

.block-option-6 .item2 .img:hover:before,
.block-option-6 .item .img:hover:before {
    opacity: 0.4;

}

.block-option-6 .item2 .img:hover img,
.block-option-6 .item .img:hover img {
    transform: scale(1.1);
    z-index: 0;
}

@media(max-width: 767px) {
    .block-option-6 .block-title .title {
        font-size: 195%;
    }
}

/*  */
.block-option-7 {
    padding-top: 50px;
    padding-bottom: 70px;
    background: #F7F7F7;
}

@media(max-width: 991px) {
    .block-option-7 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.block-option-7 .item .iframe .img {
    height: 0px;
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.block-option-7 .item .iframe .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 3s;
    transition: all 3s;
}

.block-option-7 .item .iframe .info {
    padding: 10px 0 20px 0;
}

.block-option-7 .item .iframe .info .title {
    font-size: 142%;
    font-weight: bold;
}

/*  */
.block-option-8 {
    padding: 70px 0px 50px;
}

.block-option-8 .content {
    box-shadow: 0px 4px 26px 0px #42474C14;
    padding: 30px 30px 20px;
    border-radius: 30px;
}

.block-option-8 .wrap-item .pos-bg img {
    border-radius: 30px;
}

.block-option-8 .wrap-item .item {
    padding: 20px 30px 30px 30px;
    background: white;
    border-radius: 30px;
}

.block-option-8 .wrap-item .item i {
    font-size: 250%;
    color: var(--main-color);
    padding-top: 12px;
    padding-bottom: 20px;
}

.block-option-8 .wrap-item .item .info {
    font-size: 142%;
    font-weight: bold;
    font-style: italic;
    font-family: system-ui;
    line-height: 1.7;
}

.block-option-8 .wrap-item .item .img-item {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.block-option-8 .wrap-item .item .img-item img {
    border-radius: 50%;
    margin-right: 20px;
}

.block-option-8 .wrap-item .item .img-item .author h3 {
    font-size: 142%;
    color: var(--main-color);
    text-align: left;
    font-weight: bold;
}

.block-option-8 .wrap-item .item .img-item .author span {
    font-size: 100%;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}


@media(max-width: 991px) {

    .block-option-8 .wrap-item .item {
        padding: 0px 10px 30px 10px;
    }

    .block-option-8 .wrap-item .item .info {
        font-size: 114%;
    }
}


/**/
.block-option-9 {
    padding: 100px 0 0px;
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    color: #fff;
}

.block-option-9 .container {
    max-width: 1140px;
}

.block-option-9 .row {
    display: flex;
    flex-wrap: wrap;
}

.block-option-9 .wrap-item {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.block-option-9 .wrap-item .item {
    background-color: #FFF5E0;
    border-radius: 12px;
    padding: 30px 31px 45px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    overflow: hidden;
    flex-grow: 1;
}

.block-option-9 .wrap-item .item .img {
    margin-right: 30px;
    width: 150px;
    height: auto;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
}

.block-option-9 .wrap-item .item .img img {
    max-height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.block-option-9 .wrap-item .item:hover img {
    transform: rotateY(360deg);
    transition-duration: 1s;
}

.block-option-9 .wrap-item .item .info h4 {
    margin-bottom: 13px;
    line-height: 1.6;
    font-size: 214%;
    font-weight: bold;
}

.block-option-9 .wrap-item .block-sub {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-option-9 .wrap-item .fea-item {
    margin-top: -30px;
    display: inline-block;
    background-color: #FFA920;
    box-sizing: border-box;
    padding: 15px 18.5px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.block-option-9 .wrap-item .fea-item .fea-item-contact {
    display: flex;
    align-items: center;
}

.block-option-9 .wrap-item .fea-item .icon {
    margin-right: 30px;
    width: 30px;
    height: 30px;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
}

.block-option-9 .wrap-item .fea-item .icon img {
    max-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    filter: invert(1);
}

.block-option-9 .wrap-item .fea-item .icon:before {
    content: "";
    width: 2px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.2);
    right: -11px;
    top: 2px;
    position: absolute;
    z-index: 2;
}

.block-option-9 .wrap-item .fea-item .short-info {
    font-size: 128%;
    font-weight: bold;
}

.block-option-9 .wrap-item .fea-item .short-info a {
    color: #fff;
}

.block-option-9 .wrap-item .fea-item .short-info a:hover {
    color: #fff;
}

@media(max-width: 991px) {
    .block-option-9 .wrap-item .item .info {
        overflow: hidden;
    }

    .block-option-9 .wrap-item .item .info span {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .block-option-9 .wrap-item .item .info h4 {
        font-size: 142%;
    }
}

@media(max-width: 767px) {
    .block-option-9 {
        padding: 60px 0 0;
    }

    .block-option-9 .wrap-item {
        margin-bottom: 30px;
    }
}

/*  */
#count {
    padding: 20px 0 40px;
    background: #fffafa;
}

#count .row {
    display: flex;
    flex-wrap: wrap;
}

.count-item h4 {
    font-size: 285%;
}

.co-1 h4 {
    color: #5c48e0;
}

.co-2 h4 {
    color: #0bd0a8;
}

.co-3 h4 {
    color: #207dff;
}

.co-4 h4 {
    color: var(--main-color);
}

.count-item span {
    font-size: 136%;
    color: #585858;
}

#price-plan {
    padding: 60px 0;
    border-bottom: 1px solid #ff7656;
}

.price-item {
    padding: 45px 30px 55px;
    -webkit-box-shadow: 0 0 10px 5px rgba(203, 202, 202, 0.2);
    box-shadow: 0 0 10px 5px rgba(203, 202, 202, 0.2);
    margin-bottom: 10px;
}

.price-item h3 {
    font-size: 164%;
    color: #363535;
    margin: 0px;
}

.price-item h3 b {
    font-size: 164%;
    color: var(--main-color);
}

.price-item .icon {
    text-align: center;
    margin: 15px 0px 10px;
}

.price-item .icon img {
    max-height: 34px;
}

.price-item i {
    color: var(--main-color);
    font-size: 271%;
    padding: 10px 0;
}

.price-item .info {
    font-size: 114%;
    color: #666;
}

.price-item .br {
    padding-bottom: 25px;
    padding-top: 5px;
    font-size: 121%;
    color: var(--main-color);
}

.br2 {
    padding-top: 22px;
}

.br2 a {
    padding: 10px 20px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 114%;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border-radius: 50px;
    display: inline-block;
}

.br2 a:hover {
    background: var(--main-color);
    color: white;
}

.pi-shadow {
    -webkit-box-shadow: 0 0 10px 5px rgba(203, 202, 202, 0.2);
    box-shadow: 0 0 10px 5px rgba(203, 202, 202, 0.2);
    position: relative;
}

.pi-shadow::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-color);
}

.br2-active a {
    background: var(--main-color);
    color: white;
}


.w-bg {
    color: #fff;
}

.w-bg i {
    color: #fff;
}

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

.app-res {
    display: none;
}

.paading {
    padding-bottom: 40px;
}


/*===========================
9.0 *** MARKET AREA START ***
=============================*/

.market {
    padding: 25px 0;
    width: 100%;
    background: var(--main-color);
}

.slick-center .market-item {
    text-align: center;
}

.slick-slide img {
    display: inline-block;
}


/*===========================
10.0 *** SEO AREA START ***
=============================*/

.seo {
    padding: 50px 0;
    background: white;
}

.seo-box {
    -webkit-box-shadow: 0 0 10px 5px rgba(203, 202, 202, 0.5);
    box-shadow: 0 0 10px 5px rgba(203, 202, 202, 0.5);
    padding: 55px 40px;
    margin-top: -86px;
    background: white;
    border-radius: 3px;
    border-bottom: 2px solid var(--main-color);
}

.seo-pos {
    position: relative;
}

.seo-pos::after {
    position: absolute;
    content: '';
    right: -30px;
    top: 50%;
    width: 59px;
    height: 2px;
    background: #dedede;
}

.seo-pos2 {
    position: relative;
}

.seo-pos2::after {
    position: absolute;
    content: '';
    right: -62px;
    top: 50%;
    width: 91px;
    height: 2px;
    background: #dedede;
}

.seo-in {
    width: 90%;
    height: 55px;
    padding-left: 26px;
    border-radius: 50px;
    border: 2px solid #acacac;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
}

.seo-in:hover {
    border: 2px solid var(--main-color);
}

.seo-btn {
    padding: 14px 55px;
    background: white;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 50px;
    font-size: 136%;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.seo-btn:hover {
    cursor: pointer;
    background: var(--main-color);
    color: #fff;
}

.seo-p {
    margin-top: 5px;
}


/*===========================
11.0 *** BLOG AREA START ***
=============================*/

.blog111 {
    padding: 35px 0;
    /* border-bottom: 1px solid #ff7656; */
}

.blog111 .item {
    padding: 0px 15px;
}

.news-text {
    padding: 5px 20px 25px;
}

.news-text h4 {
    padding-top: 15px;
    font-size: 143%;
    font-weight: 600;
}

.news-text span {
    color: var(--main-color);
    font-size: 114%;
    padding-bottom: 5px;
}

.news-text .info {
    color: #666;
    font-size: 114%;
    padding-bottom: 4px;
    padding-top: 9px;
    line-height: 26px;
}

.news-text>a {
    color: var(--main-color);
    font-size: 114%;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.news-text a i {
    padding-left: 6px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.news-text a:hover i {
    padding-left: 15px;
}

.news-items {
    margin-bottom: 15px;
    position: relative;
}

.date-over {
    position: absolute;
    left: 0;
    top: 0;
}

.date-main {
    background: var(--main-color);
    width: 75px;
    height: 75px;
    padding-top: 8px;
}

.date-main p {
    margin: 0px 0px -3px;
}

.date-over {
    color: white;
    font-size: 150%;
}

.news-items {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.news-items:hover {
    -webkit-box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}

.on-date {
    padding-top: 8px;
}

.slick-dots {
    text-align: center;
    padding-top: 8px;
    outline: 0;
    margin-bottom: 0;
}


#footer {
    padding: 50px 0 20px;
    background: #fcfcfc;
    border-top: 1px solid #dedede;
    position: relative;
}

@media(max-width: 767px) {
    #footer {
        padding: 20px 0px 5px;
    }
}

.footer-logo .info {
    font-weight: 400;
    color: #454444;
    padding-top: 10px;
    line-height: 26px;
    font-size: 107%;
}

.footer-social {
    padding-top: 30px;
}

.footer-social i {
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #363535;
    font-size: 136%;
    margin: 0 2px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.footer-social i:hover {
    color: var(--main-color);
}

.links h3 {
    font-size: 136%;
    color: #363535;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 4px;
    margin: 15px 0px 0px;
}

.links .info {
    word-wrap: break-word;
}

.links ul {
    padding: 0px;
}

.links ul li {
    list-style-type: none;
    padding: 0px;
}

.links ul li a {
    color: #454444;
    text-transform: capitalize;
    line-height: 23px;
    font-size: 107%;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    display: inline-block;
    padding: 4px 0px;
}

.links ul li a:hover {
    color: var(--main-color);
    padding-left: 10px;
}

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

.location a {
    color: #454444 !important;
    font-size: 107%;
    line-height: 25px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.location a:hover {
    color: var(--main-color) !important;
    padding-left: 10px;
}

.f-logo {
    font-size: 200%;
    color: #363535;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.f-logo:hover {
    color: var(--main-color);
}

.insta-item {
    color: white;
}

.insta-item p {
    color: #666;
}

.fg2 input {
    background: none;
    color: #fff;
    border: 1px solid var(--main-color);
}

.fg2 input:focus {
    background: none;
    border: 1px solid #ff416c;
    position: relative;
    right: 0;
}

.fg2 input:hover {
    border: 1px solid var(--main-color);
}

.fg2 button i {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.fg2 button {
    position: absolute;
    right: 16px;
    top: 65px;
    border: none;
    background: var(--main-color);
    color: #fff;
}

.fg2 button:hover {
    border: none;
    background: var(--main-color);
}

.fg2 button:hover i {
    padding-right: 8px;
}

.container .row .extra3 {
    padding: 5px !important;
}

.no-pa {
    padding-top: 4px !important;
}


/*===========================
            FOOTER
=============================*/

#footer-btm {
    background: #403f3f;
    padding: 15px 0;
}

.fop-btm h2,
.fop-btm {
    color: #fff;
    font-size: 114%;
    padding: 12px 0px 10px;
    margin: 0px 0px 0px;
}


.fop-btm a {
    color: var(--main-color);
}

.newfs {
    padding-top: 0;
}


.img-responsive {
    display: inline-block;
}

.zindex {
    position: relative;
    z-index: 9999;
}

.support_footer {
    padding-top: 40px;
    text-align: left;
    color: #ffffff80;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.7);
}

.support_footer ul {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding-bottom: 30px;
}

.support_footer li {
    display: inline-block;
    width: 19.5%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 0px 0px 0px 30px;
    background-position: left 3px;
    margin: 6px 0px;
}

@media(max-width: 991px) {
    .support_footer li {
        width: 33%;
    }
}

@media(max-width: 767px) {
    .support_footer li {
        width: 49%;
    }
}

.support_footer li a {
    color: #fff;
    font-size: 86%;
}

.support_footer li a span {
    display: block;
    font-size: 107%;
    font-weight: 400;
    color: #00a6bd;
    margin: 2px 0px 0px 0px;
    word-break: break-all;
}

/**/

.article {
    margin-bottom: 15px;
}

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

@media(max-width: 767px) {

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


/**/

.register11 {
    padding: 70px 0px 70px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-color: #fff;
}

.register11.register11_acticle {
    padding: 0;
}

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

.register11 .content {
    position: relative;
    z-index: 2;
}

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

.register11 .content .content1 {
    width: 80%;
    margin: auto;
}

@media(max-width: 767px) {
    .register11 .content .content1 {
        width: 100%;
    }
}

.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;
    height: 50px;
    width: 100%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 10px 15px;
    border-radius: 10px;
}

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

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

.register11 .row .item1 .iframe .form-group .form-control:focus {
    box-shadow: none;
}

.register11 .btn-key {
    padding: 14px 55px;
    border: 1px solid var(--main-color) !important;
    font-size: 143%;
    background: var(--main-color) !important;
    color: white;
    text-align: center;
    position: relative;
    border-radius: 3px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    margin: auto;
    display: block;
    border-radius: 10px;
}

.register11 .btn-key:hover {
    background: white !important;
    color: var(--main-color) !important;
}

.register11 .wrap-form>div {
    padding: 0px 8px;
}

/*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*/
.cotmoc .block-content {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.cotmoc .thumbs_cotmoc {
    position: relative;
}

.cotmoc .thumbs_cotmoc::before {
    height: 1px;
    background-color: #ccc;
    width: 100%;
    content: '';
    position: absolute;
    top: 42px;
    z-index: 0;
}

.cotmoc .thumbs_cotmoc .item {
    text-align: center;
    padding: 0px 10px;
}

.cotmoc .thumbs_cotmoc .item a {
    cursor: pointer;
}

.cotmoc .thumbs_cotmoc .item .img {
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: block;
    width: fit-content;
    margin: auto;
    z-index: 2;
    position: relative;
    background-color: #fff;
}

.cotmoc .thumbs_cotmoc .item .img img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.cotmoc .thumbs_cotmoc .item h3 {
    color: #333;
    font-weight: 700;
    font-size: 107%;
}

.cotmoc .thumbs_cotmoc .item span {
    font-size: 100%;
    font-weight: 400;
    color: #333;
}

.cotmoc .thumbs_cotmoc .item.slick-current h3,
.cotmoc .thumbs_cotmoc .item.slick-current span {
    color: var(--main-color);
}

.cotmoc .cotmoc_slide {
    margin-top: 40px;
}

.cotmoc .cotmoc_slide .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cotmoc .cotmoc_slide .targetarea_cotmoc .item {
    padding: 0px 15px;
}

.cotmoc .cotmoc_slide .targetarea_cotmoc .item .iframe {
    border: 1px solid #eee;
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 8px 20px rgb(215 216 219 / 50%);
    background-color: #fff;
    min-height: 250px;
}

.cotmoc .cotmoc_slide .targetarea_cotmoc .item h3,
.cotmoc .cotmoc_slide .targetarea_cotmoc .item>span {
    margin-top: 0px;
    color: var(--main-color);
    font-size: 129%;
    font-weight: 700;
}

.cotmoc .cotmoc_slide .targetarea_cotmoc .item .info {
    margin-top: 10px;
}

.cotmoc .cotmoc_slide .targetarea_cotmoc .slick-arrow {
    display: block !important;
    background-color: #eee;
    line-height: 34px;
}

.cotmoc .cotmoc_slide .targetarea_cotmoc .slick-arrow:hover {
    background-color: var(--main-color);
}