﻿@font-face {
    font-family: 'UTM Bebas';
    src: url("../fonts/utm-bebas.ttf") format("truetype")
}

@font-face {
    font-family: 'FontTitle';
    src: url("../fonts/josefinsans-bold.ttf") format("truetype")
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

@media (min-width: 992px) {
    .order-fix {
        order: 1
    }
}

.w_30 {
    width: 30% !important;
    float: left
}

.w_70 {
    width: 70% !important;
    float: left
}

@media (max-width: 767px) {
    .d-xs-block {
        display: block !important
    }
}

.heading h2, .heading h1, .heading h4 {
    font-family: 'UTM Bebas';
    font-size: 40px;
    color: #282828;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    line-height: normal;
    display: inline-block;
    position: relative
}

.heading h2:before, .heading h1:before, .heading h4:before {
    content: "";
    position: absolute;
    background-image: url("title_base.png@1659426012568");
    background-repeat: no-repeat;
    width: 160px;
    height: 27px;
    top: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
    .heading h2:before, .heading h1:before, .heading h4:before {
        background-image: url("title_base_m.png@1659426012568");
        width: 110px;
        height: 19px
    }
}

@media (max-width: 767px) {
    .heading h2, .heading h1, .heading h4 {
        font-size: 24px
    }
}

.heading h2 a, .heading h2 span, .heading h1 a, .heading h1 span, .heading h4 a, .heading h4 span {
    color: #282828
}

.heading h2 a:hover, .heading h1 a:hover, .heading h4 a:hover {
    color: #4d8a54
}

.heading .title_small {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    position: relative
}

.heading .title_small:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 1px;
    background: #4d8a54;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

@media (min-width: 1200px) {
    .col-lg-fix-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-5-pro {
        -ms-flex: 0 0 44.5%;
        flex: 0 0 44.5%;
        max-width: 44.5%
    }

    .col-lg-7-pro {
        -ms-flex: 0 0 55.5%;
        flex: 0 0 55.5%;
        max-width: 55.5%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-fix-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 992px) {
    .col-md-40 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-md-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.text_alert {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border-radius: 3px;
    padding: 10px 0
}

.display_ {
    display: none
}

section:after, .section:after, .block:after {
    display: block;
    clear: both;
    content: ""
}

.alert-warning {
    padding-right: 20px
}

.lazyload {
    background: #ebebeb
}

.lazyload.loaded {
    background: transparent
}

.hidden {
    display: none !important
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

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

.input-group .btn, .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: "Quicksand", sans-serif;
    line-height: 1.5;
    color: #282828;
    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
}

.btn-primary {
    background: #4d8a54;
    padding: 0 33px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 30px !important;
    color: #fff;
    font-size: 16px;
    font-weight: bold !important;
    text-transform: none;
    display: inline-block
}

.btn-primary:hover {
    background: #282828
}

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

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

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

a, input, button {
    box-shadow: none !important;
    outline: none !important
}

a:focus, input:focus, button:focus {
    box-shadow: none !important;
    outline: none !important
}

a:active, input:active, button:active {
    box-shadow: none !important;
    outline: none !important
}

.btn {
    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;
    box-shadow: none !important
}

.btn[disabled], .btn.disabled {
    cursor: default;
    background-color: #ebebeb
}

.btn:focus {
    box-shadow: none !important
}

.btn:active {
    box-shadow: none
}

.swatch {
    margin-bottom: 10px
}

.swatch .header {
    margin-bottom: 7px;
    text-align: left;
    float: none;
    min-width: 100px;
    font-weight: 500
}

.swatch label {
    float: left;
    min-width: 39px !important;
    height: 30px !important;
    margin: 0;
    border: 1px solid #ebebeb;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    font-weight: 500;
    padding: 0;
    border-radius: 5px;
    color: #282828
}

.swatch-element label {
    padding: 0 10px
}

.swatch-element label .img-check {
    display: none
}

.color.swatch-element label {
    padding: 0 10px
}

.swatch input:checked + label {
    background: transparent;
    color: #282828;
    border: 1px solid #4d8a54
}

.swatch input:checked + label .img-check {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0
}

.swatch .color input:checked + label {
    position: relative;
    border: 1px solid #4d8a54
}

.swatch .color input:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    display: none
}

.swatch .color .has-thumb {
    position: relative
}

.swatch .color .has-thumb .ego-swatch {
    max-height: 30px;
    position: relative;
    top: 0;
    left: -3px
}

@media (max-width: 767px) {
    .swatch .color .has-thumb .ego-swatch {
        top: -2px
    }
}

.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0px 10px 5px 0;
    position: relative
}

@media (max-width: 374px) {
    .swatch .swatch-element {
        margin: 0 6px 5px 0
    }
}

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.swatch .swatch-element .crossed-out {
    display: none
}

.swatch .swatch-element.soldout .crossed-out {
    display: block
}

.swatch .swatch-element.soldout label {
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6
}

.swatch .tooltip {
    text-align: center;
    background: #4d8a54;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -35px;
    margin-bottom: 15px;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}

.swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #4d8a54 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.swatch.error {
    background-color: #E8D2D2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px
}

.swatch.error p {
    margin: 0.7em 0
}

.swatch.error p:first-child {
    margin-top: 0
}

.swatch.error p:last-child {
    margin-bottom: 0
}

.swatch.error code {
    font-family: monospace
}

.title-head {
    font-size: 16px
}

.title_modules {
    display: block;
    position: relative;
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    text-align: left;
    float: left;
    width: 100%
}

.title_modules a, .title_modules .large {
    display: inline-block;
    background: #fff;
    z-index: 2;
    padding: 0 20px 0 0;
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    color: #282828;
    text-transform: uppercase;
    float: left;
    line-height: 55px
}

@media (max-width: 767px) {
    .title_modules a, .title_modules .large {
        padding: 0;
        font-size: 22px
    }
}

.title_modules a:hover {
    color: #4d8a54
}

.title_modules .mini {
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    margin-top: 5px;
    color: #6e7874;
    display: block;
    width: 100%;
    float: left;
    margin: 5px auto 0
}

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

.opacity_menu.open_opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 9999
}

.header_r .accout {
    display: inline-block;
    float: left;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    margin: 0 30px;
    position: relative
}

@media (max-width: 991px) {
    .header_r .accout {
        display: none
    }
}

.header_r .accout i {
    margin-right: 3px
}

.header_r .accout .group_ac {
    display: none;
    width: 110px;
    position: absolute;
    top: 45px;
    left: 0px;
    background: #fff;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    border-radius: 3px
}

.header_r .accout .group_ac:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #ebebeb transparent
}

.header_r .accout .group_ac a {
    display: block;
    text-align: left;
    line-height: 25px;
    font-weight: 400
}

.header_r .accout span {
    font-size: 14px;
    color: #acacac
}

.header_r .accout:hover span {
    color: #282828
}

.header_r .accout:hover .group_ac {
    display: block
}

.header_r .cartsearch {
    display: inline-block;
    float: right;
    text-align: right;
    position: relative
}

@media (max-width: 991px) {
    .header_r .cartsearch {
        top: 0px;
        position: absolute;
        right: 15px
    }
}

.header_r .cartsearch span {
    font-size: 14px;
    color: #fff
}

.header_r .cartsearch span:hover {
    color: #282828
}

.header_r .cartsearch .searchhd {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    float: left;
    display: inline-block
}

@media (max-width: 991px) {
    .header_r .cartsearch .searchhd {
        display: none
    }
}

.header_r .cartsearch .searchhd form {
    position: absolute;
    width: 220px;
    height: 45px;
    margin-bottom: 0;
    display: none
}

@media (max-width: 991px) {
    .header_r .cartsearch .searchhd form {
        width: 100%
    }
}

.header_r .cartsearch .searchhd form input {
    position: absolute;
    top: -41px;
    z-index: 999;
    left: -140px;
    border-radius: 30px;
    height: 35px;
    line-height: 35px;
    padding: 0 40px 0 15px;
    min-height: 35px;
    border: 0;
    color: #282828
}

@media (max-width: 991px) {
    .header_r .cartsearch .searchhd form input {
        top: 0;
        left: 0
    }
}

.header_r .cartsearch .searchhd form button {
    position: absolute;
    left: 25px;
    top: -45px;
    z-index: 999;
    height: 45px
}

@media (max-width: 991px) {
    .header_r .cartsearch .searchhd form button {
        top: 0;
        right: 0;
        left: auto
    }
}

.header_r .cartsearch .searchhd:hover form {
    display: block
}

.header_r .cartsearch .carthd {
    float: left;
    display: inline-block;
    position: relative
}

@media (max-width: 1199px) {
    .header_r .cartsearch .carthd {
        float: right
    }
}

