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

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

.fade.active {
    opacity: 1 !important;
}

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

.item a.imgf, .product-thumbnail a {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
    padding-bottom: 70%;
}

.item a.imgf img, .product-thumbnail a img {
    position: absolute;
    left: 0;
    min-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

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: #00cda0;
    text-decoration: none;
    cursor: pointer
}

.dropdown-menu {
    box-shadow: none
}

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

.article-wraper {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.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;
    overflow-x: hidden;
    background-position-x: revert;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    line-height: 1
    /*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 {
    text-align: center;
    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
}

button, input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], input[type="submit"], textarea {
    -webkit-appearance: none;
    -moz-appearance: 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
}

.formCt h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

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 #ccc;
    padding: 0 110px 0 20px;
    width: 100%;
    max-width: 100%;
    display: block
}

.formCt {
    border-top: 1px solid #695f5f;
    float: left;
    width: 100%;
    background: #775755;
    padding: 10px;
    color: #fff;
}

.wpcf7-submit {
    background: #1b4d76;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

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("../img/ico-select.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff !important;
    padding-right: 13px;
    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-group-field:first-child, .input-group .input-group-btn:first-child, .input-group .input-group-btn:first-child > .btn, .input-group .input-group-btn:first-child > input[type="submit"], .input-group input[type="hidden"]:first-child + .input-group-field, .input-group input[type="hidden"]:first-child + .input-group-btn > .btn, .input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"] {
    border-radius: 0
}

.input-group .input-group-field:last-child, .input-group .input-group-btn:last-child > .btn, .input-group .input-group-btn:last-child > input[type="submit"] {
    border-radius: 0
}

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

.input-group-field, .input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.input-group .btn, .input-group input[type="submit"], .input-group .input-group-field {
    height: 40px
}

.input-group .input-group-field {
    width: 100%;
    margin-bottom: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0
}

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

.list-inline {
    *zoom: 1
}

.list-inline:after {
    content: "";
    display: table;
    clear: both
}

.list-inline li {
    float: left;
    margin: 0
}

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

.flexbox > div {
    flex: 1
}

.background-none {
    background: none !important
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-border {
    border: none !important
}

.ov-h {
    overflow: hidden !important
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.margin-0 {
    margin: 0px !important
}

.margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

.margin-horizontal-0 {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.margin-top-0 {
    margin-top: 0px !important
}

.margin-bottom-0 {
    margin-bottom: 0px !important
}

.margin-left-0 {
    margin-left: 0px !important
}

.margin-right-0 {
    margin-right: 0px !important
}

.padding-0 {
    padding: 0px !important
}

.padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.padding-horizontal-0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.padding-top-0 {
    padding-top: 0px !important
}

.padding-bottom-0 {
    padding-bottom: 0px !important
}

.padding-left-0 {
    padding-left: 0px !important
}

.padding-right-0 {
    padding-right: 0px !important
}

.margin-5 {
    margin: 5px !important
}

.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.margin-horizontal-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.padding-5 {
    padding: 5px !important
}

.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.padding-horizontal-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.margin-10 {
    margin: 10px !important
}

.margin-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.margin-horizontal-10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.padding-10 {
    padding: 10px !important
}

.padding-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.padding-horizontal-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.margin-15 {
    margin: 15px !important
}

.margin-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.margin-horizontal-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.padding-15 {
    padding: 15px !important
}

.padding-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.padding-horizontal-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.margin-20 {
    margin: 20px !important
}

.margin-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.margin-horizontal-20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.padding-20 {
    padding: 20px !important
}

.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.padding-horizontal-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

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

.padding-left-20 {
    padding-left: 20px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.margin-25 {
    margin: 25px !important
}

.margin-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.margin-horizontal-25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.margin-top-25 {
    margin-top: 25px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.padding-25 {
    padding: 25px !important
}

.padding-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.padding-horizontal-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

.margin-30 {
    margin: 30px !important
}

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

.margin-horizontal-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

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

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.padding-30 {
    padding: 30px !important
}

.padding-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.padding-horizontal-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.margin-35 {
    margin: 35px !important
}

.margin-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

.margin-horizontal-35 {
    margin-left: 35px !important;
    margin-right: 35px !important
}

.margin-top-35 {
    margin-top: 35px !important
}

.margin-bottom-35 {
    margin-bottom: 35px !important
}

.margin-left-35 {
    margin-left: 35px !important
}

.margin-right-35 {
    margin-right: 35px !important
}

.padding-35 {
    padding: 35px !important
}

.padding-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.padding-horizontal-35 {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.padding-top-35 {
    padding-top: 35px !important
}

.padding-bottom-35 {
    padding-bottom: 35px !important
}

.padding-left-35 {
    padding-left: 35px !important
}

.padding-right-35 {
    padding-right: 35px !important
}

.margin-40 {
    margin: 40px !important
}

.margin-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.margin-horizontal-40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.margin-right-40 {
    margin-right: 40px !important
}

.padding-40 {
    padding: 40px !important
}

.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.padding-horizontal-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.margin-45 {
    margin: 45px !important
}

.margin-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.margin-horizontal-45 {
    margin-left: 45px !important;
    margin-right: 45px !important
}

.margin-top-45 {
    margin-top: 45px !important
}

.margin-bottom-45 {
    margin-bottom: 45px !important
}

.margin-left-45 {
    margin-left: 45px !important
}

.margin-right-45 {
    margin-right: 45px !important
}

.padding-45 {
    padding: 45px !important
}

.padding-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.padding-horizontal-45 {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.padding-top-45 {
    padding-top: 45px !important
}

.padding-bottom-45 {
    padding-bottom: 45px !important
}

.padding-left-45 {
    padding-left: 45px !important
}

.padding-right-45 {
    padding-right: 45px !important
}

.margin-50 {
    margin: 50px !important
}

.margin-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.margin-horizontal-50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-left-50 {
    margin-left: 50px !important
}

.margin-right-50 {
    margin-right: 50px !important
}

.padding-50 {
    padding: 50px !important
}

.padding-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.padding-horizontal-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

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

.padding-left-50 {
    padding-left: 50px !important
}

.padding-right-50 {
    padding-right: 50px !important
}

.margin-55 {
    margin: 55px !important
}

.margin-vertical-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important
}

.margin-horizontal-55 {
    margin-left: 55px !important;
    margin-right: 55px !important
}

.margin-top-55 {
    margin-top: 55px !important
}

.margin-bottom-55 {
    margin-bottom: 55px !important
}

.margin-left-55 {
    margin-left: 55px !important
}

.margin-right-55 {
    margin-right: 55px !important
}

.padding-55 {
    padding: 55px !important
}

.padding-vertical-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.padding-horizontal-55 {
    padding-left: 55px !important;
    padding-right: 55px !important
}

.padding-top-55 {
    padding-top: 55px !important
}

.padding-bottom-55 {
    padding-bottom: 55px !important
}

.padding-left-55 {
    padding-left: 55px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

.margin-60 {
    margin: 60px !important
}

.margin-vertical-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.margin-horizontal-60 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-left-60 {
    margin-left: 60px !important
}

.margin-right-60 {
    margin-right: 60px !important
}

.padding-60 {
    padding: 60px !important
}

.padding-vertical-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.padding-horizontal-60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.padding-top-60 {
    padding-top: 60px !important
}

.padding-bottom-60 {
    padding-bottom: 60px !important
}

.padding-left-60 {
    padding-left: 60px !important
}

.padding-right-60 {
    padding-right: 60px !important
}

.margin-65 {
    margin: 65px !important
}

.margin-vertical-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important
}

.margin-horizontal-65 {
    margin-left: 65px !important;
    margin-right: 65px !important
}

.margin-top-65 {
    margin-top: 65px !important
}

.margin-bottom-65 {
    margin-bottom: 65px !important
}

.margin-left-65 {
    margin-left: 65px !important
}

.margin-right-65 {
    margin-right: 65px !important
}

.padding-65 {
    padding: 65px !important
}

.padding-vertical-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important
}

.padding-horizontal-65 {
    padding-left: 65px !important;
    padding-right: 65px !important
}

.padding-top-65 {
    padding-top: 65px !important
}

.padding-bottom-65 {
    padding-bottom: 65px !important
}

.padding-left-65 {
    padding-left: 65px !important
}

.padding-right-65 {
    padding-right: 65px !important
}

.margin-70 {
    margin: 70px !important
}

.margin-vertical-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

.margin-horizontal-70 {
    margin-left: 70px !important;
    margin-right: 70px !important
}

.margin-top-70 {
    margin-top: 70px !important
}

.margin-bottom-70 {
    margin-bottom: 70px !important
}

.margin-left-70 {
    margin-left: 70px !important
}

.margin-right-70 {
    margin-right: 70px !important
}

.padding-70 {
    padding: 70px !important
}

.padding-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.padding-horizontal-70 {
    padding-left: 70px !important;
    padding-right: 70px !important
}

.padding-top-70 {
    padding-top: 70px !important
}

.padding-bottom-70 {
    padding-bottom: 70px !important
}

.padding-left-70 {
    padding-left: 70px !important
}

.padding-right-70 {
    padding-right: 70px !important
}

.margin-75 {
    margin: 75px !important
}

.margin-vertical-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}

.margin-horizontal-75 {
    margin-left: 75px !important;
    margin-right: 75px !important
}

.margin-top-75 {
    margin-top: 75px !important
}

.margin-bottom-75 {
    margin-bottom: 75px !important
}

.margin-left-75 {
    margin-left: 75px !important
}

.margin-right-75 {
    margin-right: 75px !important
}

.padding-75 {
    padding: 75px !important
}

.padding-vertical-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.padding-horizontal-75 {
    padding-left: 75px !important;
    padding-right: 75px !important
}

.padding-top-75 {
    padding-top: 75px !important
}

.padding-bottom-75 {
    padding-bottom: 75px !important
}

.padding-left-75 {
    padding-left: 75px !important
}

.padding-right-75 {
    padding-right: 75px !important
}

.margin-80 {
    margin: 80px !important
}

.margin-vertical-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.margin-horizontal-80 {
    margin-left: 80px !important;
    margin-right: 80px !important
}

.margin-top-80 {
    margin-top: 80px !important
}

.margin-bottom-80 {
    margin-bottom: 80px !important
}

.margin-left-80 {
    margin-left: 80px !important
}

.margin-right-80 {
    margin-right: 80px !important
}

.padding-80 {
    padding: 80px !important
}

.padding-vertical-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.padding-horizontal-80 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.padding-top-80 {
    padding-top: 80px !important
}

.padding-bottom-80 {
    padding-bottom: 80px !important
}

.padding-left-80 {
    padding-left: 80px !important
}

.padding-right-80 {
    padding-right: 80px !important
}

.margin-85 {
    margin: 85px !important
}

.margin-vertical-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important
}

.margin-horizontal-85 {
    margin-left: 85px !important;
    margin-right: 85px !important
}

.margin-top-85 {
    margin-top: 85px !important
}

.margin-bottom-85 {
    margin-bottom: 85px !important
}

.margin-left-85 {
    margin-left: 85px !important
}

.margin-right-85 {
    margin-right: 85px !important
}

.padding-85 {
    padding: 85px !important
}

.padding-vertical-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important
}

.padding-horizontal-85 {
    padding-left: 85px !important;
    padding-right: 85px !important
}

.padding-top-85 {
    padding-top: 85px !important
}

.padding-bottom-85 {
    padding-bottom: 85px !important
}

.padding-left-85 {
    padding-left: 85px !important
}

.padding-right-85 {
    padding-right: 85px !important
}

.margin-90 {
    margin: 90px !important
}

.margin-vertical-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
}

.margin-horizontal-90 {
    margin-left: 90px !important;
    margin-right: 90px !important
}

.margin-top-90 {
    margin-top: 90px !important
}

.margin-bottom-90 {
    margin-bottom: 90px !important
}

.margin-left-90 {
    margin-left: 90px !important
}

.margin-right-90 {
    margin-right: 90px !important
}

.padding-90 {
    padding: 90px !important
}

.padding-vertical-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.padding-horizontal-90 {
    padding-left: 90px !important;
    padding-right: 90px !important
}

.padding-top-90 {
    padding-top: 90px !important
}

.padding-bottom-90 {
    padding-bottom: 90px !important
}

.padding-left-90 {
    padding-left: 90px !important
}

.padding-right-90 {
    padding-right: 90px !important
}

.margin-95 {
    margin: 95px !important
}

.margin-vertical-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important
}

.margin-horizontal-95 {
    margin-left: 95px !important;
    margin-right: 95px !important
}

.margin-top-95 {
    margin-top: 95px !important
}

.margin-bottom-95 {
    margin-bottom: 95px !important
}

.margin-left-95 {
    margin-left: 95px !important
}

.margin-right-95 {
    margin-right: 95px !important
}

.padding-95 {
    padding: 95px !important
}

.padding-vertical-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important
}

.padding-horizontal-95 {
    padding-left: 95px !important;
    padding-right: 95px !important
}

.padding-top-95 {
    padding-top: 95px !important
}

.padding-bottom-95 {
    padding-bottom: 95px !important
}

.padding-left-95 {
    padding-left: 95px !important
}

.padding-right-95 {
    padding-right: 95px !important
}

.margin-100 {
    margin: 100px !important
}

.margin-vertical-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.margin-horizontal-100 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.margin-top-100 {
    margin-top: 100px !important
}

.margin-bottom-100 {
    margin-bottom: 100px !important
}

.margin-left-100 {
    margin-left: 100px !important
}

.margin-right-100 {
    margin-right: 100px !important
}

.padding-100 {
    padding: 100px !important
}

.padding-vertical-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.padding-horizontal-100 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.padding-top-100 {
    padding-top: 100px !important
}

.padding-bottom-100 {
    padding-bottom: 100px !important
}

.padding-left-100 {
    padding-left: 100px !important
}

.padding-right-100 {
    padding-right: 100px !important
}

.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 #00cda0;
    background: #fff !important;
    color: #00cda0 !important
}

.btn, input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0
}

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

.btn.btn-primary, input.btn-primary[type="submit"] {
    padding: 0 25px;
    background: #00b18a;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    border: 1px solid transparent
}

.btn.btn-primary:hover, input.btn-primary[type="submit"]:hover {
    background: #fff;
    color: #00cda0;
    border: 1px solid #00cda0
}

.btn.btn-popup, input.btn-popup[type="submit"] {
    text-transform: uppercase !important;
    width: 100%;
    padding: 0 25px;
    background: #00b18a;
    color: #fff !important;
    border-radius: 3px;
    font-size: 14px !important;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    border: 1px solid transparent !important
}

.btn.btn-popup:hover, input.btn-popup[type="submit"]:hover {
    background: #fff;
    color: #00cda0 !important;
    border: 1px solid #00cda0 !important
}

/*.btn.btn-circle, input.btn-circle[type="submit"] {*/
/*border-radius: 50%;*/
/*padding: 0*/
/*}*/

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

.btn.btn-small, input.btn-small[type="submit"] {
    height: 34px;
    line-height: 34px;
    padding: 0 32px;
    font-size: em(12px)
}

.btn.btn-dark-address, input.btn-dark-address[type="submit"] {
    background: #2a2a2a;
    border: 1px solid transparent !important;
    color: #fff;
    padding: 0 25px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px
}

.btn.btn-white, input.btn-white[type="submit"] {
    background: #fff;
    color: #363636;
    border: 1px solid #ebebeb;
    font-weight: 400
}

.btn.btn-white:hover, input.btn-white[type="submit"]:hover {
    background: #00e7b4;
    color: #fff
}

.btn.btn-gray, input.btn-gray[type="submit"] {
    background: #9e9e9e;
    color: #fff
}

.btn.btn-gray:hover, input.btn-gray[type="submit"]:hover {
    background: #00cda0
}

.btn.btn-gray a, input.btn-gray[type="submit"] a {
    color: #fff
}

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

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

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

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    top: 50%;
    border: none;
    position: absolute;
    text-decoration: none;
    width: 36px;
    height: 36px;
    margin-top: -15px;
    padding: 0;
    background: transparent;
    outline: none;
    text-indent: 1010%;
    border-radius: 0;
    white-space: nowrap;
    margin-right: 0;
    margin-left: 0
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background: transparent !important;
    border: none
}

