:root {
    --color-main: #80b541;
}

.display_,.hidden,.d-none {
    display: none
}

section,.section,.block {
    width: 100%;
    float: left
}

.lazyload {
    background: #ebebeb
}

.lazyload.loaded {
    background: transparent
}

.overlay {
    background: rgba(0,0,0,0.35);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

html {
    overflow-x: hidden
}

html,body {
    padding: 0px !important;
    padding: 0;
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type="text"],input[type="email"],input[type="password"],input[type="tel"] {
    border: 1px solid #e9e9e9;
    color: #1c1c1c;
    margin: 0 0 19px;
    min-height: 40px;
    padding: 0 20px
}

a {
    color: #363636
}

a:hover {
    color: #80b541;
    text-decoration: none;
    cursor: pointer
}

.dropdown-menu {
    box-shadow: none
}

.dropdown-menu>li>a {
    white-space: inherit
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    background: none
}

body,input,textarea,button,select {
    line-height: 1.7;
    font-family: "Roboto",sans-serif;
    color: #363636;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

body:focus,input:focus,textarea:focus,button:focus,select:focus {
    outline: none;
    box-shadow: none
}

body {
    font-size: 14px;
    color: #363636;
}

header nav {
    font-family: "Roboto",sans-serif
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Roboto",sans-serif;
    line-height: 1.4
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    text-decoration: none;
    font-weight: inherit
}

a:focus {
    outline: none
}

p {
    margin: 0 0 15px 0
}

p img {
    margin: 0
}

em {
    font-style: italic
}

ul {
    list-style: none outside
}

ol {
    list-style: decimal
}

ul.square {
    list-style: square outside
}

ul.disc {
    list-style: disc outside
}

ol.alpha {
    list-style: lower-alpha outside
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0
}

.table-wrap {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

th {
    font-weight: 500
}

th,td {
    padding: 15px;
    border: 1px solid #ebebeb;
    color: #1c1c1c
}

a,.text-link {
    color: #363636;
    text-decoration: none;
    background: transparent
}

button {
    overflow: visible
}

button[disabled],html input[disabled] {
    cursor: default
}

img {
    border: 0 none;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.table-wrapper {
    max-width: 100%;
    overflow: auto
}

form {
    margin-bottom: 30px
}

a:focus,.btn:focus,input[type="submit"]:focus,button:focus,.page-link:focus,.button:focus,.btn-button:focus {
    outline: none;
    box-shadow: none
}

input,textarea,button,select {
    font-size: 1em
}

input:focus,textarea:focus,button:focus,select:focus {
    outline: none
}


input,textarea,select,fieldset {
    border-radius: 0;
    max-width: 100%
}

input.input-full,textarea.input-full,select.input-full,fieldset.input-full {
    width: 100%
}

fieldset {
    border: 1px solid #ebebeb;
    padding: 15px
}

legend {
    border: 0;
    padding: 0
}

optgroup {
    font-weight: bold
}

input {
    display: inline-block;
    width: auto
}

button,input[type="submit"] {
    cursor: pointer
}

input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="file"],input[type="number"],input[type="tel"],textarea,select {
    border: 1px solid #ebebeb;
    padding: 0 110px 0 20px;
    width: 100%;
    max-width: 100%;
    display: block
}

input[type="text"][disabled],input[type="text"].disabled,input[type="search"][disabled],input[type="search"].disabled,input[type="password"][disabled],input[type="password"].disabled,input[type="email"][disabled],input[type="email"].disabled,input[type="file"][disabled],input[type="file"].disabled,input[type="number"][disabled],input[type="number"].disabled,input[type="tel"][disabled],input[type="tel"].disabled,textarea[disabled],textarea.disabled,select[disabled],select.disabled {
    cursor: default
}

textarea {
    min-height: 100px;
    padding-top: 6px;
    padding-bottom: 6px
}

input[type="checkbox"],input[type="radio"] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url("//bizweb.dktcdn.net/100/474/205/themes/928207/assets/ico-select.png?1699518622239");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff !important;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer
}

.ie9 select,.lt-ie9 select {
    padding-right: 10px;
    background-image: none
}

option {
    color: #000;
    background-color: #fff
}

select::-ms-expand {
    display: none
}

label,legend {
    display: block;
    font-weight: 400
}

label.inline,legend.inline {
    display: inline
}

input[type="checkbox"]+label,input[type="radio"]+label {
    font-weight: normal
}

label[for] {
    cursor: pointer
}

.label-hint {
    color: #999
}

form.form-horizontal,.form-horizontal {
    margin-bottom: 0
}

form.form-horizontal input[type="text"],form.form-horizontal input[type="search"],form.form-horizontal input[type="password"],form.form-horizontal input[type="email"],form.form-horizontal input[type="file"],form.form-horizontal input[type="number"],form.form-horizontal input[type="tel"],form.form-horizontal textarea,form.form-horizontal select,form.form-horizontal label,.form-horizontal input[type="text"],.form-horizontal input[type="search"],.form-horizontal input[type="password"],.form-horizontal input[type="email"],.form-horizontal input[type="file"],.form-horizontal input[type="number"],.form-horizontal input[type="tel"],.form-horizontal textarea,.form-horizontal select,.form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto
}

input[type="text"].error,input[type="search"].error,input[type="password"].error,input[type="email"].error,input[type="file"].error,input[type="number"].error,input[type="tel"].error,textarea.error {
    border-color: red;
    color: red
}

label.error {
    color: red
}

.hidden {
    display: none
}

label {
    display: inline-block !important
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px
}

.form-group {
    margin: 0;
    padding: 0 0 8px;
    border: 0
}

.form-group .form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 10px 15px;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    line-height: 1.5;
    color: #363636;
    background-color: #fff;
    background-image: none;
    margin-bottom: 15px;
    border: 1px solid #EAEBF3;
    box-shadow: none;
    border-radius: 3px
}