@media (max-width: 767px) {
    .header_r .cartsearch .carthd {
        top: 22px;
        right: 0px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header_r .cartsearch .carthd {
        top: 30px;
        right: 5px
    }
}

.header_r .cartsearch .carthd .mini-cart {
    height: 45px;
    line-height: 43px
}

@media (max-width: 991px) {
    .header_r .cartsearch .carthd .mini-cart {
        height: 45px;
        line-height: 45px
    }
}

.header_r .cartsearch .carthd .mini-cart .img_hover_cart .icon_hotline {
    font-size: 14px;
    font-weight: 400
}

.header_r .cartsearch .carthd .mini-cart .img_hover_cart .icon_hotline i {
    position: relative
}

.header_r .cartsearch .carthd .mini-cart .img_hover_cart .icon_hotline i .count_item {
    background: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 15px;
    bottom: -9px;
    text-decoration: none;
    text-transform: none;
    font-style: initial;
    font-size: 11px;
    color: #4d8a54;
    font-weight: bold
}

.header_r .cartsearch .carthd .mini-cart .img_hover_cart .icon_hotline .bolds {
    margin-left: 9px
}

.header_r .cartsearch .carthd .mini-cart .img_hover_cart:hover {
    color: #4d8a54
}

.header_r .cartsearch .carthd .mini-cart .img_hover_cart:hover .bolds {
    color: #282828
}

.wraphead_mobile {
    background: transparent;
    position: relative;
    height: 125px
}

@media (max-width: 991px) {
    .wraphead_mobile {
        height: 140px;
        background: #4d8a54
    }
}

.wraphead_mobile .container {
    position: relative
}

@media (max-width: 991px) {
    .logo {
        width: 160px;
        display: inline-block;
        margin-top: 0px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -10px !important
    }
}

.menubutton {
    position: absolute;
    z-index: 999;
    color: #fff;
    font-size: 18px;
    left: 15px;
    top: 27px;
    font-weight: 700
}

@media (max-width: 991px) {
    .menubutton .fas {
        font-size: 24px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menubutton {
        font-size: 0px;
        top: 40px
    }
}

@media (max-width: 767px) {
    .menubutton {
        font-size: 0px;
        top: 33px
    }
}

.menubutton:hover {
    color: #fff;
    cursor: pointer
}

@media (min-width: 768px) and (max-width: 1199px) {
    .menubutton {
        left: 38px
    }
}

.wrapmenu_right {
    height: 100vh;
    width: 375px;
    z-index: 99999;
    left: 0;
    top: 0px !important;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(-375px);
    -ms-transform: translateX(-375px);
    -o-transform: translateX(-375px);
    transform: translateX(-375px);
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden
}

@media (max-width: 767px) {
    .wrapmenu_right {
        width: 280px;
        -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        -o-transform: translateX(-280px);
        transform: translateX(-280px)
    }
}

.wrapmenu_right.open_sidebar_menu {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.wrapmenu {
    font-family: "Quicksand", sans-serif
}

.wrapmenu .logo {
    margin-bottom: 25px
}

.wrapmenu .p-r-30 {
    padding: 0 30px
}

.wrapmenu .contenttop {
    color: #282828;
    text-align: left;
    margin-top: 30px
}

.wrapmenu .contenttop .section {
    padding: 0 30px;
    text-align: left
}

.wrapmenu .contenttop a {
    color: #282828;
    font-weight: 700
}

.wrapmenu .contenttop a:hover {
    color: #4d8a54
}

.wrapmenu .social {
    width: 100%
}

.wrapmenu .social a {
    display: inline-block;
    margin-left: 15px
}

.wrapmenu .social a:first-child {
    margin-left: 0
}

.wrapmenu .social a i {
    color: #4d8a54
}

.wrapmenu .social a i:hover {
    color: #4d8a54
}

.wrapmenu form {
    padding: 0px;
    margin-top: 70px
}

.wrapmenu form input {
    height: 30px !important;
    line-height: 30px;
    min-height: 30px;
    border-radius: 3px !important;
    font-size: 13px;
    padding: 0 40px 0 15px;
    color: #282828
}

@media (max-width: 767px) {
    .wrapmenu form input {
        font-size: 11px;
        font-weight: 500
    }
}

.wrapmenu form button {
    padding: 0;
    width: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    height: 30px !important;
    right: 5px;
    line-height: 31px
}

.wrapmenu form button .fa {
    font-size: 19px;
    color: #4d8a54
}

.wrapmenu {
    position: relative
}

.wrapmenu_full {
    position: fixed;
    top: 0 !important;
    bottom: 0;
    left: -1px;
    z-index: 9999;
    width: 375px;
    background: #fff;
    max-height: 100vh;
    overflow-y: auto
}

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

.wrapmenu_full::-webkit-scrollbar {
    width: 0px;
    background-color: #fff
}

.wrapmenu_full::-webkit-scrollbar-thumb {
    border: 0px solid #cdcfdd
}

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

.wrapmenu_full .container {
    position: relative
}

.wrapmenu_full .logo {
    width: 100%;
    text-align: center
}

.wrapmenu_full .logo a {
    padding: 10px;
    display: block
}

.wrapmenu_full .menu_mobile {
    height: 100%;
    margin-top: 0;
    border-top: 0px;
    background: #fff;
    padding: 0 0px
}

.wrapmenu_full .menu_mobile p {
    font-family: "Quicksand", sans-serif;
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    font-weight: 700;
    color: #4d8a54;
    text-transform: uppercase;
    text-align: left;
    padding: 0 30px;
    box-shadow: 0px 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
    -os-box-shadow: 0px 1px 24.57px 2.43px rgba(0, 0, 0, 0.12)
}

@media (max-width: 767px) {
    .wrapmenu_full .menu_mobile {
        padding: 0
    }
}

.wrapmenu_full .menu_mobile .ul_collections {
    padding-left: 0;
    max-height: 90vh;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 0px
}

.wrapmenu_full .menu_mobile .ul_collections::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff
}

.wrapmenu_full .menu_mobile .ul_collections::-webkit-scrollbar {
    width: 0px;
    background-color: #fff
}

.wrapmenu_full .menu_mobile .ul_collections::-webkit-scrollbar-thumb {
    border: 0px solid #cdcfdd
}

.wrapmenu_full .menu_mobile .ul_collections li {
    position: relative;
    display: block;
    padding: 0 0px;
    border-bottom: solid 1px #ebebeb
}

.wrapmenu_full .menu_mobile .ul_collections li:last-child {
    border-bottom: none
}

.wrapmenu_full .menu_mobile .ul_collections li.special a {
    color: #4d8a54;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 15px;
    text-transform: unset;
    font-weight: 400
}

.wrapmenu_full .menu_mobile .ul_collections li.level0.current > a {
    color: #4d8a54
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 > a {
    padding-left: 50px;
    position: relative
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 > a:before {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    content: "";
    background: #4d8a54;
    position: absolute;
    left: 30px;
    top: 20px
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 ul {
    padding-left: 0
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1:first-child {
    border-top: solid 1px #ebebeb
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1.current > a {
    color: #4d8a54
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1.current > a:before {
    border-color: #4d8a54
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 a {
    padding: 10px 50px 10px 70px;
    position: relative;
    line-height: 22px;
    text-transform: unset;
    font-weight: 400;
    font-family: "Quicksand", sans-serif
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 a:before {
    content: "";
    top: 18px;
    left: 45px;
    position: absolute;
    width: 9px;
    height: 9px;
    border: solid 2px #d7d7d7;
    border-radius: 50%
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1:last-child {
    border-bottom: 0px
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .fa {
    top: 5px;
    right: 20px
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 {
    padding-left: 0px
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1.current {
    border-top: 0px
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1.current > a {
    color: #4d8a54
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1.current > a:before {
    border-color: #4d8a54
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .fa {
    top: 7px;
    right: 20px
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1:last-child {
    border-bottom: 0px
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 ul.level2 {
    padding-left: 0px
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 ul.level3 {
    padding-left: 0px
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level2:first-child, .wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level3:first-child {
    border-top: solid 1px #ebebeb
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level2 a, .wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level3 a {
    padding: 10px 50px 10px 90px;
    position: relative;
    line-height: 22px;
    text-transform: unset;
    font-weight: 400;
    font-family: "Quicksand", sans-serif
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level2 a:before, .wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level3 a:before {
    content: "";
    top: 16px;
    left: 70px;
    position: absolute;
    width: 9px;
    height: 9px;
    border: solid 2px #d7d7d7;
    border-radius: 50%
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level2 .level3 a:before, .wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level3 .level3 a:before {
    border-radius: 0
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level2.current > a, .wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level3.current > a {
    color: #4d8a54
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level2.current > a:before, .wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level3.current > a:before {
    border-color: #4d8a54
}

.wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level2:last-child, .wrapmenu_full .menu_mobile .ul_collections li.level0 .level1 .level1 .level3:last-child {
    border-bottom: 0px
}

.wrapmenu_full .menu_mobile .ul_collections li .fa {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 9px;
    color: #282828;
    text-align: center;
    font-size: 10px
}

.wrapmenu_full .menu_mobile .ul_collections li a {
    padding: 10px 0px;
    font-size: 16px;
    display: block;
    color: #282828;
    text-decoration: none;
    font-family: "Quicksand", sans-serif
}

.wrapmenu_full .menu_mobile .ul_collections li a:hover {
    color: #4d8a54
}

.wrapmenu_full .menu_mobile .ul_ li span {
    padding-left: 15px
}

.wrapmenu_full .menu_mobile .ul_ li .phone_ {
    color: red;
    padding-left: 5px
}

.wrapmenu_full .menu_mobile .ul_ li a {
    color: #fff;
    font-weight: 400;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 15px
}

.tophead {
    font-size: 12px;
    background: #f5f5f5;
    height: 35px;
    color: #8c8c8c;
    line-height: 35px
}

.tophead a {
    color: #8c8c8c
}

.tophead a:hover {
    color: #4d8a54
}

.tophead .f-right a:first-child {
    margin-right: 20px
}

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

    .tophead .contenttop .account_xs {
        float: none !important;
        margin: 0 auto;
        display: inline-block
    }
}

.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: #4d8a54;
    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: #282828
}

.contactphone:hover span span {
    color: #4d8a54
}

.header.header_menu {
    z-index: 1000;
    float: left;
    width: 100%;
    height: 90px
}

@media (max-width: 767px) {
    .header.header_menu {
        height: 90px
    }
}

@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: "Quicksand", sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #282828;
    margin-left: 15px
}

.logo_center {
    width: auto;
    display: inline-block;
    left: 0;
    z-index: 9;
    line-height: 125px;
    text-align: center;
    padding: 0;
    margin: 0 170px 0 130px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo_center {
        margin: 0 40px
    }
}

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

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

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

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

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

@media (max-width: 767px) {
    .cartgroup {
        padding-right: 0
    }
}

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

.cartgroup .header-right .cart_header {
    line-height: 90px
}

.cartgroup .inline-b {
    float: left;
    display: inline-block
}

.cartgroup .inline-b.searchion {
    width: 40px;
    line-height: 93px;
    text-align: right;
    cursor: pointer;
    position: relative
}

@media (max-width: 1199px) {
    .cartgroup .inline-b.searchion {
        width: 35px
    }
}

@media (max-width: 767px) {
    .cartgroup .inline-b.searchion {
        line-height: 82px
    }
}

.cartgroup .inline-b.searchion:hover .searchmini {
    display: block
}

.searchmini {
    width: 250px;
    height: 50px;
    line-height: 50px;
    float: right
}

.searchmini.show {
    display: block
}

@media (max-width: 991px) {
    .searchmini {
        display: none
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .searchmini {
        width: 260px
    }
}

@media (max-width: 767px) {
    .searchmini {
        top: 60px
    }
}

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

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

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

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

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

.searchmini form button {
    width: 30px;
    height: 33px !important;
    line-height: 33px;
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 5px
}

.searchmini form button .fa {
    font-size: 16px;
    color: #282828
}

@media (min-width: 992px) {
    .serachpc form {
        width: 100%;
        height: 32px;
        line-height: 33px;
        margin: 6px 0 0 0;
        padding: 0;
        position: relative
    }

    .serachpc 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 form input::-webkit-input-placeholder {
        color: #959595
    }

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

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

    .serachpc form button {
        width: 30px;
        height: 36px !important;
        line-height: 36px;
        box-shadow: none;
        border: none;
        background: transparent;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 5px
    }

    .serachpc form button .fa {
        font-size: 16px;
        color: #282828
    }
}

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

.serachpc_searchpage form input {
    min-width: 300px;
    height: 45px !important;
    min-height: unset;
    line-height: 45px;
    border: solid 1px #ebebeb;
    background: transparent;
    border-radius: 45px !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
}

@media (max-width: 767px) {
    .serachpc_searchpage form input {
        min-width: 250px
    }
}

.serachpc_searchpage form button {
    width: 30px;
    height: 45px !important;
    line-height: 45px;
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 15px
}

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

.mid-header {
    padding: 0px;
    float: left;
    width: 100%;
    height: 90px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 998;
    background-size: cover
}

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

@media (max-width: 991px) {
    .mid-header {
        line-height: 90px;
        height: 90px
    }
}

@media (max-width: 767px) {
    .mid-header {
        height: 90px
    }
}

.mid-header .content_header {
    position: relative;
    height: 90px
}

@media (max-width: 767px) {
    .mid-header .content_header {
        height: 90px
    }
}

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

.mid-header .content_header .header-right .bolds {
    font-weight: 700
}

@media (max-width: 991px) and (min-width: 768px) {
    .mid-header .content_header .header-right .top-cart-contain {
        position: absolute;
        right: 0px
    }
}

@media (max-width: 767px) {
    .mid-header .content_header .header-right .top-cart-contain {
        position: absolute;
        bottom: 5px;
        right: 0px
    }
}

.mid-header .content_header .header-right .top-cart-contain .img_hover_cart {
    display: block;
    float: left;
    margin-left: 35px
}

@media (max-width: 1199px) {
    .mid-header .content_header .header-right .top-cart-contain .img_hover_cart {
        margin-left: 10px
    }
}

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

.mid-header .content_header .header-right .top-cart-contain .img_hover_cart:hover i, .mid-header .content_header .header-right .top-cart-contain .img_hover_cart:hover span {
    color: #4d8a54
}

.mid-header .content_header .header-right .top-cart-contain .img_hover_cart .icon_hotline {
    float: left;
    position: relative;
    margin-right: 0px;
    margin-top: 1px;
    color: #4d8a54;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal
}

@media (max-width: 991px) {
    .mid-header .content_header .header-right .top-cart-contain .img_hover_cart .icon_hotline {
        margin-top: -3px
    }
}

@media (max-width: 767px) {
    .mid-header .content_header .header-right .top-cart-contain .img_hover_cart .icon_hotline {
        margin-top: -3px;
        text-align: right
    }
}

.mid-header .content_header .header-right .top-cart-contain .img_hover_cart .icon_hotline i {
    font-size: 18px
}

.mid-header .content_header .header-right .top-cart-contain .img_hover_cart .icon_hotline .iconcart {
    color: #fff;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    background: #4d8a54;
    border-radius: 2px;
    margin-right: 4px
}

.mid-header .content_header .header-right .top-cart-contain .img_hover_cart .icon_hotline span {
    font-weight: 400;
    color: #777;
    text-transform: none;
    margin: 0 0 0 5px
}

.mid-header .content_header .header-right .top-cart-contain .img_hover_cart .icon_hotline .bolds {
    font-weight: 700;
    color: #4d8a54
}

@media (max-width: 991px) {
    .mid-header .content_header .header-right .top-cart-contain .img_hover_cart .icon_hotline .bolds {
        display: none
    }
}

.mid-header .content_header .header-right .top-cart-contain .img_hover_cart .count_item {
    font-family: "Quicksand", sans-serif;
    z-index: 9;
    font-weight: 700 !important
}

@media (max-width: 991px) {
    .mid-header .content_header .header-right .top-cart-contain .img_hover_cart .count_item {
        bottom: 35px;
        right: -5px
    }
}

.mid-header .header_search_ .input-group-field {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    border-right: none;
    padding: 0 0 0 20px
}

.mid-header .header_search_ .icon-fallback-text {
    background: transparent;
    border: 1px solid #ddd;
    border-left: none
}

.mid-header .header_search_ .icon-fallback-text .fa-search {
    font-size: 17px
}

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

.logo .logo-wrapper {
    display: block
}

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

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

.mini-cart {
    height: 67px
}

@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: #4d8a54;
    font-weight: 400
}

.mini-cart .heading-cart .bg_cart strong {
    color: #4d8a54
}

.mini-cart .heading-cart .bg_cart i {
    font-size: 24px;
    color: #4d8a54;
    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: #282828;
    font-weight: bold;
    display: block
}

.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: #4d8a54;
    text-transform: uppercase
}

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

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

.top-cart-content.visited {
    display: block
}

.top-cart-content .buttonclosed {
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 16px;
    color: #b2b6b5;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 999;
    cursor: pointer
}

.top-cart-content .buttonclosed:hover {
    color: #4d8a54
}

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

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

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

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

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

.top-cart-content .product-details-bottom span {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #4d8a54;
    margin-top: 5px;
    display: block;
    line-height: 24px
}

.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: "Quicksand", 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: #4d8a54
}

.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 .product-details {
    line-height: 24px
}

.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: #282828;
    text-align: center;
    padding: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer
}

.top-cart-content li.item .detail-item .fa:hover {
    color: #4d8a54
}

.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;
    min-height: 33px;
    padding: 0;
    margin: 0;
    text-align: center;
    padding-right: 20px
}

.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: #282828;
    font-size: 14px;
    font-weight: 400;
    border-top: solid 1px #ebebeb;
    text-align: left;
    text-transform: none;
    padding: 10px 20px;
    line-height: 26px
}

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

.qty_drop_cart {
    font-size: 12px;
    position: relative;
    height: 40px;
    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: #4d8a54
}

.qty_drop_cart button.btn_increase {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 20px;
    height: 17px;
    line-height: 25px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    background: #e1e1e1;
    color: #fff;
    padding: 0
}

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

.qty_drop_cart input {
    display: inline-block;
    float: left;
    width: 80px !important;
    height: 33px;
    min-height: 33px;
    padding: 0;
    text-align: center;
    border: 1px solid #eaebf3;
    color: #282828;
    padding-right: 20px
}

.pd {
    padding: 0 30px
}

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

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

.top-subtotal .price {
    font-weight: 700 !important;
    line-height: 29px;
    margin-top: 0 !important;
    font-size: 16px;
    color: #4d8a54 !important;
    float: right
}

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

ul#cart-sidebar:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent
}

ul#cart-sidebar .list-item-cart {
    padding: 20px 30px;
    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: #4d8a54;
    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: #4d8a54;
    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: #4d8a54;
    border-radius: 15px
}

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

ul#cart-sidebar .textsucssed {
    display: block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 15px;
    color: #4d8a54;
    font-weight: 500
}

ul#cart-sidebar .textsucssed i {
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    background: #83ba89;
    margin-right: 5px;
    color: #fff
}

ul#cart-sidebar .textsucssed i:before {
    content: "\f00c";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 12px
}

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

ul#cart-sidebar .right_ct .btn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    float: left
}

ul#cart-sidebar .right_ct .btn.btn-primary {
    font-family: "Quicksand", sans-serif;
    background: #4d8a54;
    border-radius: 30px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    height: 40px;
    line-height: 40px
}

ul#cart-sidebar .right_ct .btn.btn-primary i {
    margin-right: 5px
}

ul#cart-sidebar .right_ct .btn.btn-primary:hover {
    color: #fff !important;
    background: #282828
}

ul#cart-sidebar .right_ct .btn.btn-primary:hover span {
    color: #fff
}

ul#cart-sidebar .right_ct .btn.btn-white {
    font-family: "Quicksand", sans-serif;
    border: none;
    color: #282828;
    background: #fff;
    width: 120px;
    text-align: center;
    border: solid 1px #ebebeb;
    border-radius: 0px
}

ul#cart-sidebar .right_ct .btn.btn-white:hover {
    color: #4d8a54;
    background: #fff;
    border-color: #4d8a54
}

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

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

.topbar {
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 1;
    background: #4d8a54
}

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

.topbar p {
    margin-bottom: 0px;
    margin-left: 30px;
    display: inline-block;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 14px
}

@media (max-width: 991px) {
    .topbar p {
        margin-left: 15px
    }
}

.topbar p:first-child {
    margin-left: 0
}

.topbar p a {
    color: #fff
}

.topbar p a:hover {
    color: #282828
}

.topbar p i {
    margin-right: 5px
}

.topbar .logisn {
    color: #fff
}

.topbar .logisn a {
    color: #fff;
    display: inline-block
}

.topbar .logisn a:hover {
    color: #4d8a54
}

.header_nav_main {
    height: 50px;
    background: #4d8a54
}

.heade_menunav {
    position: relative;
    z-index: 999;
    height: 50px
}

@media (max-width: 991px) {
    .heade_menunav {
        background: #4d8a54
    }

    .heade_menunav .wapnav {
        height: 50px;
        line-height: 50px
    }

    .heade_menunav .wapnav .cloed {
        color: #fff;
        position: relative;
        height: 50px;
        line-height: 50px;
        position: absolute;
        z-index: 9999;
        cursor: pointer;
        font-size: 20px;
        left: 0;
        padding: 0 0px;
        text-align: center;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }

    .heade_menunav .wapnav .cloed span {
        font-size: 24px;
        line-height: 50px;
        color: #4d8a54
    }

    .heade_menunav .wapnav .cloed .fa {
        color: #fff;
        line-height: 50px;
        padding-right: 5px
    }

    .heade_menunav .wapnav .rightnav {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        margin-right: 30px
    }

    .heade_menunav .wapnav .rightnav .group_accout {
        line-height: 50px;
        width: 30px;
        text-align: center;
        margin-right: 15px;
        float: left
    }

    .heade_menunav .wapnav .rightnav .group_accout .imguser {
        height: 50px;
        line-height: 50px
    }

    .heade_menunav .wapnav .rightnav .group_accout .imguser .fas {
        font-size: 16px
    }

    .heade_menunav .wapnav .rightnav .group_accout .groupc {
        top: 50px
    }

    .heade_menunav .wapnav .rightnav .searchmobile {
        width: 40px;
        display: inline-block;
        float: left;
        height: 50px;
        text-align: center;
        position: relative
    }

    .heade_menunav .wapnav .rightnav .searchmobile .fa {
        font-size: 16px;
        color: #fff
    }

    .heade_menunav .wapnav .rightnav .searchmobile:hover .searchform {
        display: block
    }

    .heade_menunav .wapnav .rightnav .searchmobile .searchform {
        position: absolute;
        width: 200px;
        right: -30px;
        top: 4px;
        display: block
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .heade_menunav .wapnav .rightnav .searchmobile .searchform {
        width: 180px
    }
}

@media (max-width: 991px) {
    .heade_menunav .wapnav .rightnav .searchmobile .searchform form {
        margin-bottom: 0px;
        position: relative;
        border: solid 1px #ebebeb;
        width: 100%
    }

    .heade_menunav .wapnav .rightnav .searchmobile .searchform form input {
        padding: 0 35px 0 25px
    }

    .heade_menunav .wapnav .rightnav .searchmobile .searchform form button {
        position: absolute;
        right: 1px;
        top: 2px;
        background: #fff;
        width: 30px;
        text-align: center;
        display: block;
        padding: 0;
        height: 35px
    }

    .heade_menunav .wapnav .rightnav .searchmobile .searchform form button .fa {
        color: #282828
    }
}

.header-nav {
    text-align: left
}

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

.header-nav > ul.item_big > li.nav-item {
    display: inline-block;
    float: none;
    position: relative;
    margin: 0;
    margin: 0 15px;
    border-radius: 0px;
    padding: 0;
    height: 125px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-nav > ul.item_big > li.nav-item {
        margin: 0 10px
    }
}

.header-nav > ul.item_big > li.nav-item:first-child {
    margin-left: 0px
}

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

.header-nav > ul.item_big > li.nav-item > a {
    display: block;
    text-align: left;
    padding: 0px 0px 0 0;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    height: 125px;
    line-height: 125px;
    position: relative;
    text-decoration: none;
    color: #282828
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-nav > ul.item_big > li.nav-item > a {
        font-size: 14px
    }
}

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

.header-nav > ul.item_big > li.nav-item:hover {
    background: #fff
}

.header-nav > ul.item_big > li.nav-item:hover > a {
    color: #4d8a54;
    font-weight: 700
}

.header-nav > ul.item_big > li.nav-item:hover > ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    z-index: 999;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
}

.header-nav > ul.item_big > li.nav-item .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 75%;
    left: 0px;
    width: 200px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%
}

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

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

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

.header-nav > ul.item_big > li.nav-item > ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 7px 5px 7px 0px;
    color: #282828;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
    font-family: "Quicksand", sans-serif
}

.header-nav > ul.item_big > li.nav-item > ul li a:hover {
    color: #4d8a54
}

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

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

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

.header-nav > ul.item_big > li.nav-item > ul > li:hover > a {
    color: #4d8a54
}

.header-nav > ul.item_big > li.active {
    background: #fff;
    border-top-color: #4d8a54
}

.header-nav > ul.item_big > li.active > a {
    color: #4d8a54;
    font-weight: 700
}

.header-nav ul {
    display: inline-block
}

.header-nav ul li ul a.text2line:hover {
    color: #4d8a54 !important;
    background: transparent !important
}

.header-nav li li {
    position: relative
}

#nav-mobile {
    z-index: 999
}

.footer_wwap {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 95px 0 0 0
}

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

footer {
    width: 100%;
    float: left;
    margin-top: 0px
}

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

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

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: "Quicksand", sans-serif;
    font-size: 14px;
    color: #282828;
    display: inline-block;
    width: unset;
    float: none;
    margin-left: 0px
}

footer .itemfooter .r a:hover {
    color: #4d8a54
}

.left_title {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
    margin-top: 25px
}

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

.left_title h3 {
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 34px;
    color: #4d8a54
}

.getmail.getmail_top {
    padding: 0;
    clear: both;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .getmail.getmail_top {
        padding-bottom: 10px
    }
}

.getmail .first_email {
    margin-top: 15px
}

.getmail .title_mail {
    width: 100%;
    float: left
}

.getmail .title_mail img {
    float: left;
    padding-right: 15px
}

.getmail .title_mail .right_title {
    padding-top: 15px;
    width: calc(100% - 85px);
    float: left;
    display: inline-block
}

.getmail .title_mail .right_title h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #282828;
    margin: 0
}

.getmail .title_mail .right_title p {
    line-height: normal;
    color: #282828;
    font-weight: 400;
    font-size: 13px
}

.sum_footer {
    color: #dfdfdf;
    font-size: 16px;
    margin: 27px 0 15px;
    font-weight: 500
}

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

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

.getmail p {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    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 .p {
    font-size: 24px;
    font-family: 'Arial';
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
    width: 100%;
    float: left
}

.getmail .social {
    float: left;
    display: block;
    width: 100%;
    padding-top: 5px
}

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

@media (max-width: 991px) {
    .getmail .social {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 30px;
        padding-top: 0px
    }
}

.getmail .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    font-size: 16px;
    margin-top: 0px;
    background: transparent
}

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

.getmail .social a:hover {
    background: #fff
}

.getmail .social a:hover .fa, .getmail .social a:hover .fab, .getmail .social a:hover .fas {
    color: #4d8a54
}

footer.footer .border_footer {
    border-bottom: 1px solid #474747;
    padding-top: 60px
}

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

@media (max-width: 767px) {
    footer.footer .col-fix:nth-child(3) {
        margin-top: 15px
    }
}

footer.footer .widget-ft {
    margin-top: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer.footer .widget-ft {
        margin-top: 20px
    }
}

footer.footer .widget-ft .time_work p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    footer.footer .widget-ft .time_work p {
        font-size: 12px
    }
}