/*.owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-next:hover:before {*/
/*color: #fff;*/
/*background: #00cda0;*/
/*border: 2px solid #00cda0*/
/*}*/

@media (max-width: 767px) {
    /*.owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-next:hover:before {*/
    /*color: #00cda0*/
    /*}*/
}

.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    left: 0;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 22px;
    font-size: 24px;
    color: #cdcfdd;
    background: transparent;
    /*border: 1px solid #cdcfdd;*/
    border-radius: 50%;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
    border: none;
    top: 50%;
    background: none
}

@media (max-width: 767px) {
    .owl-carousel .owl-nav .owl-prev {
        right: 18px !important
    }
}

.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
    padding-right: 2px
}

.owl-carousel .owl-nav .owl-next {
    right: 0px !important;
    top: 50%;
    border: none;
    width: 36px;
    height: 36px
}

.owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
    padding-left: 2px
}

.owl-carousel .owl-nav .disabled {
    opacity: .7;
    cursor: default
}

@media (max-width: 767px) {
    .owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-prev {
        background: transparent
    }

    .owl-carousel .owl-nav .owl-next {
        background: transparent
    }
}

.owl-carousel .owl-dots {
    display: block;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #cdcfdd;
    border-radius: 50%;
    margin: 0 4px
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #00cda0;
    width: 24px;
    height: 8px;
    border-radius: 6px
}