.form-group .form-control::-webkit-input-placeholder {
    color: #cdcfdd
}

.form-group .form-control::-moz-placeholder {
    color: #cdcfdd
}

.form-group .form-control:-ms-input-placeholder {
    color: #cdcfdd
}

.form-group input,.form-group select {
    height: 40px
}

.flexbox,.awe-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

.text-bold {
    font-weight: bold !important
}

.a-center {
    text-align: center !important
}

.a-left {
    text-align: left !important
}

.a-right {
    text-align: right !important
}

.f-left {
    float: left !important
}

.f-right {
    float: right !important
}

.f-none {
    float: none !important
}

.inline {
    display: inline !important
}

.block {
    display: block !important
}

.inline-block {
    display: inline-block !important
}

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.btn-continus {
    height: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 25px !important;
    background: #ec2c1e !important;
    border: 1px solid #ec2c1e !important
}

.btn-continus:hover {
    border: 1px solid #80b541;
    background: #fff !important;
    color: #80b541 !important
}

.btn[disabled],input[disabled][type="submit"],.btn.disabled,input.disabled[type="submit"] {
    cursor: default;
    background-color: #ebebeb
}

.btn.btn-large,input.btn-large[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0 74px
}

.btn.btn-full,input.btn-full[type="submit"] {
    display: block;
    width: 100%
}

.btn-link {
    line-height: 40px;
    color: #272727
}

.btn-link:hover {
    text-decoration: underline
}

ul.tabs li {
    background: none;
    display: inline-block;
    cursor: pointer
}

ul.tabs li.current {
    color: #000
}

.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto
}

.search-main h1,.search-main h2 {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400
}

.bg-danger {
    background-color: #f2dede !important
}

.bg-success {
    background-color: #dff0d8 !important
}

#menu-overlay {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none
}

#menu-overlay.reveal {
    display: block
}

.logo_center {
    display: block;
    left: 0;
    z-index: 9;
    text-align: center
}

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

@media (max-width: 991px) and (min-width: 768px) {
    .logo_center {
        top:0
    }
}

.logo_center .logo-wrapper {
    text-align: center
}

.cartgroup {
    position: relative;
    float: right;
    padding-right: 0;
    z-index: 99
}

@media (max-width: 991px) {
    .cartgroup {
        float:right
    }
}

.cartgroup .header-right {
    float: left;
    margin-right: 0px
}

.mid-header {
    padding: 10px 0;
    float: left;
    width: 100%;
    position: relative
}