footer.footer .widget-ft .time_work .input-group input {
    border: none;
    border-radius: 30px;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    height: 60px;
    color: #000;
    padding: 0 160px 0 20px;
    float: left;
    width: 100%;
    font-size: 16px;
    z-index: 0
}

footer.footer .widget-ft .time_work .input-group input::-webkit-input-placeholder {
    color: #979b9e
}

footer.footer .widget-ft .time_work .input-group input::-moz-placeholder {
    color: #979b9e
}

footer.footer .widget-ft .time_work .input-group input:-ms-input-placeholder {
    color: #979b9e
}

@media (max-width: 767px) {
    footer.footer .widget-ft .time_work .input-group input {
        font-size: 12.81px;
        height: 48px;
        padding: 0 130px 0 20px
    }
}

footer.footer .widget-ft .time_work .input-group .btn-default {
    font-weight: bold;
    font-size: 16px;
    height: 60px;
    border-radius: 30px !important;
    background-color: #4d8a54;
    color: #fff;
    min-width: 151px;
    text-transform: uppercase;
    margin-left: -150px !important;
    z-index: 9 !important
}

@media (max-width: 767px) {
    footer.footer .widget-ft .time_work .input-group .btn-default {
        font-size: 12.81px;
        height: 48px;
        min-width: 120px;
        margin-left: -120px !important
    }
}