.owl-carousel-inset .owl-nav .owl-prev {
    left: 0
}

.owl-carousel-inset .owl-nav .owl-next {
    right: 0
}

.owl-carousel-inset .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 25px
}

.owl-carousel-inset .owl-prev, .owl-carousel-inset .owl-next {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.owl-carousel-inset:hover .owl-prev, .owl-carousel-inset:hover .owl-next {
    opacity: 1;
    visibility: visible
}

.owl-carousel-inset:hover .owl-prev.disabled, .owl-carousel-inset:hover .owl-next.disabled {
    opacity: .5
}

.owl-carousel-inset:hover .owl-nav .owl-prev {
    left: 25px
}

.owl-carousel-inset:hover .owl-nav .owl-next {
    right: 25px
}

.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}

.owl-carousel .owl-item.focus {
    border: 2px solid #333
}

.owl-carousel .owl-dots .owl-dot span {
    display: none
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    font-size: 0px
}

.owl_nav_custome1 .owl-carousel .owl-nav .owl-next, .owl_nav_custome1 .owl-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: none;
    border-radius: 0
}

.owl_nav_custome1 .owl-carousel .owl-nav .owl-next:before, .owl_nav_custome1 .owl-carousel .owl-nav .owl-prev:before {
    font-family: "Font Awesome\ 5 Free";
    width: 30px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #363636;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0
}

.owl_nav_custome1 .owl-carousel .owl-nav .owl-next:hover:before, .owl_nav_custome1 .owl-carousel .owl-nav .owl-prev:hover:before {
    background: none;
    border: none
}

.owl_nav_custome1 .owl-carousel .owl-nav .owl-next {
    right: 0px;
    left: auto
}

.owl_nav_custome1 .owl-carousel .owl-nav .owl-prev {
    left: 0px
}

.owl_nav_custome1 .owl-carousel .owl-dots {
    display: none
}

.owl_nav_custome2 .owl-carousel .owl-nav .owl-next, .owl_nav_custome2 .owl-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f3f3f3;
    border: none;
    border-radius: 0;
    top: -40px
}

.owl_nav_custome2 .owl-carousel .owl-nav .owl-next:before, .owl_nav_custome2 .owl-carousel .owl-nav .owl-prev:before {
    font-family: "Font Awesome\ 5 Free";
    width: 30px;
    height: 30px;
    font-weight: 900;
    line-height: 27px;
    text-align: center;
    color: #666;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: solid 1px #f3f3f3;
    font-size: 18px
}

.owl_nav_custome2 .owl-carousel .owl-nav .owl-next:hover:before, .owl_nav_custome2 .owl-carousel .owl-nav .owl-prev:hover:before {
    background: #00cda0;
    color: #fff;
    border-color: #00cda0
}

.owl_nav_custome2 .owl-carousel .owl-nav .owl-next {
    right: 0px;
    left: auto
}

.owl_nav_custome2 .owl-carousel .owl-nav .owl-prev {
    left: auto;
    right: 35px !important
}

.owl_nav_custome2 .owl-carousel .owl-dots {
    display: none
}

.owlnav_custome_1 .owl-carousel .owl-nav .owl-next, .owlnav_custome_1 .owl-carousel .owl-nav .owl-prev {
    font-size: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #00b18a;
    border: none;
    border-radius: 40px
}

.owlnav_custome_1 .owl-carousel .owl-nav .owl-next:before, .owlnav_custome_1 .owl-carousel .owl-nav .owl-prev:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 0;
    margin: 0
}

.slick-product {
    width: 100%;
    float: left;
    margin-top: 70px
}

.slick-product .slick-arrow {
    top: -50px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 40px;
    text-align: center;
    z-index: 2
}

.slick-product .slick-arrow.slick-prev {
    left: calc(50% - 45px)
}

.slick-product .slick-arrow.slick-prev:before {
    height: 40px;
    width: 40px;
    content: "\f0d9";
    font-family: "Font Awesome\ 5 Free";
    background: #fff;
    border: 1px solid #e1e1e1;
    font-weight: 900;
    font-size: 14px;
    color: #363636;
    display: block;
    -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
}

.slick-product .slick-arrow:hover:before {
    background: #00cda0;
    color: #fff;
    border-color: #00cda0
}

.slick-product .slick-arrow.slick-next {
    right: calc(50% - 45px)
}

.slick-product .slick-arrow.slick-next:before {
    height: 40px;
    width: 40px;
    content: "\f0da";
    font-family: "Font Awesome\ 5 Free";
    background: #fff;
    border: 1px solid #e1e1e1;
    font-weight: 900;
    color: #363636;
    font-size: 14px;
    display: block;
    -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
}

.slick-product .slick-arrow.slick-next:hover:before {
    background: #00cda0;
    color: #fff;
    border-color: #00cda0
}

.tab-wrap .tabs-title {
    *zoom: 1;
    display: inline-block;
    position: relative;
    z-index: 9;
    margin: 0 0 26px
}

.tab-wrap .tabs-title:after {
    content: "";
    display: table;
    clear: both
}

.tab-wrap .tabs-title li {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    float: left
}

.tab-wrap .tabs-title li:before {
    content: "|";
    color: #c9c9c9;
    padding: 0 16px;
    color: #1c1c1c
}

.tab-wrap .tabs-title li:first-child:before {
    display: none
}

.tab-wrap .tabs-title li.current {
    color: #212121
}

/*.tab-wrap .tab-content {*/
/*position: relative*/
/*}*/

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

.serachpc_searchpage form {
    width: 100%;
    height: 32px;
    line-height: 33px;
    margin: 6px 0 0 0;
    padding: 0;
    position: relative
}

.serachpc_searchpage form input {
    width: 100%;
    height: 36px !important;
    min-height: unset;
    line-height: 36px;
    border: solid 1px #ebebeb;
    background: transparent;
    border-radius: 0px !important;
    padding: 0 40px 0 15px;
    background: #fff;
    color: #959595;
    font-size: 12px
}

.serachpc_searchpage form input::-webkit-input-placeholder {
    color: #959595
}

.serachpc_searchpage form input::-moz-placeholder {
    color: #959595
}

.serachpc_searchpage form input:-ms-input-placeholder {
    color: #959595
}

.serachpc_searchpage form button {
    width: 50px;
    height: 36px !important;
    line-height: 36px;
    box-shadow: none;
    padding: 0 10px;
    border: none;
    background: #00b18a;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0
}

.serachpc_searchpage form button .fa {
    font-size: 16px;
    color: #fff
}

.serachpc_searchpage form button:hover {
    background: #00cda0
}

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

.tophead {
    font-size: 14px;
    background: url(../img/oc-cho1.jpg);
    height: 50px;
    line-height: 50px
}

.tophead .social_header ul {
    padding: 0;
    margin: 0
}

/*[role="button"] {*/
/*    display: none*/
/*}*/

.tophead .social_header ul li {
    float: left;
    border-left: 1px solid #fff
}

.tophead .social_header ul li:last-child {
    border-right: 1px solid #fff
}

.tophead .social_header ul li a {
    padding: 0 20px;
    color: #fff;
    height: 100%;
    float: left;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    font-size: 12px
}

.tophead .social_header ul li a:hover.facebook {
    background: #3B5998
}

.tophead .social_header ul li a:hover.twitter {
    background: #55ACEE
}

.tophead .social_header ul li a:hover.google {
    background: #dd4b39
}

.tophead .contenttop .account_header a {
    padding: 0 30px;
    height: 100%;
    float: left;
    color: #fff;
    text-transform: uppercase;
    border-left: 1px solid #00cda0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 12px
}

.tophead .contenttop .account_header a:hover {
    background: #00cda0
}

.tophead .contenttop .account_header .btnx {
    border-right: 1px solid #00cda0
}

@media (max-width: 767px) {
    .tophead .contenttop .account_header .btnx {
        border: 0
    }
}

