:root {
    --main-color: #ffc815;
    --main-color-hover: #e8b614;
    --font-family-key: 'Montserrat';
}

html {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    height: 100%;
}

@media (max-width:767px) {
    html {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    background: #f2f2f2;
    color: #000;
    font-family: var(--font-family-key), sans-serif;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

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

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

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

ul {
    padding: 0;
    list-style: none;
}

.relative {
    position: relative;
}

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

@media(max-width: 767px) {
    .container {
        padding: 0px 8px !important;
    }
    .row {
        margin: 0px -8px !important;
    }
    .row .col-md-1,
    .row .col-md-2,
    .row .col-md-3,
    .row .col-md-4,
    .row .col-md-5,
    .row .col-md-6,
    .row .col-md-7,
    .row .col-md-8,
    .row .col-md-9,
    .row .col-md-10,
    .row .col-md-11,
    .row .col-md-12 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1070px;
    }
}

.time {
    color: #666;
    padding: 0px 1px;
    margin-top: 8px;
    font-size: 100%;
    margin-bottom: 8px;
    font-weight: 300;
}

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

.scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 4px;
    display: none;
    z-index: 99;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    font-size: 93%;
    background: var(--main-color);
    color: #fff !important;
    padding: 8px 8px 8px 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hisella-messages {
    position: fixed;
    bottom: -360px;
    right: -148px;
    z-index: 999999;
}

.hisella-messages-outer {
    position: relative;
}

#hisella-minimize {
    background: #3d3d3d;
    font-size: 93%;
    color: #fff;
    padding: 4px 10px;
    position: absolute;
    top: -27px;
    left: 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#hisella-facebook {
    opacity: 0;
    width: 250px;
}

#hisella-minimize img {
    width: 18px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

@media(max-width: 767px) {
    #hisella-minimize span {
        display: none;
    }
    #hisella-minimize img {
        margin-right: 0px;
    }
    #hisella-minimize {
        padding: 4px 8px;
        left: 68px;
    }
    #hisella-minimize.abc {
        left: 0px;
    }
}

.scroll-top:hover {
    background: #000;
}

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

.in-container {
    padding: 35px 25px 25px;
    margin-bottom: 30px;
    background: #fff;
}

.column-wrap .in-container {
    padding: 0px 0px 0px;
    margin-bottom: 0px;
}

@media(max-width: 991px) {
    .column-wrap .in-container {
        padding: 0px 8px;
    }
    .in-container {
        padding: 15px 15px 5px;
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    .in-container {
        padding: 8px 0px 5px;
        margin-bottom: 8px;
    }
}

@media(max-width: 991px) {
    .container {
        padding: 0px 8px !important;
    }
    .container .row {
        margin: 0px -8px !important;
    }
    .container .row .col-md-1,
    .container .row .col-md-2,
    .container .row .col-md-3,
    .container .row .col-md-4,
    .container .row .col-md-5,
    .container .row .col-md-6,
    .container .row .col-md-7,
    .container .row .col-md-8,
    .container .row .col-md-9,
    .container .row .col-md-10,
    .container .row .col-md-11,
    .container .row .col-md-12 {
        /* padding-right: 8px !important; */
        /* padding-left: 8px !important; */
    }
}


/*--------------Typography--------------------------------------*/

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

.header-toolbar {
    color: #656565;
    font-size: 93%;
    background: #f9f9f9;
    padding: 10px 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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


/**/

.header-main {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.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: 767px) {
    .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: 10px;
    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>a {
    font-weight: 400;
    padding: 10px 20px;
    font-size: 100%;
}

@media(max-width: 767px) {
    .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: 767px) {
    .header-main .menu-top ul>li .wrap-sub {
        opacity: 1;
        visibility: visible;
        padding: 0px 12px 0px 22px;
        box-shadow: none;
        position: relative;
        top: 0px;
        border: none;
        display: none;
    }
    .menu-top ul>li:hover .wrap-sub {
        display: block;
    }
}

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

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

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

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

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

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

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


/**/

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

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

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

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

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

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

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

@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: 16px;
        right: 5px;
    }
    .icon-cart img {
        height: 30px;
    }
}

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

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

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

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

@media(max-width: 767px) {
    .form-search .search img {
        width: 16px;
        top: 9px;
        left: 10px;
    }
    .form-search .search input {
        padding: 3px 44px 3px 105px;
    }
    .form-search .search .btn {
        padding: 0px 13px;
        line-height: 32px;
        font-size: 100%;
    }
    .form-search .search .btn span {
        display: none;
    }
}


/**/

.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;
        margin-left: -8px;
        margin-right: -8px;
    }
}

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

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

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

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

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

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

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

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

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

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


/**/

.brand {
    padding: 21px 16px;
    background: #fff;
    border-radius: 4px;
    margin-top: 15px;
}

.brand .owl-controls {
    display: none !important;
}

@media(max-width: 767px) {
    .brand {
        border-radius: 0px;
        margin-bottom: 8px;
        padding: 12px 10px;
    }
}

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

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

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

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

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

@media(max-width: 767px) {
    .brand .item span {
        padding: 0px 0px;
    }
}

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

.brand .owl-buttons>div {
    list-style-type: none;
    position: absolute;
    top: 50%;
    left: 12px;
    font-size: 171%;
    margin-top: -18px;
    color: #222;
}

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


/**/

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

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

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

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


/**/

.brand-big {
    overflow: hidden;
    margin-top: 15px;
}

.brand-big .row {
    margin: 0px -8px;
}

.brand-big .item {
    padding: 0px 8px;
}

.brand-big .m8 .item {
    margin: 8px 0px;
}

@media(max-width: 767px) {
    .brand-big .row {
        margin: 0px -4px;
    }
    .brand-big .row>div {
        padding: 0px;
    }
    .brand-big .item {
        padding: 0px 4px;
    }
}