footer.footer .widget-ft .time_work .input-group .btn-default:hover {
    background: #282828;
    color: #fff
}

footer.footer .widget-ft .time_work .mailchimp-alerts .mailchimp-error {
    color: #fff;
    font-weight: 500
}

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

footer.footer .widget-ft .content-contact i {
    height: 25px;
    width: 25px;
    font-size: 20px;
    float: left;
    margin-top: 3px;
    color: #4d8a54
}

footer.footer .widget-ft .content-contact .fa-phone {
    transform: rotate(-265deg) translateY(5px)
}

footer.footer .widget-ft .content-contact span {
    width: calc(100% - 25px);
    float: left;
    padding-left: 5px
}

footer.footer .widget-ft .content-contact b, footer.footer .widget-ft .content-contact span {
    font-size: 16px;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    color: #fff
}

@media (max-width: 767px) {
    footer.footer .widget-ft .content-contact b, footer.footer .widget-ft .content-contact span {
        font-size: 12px
    }
}

footer.footer .widget-ft .content-contact a {
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    color: #fff;
    word-break: break-all
}

@media (max-width: 767px) {
    footer.footer .widget-ft .content-contact a {
        font-size: 12px
    }
}

footer.footer .widget-ft .content-contact a:hover {
    color: #4d8a54
}

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