@media (max-width: 767px) {
    .tophead .contenttop {
        text-align: center
    }

    .tophead .contenttop .account_header {
        float: none !important;
        margin: 0 auto
    }

    .tophead .contenttop .account_header a {
        width: 50%;
        display: flex;
        height: 100%;
        border: 0;
        justify-content: center;
        align-items: center
    }
}

.sticky {
    width: 100% !important;
    position: fixed !important;
    left: 0;
    top: 0px !important;
    z-index: 9999 !important;
    -webkit-animation: navigationFlipIn 0.5s;
    animation: navigationFlipIn 0.5s;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1)
}

@-webkit-keyframes navigationFlipIn {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes navigationFlipIn {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes navigationFlipIn {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes navigationFlipIn {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.contactphone {
    height: 90px;
    display: block;
    line-height: 90px;
    font-weight: 700;
    font-size: 12px
}

.contactphone .fa {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    width: 25px;
    text-align: center;
    height: 25px;
    background: #00b18a;
    border-radius: 2px;
    margin-right: 8px
}

.contactphone span {
    font-weight: 700
}

@media (max-width: 767px) {
    .contactphone span {
        display: none
    }
}

.contactphone span span {
    font-weight: 400;
    font-size: 14px
}

.contactphone:hover {
    color: #363636
}

.contactphone:hover span span {
    color: #00cda0
}

@media (min-width: 1200px) {
    #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
    }
}

.menubar_pc {
    display: inline-block;
    float: left;
    line-height: 115px;
    padding-left: 12px
}

@media (max-width: 767px) {
    .menubar_pc {
        line-height: 90px
    }
}

.menubar_pc .navbars {
    display: inline-block
}

.menubar_pc .navbars img {
    max-width: 64px;
    margin-top: -7px
}

.menubar_pc .navbars span {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #363636;
    margin-left: 15px
}

.logo_center {
    display: inline-block;
    left: 0;
    z-index: 9;
    line-height: 100px;
    text-align: center
}

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

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

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

    }
}

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

@media (max-width: 767px) {
    .cartgroup {
        padding-right: 0;
        position: absolute;
        top: 115px;
        right: 10px
    }
}

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

.mid-header {

    position: relative
}

.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 .header-right .top-cart-contain {
    height: 100px;
    line-height: 100px;
    padding-left: 20px
}

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

.mid-header .content_header .header-right .top-cart-contain .img_hover_cart {
    width: 30px;
    float: left;
    position: relative
}

.mid-header .content_header .header-right .top-cart-contain .img_hover_cart i {
    color: #898989;
    font-size: 18px
}

@media (max-width: 767px) {
    .mid-header .content_header .header-right .top-cart-contain .img_hover_cart i {
        color: #fff
    }
}

.mid-header .content_header .header-right .top-cart-contain .img_hover_cart .count_item {
    position: absolute;
    right: 0px;
    top: 20px;
    min-width: 25px;
    min-height: 25px;
    padding: 0 2px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #00cda0;
    border-radius: 50%;
    font-family: "Roboto", sans-serif
}

@media (max-width: 767px) {
    .mid-header .content_header .header-right .top-cart-contain .img_hover_cart .count_item {
        top: -13px
    }
}

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

@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: #898989;
    font-size: 18px;
    cursor: pointer
}

@media (max-width: 767px) {
    .mid-header .content_header .searchbox .fa {
        color: #fff
    }
}

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

@media (max-width: 991px) {
    .mid-header .content_header .searchbox .search-box {
        right: 0;
        left: auto;
        top: 100px
    }
}

@media (max-width: 767px) {
    .mid-header .content_header .searchbox .search-box {
        top: 30px;
        right: -35px
    }
}

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

.mid-header .content_header .searchbox .search-box .header-search form .input-group-btn {
    position: absolute;
    white-space: nowrap;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 0;
    right: -1px
}

.mid-header .content_header .searchbox .search-box .header-search form .input-group-btn button {
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    box-shadow: none;
    background: transparent;
    position: absolute;
    right: 5px;
    top: 5px
}

.mid-header .content_header .searchbox .search-box .header-search form .input-group-btn button .fa {
    line-height: 30px;
    margin: 0 auto;
    width: 35px;
    text-align: center;
    font-size: 16px;
    color: #333
}

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

.logo .logo-wrapper {
    height: 100px;
    line-height: 100px;
    display: block
}

@media (max-width: 991px) {
    .logo .logo-wrapper {
        height: auto;
        line-height: unset;
    }
}

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

.mini-cart {
    height: 100px
}

@media (max-width: 767px) {
    .mini-cart {
        height: 30px
    }
}

.mini-cart .heading-cart {
    float: left
}

@media (max-width: 767px) {
    .mini-cart .heading-cart {
        padding-top: 0px
    }
}

.mini-cart .heading-cart .content_cart_header {
    line-height: 21px;
    padding-left: 20px;
    margin-top: -11px;
    float: right
}

@media (max-width: 1199px) and (min-width: 992px) {
    .mini-cart .heading-cart .content_cart_header {
        padding-left: 15px;
        margin-top: -8px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mini-cart .heading-cart .content_cart_header {
        margin-top: 25px
    }
}

@media (max-width: 321px) {
    .mini-cart .heading-cart .content_cart_header {
        padding-left: 5px
    }
}

.mini-cart .heading-cart .bg_cart {
    color: #8d90a6
}

.mini-cart .heading-cart .bg_cart .count_item_pr {
    font-size: 14px;
    color: #00b18a;
    font-weight: 400
}

.mini-cart .heading-cart .bg_cart strong {
    color: #00b18a
}

.mini-cart .heading-cart .bg_cart i {
    font-size: 24px;
    color: #00b18a;
    display: block;
    float: left;
    line-height: 30px;
    width: 100%
}

@media (max-width: 991px) {
    .mini-cart .heading-cart .bg_cart i {
        margin-right: 30px
    }
}

.mini-cart .heading-cart .bg_cart .text-giohang {
    font-size: 14px;
    color: #363636;
    font-weight: bold;
    display: block
}

.mini-cart:hover .bolds {
    color: #00cda0 !important
}

.mini-cart:hover .top-cart-content {
    display: block
}

.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none
}

.top-cart-contain .price {
    color: #00b18a;
    text-transform: uppercase
}

.top-cart-contain .product-details .price {
    color: #00b18a;
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px
}

.top-cart-content {
    right: 0px;
    top: 100px;
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    line-height: normal;
    text-align: left;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    z-index: 10000
}

.top-cart-content .empty {
    text-align: left;
    color: #333
}

.top-cart-content .product-details-bottom {
    margin-bottom: 15px
}

.top-cart-content .product-name {
    margin: 0;
    width: 200px;
    line-height: 20px;
    padding-right: 35px;
    font-weight: 400;
    word-break: break-word
}

.top-cart-content .product-name a {
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 20px !important;
    font-weight: 400;
    color: #363636
}

.top-cart-content .product-name:hover > a {
    text-decoration: none;
    color: #00cda0
}

.top-cart-content .variant-title {
    color: #c3c3c3;
    font-size: 12px;
    font-style: italic;
    margin: 0
}

.top-cart-content .product-details-bottom span {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #00b18a;
    margin-top: 5px;
    display: block
}

.top-cart-content li {
    list-style: none
}

.top-cart-content li.item {
    border-top: solid 1px #eaebf3;
    overflow: hidden;
    padding: 20px 0px;
    position: relative
}

.top-cart-content li.item:first-child {
    border-top: none
}

.top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: 0
}

.top-cart-content li.item .wrap_item {
    overflow: hidden;
    padding: 20px 20px 20px 0px;
    border-bottom: solid 1px #eaebf3;
    width: 100%;
    float: left
}

.top-cart-content li.item .image_drop {
    float: left;
    display: block;
    width: 85px;
    position: relative;
    margin-right: 15px
}

.top-cart-content li.item .image_drop .product-image {
    float: left;
    display: block;
    width: 85px;
    position: relative;
    margin-right: 15px
}

.top-cart-content li.item .image_drop .remove-item-cart {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
    float: left;
    position: absolute;
    right: 0;
    top: 0
}

.top-cart-content li.item .image_drop .remove-item-cart:hover {
    color: #00cda0
}

.top-cart-content li.item .image_drop .remove-item-cart:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900
}

.top-cart-content li.item .detail-item {
    display: block;
    float: left;
    width: calc(100% - 105px);
    -o-width: calc(100% - 105px);
    -moz-width: calc(100% - 105px);
    -webkit-width: calc(100% - 105px);
    position: relative
}

.top-cart-content li.item .detail-item a:hover {
    text-decoration: none
}