.brand-big .item>a {
    display: block;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.brand-big .item>a .img {
    display: block;
    position: relative;
    height: 0px;
    padding-bottom: 90%;
}

.brand-big .item>a .img img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.brand-big .item>a span {
    font-size: 107%;
    text-align: center;
    margin: 20px 10px 17px;
    display: block;
    overflow: hidden;
    height: 44px;
}

.brand-big .item>a .img:before {
    content: '';
    background: url(../images/view.png) no-repeat center center;
    background-size: 35px;
    display: block;
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    top: 40%;
    margin-top: -25px;
    left: 50%;
    opacity: 0;
    margin-left: -25px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.brand-big .item>a .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    border-radius: 5px 5px 0px 0px;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.brand-big .item>a .img:hover:after {
    opacity: 1;
}

.brand-big .item>a .img:hover:before {
    top: 50%;
    opacity: 1;
}


/**/

.banner {
    margin-top: 15px;
}

.banner .row {
    margin: 0px -8px;
}

.banner .item {
    padding: 0px 8px;
}

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

.banner .item a img {
    width: 100%;
}

@media(max-width: 767px) {
    .banner .item a {
        margin-bottom: 8px;
    }
}


/**/

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

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

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

.block-home .block-title {}

.block-title .title {
    margin: 0px 0px;
    float: left;
    font-size: 157%;
    text-transform: uppercase;
    border-left: 5px solid var(--main-color);
    padding-left: 12px;
    line-height: 1.3;
    font-weight: 500;
}

.block-home .block-title .title {
    padding: 6px 0;
    font-size: 200%;
    text-align: left;
    color: #666;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    border-left: none;
}

.block-home .block-title .title:before {
    content: '';
    position: absolute;
    top: -7px;
    left: -15px;
    width: 86px;
    height: 64px;
    background: #eee;
    z-index: -1;
    opacity: 0.8;
}

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

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

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

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

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

.block-title .sub-title li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 5px;
}

.block-title .sub-title li span {
    border-left: 1px solid var(--main-color);
    padding-left: 10px;
    line-height: 10px;
    display: block;
    font-size: 100%;
    cursor: pointer;
}

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

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

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

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

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

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


/**/

.block-product .block-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width: 767px) {
    .block-product .block-content .row .item .iframe .img img {
        border-radius: 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;
    padding: 0;
}

.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 8px;
    font-size: 100%;
    line-height: 1.4;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width: 767px) {
    .block-product-detail .detail-product .infomation-product-detail {
        padding: 0px;
        background: #fff;
    }
    .block-product-detail .detail-product .infomation-product-detail .wrap-scroll-detail {
        padding: 12px 10px;
    }
    .block-product-detail .detail-product .infomation-product-detail .wrap-scroll-detail .action {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 99;
        margin-top: 0px !important;
    }
    .block-product-detail .detail-product .infomation-product-detail .wrap-scroll-detail .action>button {
        width: 50%;
        float: left;
        min-width: inherit;
        border-radius: 0px;
        font-size: 100%;
        border-bottom: none !important;
        padding: 4px 4px;
        text-transform: none;
        min-height: 41px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-product-detail .detail-product .infomation-product-detail .color ul>li {
    float: left;
    margin-right: 5px;
    border: 2px solid #ddd;
    padding: 2px;
    border-radius: 50%;
    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/**/

.size_color {
    margin: 0 0 10px 0;
    position: relative;
}

.size_color_0:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.size_color>label {
    display: block;
    margin: 0 0 7px 0;
    font-weight: 600;
}

.size_color>.attr {
    display: inline-block;
}

.size_color>.attr>span {
    border: 1px solid #999;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 4px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 93%;
    color: #999;
    cursor: not-allowed;
}

.size_color_1.size_color>.attr>span,
.size_color.active>.attr>span {
    color: #333;
    border-color: #333;
    cursor: pointer;
}

.size_color>.attr>span.active {
    border-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
    cursor: initial;
}

.cart_checkout .right .table tbody tr td a.name {
    margin-bottom: 10px;
    font-weight: 600;
}

.name_attr {
    margin: 2px 0 0 0;
    font-size: 86%;
    font-weight: 400;
}

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


/**/

.block-product-detail .nav-tabs {
    border: 1px solid rgba(240, 240, 240, 0.7);
    background: #f6f6f6;
    margin-top: 10px;
}

.detail-news .detail-content .nav-tabs {
    margin-top: 0px;
    margin-bottom: 15px;
}

.block-product-detail .nav-tabs>li>a {
    background: #E5E5E5;
    border: 0px solid #E5E5E5;
    border-top: 0px solid #E5E5E5;
    border-radius: 0px;
    margin-right: 2px;
    padding: 9px 25px;
    text-transform: uppercase;
    font-size: 100%;
    color: #717171;
}

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

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

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

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

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


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

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

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

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

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

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


/**/

.block-news,
.block-album,
.block-video,
.contact,
.about,
.cart,
.form-login-v {}


/* news */

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

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

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

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

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

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

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

.block-news .block-content .item h3 {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 10px 0px;
    border: none;
    height: 42px;
    display: block;
    font-size: 114%;
    font-weight: 600;
    overflow: hidden;
    line-height: 1.34;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.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;
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

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

.block-news .block-content .item .img>i {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-size: 157%;
    top: 0px;
    right: 0px;
    margin: auto;
    width: 44px;
    height: 40px;
    background: rgb(255 107 20 / 60%);
    padding: 8px 10px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
}

.block-news .block-content .item .img>i:hover {
    background: rgb(255 107 20 / 100%);
}

.block-news .block-content .item .name_category {
    color: #fff;
    position: absolute;
    top: 20px;
    text-align: center;
    left: 10px;
}

.block-news .block-content .item .name_category a {
    background: #28bd7d;
    color: #fff;
    padding: 0px 10px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.block-news .block-content .item .name_category a:after {
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-top: 7px solid #28bd7d;
    border-right: 7px solid transparent;
}

.block-news .block-content .item .name_category a.bd2891:after {
    border-top-color: #bd2891;
}

.block-news .block-content .item .name_category a.f7941d:after {
    border-top-color: #f7941d;
}

.block-news .block-content .item .name_category a.ffcc33:after {
    border-top-color: #ffcc33;
}

.block-news .block-content .item .name_category a.e02765:after {
    border-top-color: #e02765;
}

.block-news .block-content .item .name_category a.a238ce:after {
    border-top-color: #a238ce;
}

.block-news .block-content .item .name_category a.ff6b00:after {
    border-top-color: #ff6b00;
}

.block-news .block-content .item .name_category a.b33bd7:after {
    border-top-color: #b33bd7;
}

.block-news .block-content .item .name_category a.DF004A:after {
    border-top-color: #DF004A;
}

.detail-news .detail-content {
    background: #fff;
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

@media(max-width: 767px) {
    .detail-news .detail-content .detail p img,
    .detail-news .detail-content .detail figure img,
    .detail-news .detail-content .detail span img,
    .detail-news .detail-content .detail li img {
        height: auto;
    }
}

.block-news-home .block-content .item {
    display: flex;
}

.block-news-home .block-content .item .img {
    display: block;
    overflow: hidden;
    position: relative;
    width: 40%;
    padding-bottom: 27%;
    height: 0;
    flex: none;
}

@media (max-width:767px) {
    .block-news-home .block-content .item h3 {
        margin: 6px 0px 10px 0px;
    }
    .block-news-home .block-content .item .time {
        padding-bottom: 0px;
    }
    .block-news-home .block-content .item .wrap-info .info {
        max-height: 42px;
    }
    .block-news-home .block-content .item .img {
        padding-bottom: 36%;
    }
    .block-news .block-content .item .time span:first-child i {
        display: none;
    }
}


/*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);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

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

@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: var(--main-color);
    font-size: 129%;
    font-weight: 600;
    line-height: 1.2;
}

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

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

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

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

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

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

footer.footer-defaul {
    background: #fff;
    position: relative;
    padding-top: 30px;
}

.footer {
    padding: 20px 0px;
}

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

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

.footer-defaul .copyright {
    padding: 12px 0px;
    background: #ffffff;
    border-top: 1px solid #f1f1f1;
}

.footer-defaul .copyright a {}


/**/

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

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

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

.item-cate-product ul li h2 {
    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;
}

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


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


/*Banner*/

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

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

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

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

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

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

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

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

.left_banner,
.right_banner {
    position: fixed;
    height: 0px;
    transition: all 0.5s ease-in-out;
    z-index: 9;
}

.left_banner {
    left: 0;
}

.right_banner {
    right: 0;
}

@media(max-width: 1409px) {
    .left_banner,
    .right_banner {
        display: none;
    }
}

.left_banner img,
.right_banner img {
    max-width: 120px;
    border: none;
    display: block;
}

.left_banner a+a img,
.right_banner a+a img {
    margin-top: 5px;
}

.bottom-left-banner,
.bottom-right-banner {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 100;
    max-width: 12%;
    display: none;
}

@media(max-width: 767px) {
    .bottom-left-banner,
    .bottom-right-banner {
        display: none !important;
    }
}

.bottom-right-banner {
    left: auto;
    right: 0px;
}

.bottom-left-banner img,
.bottom-right-banner img {
    border: none;
    max-width: 100%;
}

.bottom-left-banner .close,
.bottom-right-banner .close {
    position: absolute;
    top: 0px;
    right: 15px;
    color: #414141;
    z-index: 100;
    font-size: 114%;
    cursor: pointer;
    padding: 6px;
    opacity: 1;
    font-weight: 400;
}

.bottom-left-banner .close,
.bottom-right-banner .close {
    right: 0px;
}

.popup-banner {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
}

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

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

.out_top_banner {
    text-align: center;
}

.out_top_banner img {
    width: 100%;
}

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


/* block-option */

.block-option-1 {}

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

.block-option-1 .content .row .item .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;
}

.block-option-1 .content .row .item .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;
}

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

.block-option-1 .content .row .item .iframe .img:hover:after {
    opacity: 1;
}

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

.block-option-1 .content .row .item h3 {
    font-size: 114%;
    text-align: center;
    margin: 16px 0px 12px;
    height: 36px;
    line-height: 1.3;
}

.block-option-1 .content .row .item h3 a {
    color: #111;
}

@media(max-width: 767px) {
    .block-option-1 .content .row .item h3 {
        font-size: 107%;
        margin: 16px 0px 20px;
    }
}


/**/

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

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

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

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

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


/**/

.article {
    margin-bottom: 15px;
}

.article .block-content {}

.article .block-content ul {
    padding: 0;
}

.article .block-content ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.article .block-content ul li h3 {
    margin: 10px 0px;
    font-size: 107%;
    font-weight: 400;
}

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

@media(max-width: 767px) {
    .about table,
    .about table tr td {
        white-space: normal;
        width: 100% !important;
        display: block;
    }
}


/**/

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

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

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

.register11::before {
    content: '';
    position: absolute;
    background: rgb(255 255 255 / 0.7);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.register11 .content {
    padding: 40px;
    box-shadow: 0px 0px 25px #bfbfbf;
    position: relative;
    z-index: 2;
    background: #f9f9f9;
}

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

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

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

.register11 .row .info .item {
    font-size: 107%;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    padding-top: 35px;
}

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

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

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

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

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

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

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


/*register-popup*/

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

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

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


/*register-popup*/

.column-wrap p {
    text-align: left;
    line-height: 1.7;
    padding-bottom: 10px;
}

@media(max-width: 767px) {
    .column-wrap p {
        text-align: justify;
    }
}

.column-wrap blockquote {
    float: left;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 107%;
    border-left: 15px solid #eee;
    font-style: italic;
    color: #494949;
    line-height: 26px;
    text-align: left;
}

.column-wrap blockquote p {
    font-style: italic;
    color: #494949;
    line-height: 1.8;
}

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

.text-subtitle {
    float: left;
    width: 100%;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
    padding-bottom: 10px;
    text-align: left;
    margin: 0px;
}

.text-title {
    float: left;
    width: 100%;
    position: relative;
    font-size: 186%;
    font-weight: bold;
    letter-spacing: 2px;
    color: #191919;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.text-title span {
    color: var(--main-color);
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* ---------Content Styles--------------------------------------*/

#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.content {}

.content.fscon {
    padding: 0 70px;
}

.column-wrap {
    float: right;
    width: calc(70% + 70px);
    position: relative;
    padding-right: 110px;
    padding-left: 40px;
    background: #fff;
    margin-top: 0;
}

@media(max-width: 767px) {
    .column-wrap {
        padding-left: 0px;
    }
}

.column-wrap #wrapper {
    padding: 0 30px 60px 30px;
}

.no-bg {
    background: none;
}

.full-height {
    height: 100%;
}

.full-width-wrap {
    width: 100%;
}

.column-image .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.bg.par-elem {
    height: 150%;
    top: -15%;
}

.respimg {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

.hero-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: 10;
}

.hero-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
    /* opacity: 0.4; */
    z-index: 2;
}

.no-padding {
    padding: 0 !important;
}

.dec-list {
    float: left;
    width: 100%;
}

.dec-list li {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 15px 0 15px 30px;
    font-size: 100%;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.dec-list li span {
    color: #666;
}

.dec-list li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f178";
    position: absolute;
    top: 15px;
    font-size: 114%;
    left: 0;
    color: var(--main-color);
}

.cts-dot {
    display: none;
}

@media(max-width:767px) {
    .hero-wrap:before {
        display: none;
    }
}


/*------ Fixed-column ------------------------------------------------*/

.fixed-column {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(30% - 70px);
    height: 100%;
    z-index: 4;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.bg-title {
    position: absolute;
    bottom: -15%;
    left: 34%;
    font-size: 94px;
    width: 100%;
    min-height: 300px;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    color: #fff
}

.column-image {
    -webkit-transition: all 600ms;
    transition: all 600ms;
}

.scrbg {
    opacity: 0;
}

.mr-top {
    margin-top: 30px !important;
}

.color-bg {
    background-color: var(--main-color);
}


/* ---------Button--------------------------------------*/

.column-wrap .btn,
.hero-wrap .btn {
    float: left;
    margin-top: 10px;
    font-size: 100%;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    width: auto;
    letter-spacing: normal;
    position: relative;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    background: var(--main-color);
    outline: none;
    padding: 15px 18px;
    display: inline-block;
    border-radius: 4px;
}

.column-wrap .btn i,
.hero-wrap .btn i {
    padding-right: 10px;
    font-size: 107%;
    background: #414146;
    padding: 14px 20px;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.column-wrap .btn.hide-icon span,
.hero-wrap .btn.hide-icon span {
    padding: 0 33px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    font-size: 86%;
    text-transform: uppercase;
}

.column-wrap .btn.hide-icon i,
.hero-wrap .btn.hide-icon i {
    padding: 11px 20px 10px;
    left: -60px;
    height: 100%;
    line-height: 25px;
    display: inline-block;
    position: absolute;
    color: #fff !important;
    top: 0;
}

.column-wrap .btn.hide-icon:hover i,
.hero-wrap .btn.hide-icon:hover i {
    left: 0;
}

.column-wrap .btn.hide-icon:hover span,
.hero-wrap .btn.hide-icon:hover span {
    padding-left: 59px;
    padding-right: 11px;
}


/*------ Header  ------------------------------------------------*/

.column-wrap .nav-button {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    top: 50%;
    left: 20px;
    z-index: 10;
    cursor: pointer;
}

.column-wrap .nav-button:after {
    content: "Menu";
    position: absolute;
    top: -36px;
    left: -2px;
    font-family: Georgia, "Times New Roman", Times, serif;
    float: left;
    text-align: center;
    font-style: italic;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.column-wrap .nav-button:hover:after {
    visibility: visible;
    top: -26px;
    opacity: 1;
}

.menu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 3px solid #fff;
    width: 100%;
    transition: 0.55s;
}

.column-wrap .menu-top {
    top: 0;
}

.menu-middle {
    top: 10px;
}

.menu-bottom {
    top: 20px;
}

.menu-top-click {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(45deg);
    transition: 0.55s 0.5s;
}

.menu-middle-click {
    opacity: 0;
}

.menu-bottom-click {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(-405deg);
    transition: 0.55s 0.5s;
}

.hid-men-wrap {
    width: 100%;
    left: 0;
    position: absolute;
    top: 55%;
    overflow: hidden;
}

.sliding-menu ul {
    margin: 0;
    float: left;
    width: 100%;
    overflow: hidden;
}

.sliding-menu li {
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.sliding-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.sliding-menu a {
    float: left;
    width: 100%;
    padding: 12px 5px;
    position: relative;
    font-weight: 700;
    font-size: 79%;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    line-height: 20px;
}

.menu-wrap {
    position: fixed;
    z-index: 19;
    width: 370px;
    top: 0;
    bottom: 0;
    font-size: 1.15em;
    padding-left: 10px;
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

.menu-inner:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 35px;
    right: 15px;
    height: 1px;
}

.menu {
    position: relative;
    z-index: 1000;
}

.menu-inner {
    opacity: 0;
    -webkit-transform: translate3d(-160px, 0, 0);
    transform: translate3d(-160px, 0, 0);
    -webkit-transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
    transition: opacity 0s 0.3s, transform 0s 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.17, .67, .1, 1.27);
    transition-timing-function: cubic-bezier(.17, .67, .1, 1.27);
}

.morph-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    fill: rgba(0, 0, 0, 0.71);
}

.menu-inner {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1000;
}

.menu-logo {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
}

.menu-logo img {
    width: 150px;
    height: auto;
    margin: 0 auto;
}

.show-menu .menu-wrap {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.show-menu .menu-wrap,
.show-menu .menu-inner,
.show-menu .morph-shape {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}

.show-menu .menu-inner {
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}


/*------ Footer ------------------------------------------------*/

.main-footer .footer-social {
    position: absolute;
    top: 12px;
    width: 100%;
    z-index: 2;
    left: 0;
}

.main-footer .footer-social:after {
    content: '';
    position: absolute;
    left: 6px;
    right: 6px;
    height: 1px;
    background: rgba(255, 255, 255, 0.21);
}

.main-footer .footer-social:after {
    bottom: -20px;
}

.main-footer .footer-social li {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.main-footer .footer-social li a {
    width: 30px;
    margin-left: 18px;
    height: 30px;
    float: left;
    line-height: 30px;
    border-radius: 100%;
    color: #383838;
    background: var(--main-color);
    position: relative;
    -webkit-transition: all 400ms cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all 400ms cubic-bezier(0.215, .61, .355, 1);
    -o-transition: all 400ms cubic-bezier(0.215, .61, .355, 1);
    transition: all 400ms cubic-bezier(0.215, .61, .355, 1);
}

.main-footer .footer-social li a img {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    max-height: 15px;
    max-width: 12px;
}

.main-footer .footer-social li a:hover {
    -moz-box-shadow: 0 0 50px -2px #999;
    -webkit-box-shadow: 0 0 50px -2px #999;
    box-shadow: 0 0 50px -2px #999;
}

.main-footer {
    position: fixed;
    width: 70px;
    height: 100%;
    background: #404040;
    border-left: 1px solid rgba(255, 255, 255, 0.21);
    z-index: 120;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    margin-top: 0px;
}

.main-footer .copyright {
    position: absolute;
    bottom: 0px;
    left: 22px;
    width: 250px;
    text-align: left;
    color: #fff;
    font-size: 79%;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    height: 30px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main-footer .copyright a {
    color: #fff;
}

.mail-link {
    position: absolute;
    top: 20px;
    width: 100%;
    left: 0;
    font-size: 100%;
    color: rgba(255, 255, 255, 0.51);
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.small-pad-sec {
    padding-bottom: 10px;
}

.small-sec {
    padding: 0px 0;
}

.bold-separator {
    width: 70px;
    height: 6px;
    background: var(--main-color);
    float: left;
    margin-top: 15px;
}

.scroll-nav-holder {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    background: #404040;
    position: relative;
    margin-left: -40px;
    width: calc(100% + 80px);
}

@media(max-width: 767px) {
    .scroll-nav-holder {
        margin-left: 0px;
        width: 100%;
    }
}

.scroll-nav-holder.scroll-to-fixed-fixed .scroll-nav {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: calc(30% - 70px);
    width: 70%;
    background: #404040;
    float: left;
}

@media(max-width: 1064px) {
    .scroll-nav-holder.scroll-to-fixed-fixed .scroll-nav {
        width: 100%;
        left: 0px;
    }
}

.scroll-nav-holder.scroll-to-fixed-fixed .height-menu {
    height: 60px;
}

.scroll-nav ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.scroll-nav li {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.21);
    box-sizing: border-box;
    overflow: hidden;
    background: #404040;
    text-align: center;
    /* width: 20%; */
}

.scroll-nav li:last-child {
    border-right: none;
}

.scroll-nav li a {
    font-weight: 700;
    font-size: 86%;
    position: relative;
    float: left;
    width: 100%;
    padding: 24px 10px 22px;
    color: #fff;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    cursor: pointer;
    white-space: nowrap;
}

.scroll-nav li a.act-link {
    color: #000;
}

.scroll-nav a.external {
    background: #585858;
}

.scroll-nav li a span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.scroll-nav li a:hover span {
    opacity: 0.5;
}

.scroll-nav li a:before,
.scroll-nav li a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 51%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.scroll-nav li a:before {
    top: 0;
    left: 0;
}

.scroll-nav li a:after {
    bottom: 0;
    right: 0;
}

.scroll-nav li a.act-link:before,
.scroll-nav li a.act-link:after {
    height: 100%;
    opacity: 1;
    background-color: var(--main-color);
}


/*------ section-------------------------------------------------*/

.column-wrap section {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 0px;
}

@media(max-width: 767px) {
    .column-wrap section {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.column-wrap section.dec-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    border-top: 1px dashed #ccc;
}

.column-wrap section.dec-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #eee;
    margin-bottom: -2px;
    margin-left: 15px;
    z-index: 2;
}

.section-title {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

.section-title h2 {
    padding: 6px 0;
    font-size: 200%;
    text-align: left;
    color: #666;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

.section-title h2:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -15px;
    width: 86px;
    height: 64px;
    background: #eee;
    z-index: -1;
    opacity: 0.8;
}

.section-title p {
    float: left;
    text-align: justify;
    font-style: italic;
    color: #494949;
    /* max-width: 500px; */
}


/*------ Home -------------------------------------------------*/

.hero-slider-holder {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.hero-wrap-item,
.carousel-item,
.error-wrap {
    position: relative;
    width: 100%;
    top: 50%;
    left: 0;
    float: left;
    z-index: 6;
}

.hero-wrap-item.single-title-wrap {
    padding-left: 15%;
}

.hero-wrap-item.single-title-wrap:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 13%;
    width: 1px;
    bottom: -50px;
    background: rgba(255, 255, 255, 0.21)
}

.hero-wrap-item.left-her .container {
    border-left: 1px solid rgba(255, 255, 255, 0.21);
    padding: 50px 0 50px 40px;
}

.hero-wrap-item.right-her .container {
    border-right: 1px solid rgba(255, 255, 255, 0.21);
    padding: 50px 40px 50px 0;
}

@media(max-width: 767px) {
    .hero-wrap-item.right-her .container {
        padding-left: 0px !important;
        padding-right: 20px !important;
    }
}

.entry-wrap {
    position: absolute;
}

.num-holder3 {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    z-index: 15;
    font-weight: 200;
    background: rgba(255, 255, 255, 0.21);
    border-radius: 4px;
}

.hero-wrap .overlay {
    z-index: 5;
}

.slnop .num-holder3 {
    top: 100%;
    margin-top: -90px;
}

.hero-wrap-item h2 {
    color: #fff;
    font-size: 353%;
    font-weight: 900;
    float: left;
    width: 100%;
}

.hero-wrap-item.left-her {
    text-align: left;
}

.hero-wrap-item.right-her {
    text-align: right;
    margin-top: -150px;
}

.hero-wrap-item.right-her .section-entry {
    max-width: 800px;
    float: right;
}

@media(max-width: 767px) {
    .hero-wrap-item.right-her .section-entry {
        max-width: 100%;
        float: right;
    }
}

.hero-wrap-item.right-her .btn,
.hero-wrap-item.right-her p {
    float: right !important;
}

.hero-wrap-item h4,
.hero-wrap-item h4 a {
    color: #fff;
}

.hero-wrap-item p {
    font-style: italic;
    color: #fff;
    text-align: right;
    font-weight: 300;
}

.hero-wrap-item h3 {
    font-size: 143%;
    color: #fff;
    float: left;
    width: 100%;
    position: relative;
    font-weight: 500;
    padding: 10px 0;
}

.hero-slider .overlay {
    opacity: 0.4;
}

.hero-wrap {
    padding: 0 70px 0px;
}

.mm-par-wrap {
    position: absolute;
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 25%;
    -webkit-perspective: 1000;
    z-index: 1;
}

.mm-par-wrap:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 20%;
    right: -10px;
    bottom: -10px;
    border: 1px solid #eee;
    border-left: none;
    box-sizing: border-box;
}

.mm-parallax {
    -webkit-transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -moz-transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.impulse-wrap {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-item {
    position: absolute;
    top: 0;
    left: 0px;
    right: 70px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.hero-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-item img.avatar-mobile {
    display: none;
}

@media (max-width:991px) {
    .hero-item img {
        display: none;
    }
    .hero-item img.avatar-mobile {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.mm-parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    box-shadow: 0 20px 25px 0 rgba(18, 17, 30, .15);
    border-radius: 10px;
}

.impulse-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
    background: url(../images/impulse.png);
}

.single-carousel .item {
    position: relative;
    overflow: hidden;
}

.carousel-item h3 {
    font-size: 257%;
    text-align: center;
    font-weight: 800;
    position: relative
}

.carousel-item h3:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 2px;
    margin-left: -25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.carousel-item h3:hover:before {
    width: 100px;
    margin-left: -50px;
}

.carousel-item h3,
.carousel-item h3 a {
    color: #fff;
}

.single-carousel .item:before,
.single-carousel .item:after {
    content: '';
    position: absolute;
    left: 20%;
    right: 20%;
    background: rgba(255, 255, 255, 0.41);
    height: 1px;
    z-index: 2;
}

.single-carousel .item:before {
    top: 50px;
}

.single-carousel .item:after {
    bottom: 50px;
}

.single-carousel .item .bg {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.bg.hov-rot {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.single-carousel .item p,
.error-wrap p {
    padding-top: 30px;
    font-size: 93%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #eee;
    text-align: center;
}


/*------ 404 ------------------------------------------------*/

.error-wrap h2 {
    color: #fff;
    font-size: 154px;
    font-weight: 700;
    position: relative;
}

.error-wrap .btn {
    float: none;
    display: inline-table;
}

.error-wrap h2:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background: rgba(255, 255, 255, 0.51);
}

.error-wrap p {
    font-size: 121%;
}


/*------ facts ------------------------------------------------*/

.inline-facts-holder {
    margin-bottom: 0px;
    float: left;
    width: calc(100% + 20px);
    margin-left: -10px;
}

@media(max-width: 767px) {
    .inline-facts-holder {
        width: calc(100% + 16px);
        margin-left: -8px;
    }
}

.inline-facts {
    float: left;
    width: 25%;
    box-sizing: border-box;
    position: relative;
    margin: 12px 0px;
    text-align: center;
}

.inline-facts img {
    width: 30px;
    margin-top: 10px;
    display: inline-block;
}

.inline-facts:before,
.inline-facts:after,
.milestone-counter:before,
.milestone-counter:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1;
    box-sizing: border-box;
}

.inline-facts:before {
    top: 0;
    left: 10px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.inline-facts:after {
    top: 0;
    right: 10px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.num {
    float: left;
    width: 100%;
    font-size: 299%;
    color: #333743;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 10px;
    /* z-index: 2; */
    position: relative;
}

.milestone-counter {
    float: left;
    width: 100%;
    position: relative;
}

.stats {
    float: left;
    width: 100%;
    position: relative;
}

.stats:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: -25px;
    left: 20px;
    right: 20px;
    z-index: 0;
    background: #f9f9f9;
}

.milestone-counter:before {
    bottom: -35px;
    left: 10px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.milestone-counter:after {
    bottom: -35px;
    right: 10px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.inline-facts h6 {
    font-size: 93%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #666;
    z-index: 2;
    position: relative;
}

.inline-facts i {
    color: #eee;
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 30px;
    border-radius: 100%;
    margin-left: -15px;
    font-size: 186%;
}


/* ---------Resume  --------------------------------------*/

.custom-inner-holder {
    float: left;
    margin-top: 60px;
    width: 100%;
    padding-left: 20px;
    border-left: 1px solid #eee;
}

.custom-inner {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.custom-inner:last-child {
    margin-bottom: 0;
}

.resum-header h3 {
    position: relative;
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 129%;
    text-align: left;
    display: flex;
    align-items: center;
    margin: 0px;
}

.resum-header h3 span {
    margin-left: 0px;
    color: #666;
}

@media(max-width: 767px) {
    .resum-header-mobile {
        display: none;
    }
    .resum-header h3 span {
        margin-left: 0px;
        color: #000;
        margin-bottom: 0px;
    }
    .resum-header h3 {
        display: block;
        text-align: center;
    }
    .resum-header i {
        display: inline-block;
        margin: 0px 0px 10px !important;
    }
}

.resum-header {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 10px 30px 30px;
    background: #f9f9f9;
    margin-bottom: 15px;
}

.resum-header img {
    position: absolute;
    color: #666;
    bottom: 10px;
    width: 70px;
    right: 10px;
    opacity: 0.08;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.resum-header:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -26px;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    border-radius: 100%;
}

.resum-header span {
    font-size: 114%;
    text-transform: uppercase;
    width: 100%;
    color: #8e8e8e;
    text-align: left;
    margin-left: 50px;
    float: left;
    margin-top: 8px;
}

@media(max-width: 767px) {
    .resum-header span {
        margin: 0px 0px -10px;
        text-align: center;
        float: none;
        width: 100%;
        display: block;
    }
}

.resum-header i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    border-radius: 4px;
    top: 0px;
    left: -50px;
    background: #fff;
    text-align: center;
    padding: 0px 10px;
    margin-right: 10px;
}

.custom-inner h4 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
}

.custom-inner table {}

.custom-inner table tr {}

.custom-inner table tr td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 6px;
}

.custom-inner table tr td p {
    text-align: center;
    margin: 2px 0px;
    padding: 0px;
}

.custom-inner table tr td p span {
    font-size: 13px !important;
}

@media(max-width: 767px) {
    .custom-inner h4 {
        margin-top: 10px;
        display: none;
    }
}

.custom-inner-dec {
    float: left;
    width: 100%;
    margin-top: 10px;
    background: #eee;
    height: 1px;
}

.custom-inner ul {
    float: left;
    width: 100%;
    padding: 10px 0 10px 13px;
    list-style: decimal;
}

.custom-inner ul li {
    float: left;
    width: 100%;
    padding: 5px 0 5px 10px;
    text-align: left;
    /* font-weight: 700; */
    color: #000;
    line-height: 20px;
}

.custom-inner ul li p {
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

.custom-inner ul li span {
    font-weight: 600;
}

.custom-inner ul.hatriquang li {
    float: left;
    width: 33.3333%;
    min-height: 30px;
    padding-right: 25px;
}

.custom-inner-holder .custom-inner:nth-child(3) ul.hatriquang li {
    width: 100%;
    padding: 4px 0 4px 10px;
    height: auto;
    min-height: inherit;
}

.custom-inner ul.hatriquang li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width: 767px) {
    .custom-inner ul.hatriquang li {
        width: 50%;
    }
}

.custom-inner .content-nav ul {
    position: relative;
    left: 0;
    padding: 0;
    list-style: none;
}

.custom-inner .content-nav ul li {
    float: left;
    width: 50%;
    padding: 0;
}

.custom-inner .btn {
    margin-top: 20px;
}


/* ---------Resume  --------------------------------------*/

.custom-inner-holder {
    float: left;
    margin-top: 60px;
    width: 100%;
    padding-left: 20px;
    border-left: 1px solid #eee;
}

.custom-inner {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.custom-inner:last-child {
    margin-bottom: 0;
}

.resum-header h3 {
    position: relative;
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 129%;
    text-align: left;
    display: flex;
    align-items: center;
    margin: 0px;
}

.resum-header h3 span {
    margin-left: 0px;
    color: #666;
}

@media(max-width: 767px) {
    .resum-header h3 span {
        margin-left: 0px;
        color: #000;
        margin-bottom: 0px;
    }
    .resum-header h3 {
        display: block;
        text-align: center;
    }
    .resum-header i {
        display: inline-block;
        margin: 0px 0px 10px !important;
    }
}

.resum-header {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 10px 30px 30px;
    background: #f9f9f9;
}

.resum-header img {
    position: absolute;
    color: #666;
    bottom: 10px;
    width: 70px;
    right: 10px;
    opacity: 0.08;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.resum-header:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -26px;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    border-radius: 100%;
    background-color: var(--main-color);
}

.resum-header span {
    font-size: 114%;
    text-transform: uppercase;
    width: 100%;
    color: #8e8e8e;
    text-align: left;
    margin-left: 50px;
    float: left;
    margin-top: 8px;
}

@media(max-width: 767px) {
    .resum-header span {
        margin: 0px 0px -10px;
        text-align: center;
        float: none;
        width: 100%;
        display: block;
    }
}

.resum-header i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    border-radius: 4px;
    top: 0px;
    left: -50px;
    background: #fff;
    text-align: center;
    padding: 0px 10px;
    margin-right: 10px;
    color: var(--main-color);
}

.custom-inner h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    font-size: 143%;
}

.custom-inner table {}

.custom-inner table tr {}

.custom-inner table tr td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 6px;
}

.custom-inner table tr td p {
    text-align: center;
    margin: 2px 0px;
    padding: 0px;
}

.custom-inner table tr td p span {
    font-size: 13px !important;
}

@media(max-width: 767px) {
    .custom-inner h4 {
        margin-top: 10px;
        display: none;
    }
}

.custom-inner-dec {
    float: left;
    width: 100%;
    margin-top: 10px;
    background: #eee;
    height: 1px;
}

.custom-inner ul {
    float: left;
    width: 100%;
    padding: 10px 0 10px 13px;
    list-style: decimal;
}

.custom-inner ul li {
    float: left;
    width: 100%;
    padding: 5px 0 5px 10px;
    text-align: left;
    /* font-weight: 700; */
    color: #000;
    line-height: 20px;
}

.custom-inner ul li p {
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

.custom-inner ul.hatriquang li {
    float: left;
    width: 33.3333%;
    min-height: 30px;
    padding-right: 25px;
}

.custom-inner-holder .custom-inner:nth-child(3) ul.hatriquang li {
    width: 100%;
    padding: 4px 0 4px 10px;
    height: auto;
    min-height: inherit;
}

.custom-inner ul.hatriquang li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width: 767px) {
    .custom-inner ul.hatriquang li {
        width: 50%;
    }
}

.custom-inner .content-nav ul {
    position: relative;
    left: 0;
    padding: 0;
    list-style: none;
}

.custom-inner .content-nav ul li {
    float: left;
    width: 50%;
    padding: 0;
}

.custom-inner .btn {
    margin-top: 20px;
}


/*------  services ------------------------------------------------*/

.column-wrap .sl-tabs {
    float: left;
    width: 100%;
    position: relative;
}

.column-wrap .sl-tabs li {
    color: #222;
    float: left;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.column-wrap .tb-item {
    float: left;
    width: 100%;
    padding: 20px 10px;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.column-wrap .tb-item img {
    height: auto;
    max-width: 40px;
    margin-bottom: 6px;
}

.column-wrap .sl-tabs li i {
    float: left;
    width: 100%;
    font-size: 200%;
    margin-bottom: 10px;
    opacity: 0.8;
}

.column-wrap .sl-tabs li i,
.column-wrap .tb-item,
.column-wrap .det-box h3 a,
.column-wrap .det-box-link {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.column-wrap ul.tabs li.current .tb-item {
    background-color: var(--main-color);
    color: #fff;
}

.column-wrap ul.tabs li .tb-item:hover {
    background-color: var(--main-color);
    color: #fff;
}

.column-wrap ul.tabs li.current .tb-item img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.column-wrap .sl-tabs li h3,
.column-wrap .tab-content h3 {
    font-weight: 700;
}

.column-wrap .tab-content {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0 20px 20px 0;
}

@media(max-width: 767px) {
    .column-wrap .tab-content {
        padding: 0px
    }
}

.column-wrap .tab-content:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent var(--main-color) transparent;
}

.column-wrap .tab-content img {
    margin-bottom: 10px;
}

.box-item.vis-det a.image-popup {
    position: absolute;
    top: -10%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 100%;
    z-index: 11;
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    background-color: var(--main-color);
}

.box-item.vis-det:hover a.image-popup {
    top: 50%;
}

.column-wrap .tab-content p {
    font-size: 107%;
    color: #333;
    /* font-weight: 300; */
}

.column-wrap .tab-content.current {
    display: inherit;
}

.column-wrap .tab-content h3 {
    text-align: left;
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 143%;
}

.column-wrap .tab-content .info {
    color: #333;
    text-align: left;
    line-height: 24px;
}

.column-wrap .sl-tabs li.current i {
    color: #fff;
}


/* ******************************************************** */

.column-wrap ul.tabs2 li.current .tb-item {
    background-color: var(--main-color);
    color: #fff;
}

.column-wrap ul.tabs2 li .tb-item:hover {
    background-color: var(--main-color);
    color: #fff;
}

.column-wrap ul.tabs2 li.current .tb-item img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.column-wrap .sl-tabs2 li h3,
.column-wrap .tab-content2 h3 {
    font-weight: 700;
}

.column-wrap .tab-content2 {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0 20px 20px 0;
}

@media(max-width: 767px) {
    .column-wrap .tab-content2 {
        padding: 0px
    }
}

.column-wrap .tab-content2:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent var(--main-color) transparent;
}

.column-wrap .tab-content2 img {
    margin-bottom: 10px;
    height: auto;
}

.column-wrap .tab-content2 p {
    font-size: 107%;
    color: #333;
    /* font-weight: 300; */
}

.column-wrap .tab-content2.current {
    display: inherit;
}

.column-wrap .tab-content2 h3 {
    text-align: left;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 0px;
    font-size: 143%;
}

.column-wrap .tab-content2 .info {
    color: #333;
    text-align: left;
    line-height: 24px;
}

.column-wrap .sl-tabs2 li.current i {
    color: #fff;
}


/**/

.column-wrap .client {
    position: relative;
    width: 100%;
}

.column-wrap .client .row_home {
    padding: 0px;
}

.column-wrap .client .row {
    margin: 0px -8px;
}

.column-wrap .client .item {
    padding: 0px 8px;
    margin-bottom: 30px;
}

.column-wrap .client .item .iframe {
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.column-wrap .client .item .iframe::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.column-wrap .client .item .iframe:hover::before {
    opacity: 1;
}

.column-wrap .client .item .iframe::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 170%;
    top: 0;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
    background-color: var(--main-color);
    z-index: 1;
}

.column-wrap .client .item .iframe:hover::after {
    left: -170%;
    top: 0;
}

.column-wrap .client .item .iframe img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.column-wrap .client .item .iframe .info {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    transition: all 0.5s ease 0s;
    text-align: center;
    padding: 20px 8px 8px 8px;
    height: 100%;
}

.column-wrap .client .item .iframe:hover .info {
    bottom: 0%;
}

.column-wrap .client .item .iframe .info h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.column-wrap .client .item .iframe .info h3 a {
    color: #fff;
}

.column-wrap .client .item .iframe .info p {
    display: block;
    font-size: 93%;
    font-style: italic;
    text-align: center;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    padding-bottom: 0;
}

.column-wrap .client .item .iframe .info p a {
    color: #fff;
}


/*------ order ------------------------------------------------*/

.order-wrap {
    padding: 30px 25px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.order-wrap:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f003";
    position: absolute;
    color: #eee;
    top: -30px;
    font-size: 353%;
    right: 20%;
    opacity: 0.46;
    -webkit-transform: scale(5.2) rotate(45deg);
    -moz-transform: scale(5.2) rotate(45deg);
    transform: scale(5.2) rotate(45deg);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.order-wrap:hover:before {
    -webkit-transform: scale(3.2) rotate(25deg);
    -moz-transform: scale(3.2) rotate(25deg);
    transform: scale(3.2) rotate(25deg);
}

.order-wrap h4 {
    font-size: 171%;
    font-style: italic;
    text-align: left;
    color: #666;
    position: relative;
    top: 6px;
    color: #fff;
}

.order-wrap a.ord-link {
    float: right;
    color: #fff;
    font-size: 71%;
    font-weight: 700;
    padding: 15px 20px;
    background: #292929;
    border-radius: 6px;
    position: relative;
    text-transform: uppercase;
}

.order-wrap a.ord-link:hover {
    color: rgba(255, 255, 255, 0.51);
}


/*------skills ------------------------------------------------*/

.skills-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.skillbar-box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.skillbar-box .item111:after {
    content: '';
    display: table;
    clear: both;
}

@media(max-width: 767px) {
    .skillbar-box {
        margin-bottom: 10px
    }
}

.skillbar-bg {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 14px;
    overflow: hidden;
    background: #eee;
    border-radius: 4px;
}

.custom-skillbar-title span {
    float: left;
    font-size: 93%;
    margin-top: 12px;
    padding-bottom: 6px;
    font-weight: 600;
}

.custom-skillbar {
    height: 14px;
    width: 0px;
    background-color: var(--main-color);
}

.skill-bar-percent {
    float: right;
    font-size: 93%;
    margin-top: 13px;
    padding-bottom: 6px;
    font-weight: 600;
}

.skill-bar-percent p {
    padding: 0px;
    line-height: normal;
}


/*--------------Testimonials--------------------------------------*/

.testimonials-slider-holder {
    padding: 0px 0 40px;
    margin-bottom: 5px;
}

.testimonials-slider-holder .item {
    padding-left: 100px;
}

.testi-item .info {
    text-align: left;
    font-style: italic;
    color: #999;
    padding: 25px 0 30px;
    position: relative;
    font-size: 100%;
}

.testi-item .info iframe {
    width: 100%;
}

.full-height-section .testi-item p {
    color: #000;
}

.testi-image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.testi-item img {
    width: 80px !important;
    height: 80px;
    border-radius: 100%;
    margin: 0 auto 20px;
}

.testi-text {
    background: #f9f9f9;
    padding: 25px;
}

.testi-text:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f10e";
    position: absolute;
    color: #eee;
    top: -10px;
    font-size: 353%;
    right: 20%;
    opacity: 0.46;
    -webkit-transform: scale(5.2) rotate(45deg);
    -moz-transform: scale(5.2) rotate(45deg);
    transform: scale(5.2) rotate(45deg);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.testi-item h3 {
    font-size: 129%;
    font-weight: 700;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    text-align: left;
}

.testi-item .short_info {
    text-align: left;
    font-style: italic;
    color: #666;
    position: relative;
    font-size: 100%;
    margin: 0px 0 10px 0px;
}

.testi-item a.testim-link {
    font-size: 100%;
    font-weight: 700;
    float: left;
    position: relative;
}

.testi-item a.testim-link:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    height: 1px;
    border-top: 1px dotted #ccc;
}

.testimonials-slider ul.star-rating {
    float: left;
    width: 100%;
    margin: 4px 0 20px 0;
    color: #ffc815;
}

.testimonials-slider ul.star-rating li {
    float: left;
    margin-right: 10px;
    font-size: 100%;
}

.testimonials-slider .owl-controls {
    bottom: -55px;
}

.testimonials-slider .owl-controls .owl-buttons {
    margin-top: 10px;
    text-align: center;
}

.testimonials-slider .owl-controls .owl-buttons>div {
    display: inline-block;
    margin: 0px 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20;
    line-height: 40px;
    font-size: 114%;
    border-radius: 4px;
    color: #fff;
    top: unset;
    left: unset;
    position: relative;
    text-align: center;
    background: var(--main-color);
}

.owl-prev {}

.clients-list.fl-wrap {
    margin: 0px -10px;
}

@media(max-width: 767px) {
    .clients-list.fl-wrap {
        margin: 0px 0px 12px;
    }
    .clients-list.fl-wrap ul li {
        padding: 10px 12px;
    }
    .clients-list.fl-wrap ul li a {
        display: block;
        position: relative;
    }
}

.clients-list li {
    float: left;
    width: 16.6666667%;
    padding: 18px;
    position: relative;
}

.clients-list a,
.clients-list a span {
    position: relative;
    float: left;
    background: #f9f9f9;
}

.clients-list a:before,
.clients-list a:after,
.clients-list a span:before,
.clients-list a span:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1;
    box-sizing: border-box;
}

.clients-list a:before {
    top: -10px;
    left: -10px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.clients-list a:after {
    top: -10px;
    right: -10px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.clients-list a span:before {
    bottom: -10px;
    left: -10px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.clients-list a span:after {
    bottom: -10px;
    right: -10px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.clients-list a:hover {
    opacity: 0.6;
}

.clients-list a img {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
}

.to-top-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 0 15px;
    text-align: center;
    /* display: none; */
    padding-top: 0;
    margin-top: 40px;
}

@media(max-width: 991px) {
    .to-top-wrap {
        margin-top: 60px;
        padding-bottom: 20px;
        display: block;
    }
}

.to-top-wrap i {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    font-size: 114%;
    color: var(--main-color);
}

.to-top-wrap span {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #999;
    cursor: pointer;
}

.column-wrap .box-item {
    overflow: hidden;
}

.column-wrap .box-item.vis-det:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 15px;
    right: 15px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.51);
    opacity: 0;
    visibility: hidden;
    height: calc(100% - 10px);
    width: calc(100% - 30px);
}

.column-wrap .box-item.vis-det a.images-popup,
.column-wrap .box-item.vis-det a.popgal {
    position: absolute;
    top: -10%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 100%;
    z-index: 11;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.column-wrap .box-item.vis-det:hover:before {
    opacity: 1;
    visibility: visible;
}

.column-wrap .box-item.vis-det a.images-popup:hover,
.column-wrap .box-item.vis-det a.popgal:hover {
    color: #000;
}

.column-wrap .box-item.vis-det:hover a.images-popup,
.column-wrap .box-item.vis-det:hover a.popgal {
    top: 50%;
}

.column-wrap .box-item.vis-det a.images-popup,
.column-wrap .box-item.vis-det:before,
.column-wrap .grid-det h3:before,
.column-wrap .box-item.vis-det a.popgal {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.column-wrap .no-pad-wrap {
    padding-left: 1px;
}

.column-wrap .box-item.hd-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    padding: 20px 20px 14px 20px;
    z-index: 10;
}

.column-wrap .box-item.hd-box .images-popup {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
}

.column-wrap .slider-zoom {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    line-height: 36px;
    color: #fff;
    z-index: 5;
    cursor: pointer;
    background: rgba(64, 64, 64, 0.61);
}

.column-wrap .box-pop {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.column-wrap .abt-wrap {
    text-align: left;
    line-height: 1.7;
}

@media only screen and (max-width: 1392px) {
    .abt-wrap .box-item,
    .resum-header,
    .sl-tabs {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1064px) {
    .abt-wrap .box-item,
    .resum-header,
    .sl-tabs {
        margin-bottom: 10px;
        float: none;
    }
    .mob-bg {
        display: block
    }
    .column-wrap {
        width: 100%;
        padding-right: 0;
        padding-left: 0px;
    }
    .fixed-column,
    .arrowpagenav,
    .footer-social:before,
    .footer-social:after {
        display: none;
    }
    .nav-button {
        top: 24px;
        left: 30px;
        margin-top: 0;
    }
    .show-share {
        bottom: 24px;
        left: 100%;
        margin-left: -50px;
    }
    .hero-wrap {
        padding: 0px 0 0;
        background: #fff;
    }
    footer.main-footer {
        width: 100%;
        height: 90px;
        border-left: none;
        float: left;
        position: relative;
        top: 0;
        margin-top: 0;
    }
    .mail-link {
        position: absolute;
        top: 0;
        width: 70px;
        height: 70px;
        line-height: 70px;
        left: 100%;
        margin-left: -70px;
        border-left: 1px solid rgba(255, 255, 255, 0.21);
    }
    .main-footer .copyright {
        position: relative;
        left: unset;
        float: unset;
        width: auto;
        top: 10px;
        left: 15px;
        text-align: left;
        margin-top: 0px;
        color: #fff;
        font-size: 79%;
        font-weight: 600;
        letter-spacing: 1px;
        transform: unset;
        display: block;
        width: 100%;
        transform-origin: unset;
        clear: both;
    }
    .main-footer .footer-social {
        position: relative;
        width: auto;
        z-index: 2;
        float: unset;
        top: 5px;
        left: 0px;
        display: block;
        width: 100%;
    }
    .main-footer .footer-social li {
        float: left;
        width: auto;
    }
    .to-top-wrap {
        display: block !important;
    }
    .clients-list li {
        padding: 20px;
    }
    .hero-slider-holder .gals a {
        top: 100%;
        margin-top: -100px;
    }
    .column-wrap #wrapper {
        padding: 0 10px 10px 10px;
    }
    .share-container {
        position: fixed;
        z-index: 20;
        left: 100%;
        margin-left: -60px;
        bottom: 100%;
        margin-bottom: -290px;
        width: 40px;
    }
    .column-wrap .menu-wrap {
        width: 320px;
        bottom: 0;
        top: 70px;
        padding: 0;
        -webkit-transform: translate3d(-320px, 0, 0);
        transform: translate3d(-320px, 0, 0);
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
    }
    .column-wrap .menu {
        position: relative;
        z-index: 1000;
    }
    .column-wrap .menu-logo {
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
    }
    .show-menu .menu-wrap,
    .show-menu .menu-inner,
    .show-menu .morph-shape {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .column-wrap .content {
        padding: 10px 8px 0;
    }
    .column-wrap .content .container {
        width: 100%;
    }
    .column-wrap .no-pad-wrap {
        padding-top: 70px;
    }
    .column-wrap .content.no-bg {
        padding-left: 0;
        padding-right: 0;
    }
    .column-wrap .fixed-filter {
        top: 80px;
        right: 20px;
    }
    .content.fscon {
        padding: 70px 0 0;
    }
    .gallery-item {
        width: 50% !important;
    }
    .mm-par-wrap {
        top: calc(5% + 70px);
    }
    .hero-item {
        top: 0px;
        left: 0;
        right: 0;
        height: auto;
        bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .column-wrap .content .container {
        /* padding: 0px !important; */
    }
    .mail-link {
        height: 100%;
        padding-top: 11px;
    }
    footer.main-footer {
        height: 100px;
        width: 100%;
        overflow: hidden;
    }
    .inline-facts {
        width: 50%;
        margin-bottom: 8px;
    }
    .testimonials-slider-holder .item {
        padding-left: 0;
    }
    .testi-image {
        position: relative;
        margin: 0;
        left: 0;
        display: inline-table;
    }
    .clients-list li {
        padding: 5px;
        width: 50%;
    }
    .hero-wrap-item {
        padding: 0 20px;
    }
    .section-title h2,
    .hero-wrap-item h2 {
        font-size: 257%;
    }
    .column-wrap .copyright {
        /* display: none; */
        margin-top: 66px;
        left: 0px;
        padding-left: 10px;
    }
    .column-wrap .footer-social {
        float: left;
        margin-right: 0;
        margin-left: 0px;
    }
    .column-wrap .order-wrap a.ord-link {
        float: left;
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .main-footer .footer-social li a {
        display: none;
    }
}

@media only screen and (max-width: 540px) {
    .column-wrap .scroll-nav-holder {
        display: none;
    }
    .column-wrap .inline-facts,
    .column-wrap .gallery-item {
        width: 100% !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .column-image .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
    }
}

.column-wrap .wrap-form-register .in-container {
    background: none;
}


/**/

.column-wrap .item-color {
    margin: 0px -4px;
}

.column-wrap .item-color>div {
    padding: 4px 4px;
}

.column-wrap .item-color>div>a {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    display: block;
}

.column-wrap .item-color>div>a>span {
    color: #fff;
    text-shadow: 0px 0px 1px #000;
    font-size: 107%;
    font-weight: 400;
    margin-top: -9px;
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    top: 50%;
}