@media (min-width: 992px) and (max-width: 1199px) {
    footer.footer .widget-ft {
        padding-bottom: 20px
    }
}

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

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

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

footer.footer .widget-ft .wap {
    margin-top: 0px
}

footer.footer .widget-ft .adress {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    color: #282828;
    line-height: 24px;
    margin-bottom: 10px
}

footer.footer .widget-ft .adress:first-child {
    margin-bottom: 5px
}

footer.footer .widget-ft .adress a {
    color: #282828
}

footer.footer .widget-ft .adress a:hover {
    color: #4d8a54
}

footer.footer .menu {
    margin-right: 5px;
    padding: 0px;
    padding-bottom: 20px
}

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

footer.footer .menu li {
    display: inline-block;
    padding-left: 33px
}

@media (max-width: 767px) {
    footer.footer .menu li {
        display: block;
        padding-left: 0;
        margin: 5px 0
    }
}

footer.footer .menu li .a_menu {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff
}

footer.footer .menu li .a_menu:hover {
    color: #4d8a54
}

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

    /*footer.footer .mid-footer .logo_footer img {*/
    /*    max-width: 65%*/
    /*}*/

    footer.footer .mid-footer .sum_footer {
        font-size: 12px
    }
}

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 {
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    position: relative;
    width: 100%;
    float: left;
    font-family: "Quicksand", sans-serif;
    padding: 20px 0 20px 0
}

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

footer.footer .copyright span, footer.footer .copyright .adress {
    color: #aeaeae;
    font-weight: 600
}

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

@media (max-width: 991px) {
    footer.footer .copyright span.wsp {
        text-align: left
    }
}

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

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

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

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

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

footer.footer .copyright a {
    font-weight: 600;
    color: #4d8a54;
    opacity: 1
}

footer.footer .copyright a:hover {
    color: #4d8a54;
    opacity: 1
}

footer.footer .atext {
    color: #fff;
    text-align: right
}

@media (max-width: 767px) {
    footer.footer .atext {
        text-align: left;
        margin-bottom: 15px
    }

    footer.footer .atext:last-child {
        margin-bottom: 0
    }
}

footer.footer .atext a {
    color: #4d8a54;
    word-break: break-word;
    white-space: nowrap
}

footer.footer .atext a.fone {
    font-weight: 700
}

footer.footer .atext a:hover {
    color: #4d8a54
}

@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_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;
        display: block;
        line-height: 24px;
        text-align: center;
        font-size: 12px
    }

    footer.footer .copyright .inner .opacity1 {
        display: inline-block
    }

    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: "Quicksand", sans-serif;
    margin: 0;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase
}

@media (min-width: 768px) and (max-width: 991px) {
    footer.footer .title-menu {
        margin-bottom: 10px
    }
}

footer.footer .title-menu a, footer.footer .title-menu span {
    cursor: default;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    display: block;
    color: #4d8a54
}

@media (max-width: 767px) {
    footer.footer .title-menu a, footer.footer .title-menu span {
        font-size: 18px
    }
}

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

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

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

@media (max-width: 767px) and (max-width: 767px) {
    footer.footer .title-menu a i.fas, footer.footer .title-menu span i.fas {
        display: block;
        position: absolute;
        right: 0px;
        width: 18px;
        top: 4px;
        text-align: center;
        height: 18px;
        line-height: 20px;
        border-radius: 30px;
        padding-left: 1px;
        font-size: 15px
    }

    footer.footer .title-menu a i.fas:before, footer.footer .title-menu span i.fas:before {
        content: "\f106";
        color: #282828
    }

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

@media (min-width: 320px) {
    footer.footer .collapse {
        display: none !important
    }

    footer.footer .collapse.show {
        display: block !important
    }
}

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

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

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: 5px;
    font-size: 14px;
    line-height: 24px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400
}

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

footer.footer .list-menu .li_menu a {
    color: #282828;
    position: relative;
    line-height: 24px
}

footer.footer .list-menu .li_menu a:hover {
    color: #4d8a54;
    text-decoration: none
}

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

    .collapse {
        margin-bottom: 30px
    }
}

.backtop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    top: auto !important;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    background: #000;
    text-decoration: none;
    opacity: 0 !important
}

.backtop .fa {
    font-size: 14px;
    color: #fff;
    font-weight: bold
}

.backtop:hover {
    background: #4d8a54
}

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

@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: "Quicksand", 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: "Quicksand", sans-serif;
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    margin: 0;
    padding: 0;
    color: #282828
}

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

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

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

.bread-crumb {
    background: #fff;
    margin-bottom: 30px;
    border-top: 1px solid #ebebeb
}

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

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