.top-cart-content li.item .detail-item .fa {
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 14px;
    color: #337ab7;
    text-align: center;
    padding: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer
}

.top-cart-content li.item .detail-item .fa:hover {
    color: #00cda0
}

.top-cart-content li.item .detail-item .fa:before {
    margin-left: 4px
}

.top-cart-content li.item .detail-item input {
    display: inline-block;
    width: 40px;
    padding: 0;
    margin: 0;
    text-align: center
}

.top-cart-content li.item .detail-item button.items-count {
    display: inline-block
}

.top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: em(13px);
    background: #f5f5f5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ebebeb solid
}

.top-subtotal {
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    border-top: solid 1px #ebebeb;
    text-align: left;
    text-transform: none;
    padding: 12px 20px
}

.top-subtotal .price {
    font-weight: 700 !important;
    font-size: 16px !important;
    font-family: "Roboto", sans-serif;
    float: right
}

.qty_drop_cart {
    font-size: 12px;
    position: relative;
    height: 25px;
    padding-top: 5px;
    padding-left: 0px;
    width: 80px;
    position: relative
}

.qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
    width: 20px;
    height: 17px;
    color: #000;
    line-height: 17px;
    right: 0
}

.qty_drop_cart .btn_increase:hover, .qty_drop_cart .btn_reduced:hover {
    color: #00cda0
}

.qty_drop_cart button.btn_increase {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #eaebf3;
    font-size: 14px;
    cursor: pointer;
    float: left;
    background: #fff;
    color: #333
}

.qty_drop_cart button.btn_reduced {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #eaebf3;
    background: #fff !important;
    font-size: 14px;
    cursor: pointer;
    float: left
}

.qty_drop_cart input {
    display: inline-block;
    float: left;
    width: 30px !important;
    height: 25px;
    min-height: 25px;
    padding: 0;
    text-align: center;
    border: 1px solid #eaebf3;
    color: #363636
}

.pd {
    padding: 0 10px
}

.top-subtotal {
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0px;
    text-align: left;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb
}

.top-subtotal .price_big {
    font-size: 14px !important
}

.top-subtotal .price {
    font-weight: 400 !important;
    line-height: 20px;
    margin-top: 0 !important;
    font-size: 16px;
    color: #00b18a !important;
    float: right
}

ul#cart-sidebar {
    margin: 0;
    padding: 5px 5px 0 0;
    max-height: 625px;
    min-width: 320px
}

ul#cart-sidebar .list-item-cart {
    padding: 10px;
    max-height: 310px;
    overflow: auto
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
    width: 4px;
    background-color: #fff
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
    border: 4px solid #cdcfdd
}

ul#cart-sidebar .list-item-cart li.list-item {
    max-height: 400px;
    overflow-y: auto
}

ul#cart-sidebar .list-item-cart li.action {
    display: none
}

ul#cart-sidebar .list-item-cart.hasclass li.action {
    display: block
}

ul#cart-sidebar .list-item-cart li.list-item .price2 {
    font-weight: 700;
    color: #00b18a;
    font-size: 14px;
    display: list-item;
    margin-bottom: 5px
}

ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar {
    width: 5px
}

ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.9)
}

ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb {
    background: #00b18a;
    border-radius: 15px
}

ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:active {
    background: #00cda0;
    border-radius: 15px
}

ul#cart-sidebar .no-item p {
    margin: 0;
    padding: 10px 15px 15px 15px
}

ul#cart-sidebar .right_ct {
    text-align: center;
    padding: 15px 10px;
    width: 100%;
    float: left
}

ul#cart-sidebar .right_ct .btn, ul#cart-sidebar .right_ct input[type="submit"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    float: left;
    text-transform: uppercase
}

ul#cart-sidebar .right_ct .btn.btn-primary, ul#cart-sidebar .right_ct input.btn-primary[type="submit"] {
    font-family: "Roboto", sans-serif;
    margin-left: 5px;
    background: #00b18a;
    color: #fff;
    width: 49%;
    border-radius: 0px
}

ul#cart-sidebar .right_ct .btn.btn-primary:hover, ul#cart-sidebar .right_ct input.btn-primary[type="submit"]:hover {
    color: #00cda0;
    background: #fff;
    border: 1px solid #00cda0
}

ul#cart-sidebar .right_ct .btn.btn-white, ul#cart-sidebar .right_ct input.btn-white[type="submit"] {
    font-family: "Roboto", sans-serif;
    border: none;
    color: #fff;
    background: #00b18a;
    width: 49%;
    text-align: center;
    border: solid 1px #ebebeb;
    border-radius: 0px
}

ul#cart-sidebar .right_ct .btn.btn-white:hover, ul#cart-sidebar .right_ct input.btn-white[type="submit"]:hover {
    color: #00cda0;
    background: #fff;
    border-color: #00cda0
}

.li-fix-1 {
    background: #FFF;
    border-top: 1px solid #ebebeb;
    display: block
}

.li-fix-2 {
    display: block;
    width: 295px
}

@media (min-width: 992px) {
    .menu-bar-mobile {
        display: none
    }

    .menu_mobile {
        display: none
    }
}

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

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

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

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

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

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

.bg-header-nav .header-nav > ul.item_big > li.menu-item:hover > a {
    color: #00cda0
}

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

.bg-header-nav .header-nav > ul.item_big > li.menu-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.menu-item > ul li {
    float: none;
    padding: 0 10px
}

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

.bg-header-nav .header-nav > ul.item_big > li.menu-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.menu-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.menu-item > ul li a:hover {
    color: #00cda0
}

.bg-header-nav .header-nav > ul.item_big > li.menu-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.menu-item > ul li ul {
    display: none;
    left: 200px;
    top: 0px
}

.bg-header-nav .header-nav > ul.item_big > li.menu-item > ul > li {
    color: #363636;
    width: 250px;
    float: left;
}

.bg-header-nav .header-nav > ul.item_big > li.menu-item > ul > li:hover > a {
    color: #00cda0
}

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

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

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

#nav-mobile {
    z-index: 999
}

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

.header-nav ul .menu-item:hover > .dropdown-menu {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    display: block;
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}

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

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

.header-nav ul .menu-item .a-img span.menu-label:after {
    border-color: #00b18a 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
}

.header-nav .mega-content {
    background: #fff;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    margin: 0;
    transform: translateX(-54%);
    padding: 20px 15px;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 999;
    width: 1140px;
    border: none;
    text-align: left;
    box-shadow: 0 0 20px -5px
}

@media (max-width: 1199px) {
    .header-nav .mega-content {
        left: 0;
        width: 940px;
        transform: translateX(-25%)
    }
}

.header-nav .mega-content .level1.parent h2 {
    font-size: 13px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin-top: 0;
    color: #363636;
    text-transform: uppercase
}

.header-nav .mega-content .level1.parent ul.level1 {
    padding: 0
}

.header-nav .mega-content .level1.parent ul.level1 li {
    line-height: 20px
}

.header-nav .mega-content .level1.parent ul.level1 li a {
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 14px;
    color: #363636
}

.header-nav .mega-content .level1.parent ul.level1 li + li {
    padding-top: 5px
}

.header-nav .mega-content .level1.item {
    float: left;
    width: 25%;
    padding: 0 5px
}

.header-nav .mega-content .level1.item > a {
    color: #00b18a
}

.header-nav .mega-content .level1.item > a:hover, .header-nav .mega-content .level1.item > a:focus {
    color: #009a78;
    text-decoration: none
}

.header-nav .mega-content .level1.item h2 {
    font-size: 14px;
    font-weight: 400;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-top: 0;
    color: #363636;
    text-transform: uppercase;
    margin-bottom: 15px
}

.header-nav .mega-content .level1.item ul.level1 {
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
    float: left
}

.header-nav .mega-content .level1.item ul.level1 li {
    line-height: 20px;
    width: 100%;
    float: left
}

.header-nav .mega-content .level1.item ul.level1 li .fa {
    display: inline-block;
    float: left;
    width: 10px;
    line-height: 23px
}

.header-nav .mega-content .level1.item ul.level1 li a {
    font-weight: normal !important;
    text-transform: none !important;
    display: block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #898989;
    width: 100%;
    float: left
}

.header-nav .mega-content .level1.item ul.level1 li:hover a, .header-nav .mega-content .level1.item ul.level1 li:focus a {
    text-decoration: none;
    color: #00cda0
}

.header-nav .mega-content .level1.item ul.level1 li:hover .fa, .header-nav .mega-content .level1.item ul.level1 li:focus .fa {
    color: #00cda0
}

@media (min-width: 1200px) {
    .header-nav .mega-content .level1.item ul.level1:nth-child(5n+1) {
        clear: left;
        clear: both
    }
}