.mid-header.fixed {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.4)
}

.mid-header .content_header {
    position: relative
}

.mid-header .content_header .header-right {
    position: relative;
    float: right
}

@media (max-width: 991px) {
    .mid-header .content_header .header-right {
        float:left;
        width: 100%
    }
}

.mid-header .content_header .searchbox {
    position: relative;
    float: right;
    padding: 0 0 0 20px
}

@media (max-width: 992px) {
    .mid-header .content_header .searchbox {
        padding-left:20px;
        float: left
    }
}

@media (max-width: 767px) {
    .mid-header .content_header .searchbox {
        height:auto;
        line-height: normal
    }
}

.mid-header .content_header .searchbox:hover .search-box {
    display: block
}

.mid-header .content_header .searchbox .fa {
    color: #000;
    font-size: 22px;
    cursor: pointer
}

.mid-header .content_header .searchbox .search-box {
    width: 280px;
    height: 45px;
    position: absolute;
    top: 100%;
    right: 0;
    display: none
}

.mid-header .content_header .searchbox .search-box .header-search {
    padding: 0px;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 9999
}

.mid-header .content_header .searchbox .search-box .header-search form {
    width: 290px;
    margin-bottom: 0px;
    position: relative;
    margin-right: 15px
}

.mid-header .content_header .searchbox .search-box .header-search form input {
    width: 100%;
    padding: 0 50px 0 20px;
    border: solid 1px #ebebeb;
    box-shadow: none;
    outline: none;
    height: 40px;
    line-height: 40px
}

.logo {
    display: inline-block;
    font-size: em(40px);
    margin-top: 0px
}

.logo .logo-wrapper {
    display: block
}

.logo .logo-wrapper img {
    max-width: 100%;
    max-height: 60px
}

.pd {
    padding: 0 10px
}

.topbar {
    background: #80b541;
    padding: 8px 0
}

.topbar .tophead_left a {
    color: #fff;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    position: relative;
    padding-left: 30px
}

.topbar .tophead_left a.facebook {
    margin-right: 5px
}

.topbar .tophead_left a .ico {
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 21px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.topbar .tophead_left a .ico img {
    filter: invert(1);
    max-height: 14px
}

.topbar .tophead_left a:hover {
    opacity: .7
}

.topbar .tophead_right ul {
    margin: 0;
    padding: 0;
    text-align: right
}

.topbar .tophead_right ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px
}

.topbar .tophead_right ul li a {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 21px;
    display: block;
    text-align: center
}

.topbar .tophead_right ul li a img {
    filter: invert(1);
    max-height: 14px
}
.menu-bar {
    cursor: pointer;
    font-size: 22px;
    text-align: right
}

@media (max-width: 991px) {
    .header-menu {
        position:fixed;
        top: 0;
        left: -262px;
        bottom: 0;
        width: 260px;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
        transition: .3s ease
    }

    .header-menu.active {
        left: 0
    }

    .header-menu .logo {
        padding: 10px 15px
    }

    .header-menu .logo img {
        max-height: 40px
    }
}

.bg-header-nav .header-nav>ul.item_big {
    text-align: left;
    margin: 0;
    padding: 0
}