.breadcrumb li {
    display: inline
}

.breadcrumb li > a {
    color: #282828
}

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

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

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

.breadcrumb li span .fa {
    color: #282828;
    font-style: normal;
    padding: 0px;
    font-weight: 500
}

.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
    color: #4d8a54;
    font-weight: 500;
    text-decoration: none
}

.breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
    color: #4d8a54
}

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

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

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

.pagenav {
    text-align: right;
    position: relative;
    width: 100%;
    float: left
}

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

.nav_pagi {
    margin: 20px 0px;
    display: inline-block;
    background: #fff;
    padding-left: 10px
}

.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: "Quicksand", sans-serif;
    font-weight: 700;
    float: left;
    margin: 0 2.5px;
    border-radius: 5px;
    width: 41px;
    background: #f6f6f6;
    border: solid 1px #ebebeb;
    text-align: center;
    height: 41px;
    font-size: 19px;
    padding: 0;
    line-height: 41px;
    color: #282828;
    text-decoration: none
}

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

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

.nav_pagi .pagination .page-link:hover {
    background-color: #4d8a54;
    color: #fff;
    background: #4d8a54
}

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

.nav_pagi .pagination .page-item.active .page-link {
    background-color: #4d8a54;
    border-color: #4d8a54;
    background: #4d8a54;
    color: #fff;
    display: block;
    font-weight: 400
}

.scale_hover {
    display: block;
    overflow: hidden
}

.scale_hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.scale_hover:hover img {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025)
}

.item_product_small:hover .action {
    webkit-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    -moz-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    -o-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    display: block !important
}

.item_product_small .action {
    display: none !important;
    vertical-align: middle;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.item_product_small .action .btn {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    line-height: 28px;
    padding: 0
}

.item_product_small .action .btn:hover {
    border: 1px solid #4d8a54;
    background: #4d8a54
}

.item_product_small .action .btn:hover .fas, .item_product_small .action .btn:hover .far {
    color: #fff
}

.item_product_small .action .btn .fas, .item_product_small .action .btn .far {
    font-size: 13px
}

.item_product_small .action .btn-wishlist {
    margin: 0 3px
}

.item-border {
    float: left;
    width: 100%
}

.item-border .item_product_main {
    border: 0;
    min-height: 130px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb
}

@media (min-width: 768px) and (max-width: 991px) {
    .item-border .item_product_main {
        min-height: 130px
    }
}

@media (max-width: 767px) {
    .item-border .item_product_main {
        min-height: 130px !important
    }
}

.item-border .item_product_main:last-child {
    border-bottom: 0
}

.item-border.big-item-product .product_big {
    text-align: left
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item-border.big-item-product .product_big {
        min-height: 140px
    }
}

@media (max-width: 767px) {
    .item-border.big-item-product .product_big {
        min-height: unset
    }
}

.item-border.big-item-product .product_big .product-thumbnail {
    width: 122px;
    float: left;
    margin-right: 25px;
    padding-right: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item-border.big-item-product .product_big .product-thumbnail {
        width: 140px;
        float: left;
        margin-right: 14px;
        padding-right: 0;
        padding: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item-border.big-item-product .product_big .product-thumbnail {
        width: 174px;
        float: left;
        margin-right: 25px;
        padding: 0px
    }
}

@media (max-width: 767px) {
    .item-border.big-item-product .product_big .product-thumbnail {
        width: 100%;
        float: none;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .item-border.big-item-product .product_big .product-thumbnail {
        float: left;
        margin-right: 20px;
        padding: 0;
        width: 130px
    }
}

.item-border.big-item-product .product_big .product-thumbnail .image_thumb {
    height: 122px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item-border.big-item-product .product_big .product-thumbnail .image_thumb {
        height: 140px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item-border.big-item-product .product_big .product-thumbnail .image_thumb {
        height: 140px
    }
}

@media (max-width: 767px) {
    .item-border.big-item-product .product_big .product-thumbnail .image_thumb {
        height: 130px
    }
}

.item-border.big-item-product .product_big .product-thumbnail .action {
    top: 0
}

.item-border.big-item-product .product_big .product-right-content {
    width: calc(100% - 147px);
    float: left
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item-border.big-item-product .product_big .product-right-content {
        width: calc(100% - 154px);
        float: left;
        padding-right: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item-border.big-item-product .product_big .product-right-content {
        width: calc(100% - 199px);
        float: left;
        padding-right: 0px
    }
}

@media (max-width: 767px) {
    .item-border.big-item-product .product_big .product-right-content {
        padding-right: 0;
        width: calc(100% - 150px)
    }
}

.item-border.big-item-product .product_big .product-right-content .product-info {
    padding: 0;
    text-align: left
}

@media (max-width: 767px) {
    .item-border.big-item-product .product_big .product-right-content .product-info {
        padding: 0 !important
    }
}

.item-border.big-item-product .product_big .product-right-content .product-info .price-box {
    text-align: left
}

@media (max-width: 767px) {
    .item-border.big-item-product .product_big .product-right-content .product-info .price-box {
        font-size: 14.5px
    }
}

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

.item_product_main {
    width: 100%;
    float: left;
    border: none;
    min-height: 382px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
}

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

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

@media (max-width: 767px) {
    .item_product_main {
        min-height: 265px
    }
}

@media (min-width: 425px) and (max-width: 543px) {
    .item_product_main {
        min-height: 265px
    }
}

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

@media (max-width: 374px) {
    .item_product_main {
        min-height: 215px !important
    }
}

.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;
    height: 263px;
    border: 1px solid #ebebeb
}

@media (min-width: 1200px) and (max-width: 1364px) {
    .item_product_main .image_thumb {
        height: 235px
    }
}

@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: 190px
    }
}

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

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

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

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

.item_product_main .product-thumbnail .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    position: absolute;
    transform: translateX(-50%);
    height: 100%;
    flex-flow: column;
    z-index: 9;
    right: -15px;
    z-index: 9;
    top: -70px
}

.item_product_main .product-thumbnail .xem_nhanh {
    margin-top: 8px !important
}

.item_product_main .product-thumbnail .btn-views {
    height: 41px;
    width: 41px;
    text-align: center;
    line-height: 41px;
    background: #fff;
    border: 1px solid #fff;
    padding: 0px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    color: #282828;
    border-radius: 50%;
    z-index: 6;
    display: none !important;
    vertical-align: middle;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.item_product_main .product-thumbnail .btn-views:hover {
    background: #4d8a54;
    border-color: #4d8a54;
    color: #fff
}

.item_product_main .product-thumbnail .btn-views .fas, .item_product_main .product-thumbnail .btn-views .far {
    font-size: 15px
}

.item_product_main .product-thumbnail .action1 {
    text-align: center;
    z-index: 999;
    position: absolute;
    bottom: 0;
    width: 100%
}

.item_product_main .product-thumbnail .action1 .btn-views {
    height: 41px;
    line-height: 41px;
    background: #4d8a54;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border: none
}

.item_product_main .product-thumbnail .action1 .btn-views:hover {
    background: #282828;
    color: #fff
}

.item_product_main form {
    width: 100%;
    float: left;
    margin-bottom: 0
}

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

@media (max-width: 991px) {
    .item_product_main .product-info {
        padding: 15px 0 0 0 !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item_product_main .product-info {
        padding: 25px 20px 0 20px
    }
}

.item_product_main .product-info h3 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0px 0 3px;
    font-size: 18px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .item_product_main .product-info h3 {
        font-size: 14px;
        height: 20px;
        margin-bottom: 5px
    }
}

.item_product_main .product-info h3 a {
    color: #282828;
    outline: none
}

.item_product_main .product-info h3:hover {
    color: #4d8a54
}

.item_product_main .product-info h3:hover a {
    color: #4d8a54
}

.item_product_main .product-info .price-box {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #282828;
    font-family: "Quicksand", sans-serif
}

@media (max-width: 767px) {
    .item_product_main .product-info .price-box {
        font-size: 12px
    }
}

.item_product_main .product-info .price-box .gia {
    font-weight: 400
}

.item_product_main .product-info .price-box .compare-price {
    color: #282828;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding-left: 10px
}

@media (max-width: 767px) {
    .item_product_main .product-info .price-box .compare-price {
        font-size: 12px;
        padding-left: 8px
    }
}

@media (min-width: 1200px) {
    .item_product_main:hover .product-thumbnail:before {
        opacity: 0.702
    }

    .item_product_main:hover .product-thumbnail .btn-views {
        webkit-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
        -moz-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
        -o-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
        animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
        display: block !important
    }
}

@-webkit-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }
    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}

@-moz-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }
    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}

@-o-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }
    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}

@keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }
    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}

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

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

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

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

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

a.js-btn-compare svg, a.ajax_addto.. /assets/ js

/
cart.js-btn-wishlist svg {
    filter: invert(1)
}

a.js-btn-compare:hover, a.ajax_addto.. /assets/ js