@media (max-width: 1199px) {
    .header-nav .mega-content .level1.item ul.level1:nth-child(4n+1) {
        clear: left;
        clear: both
    }
}

.header-nav .mega-content .level0-wrapper2 .nav-block .level0 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0px
}

.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;
    border-top: 2px solid #868686;
}

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: #00cda0
}

.getmail {
    width: 100%;
    float: left;
    padding: 35px 0 35px;
    overflow: hidden;
    clear: both;
    background-color: #151515
}

@media (max-width: 991px) and (min-width: 768px) {
    .getmail .first_email {
        margin-bottom: 30px
    }
}

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

.getmail p {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 45px;
    display: inline-block
}

.getmail p.mail {
    display: block;
    width: 50%;
    float: left
}

@media (max-width: 767px) {
    .getmail p.mail {
        width: 80%;
        line-height: 24px;
        margin-bottom: 15px
    }
}

.getmail .mail_footer {
    width: 100%;
    height: 40px;
    float: left
}

@media (max-width: 767px) {
    .getmail .mail_footer {
        width: 100%;
        margin-bottom: 20px;
        height: unset
    }
}

.getmail .mail_footer form {
    position: relative
}

.getmail .mail_footer form input {
    height: 40px;
    border-radius: 0;
    line-height: 40px;
    margin-bottom: 0px;
    float: left;
    width: 450px;
    padding: 0 20px
}

@media (max-width: 767px) {
    .getmail .mail_footer form input {
        width: 100%;
        margin-bottom: 10px
    }
}

.getmail .mail_footer form .subscribe {
    display: inline-block;
    padding: 0 15px;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    background: #00b18a;
    position: relative;
    float: left;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .getmail .mail_footer form .subscribe {
        width: 100%;
        margin-left: 0
    }
}

.getmail .mail_footer form .subscribe:before {
    content: "\f0e0";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 13px;
    padding-right: 5px;
    font-weight: normal
}

.getmail .mail_footer form .subscribe:hover {
    background: #fff;
    color: #00cda0
}

.getmail .social {
    float: right;
    display: inline-block
}

@media (max-width: 991px) {
    .getmail .social {
        display: block;
        float: left;
        width: 100%
    }
}

.getmail .social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    text-align: center;
    margin-left: 5px
}

.getmail .social a .fa, .getmail .social a .fab, .getmail .social a .fas {
    color: #fff
}

.getmail .social a.fb {
    background: #3C5B9B
}

.getmail .social a.tw {
    background: #359BED
}

.getmail .social a.go {
    background: #E33729
}

.getmail .social a.rss {
    background: #FD9F13
}

.getmail .social a.yt {
    background: #F03434
}

.getmail .social a:hover .fa, .getmail .social a:hover .fab {
    color: #fff
}

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

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: #00b18a;
    color: #fff;
    border: 0;
    outline: 0
}

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

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;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #020202;
    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*/
    color: #fff;
    background: #eb8708;
}

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: #020202
}

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: #020202;
    padding-top: 5px;
    word-break: break-word
}

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

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: 10px 0;
    width: 100%;
    float: left;
    font-family: "Roboto", sans-serif;
    /*background: #5b5b5b*/
}

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: #fff;
    font-size: 13px
}

footer.footer .copyright .copyright-link .menu_bottom a:hover {
    color: rgba(255,255,255,.5) !important
}

footer.footer .copyright span.wsp {
    color: #fff;
    font-size: 15px;
    /*width: 100%;*/
    /*float: left*/
    display: block;
    text-align: center;
}

@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: rgb(229 84 18);
    font-weight: 400
}

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

footer.footer .copyright b {
    color: rgba(255,255,255,.5)
}

footer.footer .copyright a {
    font-weight: 400;
    color: rgba(255,255,255,.5);
    opacity: 1
}

footer.footer .copyright a:hover {
    color: rgba(255,255,255,.5) !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: #020202
}

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

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: #020202
}

footer.footer .list-menu .li_menu a {
    color: #020202;
    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: #020202;
    margin-right: 5px;
    position: absolute;
    top: -2px;
    left: 0px
}

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

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

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

    .collapse {
        margin-bottom: 30px
    }
}

.mid-footer {
    background: transparent;
    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: #020202;
    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: #fff;
    font-weight: bold
}

.backtop:hover .fa {
    color: #00cda0
}

.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: 480px) {
    .bizweb-product-reviews-form {
        min-width: 250px !important
    }
}

.bizweb-product-reviews-form fieldset {
    border: 0
}

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

.page_404 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 700px;
    font-family: "Roboto", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .page_404 {
        min-height: 400px
    }
}

.page_404 .page-404 {
    text-align: center
}

.page_404 .page-404 h1 {
    font-family: "Roboto", sans-serif;
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    margin: 0;
    padding: 0;
    color: #363636
}

@media (max-width: 767px) {
    .page_404 .page-404 h1 {
        font-size: 100px;
        line-height: 100px
    }
}

.page_404 .page-404 p {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    color: #363636
}

@media (max-width: 767px) {
    .page_404 .page-404 p {
        font-size: 16px
    }
}

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

.bizweb-product-reviews-module {
    margin: 0 !important
}

.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: #00cda0;
    color: #fff;
    background: #00cda0
}

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

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

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