@media (min-width: 992px) {
    .bg-header-nav .header-nav>ul.item_big {
        text-align:right
    }
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item {
    display: block;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    border: solid 0px #fff;
    border-radius: 0px;
    padding: 0 15px
}

@media (min-width: 992px) {
    .bg-header-nav .header-nav>ul.item_big>li.nav-item {
        display:inline-block;
        text-transform: uppercase
    }
}

@media (max-width: 1199px) {
    .bg-header-nav .header-nav>ul.item_big>li.nav-item {
        margin-right:0px;
        padding: 0 9px
    }
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item.has-mega {
    position: static !important
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>a {
    display: block;
    text-align: left;
    padding: 5px 0px;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    color: #363636
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>a>i {
    margin-left: 5px
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>a {
    color: #80b541
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 200px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 3px 20px 5px #e1e1e1;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 9999
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li {
    float: none;
    padding: 0 10px
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:last-child>a {
    border-bottom: 0
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
    display: block;
    position: absolute;
    width: 200px;
    padding: 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04)
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 7px 5px 7px 0px;
    color: #363636;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
    z-index: 9999
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a:hover {
    color: #80b541
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a i {
    position: absolute;
    right: -10px;
    padding: 0px 10px;
    top: 0;
    line-height: 38px
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li ul {
    display: none;
    left: 200px;
    top: 0px
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li {
    color: #363636
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li:hover>a {
    color: #80b541
}

.bg-header-nav .header-nav>ul.item_big>li.active>a {
    color: #80b541
}

.bg-header-nav .header-nav ul li ul a.text2line:hover {
    color: #80b541 !important;
    background: transparent !important
}

.bg-header-nav .header-nav li li {
    position: relative
}

#nav-mobile {
    z-index: 999
}

.header-nav ul .nav-item.has-mega {
    position: static;
    height: 45px;
    margin-left: 1px
}

.header-nav ul .nav-item:hover>.mega-content {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1
}

.header-nav ul .nav-item .a-img span.menu-label {
    position: absolute;
    text-transform: uppercase;
    top: -12px;
    background: #272727;
    display: inline;
    padding: 4px 8px;
    border-radius: 0px;
    color: #fff;
    font-size: 10px;
    right: 23px;
    line-height: normal;
    letter-spacing: 1px
}

.header-nav ul .nav-item .a-img span.menu-label:after {
    border-color: #272727 transparent transparent transparent;
    border-width: 6px 7px 0 6px;
    right: 12px;
    top: 90%;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transitio: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 100
}

.brandsection {
    border-top: #e1e1e1 1px solid;
    background: #f7f7f7;
    overflow: hidden
}

.brandsection .owlbrand .item {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center
}

.brandsection .owlbrand .item img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.brandsection .owlbrand .item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

footer {
    width: 100%;
    float: left
}

footer .itemfooter {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

footer .itemfooter span {
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    color: #363636
}

footer .itemfooter .left_f {
    display: block;
    float: left;
    width: 30px
}

footer .itemfooter .r {
    display: inline-block;
    float: none;
    font-size: 14px;
    font-weight: 700
}

footer .itemfooter .r a,footer .itemfooter .r span {
    font-weight: 400;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    color: #363636;
    display: inline-block;
    width: unset;
    float: none;
    margin-left: 0px
}

footer .itemfooter .r a:hover {
    color: #80b541
}

footer.footer .widget-ft {
    padding-bottom: 0px
}

@media (max-width: 1199px) {
    footer.footer .widget-ft {
        padding-left:0px;
        padding-bottom: 0px;
        border-left: 0
    }
}

@media (max-width: 767px) {
    footer.footer .widget-ft {
        margin-bottom:0px;
        margin-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        border-left: 0
    }

    footer.footer .widget-ft.last-child {
        border-bottom: 0;
        margin-bottom: 0
    }

    footer.footer .widget-ft.last {
        padding-bottom: 0px;
        border-bottom: none
    }
}

footer.footer .widget-ft .content-search {
    width: 100%;
    float: left;
    font-weight: 400;
    margin-bottom: 20px;
    color: #f5f5f5
}

footer.footer .widget-ft .content-search span {
    font-size: 13px
}

footer.footer .widget-ft .search_bar {
    position: relative;
    width: 100%;
    float: left
}

footer.footer .widget-ft .search_bar form {
    margin-bottom: 0;
    margin-top: 10px
}

footer.footer .widget-ft .search_bar form input {
    padding: 0 100px 0 10px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    color: #1c1c1c;
    font-weight: 300;
    border: 1px solid #fff;
    background: #fff
}

footer.footer .widget-ft .search_bar form button {
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    padding: 0 15px;
    right: 0;
    background: #000;
    color: #fff;
    border: 0;
    outline: 0
}

footer.footer .widget-ft .search_bar form button:hover {
    color: #fff;
    background: #80b541
}

footer.footer .widget-ft .social_footer {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    footer.footer .widget-ft .social_footer {
        margin-bottom:0
    }
}

footer.footer .widget-ft .social_footer .follow_option {
    float: left;
    width: 100%;
    margin-top: 8px;
    padding-left: 0px
}

footer.footer .widget-ft .social_footer .follow_option li {
    float: left;
    margin-right: 10px
}

footer.footer .widget-ft .social_footer .follow_option li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
    background: #292c3a;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s
}

footer.footer .widget-ft .social_footer .follow_option li a .fab {
    font-size: 12px;
    line-height: 30px;
    margin-right: 0px;
    color: #fff
}

footer.footer .widget-ft .social_footer .follow_option li:hover .facebook {
    background: #3B5998
}

footer.footer .widget-ft .social_footer .follow_option li:hover .twitter {
    background: #55ACEE
}

footer.footer .widget-ft .social_footer .follow_option li:hover .google {
    background: #dd4b39
}

footer.footer .widget-ft .cont .r {
    width: 100%;
    float: left;
    margin-bottom: 15px
}

footer.footer .widget-ft .cont .r i {
    display: block;
    width: 15px;
    height: 25px;
    line-height: 28px;
    border-radius: 35px;
    float: left;
    margin-top: 3px;
    font-size: 12px;
    text-align: center;
    color: #aaaaaa
}

footer.footer .widget-ft .cont .r .fa-phone {
    transform: rotate(-270deg)
}

footer.footer .widget-ft .cont .r span,footer.footer .widget-ft .cont .r a {
    display: block;
    float: left;
    width: calc(100% - 25px);
    padding-left: 5px;
    font-size: 14px;
    color: #c2c2c2;
    padding-top: 5px;
    word-break: break-word
}

footer.footer .widget-ft .cont .r a:hover {
    color: #80b541
}

footer.footer .site-footer {
    width: 100%
}

footer.footer .site-footer .top-footer {
    text-align: center;
    float: left;
    width: 100%
}

@media (min-width: 768px) and (max-width: 991px) {
    footer.footer .site-footer .top-footer .col-sm-6:nth-child(3) {
        clear:left
    }
}

footer.footer .copyright {
    text-align: center;
    font-size: 13px;
    position: relative;
    padding: 20px 0;
    width: 100%;
    float: left;
    font-family: "Roboto",sans-serif;
    background: #111111
}

footer.footer .copyright .copyright-link {
    padding: 0;
    float: right;
    margin: 0
}

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

footer.footer .copyright .copyright-link .menu_bottom {
    display: inline-block;
    padding-right: 15px
}

footer.footer .copyright .copyright-link .menu_bottom:last-child {
    padding-right: 0
}

footer.footer .copyright .copyright-link .menu_bottom a {
    color: #c2c2c2;
    font-size: 13px
}

footer.footer .copyright .copyright-link .menu_bottom a:hover {
    color: #80b541 !important
}

footer.footer .copyright span.wsp {
    color: #959595;
    width: 100%;
    float: left
}

@media (max-width: 991px) and (min-width: 768px) {
    footer.footer .copyright span.wsp {
        text-align:left;
        width: auto;
        display: inline-block;
        margin: 0 auto;
        float: none
    }
}

footer.footer .copyright span.wsp .mobile {
    opacity: 1
}

footer.footer .copyright span.wsp .mobile b {
    color: #272727;
    font-weight: 400
}

@media (max-width: 767px) {
    footer.footer .copyright span.wsp .mobile .dash {
        display:none
    }
}

footer.footer .copyright b {
    color: #272727
}

footer.footer .copyright a {
    font-weight: 400;
    color: #272727;
    opacity: 1
}

footer.footer .copyright a:hover {
    color: #80b541 !important;
    opacity: 1
}

@media (min-width: 768px) and (max-width: 991px) {
    footer.footer .footer-inner .col-sm-6:nth-child(2n+1) {
        clear:left
    }
}

@media (max-width: 991px) {
    footer.footer .copyright .inner .fot_copyright {
        text-align:center !important;
        order: 2
    }

    footer.footer .copyright .inner .fot_menu_copyright .ul_menu_fot {
        width: 100%;
        padding-right: 0px;
        text-align: center
    }

    footer.footer .copyright .inner .fot_menu_copyright .ul_menu_fot li {
        float: none;
        display: inline-block
    }
}

@media (max-width: 767px) {
    footer.footer .copyright .inner .wsp {
        overflow:hidden;
        padding: 15px 0px 0;
        display: block;
        line-height: 24px
    }

    footer.footer .copyright .inner .mobile {
        display: block;
        width: 100%;
        text-align: center !important;
        line-height: 24px
    }

    footer.footer footer .site-footer h4 {
        margin: 0;
        padding: 15px 0 0px;
        font-size: 17px;
        cursor: pointer;
        margin-bottom: 15px;
        border-top: solid 1px #2d3753
    }

    footer.footer footer .footer-inner .col-xs-12:nth-child(2) {
        margin-top: 20px
    }

    footer.footer .padding-bottom-50 {
        padding-bottom: 20px !important
    }
}

footer.footer .title-menu {
    font-family: "Roboto",sans-serif;
    margin: 0;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    padding-top: 40px;
    position: relative;
    text-transform: uppercase
}

footer.footer .title-menu a,footer.footer .title-menu span {
    cursor: default;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    color: #fff
}

footer.footer .title-menu a:hover,footer.footer .title-menu span:hover {
    color: #fff
}

footer.footer .title-menu a i.fa,footer.footer .title-menu span i.fa {
    display: none
}

@media (max-width: 767px) {
    footer.footer .title-menu {
        margin-bottom:0px;
        margin-top: 0px;
        padding-top: 0px
    }

    footer.footer .title-menu a,footer.footer .title-menu span {
        padding: 10px 20px 10px 0;
        line-height: 22px;
        display: block;
        cursor: pointer
    }

    footer.footer .title-menu a i.fa,footer.footer .title-menu span i.fa {
        display: block;
        position: absolute;
        right: 0px;
        width: 18px;
        top: 12px;
        text-align: center;
        height: 18px;
        line-height: 20px;
        border-radius: 30px;
        padding-left: 1px;
        background: #fff;
        font-size: 13px
    }

    footer.footer .title-menu a i.fa:before,footer.footer .title-menu span i.fa:before {
        content: "\f068";
        color: #363636
    }

    footer.footer .title-menu a.collapsed i.fa:before,footer.footer .title-menu span.collapsed i.fa:before {
        content: "\f067"
    }
}

@media (min-width: 768px) {
    footer.footer .collapse {
        display:block
    }
}

footer.footer .list-menu {
    line-height: 35px;
    padding-left: 0px
}

footer.footer .list-menu.list-menu-time {
    line-height: normal
}

footer.footer .list-menu .li_menu {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 30px;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    padding-bottom: 10px
}

footer.footer .list-menu .li_menu span {
    color: #AAAAAA
}

footer.footer .list-menu .li_menu a {
    color: #AAAAAA;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

footer.footer .list-menu .li_menu a:before {
    content: "\f0da";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 16px;
    display: inline-block !important;
    cursor: pointer;
    line-height: 20px;
    color: #AAAAAA;
    margin-right: 5px;
    position: absolute;
    top: -2px;
    left: 0px
}

footer.footer .list-menu .li_menu a:hover {
    padding-left: 25px;
    color: #80b541
}

footer.footer .list-menu .li_menu a:hover:before {
    color: #272727
}

@media (max-width: 767px) {
    .time_work {
        width:100%;
        float: left;
        margin-top: 0px
    }

    .collapse {
        margin-bottom: 30px
    }
}

.mid-footer {
    background: #1a1c27;
    padding-bottom: 20px
}

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

.mid-footer .firstmenu a {
    display: block;
    margin-bottom: 15px;
    margin-top: 40px
}

.mid-footer .firstmenu p {
    font-size: 14px;
    color: #c2c2c2;
    padding-top: 5px;
    padding-bottom: 5px
}

@media (min-width: 768px) and (max-width: 991px) {
    .mid-footer .row .col-sm-6:nth-child(2n+1) {
        clear:left
    }
}

.backtop {
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 99;
    top: auto !important;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0 !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.backtop .fa {
    font-size: 30px;
    color: #272727;
    font-weight: bold
}

.backtop:hover .fa {
    color: #80b541
}

.backtop.show {
    opacity: 1 !important
}

.fancybox-close {
    background-color: transparent !important
}

@media (min-width: 992px) and (max-width: 1199px) {
    #bizweb-product-reviews {
        width:100% !important
    }
}

@media (max-width: 1199px) {
    .h_recover {
        margin-bottom:30px
    }
}

.title_full {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px
}

.title_full .title_page {
    font-weight: 700;
    font-size: 34px;
    line-height: 48px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: center
}

@media (max-width: 767px) {
    .title_full .title_page {
        font-size:20px;
        line-height: 40px;
        margin-bottom: 15px
    }
}

.bread-crumb {
    background: #f5f5f5;
    padding: 10px 0;
    margin-bottom: 30px
}

.breadcrumb_background {
    background-image: url("//bizweb.dktcdn.net/100/474/205/themes/928207/assets/heading_bg.png?1699518622239");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 220px;
    width: 100%;
    float: left;
    flex-flow: column;
    position: relative
}

@media (max-width: 991px) and (min-width: 768px) {
    .breadcrumb_background {
        min-height:160px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .breadcrumb_background .bread-crumb {
        padding:10px 0
    }
}

.breadcrumb {
    font-family: "Roboto",sans-serif;
    margin: 0;
    font-size: 14px;
    padding: 0px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: left
}

.breadcrumb li {
    display: inline
}

.breadcrumb li>a {
    color: #363636
}

.breadcrumb li>a>span {
    color: #363636
}

.breadcrumb li .mr_lr {
    padding: 0px 3px;
    color: #363636
}

.breadcrumb li span {
    display: inline;
    color: #363636
}

.breadcrumb li span .fa {
    color: #363636;
    padding: 0px 5px
}

.breadcrumb li a:hover,.breadcrumb li.active,.breadcrumb li strong {
    color: #80b541;
    text-decoration: none;
    font-weight: 400
}

.breadcrumb li a:hover span,.breadcrumb li.active span,.breadcrumb li strong span {
    color: #80b541
}

.breadcrumb>li+li:before {
    display: none
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%
}

.pagenav {
    text-align: center
}

.pagenav span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 700
}

.nav_pagi {
    margin: 20px 0px;
    display: inline-block
}

.nav_pagi .pagination {
    position: relative;
    z-index: 1;
    padding: 0 0px;
    margin: 0 0 0px;
    float: left
}

@media (max-width: 768px) {
    .nav_pagi .pagination {
        padding:0 0px
    }
}

.nav_pagi .pagination .page-link {
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    float: left;
    margin: 0 2.5px;
    border-radius: 0px;
    width: 40px;
    background: #fff;
    border: solid 1px #ebebeb;
    text-align: center;
    height: 40px;
    font-size: 14px;
    padding: 0;
    line-height: 40px;
    color: #363636;
    text-decoration: none
}

@media (max-width: 375px) {
    .nav_pagi .pagination .page-link {
        width:27px;
        height: 27px;
        border-radius: 0px;
        line-height: 27px
    }
}

.nav_pagi .pagination .page-link.page-db {
    width: auto;
    padding: 0 20px
}

.nav_pagi .pagination .page-link:hover {
    background-color: #80b541;
    color: #fff;
    background: #80b541
}

.nav_pagi .pagination .page-item.disabled .page-link {
    border: 0;
    display: none
}

.nav_pagi .pagination .page-item.active .page-link {
    background-color: #80b541;
    border-color: #80b541;
    background: #80b541;
    color: #fff;
    display: block
}

@media (max-width: 1199px) {
    .product-action-grid {
        display:none !important
    }
}

.content-page {
    min-height: 400px
}

.content-page ul,.content-page ol {
    padding-left: 20px
}

@media (min-width: 992px) {
    .slmr {
        margin-top:0
    }
}


section.awe-section-1 {
    position: relative
}

section.section_slider {
    text-align: center
}

.bizweb-theme-previewer {
    display: none
}

.PagedList-skipToPrevious {
    margin-right: 10px
}

.PagedList-skipToNext {
    margin-left: 10px
}

.pagination a, .pagination span {
    text-decoration: none;
    cursor: pointer;
    padding: 5px 12px;
}

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

.pagination li {
    border: 1px solid var(--color-main);
    margin: 0px 3px;
    display:flex;
    align-items:center;
}

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

.pagination {
    justify-content: center;
    margin-right: 50px;
    margin-bottom: 0;
}

.pageinate-page-blog{
    margin:50px 0;
}

.blog-right h3{
    font-weight:bold;
}