/
cart.js-btn-wishlist:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

a.js-btn-compare.added i, a.ajax_addto.. /assets/ js

/
cart.js-btn-wishlist.added i {
    color: #4d8a54
}

a.js-btn-compare .ego-added, a.ajax_addto.. /assets/ js

/
cart.js-btn-wishlist .ego-added {
    color: red
}

.col-item:hover a.js-btn-compare, .col-item:hover a.ajax_addto.. /assets/ js

/
cart.js-btn-wishlist {
    opacity: 1
}

form.has-validation-callback {
    height: 40px
}

a.site-header__link.site-header__compare.js-open-compare.shadow {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #4d8a54;
    position: fixed;
    z-index: 99;
    top: 40%;
    left: 0
}

a.site-header__link.site-header__compare.js-open-compare.shadow span.tts {
    opacity: 0;
    font-size: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    font-weight: 600;
    vertical-align: 4px
}

a.site-header__link.site-header__compare.js-open-compare.shadow:hover {
    width: 120px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

a.site-header__link.site-header__compare.js-open-compare.shadow:hover span.tts {
    opacity: 1;
    font-size: 15px;
    margin: 0 5px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.site-header__compare {
    position: fixed;
    right: 0;
    top: 40% !important;
    z-index: 2;
    background-color: #fff;
    padding: 10px 5px 10px 7px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.site-header__compare .js-compare-count {
    font-size: 12px;
    display: inline-block;
    color: #000;
    background: #ffa800;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 22px
}

.site-header__compare svg {
    width: 20px;
    height: 20px;
    filter: invert(1)
}

.modal-open #jsCompare::-webkit-scrollbar-track {
    display: none
}

.modal-open #jsCompare::-webkit-scrollbar {
    display: none
}

.modal-open #jsCompare::-webkit-scrollbar-thumb {
    display: none
}

div#jsCompare {
    padding: 20px !important
}

div#jsCompare.show {
    background: rgba(0, 0, 0, 0.5)
}