.item_product_main {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.item_product_main form {
    margin-bottom: 0
}

.item_product_main .image_thumb {
    width: 100%;
    float: left;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    position: relative;
    border: 1px solid #e1e1e1;
    padding: 1px;
    border: #e1e1e1 1px solid;
    -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
}

@media (min-width: 1200px) {
    .item_product_main .image_thumb {
        height: 262.48px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item_product_main .image_thumb {
        height: 210px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item_product_main .image_thumb {
        height: 210px
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .item_product_main .image_thumb {
        height: 240px
    }
}

@media (min-width: 475px) and (max-width: 543px) {
    .item_product_main .image_thumb {
        height: 207.5px
    }
}

@media (min-width: 425px) and (max-width: 474px) {
    .item_product_main .image_thumb {
        height: 182.5px
    }
}

@media (min-width: 375px) and (max-width: 424px) {
    .item_product_main .image_thumb {
        height: 157.5px
    }
}

@media (max-width: 374px) {
    .item_product_main .image_thumb {
        height: 130px
    }
}

.item_product_main img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    min-height: 150px
}

.item_product_main img.loaded {
    min-height: unset;
    height: unset
}

.item_product_main .product-thumbnail {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden
}

.item_product_main .product-thumbnail .saleright {
    font-size: 10px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #00b18a;
    border: #00b18a 1px solid;
    padding: 0;
    text-align: center;
    position: absolute;
    background: #fff;
    top: 15px;
    right: 15px;
    z-index: 1;
    font-weight: 700;
    width: 40px;
    height: 20px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center
}

.item_product_main .product-thumbnail .product-action {
    position: absolute;
    top: 40%;
    z-index: 1;
    text-align: center;
    width: 100%;
    float: left;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s
}

.item_product_main .product-thumbnail .product-action .product-hover {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: inline-flex
}

.item_product_main .product-thumbnail .product-action .product-hover .btn-left {
    -moz-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px)
}

.item_product_main .product-thumbnail .product-action .product-hover .btn-right {
    -moz-transform: translateX(500px);
    -o-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transform: translateX(500px)
}

.item_product_main .product-thumbnail .product-action .product-hover .btn-views {
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #00b18a;
    padding: 0 10px;
    box-shadow: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    margin-right: 5px;
    color: #00b18a;
    z-index: 6;
    opacity: 0 !important;
    -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
}

.item_product_main .product-thumbnail .product-action .product-hover .btn-views .fa {
    padding-right: 5px;
    font-size: 11px
}

@media (max-width: 767px) {
    .item_product_main .product-thumbnail .product-action .product-hover .btn-views {
        font-size: 10px
    }

    .item_product_main .product-thumbnail .product-action .product-hover .btn-views .fa {
        font-size: 10px
    }
}

.item_product_main .product-thumbnail .product-action .product-hover .btn-views:hover {
    background: #00cda0;
    border-color: #00cda0;
    color: #fff
}

.item_product_main form {
    width: 100%;
    float: left
}

.item_product_main .product-info {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center
}

@media (max-width: 767px) {
    .item_product_main .product-info {
        padding: 10px 0 0
    }
}

.item_product_main .product-info h3 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0 5px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.item_product_main .product-info .price-box {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #00b18a;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.item_product_main .product-info .price-box .compare-price {
    color: #777777;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 400
}

.item_product_main .product-info .btn-views {
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 11px;
    border: 1px solid #00b18a;
    padding: 0 15px;
    box-shadow: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 0;
    color: #00b18a
}

.item_product_main .product-info .btn-views .fa {
    padding-right: 5px;
    font-size: 11px
}

@media (max-width: 767px) {
    .item_product_main .product-info .btn-views {
        font-size: 10px
    }

    .item_product_main .product-info .btn-views .fa {
        font-size: 10px
    }
}

.item_product_main .product-info .btn-views:hover {
    background: #00cda0;
    border-color: #00cda0;
    color: #fff
}

@media (min-width: 1200px) {
    .item_product_main:hover .product-thumbnail .product-action .btn-views {
        opacity: 1 !important;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .item_product_main:hover .product-thumbnail .image_thumb {
        border: 1px solid #00b18a
    }

    .item_product_main:hover .product-thumbnail .image_thumb .first {
        display: none
    }

    .item_product_main:hover .product-thumbnail .image_thumb .last {
        z-index: 1;
        display: block
    }
}

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

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

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

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.container {
    width: 99%;
    max-width: 1360px;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}

.breadcrumb > li + li:before {
    content: "/" !important;
}

.well a.thumbnail.product-box img {
    width: 480px;
    height: 500px;
    object-fit: cover;
}

.container {
    width: 99%;
    max-width: 1360px;
}

.thumbnail {
    padding: 0;
}

.product-box {
    position: relative;
}

article p {
    font-size: 12pt;
}

article img {
    max-width: 100% !important;
    margin: auto;
    display: block;
}

h1 {
    font-size: 26px;
    margin-bottom: 35px;
}

header {
    background-color: #FFFFFF;
    box-shadow: 0px 5px 6px -5px #e6e6e5;
}

.well {
    background-color: #fff;
    box-shadow: none;
    padding: 0px 15px;
    border: none;
}

.well-topic h1 {
    padding: 0 0 8px 0;
    line-height: 1.3em;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #002855;
    text-transform: uppercase;
}

.well-topic header {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.well-topic #content {
    line-height: 1.7em;
    font-size: 14px;
    text-align: justify;
}

a {
    color: #262626;
}

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

.product-box {
    border-radius: 0;
}

.well-topic a.thumbnail {
    position: relative;
}

.well-topic .thumbnail .caption {
    position: absolute;
    bottom: 0;
    height: 60px;
    background-color: rgba(255, 255, 255, .6);
    box-shadow: 0px 0px 10px #ccc;
    width: 100%;
    color: #272727;
}

a.thumbnail {
    border-radius: 0;
    perspective: 300px;
    box-shadow: 0px 0px 10px #ccc;
    border: none;
}

a.thumbnail p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    max-height: 48px;
    height: 43px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.thumbnail:hover, a.thumbnail:hover {
    border-color: #00BFB2;
}

.thumbnail .caption {
    padding: 5px 5px 0 5px;
    height: 50px;
    color: #002855;
    text-align: center;
}

article #content {
    font-size: 12pt !important;
}

.breadcrumb {
    /*margin-top: 15px;*/
    margin-bottom: 10px;
    background-color: transparent;
    text-align: center;
    border-radius: 5px;
    /*border: .5px solid #a8a8a8;*/
}

@media (max-width: 1200px) {
    article img {
        height: auto !important;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .well a.thumbnail.product-box img {
        height: 140px !important;
    }

    .well-topic .thumbnail .caption {
        height: 46px;
    }

    article img {
        height: auto !important;
    }

    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .row {
        margin-right: -3px;
        margin-left: -3px;
    }

    .well {
        padding: 12px;
    }

    .well-topic h1 {
        font-size: 18px;
    }

    .thumbnail .caption {
        padding: 0;
        height: 28px;
    }
}

.well-topic a.thumbnail {
    position: relative;
}

.well-topic .thumbnail .caption {
    position: absolute;
    bottom: 0;
    height: 60px;
    background-color: rgba(255, 255, 255, .6);
    box-shadow: 0px 0px 10px #ccc;
    width: 100%;
    color: #272727;
}

a.thumbnail {
    border-radius: 0;
    perspective: 300px;
    box-shadow: 0px 0px 10px #ccc;
    border: none;
}

.thumbnail:hover, a.thumbnail:hover {
    border-color: #00BFB2;
}

.col-md-3 a.thumbnail {
    /*height: 280px;*/
}

.thumbnail .caption {
    padding: 5px 5px 0 5px;
    height: 50px;
    color: #002855;
    text-align: center;
}

/*@media (max-width: 767px) {*/
/*    .col-md-3 a.thumbnail {*/
/*        height: 180px;*/
/*    }*/

/*    .col-md-3 a.thumbnail img {*/
/*        width: 180px;*/
/*        height: 180px;*/
/*        object-fit: cover;*/
/*    }*/

/*    .well-topic .thumbnail .caption {*/
/*        height: 46px;*/
/*    }*/

/*    .thumbnail .caption {*/
/*        padding: 0;*/
/*        height: 28px;*/
/*    }*/
/*}*/

a, a:hover, a:focus, a:active {
    text-decoration: none;
}

h2 {
    margin-top: 10px;
}

.product-block img {
    width: 480px;
    height: 200px;
    object-fit: cover;
}

.productCategory-block img {
    width: 480px;
    height: 150px;
    object-fit: cover;
}

.container {
    width: 99%;
    max-width: 1360px;
}

.section-title {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-title .title {
    display: inline-block;
    text-transform: uppercase;
    margin: 0px;
    font-size: 23px;
}

/*.product-block {*/
/*    padding-bottom: 8px;*/
/*    height: 330px;*/
/*    padding: 5px;*/
/*    margin-bottom: 30px;*/
/*}*/

.productCategory-block {
    padding-bottom: 8px;
}

.productCategory-block h3 {
    text-align: center;
    font-size: 13pt;
}

.product-block h3 {
    text-align: center;
    font-size: 13pt;
}

a {
    color: #262626;
}

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

.price {
    color: #eb1f27;
    font-weight: bold;
    padding: 8px 0;
    font-size: 18px;
}

@media (max-width: 767px) {
    .product-block {
        height: 280px;
    }

    /*.container {*/
    /*    padding-right: 3px;*/
    /*    padding-left: 3px;*/
    /*}*/

    .row {
        margin-right: -3px;
        margin-left: -3px;
    }
}

.well a.thumbnail.product-box img {
    width: 480px;
    height: 500px;
    object-fit: cover;
}

.icon_fix {
    right: 0px;
    top: 170px;
    position: fixed;
    z-index: 999;
}

.icon_fix li a {
    display: block;
    position: relative;
    z-index: 3;
    background-size: cover;
    width: 50px;
    height: 50px;
    float: right;
    margin-top: 10px;
}

.icon_fix li:hover .aml-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.aml-tooltiptext {
    background-color: rgba(29, 36, 62, 1);
    color: #fff;
}

.aml-tooltiptext {
    visibility: hidden;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
    right: 120%;
}

.aml-tooltiptext::after {
    content: "";
    position: absolute;
    left: 100%;
    border-color: transparent transparent transparent #1D243E;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}

.icon_fix li a:hover {
    text-decoration: none !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15), 0 4px 15px rgba(0, 0, 0, .13);
    width: 50px;
    height: 50px;
    background-size: 100% !important;
    border-radius: 50% !important;
}

.cateService .title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 30px;
    color: #333;
    position: relative;
    padding-left: 30px;
}

.cateService .title::after {
    /*content: '';*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: 0px;*/
    /*background-color: #9e0b0f;*/
    /*transform: rotate(45deg);*/
}

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

.cateService .item {
    margin: 0 0 30px;
    position: relative;
    transition: all 0.5s;
}

.cateService .item:hover {
    transform: translateY(-5px);
}

.cateService .item:after {
    content: '';
    position: absolute;
    height: 25px;
    width: 96%;
    left: 2%;
    bottom: -10px;
    background-image: url('../img/shadow.png');
    z-index: 8;
    background-size: 100% 100%;
}

.cateService .item .box {
    margin-bottom: 15px;
}

.cateService .item .boxImg {
    background-position: center;
    height: 220px;
    background-size: cover;
    position: relative;
}

.cateService .item .boxImg::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
}

.cateService .item .boxImg:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    pointer-events: none;
}

.cateService .item h3 a {
    color: #333;
}

.cateService .item h3 {
    font-weight: 600;
    background: #ededed;
    font-size: 17px;
    margin: 0px;
    line-height: 20px;
    padding: 15px 10px;
    min-height: 50px;
    text-align: center;
}

.cateService .item .info {
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 768px) {
    .cateService .item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .cateService .title {
        font-size: 20px;
    }

    .cateService .item h3 {
        font-size: 14px;
        min-height: 70px;
    }

    .cateService .item .boxImg {
        height: 110px;
    }

    .cateService .item .box {
        margin: 0px -10px 10px;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.section3.real-videos {
    height: auto;
    padding: 30px 0;
    overflow: hidden;
    background-color: #f2f2f2;
}

.section3.real-videos p {
    font-size: 25px;
    height: 45px;
    text-align: left;
    color: #414143;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 33px;
    font-weight: bold;
}

.section3.real-videos p:after {
    content: '';
    position: absolute;
    width: 284px;
    height: 13px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/c3.gif) center top;
    filter: hue-rotate(45deg);
}

.section3.real-videos .videos-main-product {
    position: relative;
}

.section3.real-videos .videos-main-product a.img-wrapper {
    position: relative;
    display: block;
    height: initial;
}

.section3.real-videos .videos-main-product a.img-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.section3.real-videos .videos-main-product a.img-wrapper .img-thumb-wrapper {
    height: 100%;
    overflow: hidden;
}

.section3.real-videos .videos-main-product a.img-wrapper img {
    width: 100%;
    max-height: 321px;
    height: initial;
    display: block;
}

.section3.real-videos .videos-main-product .video-product-title {
    color: #4f4f4f;
    text-decoration: none;
    font-size: 16px;
    padding-top: 8px;
    font-weight: 700;
}

.section3.real-videos .videos-sub-product {
    position: relative;
    margin-bottom: 15px;
}

.section3.real-videos .videos-sub-product a.img-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.section3.real-videos .videos-sub-product a.img-wrapper .img-thumb-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
    padding-bottom: 56.25%;
}

.section3.real-videos .videos-sub-product a.img-wrapper .img-thumb-wrapper.fixnew {
    padding-bottom: 61.25%;
}

.section3.real-videos .videos-sub-product a.img-wrapper img {
    position: absolute;
    left: 0;
    min-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.section3.real-videos .videos-sub-product .video-product-title {
    color: #4f4f4f;
    text-decoration: none;
    font-size: 12px;
    padding-top: 8px;
    font-weight: 700;
    height: 25px;
    line-height: 19px;
    overflow: hidden;
}

.section_three_banner {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .section_three_banner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.section_three_banner .evo-index-banner-content-mid {
    margin-bottom: 25px;
}

.section_three_banner .evo-index-banner-content-mid .secondary-font {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 25px;
}

@media (max-width: 767px) {
    .section_three_banner .evo-index-banner-content-mid .secondary-font {
        font-size: 20px;
    }
}

.section_three_banner .evo-index-banner-content-mid p {
    color: #222;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .section_three_banner .keyword-item-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: unset;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-align-items: unset;
        align-items: unset;
    }
}

.section_three_banner .keyword-item-wrap a {
    float: left;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding: 10px;
    text-align: center;
    min-width: 16.66667%;
    transition: all .3s;
}

@media (max-width: 991px) {
    .section_three_banner .keyword-item-wrap a {
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
        min-width: 140px;
        padding: 5px;
    }
}

.section_three_banner .keyword-item-wrap a .keyword-info-title {
    color: #222;
    font-size: 14px;
    margin-top: 7px;
    line-height: 1.3;
    max-height: 35.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    font-weight: 600;
    min-height: 35.2px;
}

.section_three_banner .keyword-item-wrap a .keyword-img {
    position: relative;
    height: 160px;
}

@media (max-width: 1024px) {
    .section_three_banner .keyword-item-wrap a .keyword-img {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .section_three_banner .keyword-item-wrap a .keyword-img {
        height: 130px;
    }
}

.section_three_banner .keyword-item-wrap a .keyword-img img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 1024px) {
    .section_three_banner .keyword-item-wrap a:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
        transform: translateY(-5px);
        transition: all .3s;
    }

    .section_three_banner .keyword-item-wrap a:hover .keyword-info-title {
        color: #ec4f21;
    }

    .section_three_banner .keyword-item-wrap a:hover .keyword-img {
        opacity: 1;
    }
}

.section_three_banner {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .section_three_banner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.section_three_banner .evo-index-banner-content-mid {
    margin-bottom: 25px;
}

.section_three_banner .evo-index-banner-content-mid .secondary-font {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 25px;
}

@media (max-width: 767px) {
    .section_three_banner .evo-index-banner-content-mid .secondary-font {
        font-size: 20px;
    }
}

.section_three_banner .evo-index-banner-content-mid p {
    color: #222;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .section_three_banner .keyword-item-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: unset;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-align-items: unset;
        align-items: unset;
    }
}

.section_three_banner .keyword-item-wrap a {
    float: left;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding: 10px;
    text-align: center;
    min-width: 16.66667%;
    transition: all .3s;
}

@media (max-width: 991px) {
    .section_three_banner .keyword-item-wrap a {
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
        min-width: 140px;
        padding: 5px;
    }
}

.section_three_banner .keyword-item-wrap a .keyword-info-title {
    color: #222;
    font-size: 14px;
    margin-top: 7px;
    line-height: 1.3;
    max-height: 35.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    font-weight: 600;
    min-height: 35.2px;
}

.section_three_banner .keyword-item-wrap a .keyword-img {
    position: relative;
    height: 160px;
}

@media (max-width: 1024px) {
    .section_three_banner .keyword-item-wrap a .keyword-img {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .section_three_banner .keyword-item-wrap a .keyword-img {
        height: 130px;
    }
}

.section_three_banner .keyword-item-wrap a .keyword-img img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 1024px) {
    .section_three_banner .keyword-item-wrap a:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
        transform: translateY(-5px);
        transition: all .3s;
    }

    .section_three_banner .keyword-item-wrap a:hover .keyword-info-title {
        color: #ec4f21;
    }

    .section_three_banner .keyword-item-wrap a:hover .keyword-img {
        opacity: 1;
    }
}