@media (max-width: 569px) {
    div#jsCompare .modal-dialog-s {
        margin: 0
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare {
    max-width: 1166px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 1024px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare {
        max-width: 960px
    }
}

@media (max-width: 991px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare {
        max-width: 720px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content {
    border-radius: 0
}

@media (max-width: 480px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content {
        overflow-y: auto
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body {
    padding: 10px
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body {
        padding-top: 25px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .bd_pop {
    border: 1px solid #949494;
    overflow: auto
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content {
    text-align: center;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .padding-2 {
    padding: 10px 1px 10px 2px
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content {
        min-width: 694px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-wrap: unset
    }

    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content.justify-content-center {
        -ms-flex-pack: unset !important;
        justify-content: unset !important
    }

    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content.justify-content-center .margin-10 {
        width: 100%;
        text-align: center
    }

    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content::-webkit-scrollbar {
        display: none
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item {
    text-align: center
}

@media (max-width: 991px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item {
        width: calc(694px / 4)
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image {
    position: relative;
    height: 165px;
    display: block
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare {
    display: none;
    background-color: transparent;
    padding: 0;
    height: 30px;
    width: 30px;
    border-radius: 0;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    overflow: hidden
}

@media (max-width: 1024px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare {
        line-height: 30px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare:before {
    content: "×";
    height: 30px;
    width: 30px;
    font-size: 25px;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare:hover, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare:focus {
    background-color: #4d8a54
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare:hover:before, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare:focus:before {
    color: #fff
}

@media (max-width: 1024px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image {
        height: 140px
    }
}

@media (max-width: 991px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image {
        height: 100px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item hr {
    margin: 10px 0;
    border-color: rgba(0, 0, 0, 0.05)
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item hr {
        margin: 5px 0
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item h5 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item h5 {
        font-size: 13px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item h5 a {
    color: #303846;
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    max-height: 36px;
    min-height: 36px
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item h5 a {
        font-size: 13px;
        max-height: 34px;
        min-height: 34px
    }
}

@media (min-width: 1025px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item h5 a:hover, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item h5 a:focus {
        color: #4d8a54
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .price {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #4d8a54
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .price {
        font-size: 13px;
        display: block
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .old-price {
    margin-left: 7px;
    display: inline-block;
    color: #aaa;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .old-price {
        margin-left: 0;
        font-size: 12px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .alert-success, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .alert-danger {
    padding: 3px 7px
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand {
    color: #303846
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand a {
    color: #303846;
    font-weight: 500
}

@media (min-width: 1025px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand a:hover, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand a:focus {
        color: #4d8a54
    }
}

@media (max-width: 991px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand {
        font-size: 0
    }

    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand a {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand {
        font-size: 13px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .comparecontens h2 {
    display: none !important
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .comparecontens table {
    border: none
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .comparecontens table th, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .comparecontens table td {
    border: none;
    padding: 5px;
    font-size: 13px
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .comparecontens table td:first-child {
    display: none
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .comparecontens table tr:nth-child(2n+1) {
    background: #f6f6f6
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .js-remove-compare {
    border: none;
    box-shadow: none;
    outline: none;
    color: #4d8a54;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

@media (min-width: 1025px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .js-remove-compare:hover, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .js-remove-compare:focus {
        background-color: #fff;
        border: none;
        box-shadow: none;
        outline: none;
        color: #303846
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item + .compare-item {
    border-left: 1px solid #f3f3f3
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .close.close-compare {
    position: absolute;
    top: 1px;
    right: 1px;
    opacity: 1;
    background-color: #fff;
    color: #000;
    text-shadow: none;
    line-height: 26px;
    overflow: hidden;
    z-index: 9;
    border-radius: 20px;
    height: 25px;
    width: 25px
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .close.close-compare {
        top: 0;
        right: 0;
        z-index: 999
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .close.close-compare span {
    display: block;
    line-height: 26px
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .close.close-compare:hover {
    background-color: #4d8a54;
    color: #fff
}

#js-global-alert {
    position: absolute;
    top: -20px !important;
    left: 100%;
    width: 270px;
    transition: all ease .45s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    padding: 10px;
    margin-bottom: 0
}

#js-global-alert .alert-heading {
    margin: 0;
    font-size: 17px
}

#js-global-alert .alert-content {
    font-size: 14px;
    margin-bottom: 0
}

#js-global-alert.active {
    opacity: 1;
    visibility: visible
}

.ego-wish-list {
    display: inline-block;
    position: fixed;
    top: calc(40% - 43px) !important;
    left: 0;
    z-index: 999;
    float: right;
    background: #b90b0b;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.ego-wish-list span.tts {
    opacity: 0;
    font-size: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.ego-wish-list:hover {
    width: 120px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.ego-wish-list:hover span.tts {
    opacity: 1;
    font-size: 15px;
    margin: 0 5px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.ego-wish-list:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -29px;
    width: 110%;
    height: 35px;
    background: 0 0;
    display: none;
    z-index: 99
}

.ego-wish-list > a {
    position: relative;
    color: #fff;
    font-weight: 600;
    line-height: 34px
}

@media (min-width: 992px) and (max-width: 1024px) {
    .ego-wish-list > a {
        font-size: 0
    }
}

.ego-wish-list > a svg {
    width: 25px;
    height: 25px;
    vertical-align: -8px
}

.ego-wish-list > a svg path {
    fill: #fff !important
}

.ego-wish-list > a .js-wishlist-count {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #333;
    background-color: #ffa800;
    top: -15px;
    left: 15px;
    font-size: 13px
}

.ego-wish-list:hover:before {
    display: block
}

.ego-wish-list:hover .top-wish-list-content {
    display: block
}

.animated-background, .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image img:not(.loaded) {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 700px 104px;
    position: relative
}

.top-wish-list-content {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    padding: 0;
    text-align: left;
    z-index: 10000;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    top: 40px
}

.top-wish-list-content .added-products {
    padding: 10px;
    margin: 0;
    max-height: 582px;
    min-width: 320px
}

.top-wish-list-content .added-products .favorites-message {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
    font-weight: 500
}

.top-wish-list-content .added-products .wish-list-small {
    max-height: 200px;
    overflow-y: auto
}

.top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    background-color: #F5F5F5
}

.top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: #e5e5e5
}

.top-wish-list-content .added-products .wish-list-small .empty-description .empty-icon {
    margin-bottom: 10px;
    display: block
}

.top-wish-list-content .added-products .wish-list-small .empty-description .empty-icon .ico-favorite-heart {
    height: 50px;
    width: 50px;
    background-image: url(valentines-heart.svg@1659426012568);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.top-wish-list-content .added-products .wish-list-small .empty-description .empty-text {
    text-align: center
}

.top-wish-list-content .added-products .wish-list-small .empty-description .empty-text h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #303846
}

.top-wish-list-content .added-products .wish-list-small .empty-description .empty-text p {
    font-size: 13px;
    margin-bottom: 0;
    color: #999
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small {
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #e5e5e5
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image {
    float: left;
    display: block;
    width: 80px;
    margin-right: 10px
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item {
    padding-left: 90px
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist {
    position: absolute;
    right: 10px;
    color: #1c1c1c;
    font-size: 20px
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist:hover, .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist:focus {
    color: #4d8a54
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name {
    margin: 0;
    width: 150px;
    line-height: 1;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a {
    font-size: 1em;
    line-height: 20px !important;
    font-weight: 500;
    color: #1c1c1c
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a:hover, .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a:focus {
    color: #4d8a54
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-details-bottom .pricechange {
    color: #4d8a54;
    display: block
}

.top-wish-list-content .added-products .wish-list-button-all {
    text-align: center;
    margin-top: 10px
}

.top-wish-list-content .added-products .wish-list-button-all a {
    display: block;
    padding: 6px 10px;
    color: #fff;
    background-color: #4d8a54
}

.top-wish-list-content .added-products .wish-list-button-all a:hover, .top-wish-list-content .added-products .wish-list-button-all a:focus {
    color: #fff;
    background-color: #3b6940
}

.search-main .item-border {
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    float: left
}

.search-main .item-border .item_product_main {
    border: 0
}

#datlich_thanhcong {
    padding-right: 0px !important;
    top: 45% !important
}

#datlich_thanhcong .wrap-modal-dv {
    background: #fff;
    padding: 20px;
    text-align: center
}

#datlich_thanhcong .wrap-modal-dv .modal-title {
    z-index: 999
}

@media (max-width: 374px) {
    #datlich_thanhcong .wrap-modal-dv .modal-title .title_module_main h2 {
        font-size: 23px
    }
}

.section_datban {
    margin-bottom: 60px
}

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

.section_datban .left h2 {
    color: #fff
}

.section_datban .left h2:before {
    background-image: url("title_base_2.png@1659426012568")
}

@media (max-width: 767px) {
    .section_datban .left h2:before {
        background-image: url("title_base_2_m.png@1659426012568")
    }
}

.section_datban .left_module {
    padding: 40px 56px 1px 65px;
    background: #4d8a54;
    min-height: 443px;
    position: relative
}

@media (max-width: 767px) {
    .section_datban .left_module {
        padding: 30px 15px 1px 15px;
        min-height: 230px
    }
}

.section_datban .left_module p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    margin-top: 10px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .section_datban .left_module p {
        font-size: 12px;
        margin: 5px 0
    }
}

.section_datban .left_module span.time {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    display: block;
    float: left;
    width: 100%
}

@media (max-width: 767px) {
    .section_datban .left_module span.time {
        font-size: 12px
    }
}

.section_datban .left_module .btn_booknow {
    border-radius: 30px;
    color: #4d8a54;
    background: #fff;
    padding: 0 32px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    border: none
}

@media (max-width: 767px) {
    .section_datban .left_module .btn_booknow {
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-top: 5px
    }
}

.section_datban .left_module .btn_booknow:hover {
    background: #4d8a54;
    color: #fff;
    border: 1px solid #fff
}

.section_datban .bg_right {
    /*background-image: url("banner_time_open.jpg@1659426012568");*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 486px;
    height: 420px;
    background-position: right;
    padding: 0;
    /*margin-top: 12px;*/
    margin-left: -15px
}

.section_datban input {
    height: 40px;
    border: none;
    border-bottom: 1px solid #282828;
    border-radius: 0px;
    color: #fff;
    background: transparent;
    padding-top: 16px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 500
}

.section_datban input::-webkit-input-placeholder {
    color: #fff
}

.section_datban input::-moz-placeholder {
    color: #fff
}

.section_datban input:-ms-input-placeholder {
    color: #fff
}

.section_datban .to_animate {
    z-index: 999
}

.section_datban .form-builder-item {
    margin-bottom: 0px !important;
    margin-top: 4px
}

.section_datban .form-builder-item.hour_check select, .section_datban .form-builder-item.dip_check select, .section_datban .form-builder-item.store_check select {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    border: none;
    border-bottom: 1px solid #34613a;
    color: #fff;
    background-color: transparent !important;
    padding: 0;
    font-weight: 500
}

.section_datban .form-builder-item.hour_check select option, .section_datban .form-builder-item.dip_check select option, .section_datban .form-builder-item.store_check select option {
    color: #282828
}

.section_datban .form-builder-item.hour_check .form-group .form-control, .section_datban .form-builder-item.dip_check .form-group .form-control, .section_datban .form-builder-item.store_check .form-group .form-control {
    font-size: 0
}

.section_datban .form-builder-item .form-group {
    position: relative
}

.section_datban .form-builder-item .form-group .color2 {
    position: absolute;
    font-size: 14px;
    left: 27px;
    top: 23px;
    width: 14px;
    text-align: center
}

.section_datban .form-builder-item .form-group .form-control {
    color: #fff;
    font-weight: 500;
    padding: 10px 0px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #34613a;
    border-radius: 0;
    margin-bottom: 0
}

.section_datban .form-builder-item .form-group .form-control::-webkit-input-placeholder {
    color: #fff
}

.section_datban .form-builder-item .form-group .form-control::-moz-placeholder {
    color: #fff
}

.section_datban .form-builder-item .form-group .form-control:-ms-input-placeholder {
    color: #fff
}

.section_datban .form-builder-item .form-group .fas {
    position: absolute;
    top: 22px;
    right: 20px;
    cursor: pointer;
    z-index: 0
}

.section_datban .form-builder-item .mes textarea {
    padding-top: 18px
}

.section_datban .form-builder-item .mes textarea::-webkit-input-placeholder {
    color: #fff
}

.section_datban .form-builder-item .mes textarea::-moz-placeholder {
    color: #fff
}

.section_datban .form-builder-item .mes textarea:-ms-input-placeholder {
    color: #fff
}

@media (min-width: 1200px) {
    .section_base_page.section_col_1, .section_base_page.section_col_2, .section_base_page.section_col_3 {
        margin-bottom: 90px
    }
}

@media (max-width: 1199px) {
    .section_base_page.section_col_1, .section_base_page.section_col_2, .section_base_page.section_col_3 {
        margin-bottom: 50px
    }
}

.section_base_page.section_col_4 {
    margin-bottom: 50px
}

/*.section_base_page .slick-arrow {*/
/*    font-size: 0;*/
/*    line-height: 0;*/
/*    position: absolute;*/
/*    top: 45%;*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    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: #4d8a54;*/
/*    line-height: 30px;*/
/*    text-align: center;*/
/*    z-index: 0;*/
/*    border-radius: 3px*/
/*}*/

/*.section_base_page .slick-arrow.slick-prev {*/
/*    left: 14px*/
/*}*/

/*.section_base_page .slick-arrow.slick-prev:before {*/
/*    content: "\f053";*/
/*    font-family: "Font Awesome\ 5 Free";*/
/*    font-weight: 900;*/
/*    font-size: 12px;*/
/*    color: #fff*/
/*}*/

/*.section_base_page .slick-arrow.slick-next {*/
/*    right: 14px*/
/*}*/

/*.section_base_page .slick-arrow.slick-next:before {*/
/*    content: "\f054";*/
/*    font-family: "Font Awesome\ 5 Free";*/
/*    font-weight: 900;*/
/*    font-size: 12px;*/
/*    color: #fff*/
/*}*/

/*.section_base_page .slick-arrow:hover {*/
/*    background: #fff;*/
/*    border: 1px solid #4d8a54*/
/*}*/

/*.section_base_page .slick-arrow:hover:before {*/
/*    color: #4d8a54*/
/*}*/

/*.section_base_page .slick-arrow {*/
/*    top: -40px;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    background: #ebebeb;*/
/*    border-radius: 0*/
/*}*/

/*.section_base_page .slick-arrow:hover {*/
/*    background: #4d8a54*/
/*}*/

/*.section_base_page .slick-arrow:hover:before {*/
/*    color: #fff !important*/
/*}*/

/*.section_base_page .slick-arrow:before {*/
/*    font-size: 16px !important;*/
/*    color: #282828 !important*/
/*}*/

/*.section_base_page .slick-arrow.slick-prev {*/
/*    right: 50px;*/
/*    left: unset*/
/*}*/

/*.section_base_page .slick-arrow.slick-next {*/
/*    right: 0px*/
/*}*/

.section_base_page .heading {
    text-align: center;
    padding: 0 195px
}

@media (max-width: 991px) {
    .section_base_page .heading {
        padding: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_base_page .heading {
        padding: 0 120px
    }
}

.section_base_page .heading p {
    font-size: 16px;
    color: #443c33;
    font-weight: 500;
    margin: 5px 0 70px
}

/*.section_base_page .slick-list {*/
/*    margin: 0 -15px*/
/*}*/

/*.section_base_page .slick-slide {*/
/*    padding: 0 15px*/
/*}*/