a.buy_demo .p1 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    display: block;
    height: 24px;
}

.btn-buy .fa.fa-edit {
    color: #FFF;
    margin: 0;
    font-size: 16px;
    height: 24px;
    padding: 3px 5px;
    text-align: center;
    width: 24px;
}

a.buy_demo:hover {
    opacity: 0.95;
}

a.buy_demo {
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 60px;
    padding-top: 5px;
    text-align: center;
    border-bottom: 3px solid #555;
    cursor: pointer;
}

.btn-buy {
    max-width: 550px;
    margin-top: 20px;
}

a.buy_demo1 {
    background: #f00 none repeat scroll 0 0;
    float: left;
    width: 48%;
}

a.buy_demo2 {
    background: #fdb825 none repeat scroll 0 0;
    float: right;
    width: 48%;
}

.modal.show {
    opacity: 1;
}

.widget-content1 {
    text-align: center;
    width: 100%;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    margin-top: 30px;
}

.gb-nut-button {
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px;
    background-color: #ff0000;
    color: #fff;
    margin-top: 10px;
}

@media (max-width: 991px) {
    #mesalert {
        position: fixed;
        bottom: 35px;
        left: 0px;
        z-index: 997;
    }
}

.popupdeal .form-control {
    margin-bottom: 15px;
}

.popupdeal {
    background-color: rgba(255, 255, 255, 1);
    background-origin: content-box;
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 200px;
    width: 100%;
    float: left;
    padding: 5px;
}

button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

button.mfp-close {
    background-color: #000 !important;
    color: #fff;
    margin-right: 1px;
}

.gb-nut-button {
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px;
    background-color: #ff0000;
    color: #fff;
    margin-top: 10px;
}

#overlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#overlayer {
    z-index: 50;
    background: rgba(255, 255, 255, 0.91);
    border-radius: 3px;
    display: none;
}

#overlayer > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.modal {
    z-index: 99999;
}

#myBtn .modal-content {
    margin-top: 200px;
}
.owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span {
    display: none;
}
.clearfix {
    clear: both;
}
.skeleton {
    background-color: lightgrey;
    overflow: hidden;
    border-radius: 5px;
}
.skeleton-img {
    width: 100%;
    height: 100%;
}
.skeleton-text {
    width: 100%;
    height: 30px;
    margin: 20px 0;
}
.skeleton-text-long {
    width: 100%;
    height: 90px;
    margin: 20px 0;
}
.skeleton::before {
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0),
            #dadae8,
            rgba(255, 255, 255, 0)
    );
    animation: skeleton-animation 1.25s ease-in-out infinite;
}
@keyframes skeleton-animation {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(-100%);
    }
}