/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap");

.font1 {
    font-family: "Open Sans", sans-serif;
}

.font2 {
    font-family: "Mali";
}

:root {
    --body-fs: 13px;
    --body-bg-color: #eeeeee;
    --body-font: Be Vietnam Pro, sans-serif;
    --body-color: #373737;
    --body-line-height: 1.42857143;
    --h1: 36px;
    --h2: 30px;
    --h3: 24px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --cl1: #10723a;
    --cl2: #0a923c;
    --cl3: #10723a;
}

/*! Bootstrap Grid v4.3.1 (https://getbootstrap.com/) Copyright 2011-2019 The Bootstrap Authors Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

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

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper,
body,
html {
    min-height: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

p {
    margin: 0 0 20px;
}

img {
    max-width: 100%;
}

ul.decimal {
    list-style: decimal;
}

ul.decimal-zero {
    list-style: decimal-leading-zero;
}

ul.latin {
    list-style: lower-latin;
}

ul.latin-upper {
    list-style: upper-alpha;
}

ul.circle {
    list-style: circle;
}

ul.inherit {
    list-style: inherit;
}

.modal-open {
    overflow: hidden;
}

body.showModal {
    overflow: hidden;
}

body.showModal #wrapper {
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content img.lazy-hidden {
    background: url(../images/loading.gif) no-repeat center center !important;
    background-size: 40px !important;
    min-height: 50px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 20px;
}

.entry-content blockquote {
    border-left: 3px solid var(--cl1);
    padding-left: 20px;
}

select {
    line-height: inherit !important;
}

.zoomimg {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.full {
    display: block !important;
    width: auto;
}

.input.full,
button.full {
    width: 100%;
}

.bl {
    position: absolute;
    left: 0;
    bottom: 0;
}

.br {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tl {
    position: absolute;
    left: 0;
    top: 0;
}

.tr {
    position: absolute;
    right: 0;
    top: 0;
}

@-webkit-keyframes loading {
    0% {
        opacity: 0.6;
    }

    to {
        opacity: 0.4;
    }
}

@keyframes loading {
    0% {
        opacity: 0.6;
    }

    to {
        opacity: 0.4;
    }
}

#wrapper {
    overflow: hidden;
}

[class*="container"] {
    position: relative;
    /* z-index: 1 */
}

[class*="container"].full {
    width: auto;
    max-width: 1920px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.wrapVideoBg {
    min-height: 200px;
    position: relative;
    overflow: hidden !important;
}

.wrapVideoBg iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
}

.wrapVideoBg video {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

@media screen and (-ms-high-contrast: active),
    screen and (-ms-high-contrast: none) {
    .wrapVideoBg video {
        height: 100%;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.single_item_video {
    position: relative;
    min-height: 200px;
}

.single_item_video > .btnvideo {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.single_item_video > .btnvideo:before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.single_item_video > .btnvideo > i {
    width: 70px;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    z-index: 3;
}

.single_item_video > .btnvideo > img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

@media screen and (-ms-high-contrast: active),
    screen and (-ms-high-contrast: none) {
    .single_item_video > .btnvideo > img {
        height: 100%;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.single_item_video > .btnvideo:hover {
    color: var(--cl1);
}

.single_item_video > .video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.single_item_video > .video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.single_item_video.active > .video,
.single_item_video.active > iframe {
    z-index: 4;
}

button.btn,
input.btn {
    line-height: normal !important;
}

[class*="sec"],
[class*="section"] {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sec-t {
    padding-top: 20px;
}

.sec-b {
    padding-bottom: 20px;
}

.sec-tb {
    padding: 20px 0;
}

@media only screen and (max-width: 767px) {
    .sec-t {
        padding-top: 10px;
    }

    .sec-b {
        padding-bottom: 10px;
    }

    .sec-tb {
        padding: 10px 0;
    }
}

.section {
    padding: 20px 0;
}

.section-t {
    padding-top: 20px;
}

.section-b {
    padding-bottom: 20px;
}

[class*="s-o-"]:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
}

.o-1:before,
.s-o-1:before {
    opacity: 0.1;
}

.o-2:before,
.s-o-2:before {
    opacity: 0.2;
}

.o-3:before,
.s-o-3:before {
    opacity: 0.3;
}

.o-4:before,
.s-o-4:before {
    opacity: 0.4;
}

.o-5:before,
.s-o-5:before {
    opacity: 0.5;
}

.o-6:before,
.s-o-6:before {
    opacity: 0.6;
}

.o-7:before,
.s-o-7:before {
    opacity: 0.7;
}

.o-8:before,
.s-o-8:before {
    opacity: 0.8;
}

.o-9:before,
.s-o-9:before {
    opacity: 0.9;
}

.uppercase {
    text-transform: uppercase;
}

[class*="tRes"] {
    position: relative;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

[class*="tRes"]:before {
    content: "";
    padding-top: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

[class*="tRes"] > img,
[class*="tRes"] > video {
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

@media screen and (-ms-high-contrast: active),
    screen and (-ms-high-contrast: none) {
    [class*="tRes"] > img,
    [class*="tRes"] > video {
        height: 100%;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

[class*="tRes"] > video {
    z-index: 3;
}

[class*="tRes"] > iframe {
    display: block;
    border: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.tRes_16_9:before {
    padding-top: 56.25%;
}

.tRes_4_3:before {
    padding-top: 75%;
}

.tRes_2_1:before {
    padding-top: 50%;
}

.tRes_1_2:before {
    padding-top: 200%;
}

.tRes_30:before {
    padding-top: 30%;
}

.tRes_31:before {
    padding-top: 31%;
}

.tRes_32:before {
    padding-top: 32%;
}

.tRes_33:before {
    padding-top: 33%;
}

.tRes_34:before {
    padding-top: 34%;
}

.tRes_35:before {
    padding-top: 35%;
}

.tRes_36:before {
    padding-top: 36%;
}

.tRes_37:before {
    padding-top: 37%;
}

.tRes_38:before {
    padding-top: 38%;
}

.tRes_39:before {
    padding-top: 39%;
}

.tRes_40:before {
    padding-top: 40%;
}

.tRes_41:before {
    padding-top: 41%;
}

.tRes_42:before {
    padding-top: 42%;
}

.tRes_43:before {
    padding-top: 43%;
}

.tRes_44:before {
    padding-top: 44%;
}

.tRes_45:before {
    padding-top: 45%;
}

.tRes_46:before {
    padding-top: 46%;
}

.tRes_47:before {
    padding-top: 47%;
}

.tRes_48:before {
    padding-top: 48%;
}

.tRes_49:before {
    padding-top: 49%;
}

.tRes_50:before {
    padding-top: 50%;
}

.tRes_51:before {
    padding-top: 51%;
}

.tRes_52:before {
    padding-top: 52%;
}

.tRes_53:before {
    padding-top: 53%;
}

.tRes_54:before {
    padding-top: 54%;
}

.tRes_55:before {
    padding-top: 55%;
}

.tRes_56:before {
    padding-top: 56%;
}

.tRes_57:before {
    padding-top: 57%;
}

.tRes_58:before {
    padding-top: 58%;
}

.tRes_59:before {
    padding-top: 59%;
}

.tRes_60:before {
    padding-top: 60%;
}

.tRes_61:before {
    padding-top: 61%;
}

.tRes_62:before {
    padding-top: 62%;
}

.tRes_63:before {
    padding-top: 63%;
}

.tRes_64:before {
    padding-top: 64%;
}

.tRes_65:before {
    padding-top: 65%;
}

.tRes_66:before {
    padding-top: 66%;
}

.tRes_67:before {
    padding-top: 67%;
}

.tRes_68:before {
    padding-top: 68%;
}

.tRes_69:before {
    padding-top: 69%;
}

.tRes_70:before {
    padding-top: 70%;
}

.tRes_71:before {
    padding-top: 71%;
}

.tRes_72:before {
    padding-top: 72%;
}

.tRes_73:before {
    padding-top: 73%;
}

.tRes_74:before {
    padding-top: 74%;
}

.tRes_75:before {
    padding-top: 75%;
}

.tRes_76:before {
    padding-top: 76%;
}

.tRes_77:before {
    padding-top: 77%;
}

.tRes_78:before {
    padding-top: 78%;
}

.tRes_79:before {
    padding-top: 79%;
}

.tRes_80:before {
    padding-top: 80%;
}

.tRes_81:before {
    padding-top: 81%;
}

.tRes_82:before {
    padding-top: 82%;
}

.tRes_83:before {
    padding-top: 83%;
}

.tRes_84:before {
    padding-top: 84%;
}

.tRes_85:before {
    padding-top: 85%;
}

.tRes_86:before {
    padding-top: 86%;
}

.tRes_87:before {
    padding-top: 87%;
}

.tRes_88:before {
    padding-top: 88%;
}

.tRes_89:before {
    padding-top: 89%;
}

.tRes_90:before {
    padding-top: 90%;
}

.tRes_91:before {
    padding-top: 91%;
}

.tRes_92:before {
    padding-top: 92%;
}

.tRes_93:before {
    padding-top: 93%;
}

.tRes_94:before {
    padding-top: 94%;
}

.tRes_95:before {
    padding-top: 95%;
}

.tRes_96:before {
    padding-top: 96%;
}

.tRes_97:before {
    padding-top: 97%;
}

.tRes_98:before {
    padding-top: 98%;
}

.tRes_99:before {
    padding-top: 99%;
}

.list-thumb-contain [class*="tRes"] img {
    -o-object-fit: contain;
    object-fit: contain;
}

#back-top,
#header,
#header #logo img,
#header .container,
.breadcrumbs a,
.cttab-product .tab-menu > div,
.div-orther-address,
.div-update-pass,
.divsocial .item,
.dropdown > .content,
.form-search,
.form-search-focus,
.form-search-focus button,
.form-search-focus input,
.form-search button,
.form-search input,
.formpopup a,
.formpopup a.input.share,
.layout-sc-sidebar .title,
.list-b-4 .item,
.list-manu .inner,
.list-manu .morecate,
.list-p-1 .item,
.menu-account.style-1 a,
.menu-account.style-2 a,
.myModal,
.owl-dots > .owl-dot span,
.owl-nav > *,
.owl-visible.owl-carousel .owl-item,
.owl-visible.owl-carousel .owl-item .text,
.price_sale .area_promotion .vipservice .wmore,
.quality .minus,
.quality .plus,
.quality input,
.sec-menu-category ul.vertical-menu,
.sidebar-1 .widget-cart .viewall,
.sidebar ul.menu-category a,
.sidebar ul.recently-post .item,
.single_item_video > .btnvideo > img,
.single_video .btnvideo,
.slide-category .img:before,
.table-cart .remove,
.toggleAutoHeight .wtgh,
.toggleAutoHeightCss > .tgh-content,
.toggleAutoHeightCss > .tgh-toggle,
.toggleHeight .toggle,
.tss,
.widget-category ul a:before,
.widget-mini-cart .toggle,
.widget-mini-cart .toggle-content,
.widget-star .item,
[class*="tRes"]:before,
[class*="tRes"] > img,
[class*="tRes"] > video,
a,
ul.page-numbers .page-numbers {
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

figure {
    margin-bottom: 30px;
    max-width: 100%;
}

figure > img {
    display: block;
}

figure figcaption {
    color: #9b9b9b;
    display: block;
    font-size: 12px;
    padding: 5px 0 0;
    font-style: italic;
}

.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

.aligncenter {
    margin: 0 auto 20px;
    display: block;
}

.label-30 > .item > .title {
    width: 30px;
}

.label-40 > .item > .title {
    width: 40px;
}

.label-50 > .item > .title {
    width: 50px;
}

.label-60 > .item > .title {
    width: 60px;
}

.label-70 > .item > .title {
    width: 70px;
}

.label-80 > .item > .title {
    width: 80px;
}

.label-90 > .item > .title {
    width: 90px;
}

.label-100 > .item > .title {
    width: 100px;
}

.label-110 > .item > .title {
    width: 110px;
}

.label-120 > .item > .title {
    width: 120px;
}

.label-130 > .item > .title {
    width: 130px;
}

.label-140 > .item > .title {
    width: 140px;
}

.label-150 > .item > .title {
    width: 150px;
}

.label-160 > .item > .title {
    width: 160px;
}

.label-170 > .item > .title {
    width: 170px;
}

.label-180 > .item > .title {
    width: 180px;
}

.label-190 > .item > .title {
    width: 190px;
}

.label-200 > .item > .title {
    width: 200px;
}

.label-210 > .item > .title {
    width: 210px;
}

.label-220 > .item > .title {
    width: 220px;
}

.label-230 > .item > .title {
    width: 230px;
}

.label-240 > .item > .title {
    width: 240px;
}

.label-250 > .item > .title {
    width: 250px;
}

.label-260 > .item > .title {
    width: 260px;
}

.label-270 > .item > .title {
    width: 270px;
}

.label-280 > .item > .title {
    width: 280px;
}

.label-290 > .item > .title {
    width: 290px;
}

.label-300 > .item > .title {
    width: 300px;
}

/* input[type=checkbox] {
    width: auto !important;
    height: auto !important
} */

@media only screen and (min-width: 768px) {
    .smb {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .spc {
        display: none !important;
    }
}

.owl-carousel:not(.multi) .item {
    margin: 0 !important;
}

#map {
    height: 500px;
}

select.select2-single {
    width: 100%;
    opacity: 0;
}

select.select2-single.select2-hidden-accessible {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.display-table {
    display: table;
    width: 100%;
}

.display-table .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.end.row,
.reverse.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (min-width: 992px) {
    .end-lg.row,
    .reverse-lg.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media only screen and (min-width: 768px) {
    .end-md.row,
    .reverse-md.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media only screen and (min-width: 576px) {
    .end-sm.row,
    .reverse-sm.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.row.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row.top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.row.bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (min-width: 992px) {
    .row.center-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .row.top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .row.bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media only screen and (min-width: 768px) {
    .row.center-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .row.top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .row.bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media only screen and (min-width: 576px) {
    .row.center-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .row.top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .row.bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.row.list-item > [class*="col-"] {
    margin-bottom: 20px;
}

.row.list-item-10 > [class*="col-"] {
    margin-bottom: 10px;
}

.row.list-item-15 > [class*="col-"] {
    margin-bottom: 15px;
}

.row.list-item-20 > [class*="col-"] {
    margin-bottom: 20px;
}

.row.list-item-30 > [class*="col-"] {
    margin-bottom: 30px;
}

.row.list-item-40 > [class*="col-"] {
    margin-bottom: 40px;
}

.row.list-item-t10 {
    margin-top: -10px;
}

.row.list-item-t10 > [class*="col-"] {
    margin-top: 10px;
}

.row.list-item-t15 {
    margin-top: -15px;
}

.row.list-item-t15 > [class*="col-"] {
    margin-top: 15px;
}

.row.list-item-t20 {
    margin-top: -20px;
}

.row.list-item-t20 > [class*="col-"] {
    margin-top: 20px;
}

.row.list-item-t30 {
    margin-top: -30px;
}

.row.list-item-t30 > [class*="col-"] {
    margin-top: 30px;
}

.row.list-item-t40 {
    margin-top: -40px;
}

.row.list-item-t40 > [class*="col-"] {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .row.list-item-mb > [class*="col-"] {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .col-xs-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xs-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xs-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.hidden {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .hidden-lg {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-mlg {
        display: none !important;
    }
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

@media only screen and (max-width: 575px) {
    .hidden-xs {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .hidden-pc {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .hidden-mb {
        display: none !important;
    }
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
    display: inline-block;
}

[class*=" icon-"].ix:before,
[class*=" icon-"].iy:before,
[class^="icon-"].ix:before,
[class^="icon-"].iy:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

[class*=" icon-"].it:before,
[class^="icon-"].it:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

[class*=" icon-"].ib:before,
[class^="icon-"].ib:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fullwidth > * {
    width: auto;
    max-width: inherit;
    padding: 0;
}

.single_video:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.single_video .btnvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    color: #fff;
    z-index: 3;
    cursor: pointer;
}

.single_video .btnvideo i {
    font-size: 50px;
    display: block;
}

.single_video:hover .btnvideo {
    color: var(--cl1);
}

.single_video.active .btnvideo {
    opacity: 0;
    visibility: hidden;
}

.require {
    color: #ed1c24;
}

.toggleAutoHeightCss {
    position: relative;
}

.toggleAutoHeightCss > .tgh-toggle {
    bottom: 0;
    z-index: 3;
    text-align: center;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    cursor: pointer;
}

.toggleAutoHeightCss > .tgh-toggle .l {
    display: none;
}

.toggleAutoHeightCss > .tgh-toggle .m {
    display: block;
}

.toggleAutoHeightCss > .tgh-toggle i {
    display: inline-block;
}

.toggleAutoHeightCss > .tgh-toggle:hover {
    color: #10723a;
}

.toggleAutoHeightCss > .tgh-content {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.toggleAutoHeightCss > .tgh-content:after {
    content: "";
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(white),
        color-stop(30%, rgba(255, 255, 255, 0.9)),
        color-stop(70%, rgba(255, 255, 255, 0.6)),
        to(rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
        bottom,
        white 0%,
        rgba(255, 255, 255, 0.9) 30%,
        rgba(255, 255, 255, 0.6) 70%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
        bottom,
        white 0%,
        rgba(255, 255, 255, 0.9) 30%,
        rgba(255, 255, 255, 0.6) 70%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        0deg,
        white 0%,
        rgba(255, 255, 255, 0.9) 30%,
        rgba(255, 255, 255, 0.6) 70%,
        rgba(255, 255, 255, 0) 100%
    );
    margin: 0px !important;
    z-index: 2;
}

.toggleAutoHeightCss > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    visibility: hidden;
}

.toggleAutoHeightCss > input:checked ~ .tgh-toggle .m {
    display: none;
}

.toggleAutoHeightCss > input:checked ~ .tgh-toggle .l {
    display: block;
}

.toggleAutoHeightCss > input:checked ~ .tgh-toggle i:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.toggleAutoHeightCss > input:checked ~ .tgh-content {
    max-height: 300vh !important;
    padding-bottom: 20px;
}

.toggleAutoHeightCss > input:checked ~ .tgh-content:after {
    opacity: 0;
}

.toggleAutoHeight .wtgh {
    overflow: hidden;
    position: relative;
}

.toggleAutoHeight .wtgh:after {
    content: "";
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(white),
        color-stop(30%, rgba(255, 255, 255, 0.9)),
        color-stop(70%, rgba(255, 255, 255, 0.6)),
        to(rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
        bottom,
        white 0%,
        rgba(255, 255, 255, 0.9) 30%,
        rgba(255, 255, 255, 0.6) 70%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
        bottom,
        white 0%,
        rgba(255, 255, 255, 0.9) 30%,
        rgba(255, 255, 255, 0.6) 70%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        0deg,
        white 0%,
        rgba(255, 255, 255, 0.9) 30%,
        rgba(255, 255, 255, 0.6) 70%,
        rgba(255, 255, 255, 0) 100%
    );
    margin: 0px !important;
}

.toggleAutoHeight .showmore {
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
}

.toggleAutoHeight .showmore:hover {
    color: var(--cl1);
}

.toggleAutoHeight.active .wtgh {
    overflow: hidden;
    position: relative;
    max-height: 1000vh !important;
    padding-bottom: 20px;
}

.toggleAutoHeight.active .wtgh:after {
    opacity: 0;
}

.toggleAutoHeight.active .showmore i:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.i-db-x {
    overflow: hidden;
}

.i-db-x i {
    float: left;
}

.i-db-x i:first-child {
    margin-right: -10px;
}

.i-db-y {
    display: inline-block;
}

.i-db-y i {
    display: block;
}

.i-db-y i:first-child {
    margin-bottom: -10px;
}

.item-group {
    display: table;
    width: 100%;
    text-align: left;
}

.item-group-addon {
    white-space: nowrap;
    vertical-align: top;
    display: table-cell;
    width: 50px;
    height: 100%;
    max-width: 50%;
}

.item-group-addon.center {
    vertical-align: middle;
}

.item-group-addon.bottom {
    vertical-align: bottom;
}

.item-group-addon.w80 {
    width: 80px;
}

.item-group-addon.w100 {
    width: 100px;
}

.item-group-addon.w120 {
    width: 120px;
}

.item-group-addon.w150 {
    width: 150px;
}

.item-group-content {
    display: table-cell;
    position: relative;
    height: 100%;
}

.item-group-content.center {
    vertical-align: middle;
}

.item-group-content.bottom {
    vertical-align: bottom;
}

.item-group-content:first-child {
    padding-right: 15px;
}

.item-group-content:last-child {
    padding-left: 15px;
}

.item-group.space-10 .item-group-content:first-child {
    padding-right: 10px;
}

.item-group.space-10 .item-group-content:last-child {
    padding-left: 10px;
}

.item-group.space-20 .item-group-content:first-child {
    padding-right: 20px;
}

.item-group.space-20 .item-group-content:last-child {
    padding-left: 20px;
}

.item-group.space-30 .item-group-content:first-child {
    padding-right: 30px;
}

.item-group.space-30 .item-group-content:last-child {
    padding-left: 30px;
}

.line-1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-5 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

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

@media only screen and (max-width: 991px) {
    .show-992 {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .hide-991 {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .max-767,
    .show-767 {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .hide-767,
    .min-768,
    .show-768 {
        display: none !important;
    }
}

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

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

.scroll-inline {
    overflow-y: hidden;
    overflow-x: auto;
}

.scroll-inline .table {
    display: table;
    margin: 0;
}

.scroll-inline .cell {
    display: table-cell;
    padding-right: 10px;
}

.scroll-inline .cell:last-child {
    padding-right: 0;
}

.scroll-inline .item {
    float: none;
    margin-right: 10px;
}

.scroll-inline .item:last-child {
    margin-right: 0;
}

.scroll-inline .item-90 {
    width: 90px;
}

.scroll-inline .item-100 {
    width: 100px;
}

.scroll-inline .item-180 {
    width: 180px;
}

.scroll-inline .item-280 {
    width: 280px;
}

.scroll-inline .item-300 {
    width: 300px;
}

.icon-star {
    color: #ffc107;
}

.ratingresult {
    font-size: 12px;
    display: block;
}

.ratingresult .icon-star:not(.rated):before {
    content: "\e90d";
}

.divmeta {
    font-size: 13px;
    color: #b2b2b2;
    line-height: 20px;
}

.divmeta i {
    display: inline-block;
    margin-right: 2px;
}

.divmeta.inline {
    vertical-align: bottom;
}

.divmeta.inline > * {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.divmeta.inline > :not(:last-child) {
    margin-right: 7px;
    padding-right: 10px;
}

.divmeta.inline > :not(:last-child):after {
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    background-color: #b2b2b2;
}

.divmeta.inline2 {
    vertical-align: bottom;
}

.divmeta.inline2 > * {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.divmeta.inline2 > :not(:last-child) {
    margin-right: 7px;
    padding-right: 10px;
}

.menu-btn {
    display: none;
    width: 42px;
    height: 42px;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    line-height: 42px;
    font-size: 32px;
    cursor: pointer;
    color: #fff;
}

.menu-btn i {
    display: block;
    line-height: normal;
}

.menu-btn:hover {
    color: var(--cl1);
}

.menu-btn.show {
    display: block;
}

.menu-btn.x span {
    position: absolute;
    height: 2px;
    background-color: #fff;
    left: 5px;
    right: 5px;
    top: calc(50% - 1px);
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.menu-btn.x:after,
.menu-btn.x:before {
    position: absolute;
    height: 2px;
    background-color: #fff;
    left: 5px;
    right: 5px;
    content: "";
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.menu-btn.x:before {
    top: 10px;
}

.menu-btn.x:after {
    bottom: 10px;
}

.menu-btn.overlay {
    position: fixed;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.06);
    z-index: 1000;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.menu-btn.active.x span {
    background: none !important;
}

.menu-btn.active.x:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
}

.menu-btn.active.x:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 20px;
}

@media only screen and (min-width: 992px) {
    ul.menu-top-header {
        margin: 0;
        list-style: none;
        padding: 0;
        float: none;
        text-align: left;
    }

    ul.menu-top-header > li {
        position: relative;
        margin-left: 0;
        margin-right: 15px;
        float: left;
    }

    ul.menu-top-header > li[class*="children"] > a {
        padding-right: 30px;
    }

    ul.menu-top-header > li[class*="children"] > a:before {
        font-family: "icomoon" !important;
        content: "\e901";
        position: absolute;
        right: 10px;
        font-size: 8px;
        line-height: normal;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    ul.menu-top-header > li > a {
        display: block;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        position: relative;
        font-weight: 600;
        color: #fff;
        padding: 0 12px;
        text-transform: uppercase;
    }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
    ul.menu-top-header > li > a {
        line-height: 48px;
    }
}

@media only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
    ul.menu-top-header > li > a {
        line-height: 48px;
    }
}

@media only screen and (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
    ul.menu-top-header > li > a {
        line-height: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 767px) {
    ul.menu-top-header > li > a {
        line-height: 60px;
    }
}

@media only screen and (min-width: 992px) {
    ul.menu-top-header > li .showsubmenu {
        position: absolute;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 5px;
        display: none !important;
    }

    ul.menu-top-header > li > .wrapul,
    ul.menu-top-header > li > ul {
        left: 0;
        margin: 30px 0 0;
        width: 220px;
    }

    ul.menu-top-header > li .wrapul,
    ul.menu-top-header > li > ul,
    ul.menu-top-header > li li > ul {
        position: absolute;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        list-style: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #0a923c;
    }

    ul.menu-top-header > li .wrapul ul,
    ul.menu-top-header > li > ul ul,
    ul.menu-top-header > li li > ul ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    ul.menu-top-header > li .wrapul li,
    ul.menu-top-header > li > ul li,
    ul.menu-top-header > li li > ul li {
        display: block;
        position: relative;
    }

    ul.menu-top-header > li .wrapul li + li,
    ul.menu-top-header > li > ul li + li,
    ul.menu-top-header > li li > ul li + li {
        border-top: 1px solid transparent;
    }

    ul.menu-top-header > li .wrapul li[class*="children"] > a,
    ul.menu-top-header > li > ul li[class*="children"] > a,
    ul.menu-top-header > li li > ul li[class*="children"] > a {
        padding-right: 25px;
    }

    ul.menu-top-header > li .wrapul li[class*="children"] > a:after,
    ul.menu-top-header > li > ul li[class*="children"] > a:after,
    ul.menu-top-header > li li > ul li[class*="children"] > a:after {
        font-family: "icomoon" !important;
        content: "\e901";
        position: absolute;
        right: 15px;
        font-size: 12px;
        line-height: normal;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    ul.menu-top-header > li .wrapul li a,
    ul.menu-top-header > li > ul li a,
    ul.menu-top-header > li li > ul li a {
        display: block;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        width: 220px;
        font-weight: 300;
        color: #fff;
        line-height: 30px;
        padding: 8px 15px;
    }

    ul.menu-top-header > li .wrapul li .wrapul,
    ul.menu-top-header > li .wrapul li > ul,
    ul.menu-top-header > li > ul li .wrapul,
    ul.menu-top-header > li > ul li > ul,
    ul.menu-top-header > li li > ul li .wrapul,
    ul.menu-top-header > li li > ul li > ul {
        left: 90%;
        top: 0;
        margin: 0 0 0 30px;
        overflow: hidden;
        width: 0;
    }

    ul.menu-top-header > li .wrapul li:hover,
    ul.menu-top-header > li > ul li:hover,
    ul.menu-top-header > li li > ul li:hover {
        z-index: 100;
    }

    ul.menu-top-header > li .wrapul li:hover > a,
    ul.menu-top-header > li > ul li:hover > a,
    ul.menu-top-header > li li > ul li:hover > a {
        color: #fff;
        padding-left: 20px;
    }

    ul.menu-top-header > li .wrapul li:hover > .wrapul,
    ul.menu-top-header > li .wrapul li:hover > ul,
    ul.menu-top-header > li > ul li:hover > .wrapul,
    ul.menu-top-header > li > ul li:hover > ul,
    ul.menu-top-header > li li > ul li:hover > .wrapul,
    ul.menu-top-header > li li > ul li:hover > ul {
        margin: 0;
        overflow: visible;
        width: 220px;
        opacity: 1;
        visibility: visible;
    }

    ul.menu-top-header > li .wrapul li.active > a,
    ul.menu-top-header > li .wrapul li[class*="current"] > a,
    ul.menu-top-header > li > ul li.active > a,
    ul.menu-top-header > li > ul li[class*="current"] > a,
    ul.menu-top-header > li li > ul li.active > a,
    ul.menu-top-header > li li > ul li[class*="current"] > a {
        color: #fff;
    }

    ul.menu-top-header > li:hover > a {
        background-color: #04772f;
    }

    ul.menu-top-header > li:hover > .wrapul,
    ul.menu-top-header > li:hover > ul {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

    ul.menu-top-header > li.active > a,
    ul.menu-top-header > li[class*="current"] > a {
        font-weight: 500;
        background-color: #04772f;
    }
}

.wrap-menu-header .menu-head {
    display: none;
}

.wrap-menu-mb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    overflow: auto;
    float: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99999 !important;
    max-width: 100%;
    overflow: hidden;
    background-color: #fff;
    width: 400px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    left: auto;
    right: 0;
}

.wrap-menu-mb .menu-head {
    position: relative;
    padding: 0 15px;
    z-index: 100;
    display: table;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.wrap-menu-mb .menu-head .logo {
    position: absolute !important;
    top: 0;
    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;
    left: 15px;
    height: 100%;
}

.wrap-menu-mb .menu-head .logo img {
    display: block;
    max-height: 40px;
}

.wrap-menu-mb .menu-head h3 {
    margin: 0;
    font-size: 20px;
    line-height: inherit;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.wrap-menu-mb .menu-head h3.back {
    padding-left: 20px;
}

.wrap-menu-mb .menu-head h3.back i {
    font-size: 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}

.wrap-menu-mb .menu-head .menu-btn {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10px;
}

.wrap-menu-mb .menu-head .menu-btn.x:after,
.wrap-menu-mb .menu-head .menu-btn.x:before {
    background-color: #333;
}

.wrap-menu-mb .inner {
    float: none !important;
    position: absolute;
    top: 70px;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.wrap-menu-mb ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrap-menu-mb ul.menu a:after,
.wrap-menu-mb ul.menu a:before {
    display: none !important;
}

.wrap-menu-mb ul.menu > li {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    float: none !important;
    display: block;
    margin: 0;
    padding: 0;
}

.wrap-menu-mb ul.menu > li > a {
    display: block;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 5px;
    text-transform: uppercase;
}

.wrap-menu-mb ul.menu > li .showsubmenu {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 50px;
    display: block !important;
    height: 50px;
    text-align: center;
    border-left: 1px solid #f1f1f1;
    line-height: 50px;
    font-size: 12px;
    overflow: hidden;
    z-index: 10;
    color: inherit;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.wrap-menu-mb ul.menu > li .showsubmenu:before {
    display: inline-block;
}

.wrap-menu-mb ul.menu > li.active > a,
.wrap-menu-mb ul.menu > li.parent-showsub > a,
.wrap-menu-mb ul.menu > li:hover > a,
.wrap-menu-mb ul.menu > li[class*="current"] > a {
    color: #0a923c;
}

.wrap-menu-mb ul.menu .wrapul,
.wrap-menu-mb ul.menu li > ul {
    -o-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
    visibility: visible;
    display: none;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    left: auto !important;
    width: auto !important;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    border: none;
    border-top: 1px solid #f1f1f1;
}

.wrap-menu-mb ul.menu .wrapul li,
.wrap-menu-mb ul.menu li > ul li {
    display: block;
    position: relative;
}

.wrap-menu-mb ul.menu .wrapul li + li,
.wrap-menu-mb ul.menu li > ul li + li {
    border-top: 1px solid #f1f1f1;
}

.wrap-menu-mb ul.menu .wrapul li a,
.wrap-menu-mb ul.menu li > ul li a {
    display: block;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 5px;
}

.wrap-menu-mb ul.menu .wrapul li .showsubmenu,
.wrap-menu-mb ul.menu li > ul li .showsubmenu {
    height: 46px;
    line-height: 46px;
}

.wrap-menu-mb ul.menu .wrapul li.active > a,
.wrap-menu-mb ul.menu .wrapul li.parent-showsub > a,
.wrap-menu-mb ul.menu .wrapul li:hover > a,
.wrap-menu-mb ul.menu .wrapul li[class*="current"] > a,
.wrap-menu-mb ul.menu li > ul li.active > a,
.wrap-menu-mb ul.menu li > ul li.parent-showsub > a,
.wrap-menu-mb ul.menu li > ul li:hover > a,
.wrap-menu-mb ul.menu li > ul li[class*="current"] > a {
    color: #0a923c;
}

.wrap-menu-mb ul.menu .wrapul ul a,
.wrap-menu-mb ul.menu li > ul ul a {
    padding-left: 45px;
}

.wrap-menu-mb ul.menu .wrapul ul ul a,
.wrap-menu-mb ul.menu li > ul ul ul a {
    padding-left: 60px;
}

.wrap-menu-mb ul.menu .wrapul ul ul ul a,
.wrap-menu-mb ul.menu li > ul ul ul ul a {
    padding-left: 75px;
}

.wrap-menu-mb ul.menu li.parent-showsub > .showsubmenu:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

body.showMenu {
    overflow: hidden;
}

body.showMenu #wrapper {
    overflow: hidden;
}

body.showMenu #panel {
    z-index: 999 !important;
}

body.showMenu .wrap-menu-pc {
    opacity: 1;
    visibility: visible;
}

body.showMenu [class*="wrap-menu-mb"] {
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

body.showMenu .menu-btn.overlay {
    visibility: visible;
    opacity: 1;
    right: 400px;
}

body.showMenu .menu-btn.x span {
    background: none !important;
}

body.showMenu .menu-btn.x:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
}

body.showMenu .menu-btn.x:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 20px;
}

.ef-tx-t.ef,
.group-ef-hover .ef-tx-t[class*="efch"],
.group-ef .ef-tx-t[class*="efch"] {
    -webkit-transform: translateY(50px) scale3d(1, 1.6, 0.8);
    transform: translateY(50px) scale3d(1, 1.6, 0.8);
}

.ef-tx-b.ef,
.group-ef-hover .ef-tx-b[class*="efch"],
.group-ef .ef-tx-b[class*="efch"] {
    -webkit-transform: translateY(-50px) scale3d(1, 1.6, 0.8);
    transform: translateY(-50px) scale3d(1, 1.6, 0.8);
}

.ef-th.ef,
.group-ef-hover .ef-th[class*="efch"],
.group-ef .ef-th[class*="efch"] {
    opacity: 1 !important;
}

.ef-th.ef:not(.loaded) img,
.group-ef-hover .ef-th:not(.loaded)[class*="efch"] img,
.group-ef .ef-th:not(.loaded)[class*="efch"] img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ef-img-t.ef,
.group-ef-hover .ef-img-t[class*="efch"],
.group-ef .ef-img-t[class*="efch"] {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

.ef-img-b.ef,
.group-ef-hover .ef-img-b[class*="efch"],
.group-ef .ef-img-b[class*="efch"] {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.ef-img-t-50.ef,
.group-ef-hover .ef-img-t-50[class*="efch"],
.group-ef .ef-img-t-50[class*="efch"] {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.ef-img-b-50.ef,
.group-ef-hover .ef-img-b-50[class*="efch"],
.group-ef .ef-img-b-50[class*="efch"] {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
    .ef-tx-r.ef,
    .group-ef-hover .ef-tx-r[class*="efch"],
    .group-ef .ef-tx-r[class*="efch"] {
        -webkit-transform: translateX(-50px) scale3d(1, 1.6, 0.8);
        transform: translateX(-50px) scale3d(1, 1.6, 0.8);
    }

    .ef-tx-l.ef,
    .group-ef-hover .ef-tx-l[class*="efch"],
    .group-ef .ef-tx-l[class*="efch"] {
        -webkit-transform: translateX(50px) scale3d(1, 1.6, 0.8);
        transform: translateX(50px) scale3d(1, 1.6, 0.8);
    }

    .ef-img-l.ef,
    .group-ef-hover .ef-img-l[class*="efch"],
    .group-ef .ef-img-l[class*="efch"] {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }

    .ef-img-r.ef,
    .group-ef-hover .ef-img-r[class*="efch"],
    .group-ef .ef-img-r[class*="efch"] {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

@media only screen and (max-width: 767px) {
    .ef-tx-r.ef,
    .group-ef-hover .ef-tx-r[class*="efch"],
    .group-ef .ef-tx-r[class*="efch"] {
        -webkit-transform: translateY(50px) scale3d(1, 1.6, 0.8);
        transform: translateY(50px) scale3d(1, 1.6, 0.8);
    }

    .ef-tx-l.ef,
    .group-ef-hover .ef-tx-l[class*="efch"],
    .group-ef .ef-tx-l[class*="efch"] {
        -webkit-transform: translateY(50px) scale3d(1, 1.6, 0.8);
        transform: translateY(50px) scale3d(1, 1.6, 0.8);
    }

    .ef-img-l.ef,
    .group-ef-hover .ef-img-l[class*="efch"],
    .group-ef .ef-img-l[class*="efch"] {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    .ef-img-r.ef,
    .group-ef-hover .ef-img-r[class*="efch"],
    .group-ef .ef-img-r[class*="efch"] {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
}

.ef {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
    -o-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
    transition: all 1s cubic-bezier(0, 0.15, 0, 1);
}

.group-ef-hover [class*="efch"],
.group-ef [class*="efch"] {
    opacity: 0;
    display: block;
    -webkit-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
    -o-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
    transition: all 1s cubic-bezier(0, 0.15, 0, 1);
}

.group-ef.loaded .efch-1,
.loaded.group-ef-hover .efch-1 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.group-ef.loaded .efch-2,
.loaded.group-ef-hover .efch-2 {
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}

.group-ef.loaded .efch-3,
.loaded.group-ef-hover .efch-3 {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}

.group-ef.loaded .efch-4,
.loaded.group-ef-hover .efch-4 {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

.group-ef.loaded .efch-5,
.loaded.group-ef-hover .efch-5 {
    -webkit-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important;
}

.group-ef.loaded .efch-6,
.loaded.group-ef-hover .efch-6 {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important;
}

.group-ef.loaded .efch-7,
.loaded.group-ef-hover .efch-7 {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important;
}

.group-ef.loaded .efch-8,
.loaded.group-ef-hover .efch-8 {
    -webkit-transition-delay: 1.4s !important;
    -o-transition-delay: 1.4s !important;
    transition-delay: 1.4s !important;
}

.group-ef.loaded .efch-9,
.loaded.group-ef-hover .efch-9 {
    -webkit-transition-delay: 1.6s !important;
    -o-transition-delay: 1.6s !important;
    transition-delay: 1.6s !important;
}

.group-ef.loaded .efch-10,
.loaded.group-ef-hover .efch-10 {
    -webkit-transition-delay: 1.8s !important;
    -o-transition-delay: 1.8s !important;
    transition-delay: 1.8s !important;
}

.group-ef.loaded .efch-11,
.loaded.group-ef-hover .efch-11 {
    -webkit-transition-delay: 2s !important;
    -o-transition-delay: 2s !important;
    transition-delay: 2s !important;
}

.group-ef.loaded .efch-12,
.loaded.group-ef-hover .efch-12 {
    -webkit-transition-delay: 2.2s !important;
    -o-transition-delay: 2.2s !important;
    transition-delay: 2.2s !important;
}

.group-ef.loaded .efch-13,
.loaded.group-ef-hover .efch-13 {
    -webkit-transition-delay: 2.4s !important;
    -o-transition-delay: 2.4s !important;
    transition-delay: 2.4s !important;
}

.group-ef.loaded .efch-14,
.loaded.group-ef-hover .efch-14 {
    -webkit-transition-delay: 2.6s !important;
    -o-transition-delay: 2.6s !important;
    transition-delay: 2.6s !important;
}

.group-ef.loaded .efch-15,
.loaded.group-ef-hover .efch-15 {
    -webkit-transition-delay: 2.8s !important;
    -o-transition-delay: 2.8s !important;
    transition-delay: 2.8s !important;
}

.group-ef.loaded .efch-16,
.loaded.group-ef-hover .efch-16 {
    -webkit-transition-delay: 3s !important;
    -o-transition-delay: 3s !important;
    transition-delay: 3s !important;
}

.group-ef.loaded .efch-17,
.loaded.group-ef-hover .efch-17 {
    -webkit-transition-delay: 3.2s !important;
    -o-transition-delay: 3.2s !important;
    transition-delay: 3.2s !important;
}

.group-ef.loaded .efch-18,
.loaded.group-ef-hover .efch-18 {
    -webkit-transition-delay: 3.4s !important;
    -o-transition-delay: 3.4s !important;
    transition-delay: 3.4s !important;
}

.group-ef.loaded .efch-19,
.loaded.group-ef-hover .efch-19 {
    -webkit-transition-delay: 3.6s !important;
    -o-transition-delay: 3.6s !important;
    transition-delay: 3.6s !important;
}

.group-ef.loaded .efch-20,
.loaded.group-ef-hover .efch-20 {
    -webkit-transition-delay: 3.8s !important;
    -o-transition-delay: 3.8s !important;
    transition-delay: 3.8s !important;
}

.group-ef.loaded .efch-21,
.loaded.group-ef-hover .efch-21 {
    -webkit-transition-delay: 4s !important;
    -o-transition-delay: 4s !important;
    transition-delay: 4s !important;
}

.group-ef.loaded .efch-22,
.loaded.group-ef-hover .efch-22 {
    -webkit-transition-delay: 4.2s !important;
    -o-transition-delay: 4.2s !important;
    transition-delay: 4.2s !important;
}

.group-ef.loaded .efch-23,
.loaded.group-ef-hover .efch-23 {
    -webkit-transition-delay: 4.4s !important;
    -o-transition-delay: 4.4s !important;
    transition-delay: 4.4s !important;
}

.group-ef.loaded .efch-24,
.loaded.group-ef-hover .efch-24 {
    -webkit-transition-delay: 4.6s !important;
    -o-transition-delay: 4.6s !important;
    transition-delay: 4.6s !important;
}

.group-ef.loaded .efch-25,
.loaded.group-ef-hover .efch-25 {
    -webkit-transition-delay: 4.8s !important;
    -o-transition-delay: 4.8s !important;
    transition-delay: 4.8s !important;
}

.group-ef.loaded .efch-26,
.loaded.group-ef-hover .efch-26 {
    -webkit-transition-delay: 5s !important;
    -o-transition-delay: 5s !important;
    transition-delay: 5s !important;
}

.group-ef.loaded .efch-27,
.loaded.group-ef-hover .efch-27 {
    -webkit-transition-delay: 5.2s !important;
    -o-transition-delay: 5.2s !important;
    transition-delay: 5.2s !important;
}

.group-ef.loaded .efch-28,
.loaded.group-ef-hover .efch-28 {
    -webkit-transition-delay: 5.4s !important;
    -o-transition-delay: 5.4s !important;
    transition-delay: 5.4s !important;
}

.group-ef.loaded .efch-29,
.loaded.group-ef-hover .efch-29 {
    -webkit-transition-delay: 5.6s !important;
    -o-transition-delay: 5.6s !important;
    transition-delay: 5.6s !important;
}

.group-ef-js:not(.loaded) .item {
    opacity: 0;
}

.group-ef-hover:hover .efch-1 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.group-ef-hover:hover .efch-2 {
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}

.group-ef-hover:hover .efch-3 {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}

.group-ef-hover:hover .efch-4 {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

.group-ef-hover:hover .efch-5 {
    -webkit-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important;
}

.group-ef-hover:hover .efch-6 {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important;
}

.group-ef-hover:hover .efch-7 {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important;
}

.group-ef-hover:hover .efch-8 {
    -webkit-transition-delay: 1.4s !important;
    -o-transition-delay: 1.4s !important;
    transition-delay: 1.4s !important;
}

.group-ef-hover:hover .efch-9 {
    -webkit-transition-delay: 1.6s !important;
    -o-transition-delay: 1.6s !important;
    transition-delay: 1.6s !important;
}

.group-ef-hover:hover .efch-10 {
    -webkit-transition-delay: 1.8s !important;
    -o-transition-delay: 1.8s !important;
    transition-delay: 1.8s !important;
}

.group-ef-hover:hover .efch-11 {
    -webkit-transition-delay: 2s !important;
    -o-transition-delay: 2s !important;
    transition-delay: 2s !important;
}

.group-ef-hover:hover .efch-12 {
    -webkit-transition-delay: 2.2s !important;
    -o-transition-delay: 2.2s !important;
    transition-delay: 2.2s !important;
}

.group-ef-hover:hover .efch-13 {
    -webkit-transition-delay: 2.4s !important;
    -o-transition-delay: 2.4s !important;
    transition-delay: 2.4s !important;
}

.group-ef-hover:hover .efch-14 {
    -webkit-transition-delay: 2.6s !important;
    -o-transition-delay: 2.6s !important;
    transition-delay: 2.6s !important;
}

.group-ef-hover:hover .efch-15 {
    -webkit-transition-delay: 2.8s !important;
    -o-transition-delay: 2.8s !important;
    transition-delay: 2.8s !important;
}

.group-ef-hover:hover .efch-16 {
    -webkit-transition-delay: 3s !important;
    -o-transition-delay: 3s !important;
    transition-delay: 3s !important;
}

.group-ef-hover:hover .efch-17 {
    -webkit-transition-delay: 3.2s !important;
    -o-transition-delay: 3.2s !important;
    transition-delay: 3.2s !important;
}

.group-ef-hover:hover .efch-18 {
    -webkit-transition-delay: 3.4s !important;
    -o-transition-delay: 3.4s !important;
    transition-delay: 3.4s !important;
}

.group-ef-hover:hover .efch-19 {
    -webkit-transition-delay: 3.6s !important;
    -o-transition-delay: 3.6s !important;
    transition-delay: 3.6s !important;
}

.group-ef-hover:hover .efch-20 {
    -webkit-transition-delay: 3.8s !important;
    -o-transition-delay: 3.8s !important;
    transition-delay: 3.8s !important;
}

.group-ef-hover:hover .efch-21 {
    -webkit-transition-delay: 4s !important;
    -o-transition-delay: 4s !important;
    transition-delay: 4s !important;
}

.group-ef-hover:hover .efch-22 {
    -webkit-transition-delay: 4.2s !important;
    -o-transition-delay: 4.2s !important;
    transition-delay: 4.2s !important;
}

.group-ef-hover:hover .efch-23 {
    -webkit-transition-delay: 4.4s !important;
    -o-transition-delay: 4.4s !important;
    transition-delay: 4.4s !important;
}

.group-ef-hover:hover .efch-24 {
    -webkit-transition-delay: 4.6s !important;
    -o-transition-delay: 4.6s !important;
    transition-delay: 4.6s !important;
}

.group-ef-hover:hover .efch-25 {
    -webkit-transition-delay: 4.8s !important;
    -o-transition-delay: 4.8s !important;
    transition-delay: 4.8s !important;
}

.group-ef-hover:hover .efch-26 {
    -webkit-transition-delay: 5s !important;
    -o-transition-delay: 5s !important;
    transition-delay: 5s !important;
}

.group-ef-hover:hover .efch-27 {
    -webkit-transition-delay: 5.2s !important;
    -o-transition-delay: 5.2s !important;
    transition-delay: 5.2s !important;
}

.group-ef-hover:hover .efch-28 {
    -webkit-transition-delay: 5.4s !important;
    -o-transition-delay: 5.4s !important;
    transition-delay: 5.4s !important;
}

.group-ef-hover:hover .efch-29 {
    -webkit-transition-delay: 5.6s !important;
    -o-transition-delay: 5.6s !important;
    transition-delay: 5.6s !important;
}

.ef.loaded,
.group-ef-hover:hover [class*="efch"],
.group-ef.loaded [class*="efch"],
.loaded.group-ef-hover [class*="efch"] {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);
}

.group-ef-hover:hover .ef-th img,
.group-ef.loaded .ef-th img,
.loaded.group-ef-hover .ef-th img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

@media only screen and (max-width: 1199px) {
    .group-ef-hover [class*="efch"] {
        opacity: 1 !important;
        -webkit-transform: translate(0, 0) scale3d(1, 1, 1) !important;
        transform: translate(0, 0) scale3d(1, 1, 1) !important;
    }

    .group-ef-hover .ef-th img {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
    }
}

@media only screen and (max-width: 991px) {
    .wrap-menu-header {
        display: none !important;
    }

    .menu-btn {
        display: block;
    }
}

#header {
    z-index: 100;
    position: relative;
    background-color: #0a923c;
}

#header .container {
    position: relative;
}

#header #logo {
    position: absolute !important;
    top: 0;
    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;
}

#header #logo.l {
    left: 15px;
}

#header #logo.r {
    right: 15px;
}

#header #logo.c {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#header #logo img {
    display: block;
}

#header .wrap-menu-header {
    position: relative;
}

#header .group-header {
    position: absolute;
    right: 15px;
    height: 100%;
    display: table;
    top: 0;
}

#header .group-header > .item {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.fixe#header {
    position: absolute;
    left: 0;
    right: 0;
}

.fixed#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.sticky#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
}

.stickyUp#header {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.stickyDown#header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1200px) {
    #header .container {
        height: 48px;
    }

    #header #logo {
        height: 48px;
    }

    #header #logo img {
        max-height: 28px;
    }

    .sticky#header ul.menu-top-header > li > a {
        line-height: 60px;
    }

    .sticky#header .container {
        height: 60px;
    }

    .sticky#header #logo {
        height: 60px;
    }

    .sticky#header #logo img {
        max-height: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #header .container {
        height: 48px;
    }

    #header #logo {
        height: 48px;
    }

    #header #logo img {
        max-height: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #header .container {
        height: 60px;
    }

    #header #logo {
        height: 60px;
    }

    #header #logo img {
        max-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    #header .container {
        height: 60px;
    }

    #header #logo {
        height: 60px;
    }

    #header #logo img {
        max-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    body.showMenu #header .wrap-menu-header ul.menu {
        opacity: 1;
        visibility: visible;
    }
}

.owl-carousel {
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-loaded.owl-carousel {
    display: block;
}

.owl-loading.owl-carousel {
    opacity: 0;
    display: block;
}

.owl-hidden.owl-carousel {
    opacity: 0;
}

.owl-refresh.owl-carousel .owl-item {
    visibility: hidden;
}

.owl-drag.owl-carousel .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-grab.owl-carousel {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-rtl.owl-carousel {
    direction: rtl;
}

.owl-rtl.owl-carousel .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.owl-carousel .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel > .item-visible:not(:first-child),
.owl-carousel > .item:not(:first-child) {
    display: none !important;
}

.owl-carousel[class*="grid-space"] {
    margin: 0 !important;
}

.owl-flex.owl-carousel > .owl-stage-outer > .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-flex.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item {
    width: 100%;
    float: none !important;
}

.owl-flex.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item .item {
    height: 100%;
}

.noslide.owl-carousel .owl-stage-outer {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: auto !important;
    display: block;
}

.noslide.owl-carousel .owl-stage {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.noslide.owl-carousel .owl-stage .owl-item {
    position: relative;
    width: 100% !important;
    padding-right: 5px;
    padding-left: 5px;
}

.owl-visible.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-visible.owl-carousel .owl-item {
    opacity: 0.5;
}

.owl-visible.owl-carousel .owl-item .text {
    opacity: 0;
}

.owl-visible.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-visible.owl-carousel .owl-item.active .text {
    opacity: 1;
}

.owl-carousel .owl-item > [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.owl-nav > * {
    position: absolute;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    line-height: 30px;
    font-size: 14px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    border: 0 solid #10723a;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.owl-nav > :hover {
    color: #0a923c;
    background-color: #fff;
}

.owl-nav > * i {
    line-height: inherit;
}

.owl-nav > .owl-prev {
    left: -15px;
}

.owl-nav > .owl-next {
    right: -15px;
}

.owl-dots {
    padding: 0;
    position: absolute;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.owl-dots > .owl-dot {
    display: inline-block;
    border: none;
    background: none;
}

.owl-dots > .owl-dot span {
    display: block;
    -webkit-backface-visibility: visible;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #858383;
}

.owl-dots > .owl-dot.active span,
.owl-dots > .owl-dot:hover span {
    background-color: #10723a;
    border-color: #10723a;
}

@media only screen and (min-width: 992px) {
    .owl-carousel.nav-1 {
        margin: 0 50px;
    }

    .owl-carousel.nav-1 .owl-nav {
        left: -50px;
        right: -50px;
    }

    .owl-carousel.nav-1 .owl-nav .owl-prev {
        left: 0;
    }

    .owl-carousel.nav-1 .owl-nav .owl-next {
        right: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .owl-carousel.nav-2 .owl-nav {
        left: -50px;
        right: -50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .owl-carousel.nav-2 .owl-nav {
        left: -30px;
        right: -30px;
    }
}

.wrap-syn-owl {
    margin-bottom: 30px;
}

.wrap-syn-owl .wrap-syn-1 {
    margin-bottom: 10px;
}

.wrap-syn-owl .wrap-syn-2 .item {
    position: relative;
}

.wrap-syn-owl .wrap-syn-2 .item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid transparent;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
}

.wrap-syn-owl .wrap-syn-2 .current .item:before {
    border-color: var(--cl1);
    background-color: rgba(0, 0, 0, 0);
}

.wrap-syn-owl .divtext {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 15px;
    z-index: 5;
}

.box-acordion {
    margin-bottom: 30px;
}

.box-acordion > .tab > .tab-title {
    display: block;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.box-acordion > .tab > .tab-title .triangle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10px;
}

.box-acordion > .tab > .tab-content {
    display: none;
}

.box-acordion > .tab {
    border-bottom: 1px solid #d3d3d3;
}

.box-acordion > .tab > .tab-title {
    padding: 20px 50px 20px 0;
}

.box-acordion > .tab > .tab-title:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.2);
}

.box-acordion > .tab.show > .tab-title:after {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.content-tabs {
    min-height: 1px;
    position: relative;
}

.content-tabs > div {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.content-tabs > div.active {
    z-index: 5;
    opacity: 1;
    visibility: visible;
    max-height: inherit;
    position: relative;
    overflow: visible;
}

.content-tabs > div.tab-map .tab-inner {
    padding-bottom: 0 !important;
}

.tab-content {
    min-height: 1px;
    position: relative;
}

.tab-content > div {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.tab-content > div.active {
    z-index: 5;
    opacity: 1;
    visibility: visible;
    max-height: inherit;
    position: relative;
    overflow: visible;
}

.tab-content > div.tab-map .tab-inner {
    padding-bottom: 0 !important;
}

[class*="cttab"] .tab-menu > div {
    cursor: pointer;
}

[class*="cttab"] .w-menu-over {
    overflow-x: auto;
    margin-bottom: 40px;
}

[class*="cttab"] .w-menu-over > .tab-menu {
    display: table;
}

[class*="cttab"] .w-menu-over > .tab-menu > div {
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
}

[class*="cttab"] .w-menu-over > .tab-menu > div:not(:first-child) {
    padding-left: 20px;
}

.cttab-v1 {
    position: relative;
}

.cttab-v1 > .tab-menu {
    list-style: none;
}

.cttab-v1 > .tab-menu > div {
    display: block;
    cursor: pointer;
    position: relative;
    font-family: "Open Sans", sans-serif;
    padding: 15px 0 15px 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: inherit;
    padding-right: 50px;
}

.cttab-v1 > .tab-menu > div span {
    display: block;
    line-height: inherit;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.cttab-v1 > .tab-menu > div .triangle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    width: 50px;
    opacity: 0;
    right: 0;
}

.cttab-v1 > .tab-menu > div:hover {
    color: var(--cl1);
}

.cttab-v1 > .tab-menu > div.active {
    color: #0a923c;
}

.cttab-v1 > .tab-menu > div.active .triangle {
    opacity: 1;
}

.cttab-v1 > .tab-menu > div + div {
    border-top: 1px solid #d3d3d3;
}

.cttab-v1 > .tab-content > div {
    padding-top: 15px;
}

.btn {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #0a923c;
    border-radius: 0;
    border: 1px solid #0a923c;
    line-height: 38px;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
}

.btn i {
    display: inline-block;
    line-height: inherit;
}

.btn i:first-child {
    margin-right: 5px;
}

.btn i:last-child {
    margin-left: 5px;
}

@media only screen and (min-width: 1200px) {
    .btn:active,
    .btn:hover {
        color: #fff;
        background-color: #10723a;
        border: 1px solid #10723a;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.round.btn {
    border-radius: 100px;
}

@media only screen and (min-width: 992px) {
    .lg.btn {
        line-height: 46px;
        height: 48px;
        font-size: 15px;
        padding: 0 28px;
    }

    .sm.btn {
        line-height: 30px;
        height: 32px;
        font-size: 13px;
        padding: 0 15px;
    }
}

.input {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    font-size: 13px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    height: 40px;
    padding: 0 15px;
}

.lg.input {
    font-size: 18px;
    height: 70px;
    padding-left: 35px;
}

.sm.input {
    font-size: 12px;
    height: 35px;
    padding-left: 10px;
}

.input:focus {
    border: 1px solid #0a923c;
}

.input-group {
    display: inline-table;
    vertical-align: middle;
}

.input-group > input {
    display: table-cell;
    width: 100%;
}

.input-group > input:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group > input:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .input-group-addon {
    white-space: nowrap;
    vertical-align: middle;
    width: 30px;
    line-height: 1;
    display: table-cell;
    padding: 0 12px;
    background-color: #eee;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    height: 100%;
}

.input-group .input-group-addon:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .input-group-addon:first-child .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .input-group-addon:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .input-group-addon:last-child .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .input-group-addon.none {
    border: none;
    background-color: transparent;
}

.input-group .input-group-addon.none:first-child {
    padding: 0;
}

.input-group .input-group-addon.none:last-child {
    padding: 0;
}

.input-group .input-group-addon.top {
    vertical-align: text-top;
}

select {
    font-size: 13px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    height: 40px;
    padding: 0 15px;
    line-height: 39px;
}

select option {
    padding: 5px;
}

select.select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    padding-right: 20px;
    background: #fff url("../images/select.svg") no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 10px;
}

select.lg {
    font-size: 18px;
    height: 70px;
    padding-left: 35px;
}

select.sm {
    font-size: 12px;
    height: 35px;
    padding-left: 10px;
}

label.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
}

label.switch input {
    display: none;
}

label.switch > span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

label.switch > span:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    right: 24px;
    top: 4px;
    background-color: #e6e6e6;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

label.switch input:checked + span {
    background-color: #10723a;
    border-color: #10723a;
}

label.switch input:checked + span:before {
    right: 4px;
    background-color: #fff;
}

label.stext.switch {
    width: 66px;
}

label.stext.switch > span span {
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #59595b;
    line-height: 28px;
}

label.stext.switch > span .on {
    text-align: right;
    opacity: 0;
}

label.stext.switch > span .off {
    text-align: left;
}

label.stext.switch > span:before {
    right: 40px;
}

label.stext.switch input:checked + span .on {
    opacity: 1;
    color: #fff;
}

label.stext.switch input:checked + span .off {
    opacity: 0;
}

label.round.switch > span {
    border-radius: 30px;
}

label.round.switch > span:before {
    border-radius: 50%;
}

label.round2.switch > span,
label.round2.switch > span:before {
    border-radius: 3px;
}

label.checkbox {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-weight: normal;
    margin: 0 0 5px;
    line-height: 24px;
}

label.checkbox > input {
    position: absolute !important;
    opacity: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    visibility: hidden !important;
}

label.checkbox > span {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background-color: #fff;
}

label.checkbox > span:before {
    content: "";
    width: 5px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 3px;
    margin-top: -2px;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    -ms-transform: translate(-50%, -50%) rotate(35deg);
    transform: translate(-50%, -50%) rotate(35deg);
}

label.checkbox input:checked + span {
    border-color: #0a923c;
    background-color: #0a923c;
}

label.checkbox input:checked + span:before {
    opacity: 1;
}

label.checkbox input:disabled + span {
    opacity: 0.2;
}

label.checkbox:hover > span {
    border-color: #0a923c;
}

label.radio {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-weight: normal;
    margin: 0 0 5px;
}

/* label.radio input {
    display: none !important
} */

label.radio > span {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    background-color: #fff;
}

label.radio > span:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #0a923c;
    top: 50%;
    left: 50%;
    position: absolute;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

label.radio input:checked + span {
    border-color: #0a923c;
}

label.radio input:checked + span:before {
    opacity: 1;
}

label.radio input:disabled + span {
    opacity: 0.2;
}

label.radio:hover > span {
    border-color: #0a923c;
}

label.block.radio {
    padding: 25px 0 0;
    text-align: center;
    display: block;
}

label.block.radio > span {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 0;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}

.table td,
.table th {
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

.table-responsive {
    overflow: auto;
}

.table-line td,
.table-line th {
    border-top: 1px solid #ddd;
}

.table-border td,
.table-border th {
    border: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

ul.page-numbers {
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 30px 0;
}

ul.page-numbers li {
    display: inline-block;
}

ul.page-numbers .page-numbers {
    display: block;
    text-align: center;
    overflow: hidden;
    width: 32px;
    height: 32px;
    background-color: #ebebeb;
    border-radius: 5px;
    line-height: 32px;
}

ul.page-numbers .page-numbers.next,
ul.page-numbers .page-numbers.prev {
    font-size: 12px;
}

ul.page-numbers .page-numbers.current,
ul.page-numbers .page-numbers:hover:not(.disable) {
    color: #fff;
    background-color: #0a923c;
}

ul.page-numbers .page-numbers.disable {
    opacity: 0.5;
}

ul.page-numbers span.page-numbers:not(.current) {
    background-color: transparent !important;
    border-color: transparent !important;
    color: inherit !important;
}

.myModal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.myModal .btnModal.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.myModal > .container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.myModal > .container.middle {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    margin: 0 auto;
}

.myModal .contentModal {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    padding: 15px;
}

@media only screen and (min-width: 576px) {
    .myModal .contentModal {
        padding: 25px;
    }
}

.myModal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 8px;
    z-index: 100;
    border-radius: 100%;
    cursor: pointer;
}

.active.myModal {
    visibility: visible;
    opacity: 1;
    z-index: 1001;
}

.rowlabel {
    display: block;
}

.rowlabel .item {
    overflow: hidden;
    display: block;
}

.rowlabel .item .title {
    float: left;
    margin-right: 10px;
    position: relative;
    min-height: 1px;
}

.rowlabel .item .text {
    overflow: hidden;
    display: block;
}

.rowlabel .item > p {
    margin: 0;
}

.rowlabel:not(.row) .item + .item {
    margin-top: 10px;
}

.itemline.rowlabel .item + .item {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    margin-top: 10px;
}

.label-line.rowlabel .item {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}

.label-line.rowlabel .item + .item {
    margin-top: 10px;
}

.wrap-rotate-text {
    position: absolute;
}

.wrap-rotate-text .rotate-text {
    position: absolute !important;
    margin: 0 !important;
    -webkit-transform-origin: left top !important;
    -ms-transform-origin: left top !important;
    transform-origin: left top !important;
    white-space: nowrap !important;
}

.wrap-rotate-text .rotate-text.bottom {
    bottom: 0;
    -webkit-transform-origin: left bottom !important;
    -ms-transform-origin: left bottom !important;
    transform-origin: left bottom !important;
}

span.imgres {
    position: relative;
}

span.imgres > span {
    display: block;
    position: relative;
}

span.imgres > iframe,
span.imgres > img {
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes ama-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }

    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@keyframes ama-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }

    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-webkit-keyframes ama-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }

    to {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes ama-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }

    to {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes ama-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes ama-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.toggleHeight {
    overflow: hidden;
}

.toggleHeight > .tgh-content {
    overflow: hidden;
    height: 0;
}

.toggleHeight > .toggle .l {
    display: none;
}

.toggleHeight > .toggle .m {
    display: block;
}

.toggleHeight > .toggle.less .m {
    display: none;
}

.toggleHeight > .toggle.less .l {
    display: block;
}

.dropdown {
    position: relative;
}

.dropdown > .title {
    display: block;
    cursor: pointer;
}

.dropdown > .title:hover {
    color: var(--cl1);
}

.subright.dropdown > .content {
    right: 0;
}

.subright.dropdown > .content:before {
    right: 30px;
    left: auto;
}

.active.dropdown > .content,
.dropdown:not(.toggleClass):hover > .content {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.dropdown > .content {
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    background-color: #ebebeb;
    border-radius: 4px;
    padding: 5px;
    width: 260px;
    position: absolute;
}

.dropdown > .content:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-bottom: 10px solid #ebebeb;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: translateY(-99%);
    -ms-transform: translateY(-99%);
    transform: translateY(-99%);
}

.dropdown > .content > .inner {
    background-color: #fff;
    border-radius: 4px;
}

.dropdown > .content ul.menu {
    margin: 0;
    padding: 0;
}

.dropdown > .content ul.menu > li {
    display: block;
}

.dropdown > .content ul.menu > li a {
    display: block;
    padding: 8px 10px;
}

.dropdown > .content ul.menu > li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.dropdown > .content ul.menu > li.active a {
    color: #0a923c;
}

.dropdown > .right.content {
    right: 0;
}

.dropdown > .right.content:before {
    right: 30px;
    left: auto;
}

.cl1 {
    color: var(--cl1);
}

.cl2 {
    color: var(--cl2);
}

.cl3 {
    color: var(--cl3);
}

.bg1 {
    background-color: var(--cl1);
}

.bg2 {
    background-color: var(--cl2);
}

.bg3 {
    background-color: var(--cl3);
}

.bd1 {
    border-color: var(--cl1);
}

.bd2 {
    border-color: #0a923c;
}

.bd3 {
    border-color: #10723a;
}

.b {
    font-weight: 700;
}

.w1 {
    font-weight: 100;
}

.w3 {
    font-weight: 300;
}

.w4 {
    font-weight: 400;
}

.w5 {
    font-weight: 500;
}

.w6 {
    font-weight: 600;
}

.w7 {
    font-weight: 700;
}

.w9 {
    font-weight: 900;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.min40 {
    min-width: 40px;
}

.min60 {
    min-width: 60px;
}

.min80 {
    min-width: 80px;
}

.min100 {
    min-width: 100px;
}

.min120 {
    min-width: 120px;
}

.min140 {
    min-width: 140px;
}

.min160 {
    min-width: 160px;
}

.min180 {
    min-width: 180px;
}

.row-space-5 > * + * {
    margin: 5px 0 0;
}

.row-space-10 > * + * {
    margin: 10px 0 0;
}

.row-space-15 > * + * {
    margin: 15px 0 0;
}

.row-space-20 > * + * {
    margin: 20px 0 0;
}

.row-space-25 > * + * {
    margin: 25px 0 0;
}

.row-space-30 > * + * {
    margin: 30px 0 0;
}

.row-space-35 > * + * {
    margin: 35px 0 0;
}

.row-space-40 > * + * {
    margin: 40px 0 0;
}

.row-space-45 > * + * {
    margin: 45px 0 0;
}

.mg-0 {
    margin: 0 !important;
}

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

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) {
    .mb-lg-10 {
        margin-bottom: 10px;
    }

    .mb-lg-20 {
        margin-bottom: 20px;
    }

    .mb-lg-30 {
        margin-bottom: 30px;
    }

    .mb-lg-40 {
        margin-bottom: 40px;
    }

    .mb-lg-50 {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .mb-md-10 {
        margin-bottom: 10px;
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mb-md-40 {
        margin-bottom: 40px;
    }

    .mb-md-50 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-sm-10 {
        margin-bottom: 10px;
    }

    .mb-sm-20 {
        margin-bottom: 20px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mb-sm-40 {
        margin-bottom: 40px;
    }

    .mb-sm-50 {
        margin-bottom: 50px;
    }
}

.space-0 {
    margin-left: 0;
    margin-right: 0;
}

.space-0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.space-2 {
    margin-left: -1px;
    margin-right: -1px;
}

.space-2 > [class*="col-"] {
    padding-left: 1px;
    padding-right: 1px;
}

.space-4 {
    margin-left: -2px;
    margin-right: -2px;
}

.space-4 > [class*="col-"] {
    padding-left: 2px;
    padding-right: 2px;
}

@media only screen and (min-width: 768px) {
    .space-10 {
        margin-left: -5px;
        margin-right: -5px;
    }

    .space-10 > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .space-14 {
        margin-left: -7px;
        margin-right: -7px;
    }

    .space-14 > [class*="col-"] {
        padding-left: 7px;
        padding-right: 7px;
    }

    .space-16 {
        margin-left: -8px;
        margin-right: -8px;
    }

    .space-16 > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .space-20 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .space-20 > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .space-40 {
        margin-left: -20px;
        margin-right: -20px;
    }

    .space-40 > [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .space-60 {
        margin-left: -30px;
        margin-right: -30px;
    }

    .space-60 > [class*="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .space-80 {
        margin-left: -40px;
        margin-right: -40px;
    }

    .space-80 > [class*="col-"] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .space-120 {
        margin-left: -60px;
        margin-right: -60px;
    }

    .space-120 > [class*="col-"] {
        padding-left: 60px;
        padding-right: 60px;
    }

    .space-200 {
        margin-left: -100px;
        margin-right: -100px;
    }

    .space-200 > [class*="col-"] {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.menu-dropxdown {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
}

.menu-dropxdown > li {
    position: relative;
    float: left;
}

.menu-dropxdown > li > a {
    display: block;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    line-height: 30px;
    padding: 0 15px;
}

.menu-dropxdown > li .showsubmenu {
    position: absolute;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 5px;
    display: none !important;
}

.menu-dropxdown > li > .wrapul,
.menu-dropxdown > li > ul {
    left: 0;
    margin: 30px 0 0;
    width: 220px;
}

.menu-dropxdown > li:hover > a {
    color: var(--cl1);
}

.menu-dropxdown > li:hover > .wrapul,
.menu-dropxdown > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.menu-dropxdown > li.active > a,
.menu-dropxdown > li[class*="current"] > a {
    color: var(--cl1);
}

.menu-dropxdown .wrapul,
.menu-dropxdown li > ul {
    position: absolute;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #0a923c;
}

.menu-dropxdown .wrapul ul,
.menu-dropxdown li > ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-dropxdown .wrapul li,
.menu-dropxdown li > ul li {
    display: block;
    position: relative;
}

.menu-dropxdown .wrapul li + li,
.menu-dropxdown li > ul li + li {
    border-top: 1px solid transparent;
}

.menu-dropxdown .wrapul li.children > a,
.menu-dropxdown li > ul li.children > a {
    padding-right: 25px;
}

.menu-dropxdown .wrapul li a,
.menu-dropxdown li > ul li a {
    display: block;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    width: 220px;
    padding: 8px 10px;
}

.menu-dropxdown .wrapul li .wrapul,
.menu-dropxdown .wrapul li > ul,
.menu-dropxdown li > ul li .wrapul,
.menu-dropxdown li > ul li > ul {
    left: 90%;
    top: 0;
    margin: 0 0 0 30px;
    overflow: hidden;
    width: 0;
}

.menu-dropxdown .wrapul li:hover,
.menu-dropxdown li > ul li:hover {
    z-index: 100;
}

.menu-dropxdown .wrapul li:hover > a,
.menu-dropxdown li > ul li:hover > a {
    color: var(--cl1);
    padding-left: 20px;
}

.menu-dropxdown .wrapul li:hover > .wrapul,
.menu-dropxdown .wrapul li:hover > ul,
.menu-dropxdown li > ul li:hover > .wrapul,
.menu-dropxdown li > ul li:hover > ul {
    margin: 0;
    overflow: visible;
    width: 220px;
    opacity: 1;
    visibility: visible;
}

.menu-dropxdown .wrapul li.active > a,
.menu-dropxdown .wrapul li[class*="current"] > a,
.menu-dropxdown li > ul li.active > a,
.menu-dropxdown li > ul li[class*="current"] > a {
    color: var(--cl1);
}

.ulmeta {
    font-size: 13px;
    color: #a1a1a1;
    line-height: 20px;
    list-style: none;
}

.ulmeta i {
    float: left;
    margin-right: 3px;
}

.ulmeta i.icon-view {
    font-size: 17px;
}

.ulmeta.inline {
    vertical-align: bottom;
}

.ulmeta.inline > li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.ulmeta.inline > li:not(:last-child) {
    margin-right: 5px;
    padding-right: 8px;
}

.ulmeta.inline.bd > li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    background-color: #a1a1a1;
}

.main_top_story {
    padding-left: 220px;
    padding-right: 230px;
    position: relative;
    height: 400px;
}

.main_top_story .group-banner {
    padding-right: 220px;
    position: relative;
}

.main_top_story .group-banner .banner_sub {
    width: 220px;
    position: absolute;
    right: 0;
    top: 0;
    height: 400px;
}

.main_top_story .group-banner .banner_sub a {
    display: block;
    height: 50%;
    position: relative;
    min-height: 100px;
}

.main_top_story .group-banner .banner_sub img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item_banner_big_top .img {
    height: 400px;
}

.item_banner_big_top .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.box_quality_all {
    border-left: 1px solid #c9d0cd;
    border-right: 1px solid #c9d0cd;
    border-bottom: 1px solid #c9d0cd;
    background: #fff;
    width: 220px;
    position: absolute;
    right: 0;
    top: 0;
    height: 400px;
}

.box_quality_all .title_box {
    border-bottom: 1px solid #c9d0cd;
    position: relative;
}

.box_quality_all .title_box:before {
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background: #c9d0cd;
    z-index: 1;
}

.box_quality_all .title_box h3 {
    display: inline-block;
    font-size: 14px;
    background: #fff;
    padding: 15px 5px;
    position: relative;
    z-index: 2;
    font-weight: 500;
    color: #10723a;
    margin: 0;
}

.box_quality_all .quaility_item {
    float: left;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #c9d0cd;
}

.box_quality_all .thumb_quality {
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    position: relative;
}

.box_quality_all .thumb_quality img {
    line-height: 90px;
    vertical-align: middle;
    width: 70px;
}

.box_quality_all .text_quality {
    color: #505050;
    padding-bottom: 15px;
}

.box_quality_all .block_hotline {
    padding: 13px 0 10px 10px;
}

.box_quality_all .block_hotline img {
    float: left;
    margin: 0 10px 0 0;
}

@media only screen and (min-width: 1200px) {
    .col-xlg-5 {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

#myLogin .container {
    max-width: 400px;
}

.entry-heading {
    background-color: #10723a;
    color: #fff;
    padding: 20px 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#000046),
        color-stop(90%, #1cb5e0)
    );
    background-image: -webkit-linear-gradient(left, #000046 0%, #1cb5e0 90%);
    background-image: -o-linear-gradient(left, #000046 0%, #1cb5e0 90%);
    background-image: linear-gradient(to right, #000046 0%, #1cb5e0 90%);
}

.entry-heading h1 {
    margin: 0;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}

.entry-heading2 {
    text-align: center;
    color: #0a923c;
    padding: 30px 0;
    text-align: center;
    background: #ecf2f8;
    background: -webkit-linear-gradient(
        73deg,
        #ecf2f8 0%,
        white 50%,
        #ecf2f8 100%
    );
    background: -o-linear-gradient(73deg, #ecf2f8 0%, white 50%, #ecf2f8 100%);
    background: linear-gradient(17deg, #ecf2f8 0%, white 50%, #ecf2f8 100%);
}

.entry-heading2 img {
    height: 50px;
    vertical-align: middle;
}

.entry-heading2 h2,
.entry-heading2 h3 {
    line-height: 50px;
    margin: 0;
}

.formpopup .modal-dialog {
    width: 420px;
}

.formpopup .modal-content {
    padding: 30px;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .formpopup .modal-content {
        padding: 15px;
    }
}

.formpopup h3 {
    font-size: 24px;
    text-align: center;
}

.formpopup a {
    color: #0a923c;
}

.formpopup a:not(.btn):hover {
    color: #10723a;
}

.formpopup a.input.share {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 50px;
    line-height: 43px;
    color: #999;
    cursor: pointer;
}

.formpopup a.input.share:hover {
    color: #0a923c;
}

.formpopup a.input.share > img {
    height: 18px;
    left: 15px;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.formpopup .winput {
    position: relative;
}

.formpopup .winput .input {
    width: 100%;
    padding-left: 45px;
}

.formpopup .winput > i {
    width: 45px;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    color: #0a923c;
}

.formpopup .select {
    width: 100%;
    font-size: 14px;
}

.formpopup .wremember {
    overflow: hidden;
}

.formpopup .wremember .remember {
    float: left;
}

.formpopup .wremember .remember input {
    float: left;
    margin: 5px 5px 0 0;
}

.formpopup .wremember .spass {
    float: right;
}

.formpopup .wremember .spass .s {
    display: inline-block;
}

.formpopup .wremember .spass .h {
    display: none;
}

.formpopup .wremember .spass.ac .h {
    display: inline-block;
}

.formpopup .wremember .spass.ac .s {
    display: none;
}

.formpopup .gender .title {
    font-weight: 500;
    display: inline-block;
}

.formpopup .gender .radio {
    margin-left: 20px;
}

.formpopup .logsocial {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 30px 0;
    position: relative;
}

.formpopup .logsocial a {
    display: block;
    border: 2px solid #999999;
    color: #999999;
    height: 45px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.formpopup .logsocial a.fb:hover {
    border-color: #4267b2;
    color: #4267b2;
}

.formpopup .logsocial a.gg:hover {
    border-color: #f00;
    color: #10723a;
}

.formpopup .logsocial .title {
    background-color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    top: 0;
    padding: 0 10px;
}

.formpopup .logsocial2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
}

.formpopup .logsocial2 .title {
    position: absolute;
    background-color: #fff;
    font-size: 12px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    left: 50%;
    bottom: 0;
    padding: 0 10px;
}

.formpopup form {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.formpopup.switch .formlogin {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.formpopup.switch .formregister {
    height: auto;
    overflow: inherit;
    visibility: visible;
}

.formpopup[data-show="flogin"] .formlogin {
    height: auto;
    overflow: inherit;
    visibility: visible;
}

.formpopup[data-show="fforgot"] .formforgot {
    height: auto;
    overflow: inherit;
    visibility: visible;
}

.formpopup[data-show="fregister"] .formregister {
    height: auto;
    overflow: inherit;
    visibility: visible;
}

.wrating {
    font-size: 14px;
    color: #666666;
}

.wrating > span {
    display: inline-block;
}

.wrating .rating {
    margin-right: 10px;
}

.wrating .rating img {
    width: auto !important;
    height: 10px;
}

.price_old {
    font-size: 18px;
    font-weight: 400;
    color: #10723a;
    text-decoration: line-through;
    margin-left: 10px;
    opacity: 0.34;
}

.price_new {
    font-size: 24px;
    font-weight: 500;
    color: #0a923c;
}

.widget-mini-cart .toggle {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 4px 10px;
}

.widget-mini-cart .toggle i {
    font-size: 22px;
}

.widget-mini-cart .toggle .t2 {
    display: inline-block;
    padding: 0 10px;
}

.widget-mini-cart .toggle .count {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #ffbe00;
    display: inline-block;
    color: #10723a;
    text-align: center;
    border-radius: 100%;
    font-weight: 600;
}

.widget-mini-cart .toggle:hover {
    border-color: #ffbe00;
}

.widget-mini-cart .toggle-content {
    position: absolute;
    width: 320px;
    opacity: 0;
    right: 0;
    visibility: hidden;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .widget-mini-cart .toggle-content {
        width: 300px;
    }
}

.widget-mini-cart.active .toggle-content {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 767px) {
    .widget-mini-cart .toggle-content {
        position: fixed;
    }
}

.list-mini-product {
    list-style: none;
}

.list-mini-product .item-group {
    margin-bottom: 20px;
}

.list-mini-product .item-group-addon {
    width: 64px;
}

.list-mini-product .item-group-content {
    padding-bottom: 30px;
}

.list-mini-product .img {
    display: block;
}

.list-mini-product .img img {
    display: block;
    width: 100%;
}

.list-mini-product .title {
    display: block;
    margin-bottom: 5px;
}

.list-mini-product .title:hover {
    color: #0a923c !important;
}

.list-mini-product .number {
    color: #a6a6a6;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.list-mini-product .price {
    position: absolute;
    bottom: 0;
    right: 0;
}

.list-mini-product.line .item-group {
    margin-bottom: 0;
}

.list-mini-product.line .item-group + .item-group {
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
    margin-top: 15px;
}

.minicart {
    color: #333;
}

.minicart .list-mini-product {
    padding: 0 20px 20px;
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #e9e9e9;
}

.minicart .total {
    font-size: 15px;
    padding: 15px;
}

.minicart .total span {
    font-weight: 500;
}

.minicart .title-cart {
    background-color: #10723a;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
}

.minicart .groupbtn {
    padding: 0 20px;
}

.minicart .groupbtn .btn {
    display: block;
    width: auto;
    padding: 0 10px;
}

.list-manu {
    overflow: hidden;
    margin-bottom: 20px;
}

.list-manu #input-manu {
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.list-manu #input-manu:checked ~ .inner {
    max-height: 200vh;
}

.list-manu #input-manu:checked ~ .inner .morecate {
    position: relative;
    right: auto;
    left: -1px;
}

.list-manu #input-manu:checked ~ .inner .morecate .t1 {
    display: none;
}

.list-manu #input-manu:checked ~ .inner .morecate .t2 {
    display: block;
}

.list-manu .inner {
    padding: 0 0 1px 1px;
    max-height: 40px;
    overflow: hidden;
}

.list-manu a {
    float: left;
    width: 12.5%;
    position: relative;
    margin: 0 0 -1px -1px;
    color: #288ad6;
    text-align: center;
}

.list-manu a span {
    display: block;
    border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
}

.list-manu a img {
    max-height: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.list-manu .morecate {
    line-height: 38px;
    text-align: center;
    font-weight: normal;
    width: 12.2%;
    position: absolute;
    top: 0;
    right: 23px;
    border: 1px solid #eee;
    background-color: #fff;
    cursor: pointer;
    float: left;
}

.list-manu .morecate .t2 {
    display: none;
}

.list-manu .morecate:hover {
    background-color: #10723a;
    border-color: #10723a;
    color: #fff;
}

.topresults {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.topresults .form-search,
.topresults .form-search-focus {
    float: right;
}

.topresults .orderby {
    padding: 5px 0;
}

.topresults .orderby > * {
    display: inline-block;
    margin-right: 10px;
}

.topresults .orderby a.active,
.topresults .orderby a:hover {
    color: #10723a;
}

.choosedfilter {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.choosedfilter .watching {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.topcategory {
    margin-bottom: 30px;
}

.topcategory .item {
    display: block;
    position: relative;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.topcategory .item .img:before {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(black),
        color-stop(27%, #282828),
        to(#656b6f)
    );
    background: -webkit-linear-gradient(
        bottom,
        black 0%,
        #282828 27%,
        #656b6f 100%
    );
    background: -o-linear-gradient(bottom, black 0%, #282828 27%, #656b6f 100%);
    background: linear-gradient(0deg, black 0%, #282828 27%, #656b6f 100%);
    opacity: 0.73;
}

.topcategory .item .title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 3;
    text-align: center;
    padding: 0 10px;
}

.topcategory .item.active .img:before,
.topcategory .item:hover .img:before {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#be1851),
        color-stop(55%, #ca3e6e),
        to(#ffa0c1)
    );
    background: -webkit-linear-gradient(
        bottom,
        #be1851 0%,
        #ca3e6e 55%,
        #ffa0c1 100%
    );
    background: -o-linear-gradient(
        bottom,
        #be1851 0%,
        #ca3e6e 55%,
        #ffa0c1 100%
    );
    background: linear-gradient(0deg, #be1851 0%, #ca3e6e 55%, #ffa0c1 100%);
}

.topcategory .col-2 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}

.ui-slider-horizontal {
    height: 3px;
    background-color: #eeeeee;
    position: relative;
}

.ui-slider-horizontal .ui-slider-range {
    position: absolute;
    height: 100%;
    background-color: #0a923c;
}

.ui-slider-horizontal .ui-slider-handle {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #0a923c;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.irs.irs--flat .irs-bar,
.irs.irs--flat .irs-handle,
.irs.irs--flat .irs-handle > i:first-child {
    background-color: #10723a;
}

.irs.irs--flat .irs-from,
.irs.irs--flat .irs-single,
.irs.irs--flat .irs-to {
    background-color: #333;
}

.irs.irs--flat .irs-from:before,
.irs.irs--flat .irs-single:before,
.irs.irs--flat .irs-to:before {
    border-top-color: #333;
}

.irs.irs--flat .irs-bar,
.irs.irs--flat .irs-line {
    height: 3px;
}

.irs.irs--flat .irs-handle {
    top: 19px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
}

.irs.irs--flat .irs-handle i {
    display: none !important;
}

.widget-price #slider-range {
    margin-bottom: 30px;
}

.widget-price .gprice {
    overflow: hidden;
    position: relative;
}

.widget-price .gprice:before {
    content: "-";
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.widget-price .gprice > input {
    width: 44%;
    text-align: center;
}

.widget-price .gprice > input:first-child {
    float: left;
}

.widget-price .gprice > input:last-child {
    float: right;
}

.widget-summary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.widget-summary ul .item {
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    color: #a6a6a6;
    margin-bottom: 15px;
}

.widget-summary ul .item .price {
    font-weight: 500;
    color: #0a923c;
}

.widget-summary ul .item.total {
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
}

.widget-category .checkbox {
    display: block;
}

.widget-category ul {
    list-style: none;
}

.widget-category ul a {
    display: block;
    position: relative;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    padding-left: 30px;
}

.widget-category ul a:before {
    content: "";
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ebebeb;
    border-radius: 3px;
    background-color: #fff;
}

.widget-category ul a:after {
    content: "";
    width: 4px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 3px;
    -webkit-transform: translate(50%, 4%) rotate(35deg);
    -ms-transform: translate(50%, 4%) rotate(35deg);
    transform: translate(50%, 4%) rotate(35deg);
    top: 3px;
    left: 3px;
    position: absolute;
    opacity: 0;
}

.widget-category ul li {
    display: block;
    margin-bottom: 10px;
}

.widget-category ul li:hover a:before {
    border-color: #0a923c;
}

.widget-category ul li.active a:before {
    border-color: #0a923c;
    background-color: #0a923c;
}

.widget-category ul li.active a:after {
    opacity: 1;
}

.widget-star .item {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 15px;
    overflow: hidden;
    cursor: pointer;
}

.widget-star .item .text {
    float: right;
}

.widget-star .item img {
    max-width: 174px;
}

.widget-star .item.active,
.widget-star .item:hover {
    color: #0a923c;
}

.quality {
    overflow: hidden;
    position: relative;
    width: 160px;
    padding: 0 40px;
    display: inline-block;
}

.quality .minus,
.quality .plus,
.quality input {
    float: left;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
    background-color: #fff;
}

.quality .minus {
    left: 0;
    border-radius: 5px 0 0 5px;
}

.quality .plus {
    right: 0;
    border-radius: 0 5px 5px 0;
}

.quality .minus,
.quality .plus {
    position: absolute;
    top: 0;
    height: 100%;
    border: 1px solid #d3d3d3;
    font-size: 12px;
}

.quality .minus:hover,
.quality .plus:hover {
    color: #fff;
    background-color: #0a923c;
    border-color: #10723a;
}

.quality input {
    width: 100%;
    border: none;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.like {
    display: inline-block;
    cursor: pointer;
}

.like:hover {
    color: #0a923c;
}

.like.active {
    background-color: #0a923c;
    color: #fff;
}

.rowtop {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.rowtop h1 {
    overflow: hidden;
    font-size: 24px;
    color: #333;
    line-height: 40px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
}

.rowtop .ratingresult {
    display: inline-block;
    vertical-align: super;
}

.picture.wrap-syn-owl {
    margin: 0;
}

.picture .wrap-syn-1 {
    margin-bottom: 20px;
}

.picture .wrap-syn-2 .item:before {
    display: none;
}

.picture .wrap-syn-2 .img {
    border: 1px solid #e6e6e6;
    background: #fff;
}

.picture .wrap-syn-2 .current .img {
    border-color: #10723a;
}

.info-detail h1 {
    font-size: 24px;
}

.info-detail .category {
    margin-bottom: 10px;
}

.info-detail .title {
    color: #858383;
}

.info-detail .total-rating {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.info-detail .total-rating img {
    width: 115px;
}

.info-detail .desc {
    margin-bottom: 30px;
}

.info-detail .cart-like .btn {
    height: 48px;
    line-height: 46px;
    font-size: 16px;
}

.info-detail .cart-like .like {
    vertical-align: middle;
    font-size: 30px;
    color: #e4e4e4;
}

.info-detail .cart-like .like.active {
    background-color: transparent;
    color: #0a923c;
}

.info-detail .quan-color-size {
    margin-bottom: 20px;
}

.info-detail .quan-color-size.border {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
}

.info-detail .quan-color-size .title {
    display: block;
    margin-bottom: 5px;
}

.info-detail .quan-color-size .item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    vertical-align: bottom;
}

.info-detail .quan-color-size .item:last-child {
    margin-right: 0;
}

.info-detail .quan-color-size .quality {
    display: block;
}

.info-detail .quan-color-size .btn {
    line-height: 46px;
    height: 48px;
}

.info-detail .quan-color-size .chosen-mau-vai {
    min-width: 200px;
}

.modal-reviews {
    padding: 30px;
}

.modal-reviews h2 {
    font-weight: 700;
    color: #04772f;
    text-transform: uppercase;
}

.modal-reviews .wstar {
    width: 127px;
    position: relative;
    height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}

.modal-reviews .wstar > img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.modal-reviews .wstar > img.active,
.modal-reviews .wstar > img.s-0 {
    opacity: 1;
}

.modal-reviews .wstar .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-reviews .wstar .over > span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.modal-reviews .wstar .over .o-1 {
    width: 20%;
}

.modal-reviews .wstar .over .o-2 {
    width: 40%;
}

.modal-reviews .wstar .over .o-3 {
    width: 60%;
}

.modal-reviews .wstar .over .o-4 {
    width: 80%;
}

.modal-reviews .wstar .over .o-5 {
    width: 100%;
}

.modal-reviews .top-r {
    margin-bottom: 20px;
}

.modal-reviews .form-comment {
    margin-bottom: 20px;
}

.modal-reviews .form-comment textarea {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 15px;
    height: 90px;
    width: 100%;
}

#myReview .modal-dialog {
    width: 500px;
}

#main .box-acordion .tab-title {
    font-size: 18px;
    color: #04772f;
    padding: 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

#main .box-acordion .tab-content {
    padding: 20px 0;
}

#main .box-acordion .tab.show .tab-title {
    border-color: #d3d3d3;
}

.cttab-product .tab-menu {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
}

.cttab-product .tab-menu > div {
    display: inline-block;
    padding: 10px 5px;
    position: relative;
    font-family: "Mali";
    font-size: 16px;
    margin-right: 20px;
}

.cttab-product .tab-menu > div:last-child {
    margin: 0;
}

.cttab-product .tab-menu > div:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #10723a;
    opacity: 0;
}

.cttab-product .tab-menu > div:hover {
    color: #10723a;
}

.cttab-product .tab-menu > div.active {
    color: #10723a;
}

.cttab-product .tab-menu > div.active:after {
    opacity: 1;
}

.list-commnets {
    list-style: none;
}

.list-commnets .item {
    display: block;
    position: relative;
}

.list-commnets .name {
    overflow: hidden;
    margin-bottom: 15px;
}

.list-commnets .name .img {
    float: left;
    width: 50px;
    margin-right: 10px;
    border-radius: 100%;
}

.list-commnets .name .text {
    overflow: hidden;
}

.list-commnets .name .date {
    font-weight: 300;
    opacity: 0.6;
}

.list-commnets .name .title {
    font-weight: 700;
    color: #04772f;
}

@media only screen and (min-width: 768px) {
    .list-commnets .name .text {
        padding-top: 5px;
    }

    .list-commnets .name .date {
        float: right;
    }

    .list-commnets .name .title {
        margin-bottom: 5px;
    }
}

.widget-review {
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.widget-review .widget-title {
    padding: 10px 15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #0a923c;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.widget-review .widget-content {
    padding: 15px;
}

@media only screen and (min-width: 992px) {
    .widget-review .widget-content {
        padding: 30px;
    }
}

.rightInfo p.w7.cl1 {
    font-size: 16px;
}

.rightInfo .checkexist,
.rightInfo .likeshare {
    margin-right: 10px;
}

.rightInfo .checkexist strong {
    display: block;
    font-size: 14px;
    color: #288ad6;
    padding: 5px 0 12px 0;
    font-weight: normal;
    cursor: pointer;
}

.rightInfo .iconshop-local {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAPCAYAAADQ4S5JAAAABGdBTUEAALGPC/xhBQAAAhhJREFUKBV9UV1Ik2EUPufdpmmFmlAm2Shx7XVFiwiCCIx+yLopqDCoLosgioZbtxIE4ZSoKBDqJgic3kQ33gjSRdpFga3m943oZ91IREIu3ZZzp+d8sOoiOi8v73vOeZ7zy/SX2OTMUag9QmxJcAy9ZfE9duKh8SqM9RO99bGxVC6mROQQEReJKcskK0FsJxEG6EmA15xJx1sWzMkR8ZWWCk9F6AA8N5qbea0bt1En3tnhN4EgwCkhOrZEc6MIyBwecM5TRYaYzDUnEe6vptZXg42e4mWU+ggBzyLgabZJZ5JINmwN2k3qrBJ23HVbC0UZa/Kt2j1PVFcp52cRf8IgXRTtTVbBO4ck0DUh/mKhMgzy8FSsrZCJtc2hrwyLRA2MuKwvdd95V7v43Xn95aWbgpp3esM31a6CAdThGgWmiWVvZERqxi53lMTPFzGZLca/GjUzCiCK3H6/EYwQJpc2SPUADbVIzu1Tpxuzz9btslGvDOh9IqZS+nkPOTws6yTe5NxxRO3CFB6amtrrmSvtn5UcGcxuryxXktjhQd2Fk+g87i1u2/1cU/nHwnPktwpET19RTQCZGz2N+EV9Q8P+VxdaFz2CGu3AhyBJaQrLWa/6H+Es1dMe95L9pjZvOvpxejfnjPiOIHpedRU0PbsiQIerYLX9JqiSSYSm8ZxA2jLQ88aY7umr9pP6/iu2f+ZcZNDd9y/QL1dj15KTio7AAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    background-position: 0 0;
    width: 13px;
    height: 16px;
    margin-right: 5px;
    margin-top: -3px;
}

.rightInfo .policy {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.rightInfo .policy li {
    display: block;
    overflow: hidden;
    padding: 7px 0 7px 28px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 0 10px;
    border-bottom: solid 1px #f0f0f0;
    position: relative;
}

.rightInfo .policy li:last-child {
    border-bottom: none;
}

.rightInfo .policy li.inpr:before {
    content: "";
    background: url(../images/trong-hop-co@2x.png) 0 0 no-repeat;
    width: 19px;
    height: 16px;
    background-size: 19px 16px;
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
}

.rightInfo .policy li.wrpr:before {
    content: "";
    background: url(../images/bao-hanh-chinh-hang@2x.png) 2px 0 no-repeat;
    width: 19px;
    height: 23px;
    background-size: 16px 23px;
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
}

.rightInfo .policy li.chpr:before {
    content: "";
    background: url(../images/1-doi-1@2x.png) 0 0 no-repeat;
    width: 18px;
    height: 20px;
    background-size: 18px 20px;
    position: absolute;
    display: block;
    top: 6px;
    left: 0;
}

.rightInfo .productOld {
    border: solid 1px #ddd;
    padding: 10px 12px 10px 12px;
    margin-bottom: 10px;
    border-radius: 3px;
    position: relative;
}

.rightInfo .viewold {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #288ad6;
    border-radius: 3px;
}

.rightInfo .viewold div {
    display: block;
    overflow: hidden;
    color: #333;
    margin-top: 3px;
}

.rightInfo .viewold div span {
    display: block;
    line-height: 22px;
    color: #333;
}

.rightInfo .viewold strong {
    color: #e10c00;
}

.price_sale {
    position: relative;
}

.price_sale .area_price {
    display: block;
    overflow: hidden;
    line-height: 20px;
    padding: 0 0 10px;
}

.price_sale .area_price strong {
    display: inline-block;
    overflow: hidden;
    font-size: 20px;
    color: #bf081f;
    vertical-align: middle;
    margin-right: 5px;
}

.price_sale .area_price label {
    display: inline-block;
    position: relative;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    background: #fff;
    border-radius: 3px;
    padding: 0 5px 0 8px;
    margin: 0 0 5px 5px;
    height: 18px;
}

.price_sale .area_price label.installment {
    background: #f28902;
    margin: 0 0 0 5px;
}

.price_sale .area_promotion {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    margin: 0 0 12px;
    background: #fff;
    padding-bottom: 10px;
}

.price_sale .area_promotion strong {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    padding: 15px 15px 10px 15px;
    text-transform: uppercase;
}

.price_sale .area_promotion .infopr span {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    padding: 0 15px 5px 40px;
}

.price_sale .area_promotion .infopr span:before {
    content: "";
    margin-left: -20px;
    background: url(../images/check@2x.png);
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 0;
    float: left;
    margin-top: 2px;
}

.price_sale .area_promotion .onlinepromo {
    border: #d0021b solid 1px;
    border-radius: 4px;
    padding: 20px 0 10px;
    position: relative;
    overflow: visible;
    margin: 20px 10px 0;
}

.price_sale .area_promotion .onlinepromo b {
    background: #ec1933;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: -13px;
    left: 10px;
    vertical-align: middle;
    line-height: 26px;
    clear: both;
    padding: 0 15px 0 30px;
}

.price_sale .area_promotion .onlinepromo b:before {
    content: "";
    background: url(../images/icon-qua-tang@2x.png);
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
    float: left;
    margin: 4px 5px 0 -15px;
}

.price_sale .area_promotion .not-repay {
    margin-top: 5px;
    padding: 5px 10px;
    color: #d0021b;
    font-size: 14px;
}

.price_sale .area_promotion .vipservice {
    border: none;
    margin: 10px 12px 0 12px;
    border-top: 1px solid #ccc;
    padding: 12px 0 0 0;
    border-radius: 0;
}

.price_sale .area_promotion .vipservice > * {
    margin-bottom: 10px;
}

.price_sale .area_promotion .vipservice > b {
    display: block;
}

.price_sale .area_promotion .vipservice > b > b {
    color: #f01;
}

.price_sale .area_promotion .vipservice label.checkbox {
    display: block;
}

.price_sale .area_promotion .vipservice .wmore {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.price_sale .area_promotion .vipservice .input {
    width: 100%;
}

.price_sale .area_promotion .vipservice input:checked ~ .wmore {
    visibility: visible;
    max-height: 200vh;
    padding-top: 5px;
}

.price_sale .area_order {
    display: block;
    overflow: hidden;
    margin: 0 0 10px;
}

.price_sale .area_order span {
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    padding-top: 3px;
}

.price_sale .area_order .buy_now {
    display: block;
    overflow: hidden;
    padding: 7px 0;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#fd6e1d),
        to(#f59000)
    );
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

.price_sale .area_order .buy_repay {
    line-height: normal;
    display: block;
    padding: 7px 0;
    text-align: center;
    margin: 10px 0 0;
    background: #288ad6;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
}

.price_sale .callorder {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    margin-top: -10px;
}

.price_sale .callorder .ct {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 8px;
    text-align: center;
}

.price_sale .callorder span {
    display: inline-block;
    padding: 5px 0 0;
}

.price_sale a {
    color: var(--cl1);
}

.price_sale a:hover {
    color: var(--cl2);
}

.price_sale p.text {
    margin-bottom: 5px;
}

.price_sale .promo_BHX {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 0 0 10px;
    padding: 12px 12px 5px 12px;
    border-radius: 4px;
    overflow: hidden;
}

.price_sale .promo_BHX .l1 {
    float: left;
    margin-right: 10px;
}

.price_sale .promo_BHX .l1 img {
    width: 16px;
}

.price_sale .promo_BHX .l2 {
    display: block;
    overflow: hidden;
}

.price_sale .promo_BHX .l2 strong {
    color: #e10c00;
}

.box_content {
    display: block;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-top: 20px;
}

.box_content h2,
.box_content h3,
.box_content h4 {
    display: block;
    line-height: 1.3em;
    font-size: 20px;
    color: #333;
}

.parameter {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    padding: 10px 0;
    border-radius: 5px;
}

.parameter li {
    display: table;
    width: 100%;
    padding: 5px 15px;
}

.parameter li + li {
    border-top: 1px solid #c8c8c8;
}

.parameter li > span {
    display: table-cell;
    width: 45%;
    vertical-align: top;
    padding: 5px 0;
    font-size: 14px;
}

.parameter li > div {
    display: table-cell;
    width: auto;
    vertical-align: top;
    padding: 6px 5px;
    font-size: 14px;
}

.parameter li div.ibsim {
    display: block;
}

.parameter li div.ibsim b.h {
    background: #e91935;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 10px;
    margin-right: 5px;
}

.parameter a {
    color: var(--cl1);
}

.parameter a:hover {
    color: var(--cl2);
}

.tableparameter {
    margin: 0 0 30px;
}

.newslist {
    display: block;
    overflow: hidden;
    margin: 0 0 30px;
}

.newslist h4 {
    margin-bottom: 10px;
}

.newslist li {
    display: block;
    overflow: hidden;
    padding: 8px 0;
}

.newslist a {
    display: block;
    overflow: hidden;
    color: #333;
}

.newslist a img {
    float: left;
    width: 100px;
    height: 60px;
    margin-right: 10px;
}

.newslist a .title {
    font-size: 14px;
}

.newslist a span {
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: #888;
}

.newslist a:hover {
    color: #10723a;
}

.newslist .viewall {
    color: #10723a;
    font-size: 14px;
}

.newslist .viewall:hover {
    color: #0a923c;
}

.bottom_order {
    padding-bottom: 15px;
    overflow: hidden;
}

.bottom_order .info_sp {
    display: block;
    vertical-align: middle;
    float: left;
    width: 35%;
}

.bottom_order .info_sp img {
    display: inline-block;
    width: 70px;
    height: auto;
    margin: 0 10px 0 0;
}

.bottom_order .info_sp > div {
    display: inline-block;
    width: 180px;
    vertical-align: top;
}

.bottom_order .info_sp h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
    line-height: 1.3;
}

.bottom_order .info_sp strong {
    display: block;
    color: #d0021b;
    font-size: 16px;
    text-align: left;
}

.bottom_order .area_order {
    display: block;
    vertical-align: middle;
    margin: 0;
    float: right;
    width: 64%;
    text-align: right;
    overflow: hidden;
}

.boxArticle a:not(.btn) {
    color: #10723a;
}

.boxArticle a:not(.btn):hover {
    color: #0a923c;
}

.boxArticle .buy_now {
    border-color: #fd6e1d;
    background: #fd6e1d;
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#fd6e1d),
        to(#f59000)
    );
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d);
    font-size: 12px;
    display: block;
}

.boxArticle .buy_now span {
    display: none;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    padding-top: 3px;
}

.boxArticle .buy_repay {
    display: block;
    font-size: 12px;
}

.boxArticle .buy_repay span {
    display: none;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    padding-top: 3px;
}

.compare {
    clear: both;
    display: block;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0 20px;
    margin-bottom: 30px;
}

.compare .tcpr {
    padding: 10px 0;
    position: relative;
}

.compare .tcpr h4 {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 20px;
    color: #333;
    padding: 10px 0;
}

.compare .tcpr div.sggProd {
    display: inline-block;
    width: 300px;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 9;
}

.compare .tcpr form {
    display: block;
    position: relative;
}

.compare .tcpr form .input {
    width: 100%;
}

.compare .tcpr form button {
    position: absolute;
    right: 2px;
    width: 36px;
    height: 35px;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.compare .item {
    display: block;
    overflow: hidden;
}

.compare .item .img {
    height: 150px;
}

.compare .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.compare .item span.bdx {
    display: block;
    color: #333;
    padding-top: 10px;
}

.compare .item .title {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.compare .item strong {
    display: block;
    color: #d0021b;
    padding: 10px 0 2px 0;
    font-size: 15px;
}

.compare .item .desc {
    color: #333;
    line-height: 1.5;
    padding: 10px 10px 0 0;
}

.compare .item .desc span {
    display: block;
}

.boxRatingCmt .hrt {
    padding: 10px 0;
    position: relative;
}

.boxRatingCmt .hrt h4 {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 20px;
    color: #333;
    padding: 10px 0;
}

.boxRatingCmt .hrt div.sggProd {
    display: inline-block;
    width: 300px;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 9;
}

.boxRatingCmt .hrt form {
    display: block;
    position: relative;
}

.boxRatingCmt .hrt form .input {
    width: 100%;
    padding-left: 40px;
}

.boxRatingCmt .hrt form button {
    position: absolute;
    left: 2px;
    width: 36px;
    height: 35px;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.boxRatingCmt .toprt {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.boxRatingCmt .toprt .crt {
    height: 120px;
}

.boxRatingCmt .toprt .lcrt {
    width: 17%;
    float: left;
    border-right: solid 1px #eee;
    padding-top: 31px;
    height: 90%;
    text-align: center;
    margin: 5px 10px 5px 5px;
}

.boxRatingCmt .toprt .lcrt b {
    font-size: 40px;
    color: #fd9727;
    line-height: 40px;
}

.boxRatingCmt .toprt .lcrt b i {
    font-size: 32px;
}

.boxRatingCmt .toprt .rcrt {
    font-size: 13px;
    overflow: hidden;
    padding: 10px 0;
    width: 45%;
    float: left;
    border-right: solid 1px #eee;
}

.boxRatingCmt .toprt .rcrt .r {
    padding: 1px 20px;
}

.boxRatingCmt .toprt .rcrt span.t {
    display: inline-block;
    color: #333;
}

.boxRatingCmt .toprt .rcrt span.c {
    display: inline-block;
    color: #288ad6;
    cursor: pointer;
}

.boxRatingCmt .toprt .bgb {
    width: 55%;
    background-color: #e9e9e9;
    height: 5px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 5px;
}

.boxRatingCmt .toprt .bgb .bgb-in {
    background-color: #f25800;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ff7d26),
        color-stop(97%, #f25800)
    );
    background-image: -webkit-linear-gradient(left, #ff7d26 0%, #f25800 97%);
    background-image: -o-linear-gradient(left, #ff7d26 0%, #f25800 97%);
    background-image: linear-gradient(90deg, #ff7d26 0%, #f25800 97%);
    height: 5px;
    border-radius: 5px 0 0 5px;
    max-width: 100%;
}

.boxRatingCmt .toprt .bcrt {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-top: 40px;
}

.ratingLst li {
    position: relative;
    margin: 5px 0 15px;
    list-style: none;
}

.ratingLst li.child {
    margin-left: 18px;
    border-left: 4px solid #efefef;
    padding-left: 10px;
}

.ratingLst li.reply {
    margin-left: 18px;
}

.ratingLst li.reply input {
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    color: #999;
    padding: 8px;
    width: 385px;
    margin-right: 8px;
}

.ratingLst li.reply .rrSend {
    padding: 9px 10px;
    border: 1px solid #288ad6;
    background: #fff;
    font-size: 13px;
    color: #288ad6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    display: inline-block;
}

.ratingLst .rh span {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: capitalize;
}

.ratingLst .rh label {
    cursor: pointer;
    color: #2ba832;
    font-size: 13px;
}

.ratingLst .rh label i {
    content: "";
    background: url(../images/check@2x.png);
    width: 12px;
    height: 12px;
    background-size: 12px;
    margin: 0 5px;
    display: inline-block;
    position: relative;
}

.ratingLst .rc {
    margin: 0 0 5px 0;
}

.ratingLst .rc p span {
    margin-right: 10px;
}

.ratingLst .rc .t {
    margin-top: -3px;
    font-style: normal;
    line-height: 1.5;
}

.ratingLst .ra a.cmtd {
    color: #999;
}

.wrap_comment {
    display: block;
    overflow: hidden;
    position: relative;
}

.wrap_comment .txtEditor {
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fff;
    min-height: 100px !important;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 10px 1.5%;
    font-size: 14px;
    color: #333;
    outline: none;
}

.wrap_comment .midcmt {
    overflow: hidden;
}

.wrap_comment .midcmt .totalcomment {
    float: left;
    padding: 12px 0 10px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    font-weight: bold;
    text-transform: capitalize;
    padding: 20px 0 0 0;
}

.wrap_comment .s_comment {
    float: right;
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    position: relative;
}

.wrap_comment .s_comment form {
    display: block;
    position: relative;
}

.wrap_comment .s_comment form .input {
    width: 100%;
    padding-left: 40px;
}

.wrap_comment .s_comment form button {
    position: absolute;
    left: 2px;
    width: 36px;
    height: 35px;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.wrap_comment .fts_comment {
    clear: both;
    padding: 15px 0 0;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.wrap_comment .fts_comment .radio {
    margin-left: 15px;
}

.wrap_comment .listcomment {
    display: block;
    overflow: visible;
    background: #fff;
    margin: 20px 0;
    border-top: 1px solid #dadada;
    padding-top: 20px;
}

.wrap_comment .listcomment > li {
    display: block;
    overflow: visible;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 5px;
}

.wrap_comment .listcomment .rowuser {
    overflow: visible;
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    position: relative;
}

.wrap_comment .listcomment .rowuser div {
    float: left;
    width: 25px;
    height: 25px;
    background: #ddd;
    margin-right: 7px;
    text-align: center;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

.wrap_comment .listcomment .rowuser strong {
    float: left;
    overflow: hidden;
    line-height: 22px;
    margin-top: 2px;
    text-transform: capitalize;
}

.wrap_comment .listcomment .question {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    clear: both;
    float: none;
    width: auto;
}

.wrap_comment .listcomment .actionuser {
    display: block;
    height: 34px;
    position: relative;
    margin: -5px 10px 0 0;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.wrap_comment .listcomment .actionuser .respondent {
    padding: 5px 10px 0 0;
    font-size: 13px;
    color: #288ad9;
}

.wrap_comment .listcomment .actionuser .time {
    padding: 5px 0;
    font-size: 13px;
    color: #999;
    position: relative;
}

.wrap_comment .listcomment .listreply {
    display: block;
    position: relative;
    margin: 5px 0 0 0;
    padding: 10px 15px 0 12px;
    clear: both;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    background: #f8f8f8;
    border: 1px solid #dfdfdf;
}

.wrap_comment .listcomment .listreply:after,
.wrap_comment .listcomment .listreply:before {
    top: -20px;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.wrap_comment .listcomment .listreply:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #f8f8f8;
    border-width: 11px;
    margin-left: -11px;
    z-index: 1;
}

.wrap_comment .listcomment .listreply:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #dfdfdf;
    border-width: 10px;
    margin-left: -10px;
}

.wrap_comment .listcomment .listreply .reply {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-bottom: 7px;
    border-bottom: 1px solid #dfdfdf;
}

.wrap_comment .listcomment .listreply .reply:last-child {
    border: none;
    margin: 0;
}

.slideMemory-carousel .owl-nav > * {
    font-size: 18px;
}

.slideMemory-carousel .item2 {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 5px 10px 30px 10px;
    margin: 9px 5px;
    cursor: pointer;
    display: block;
}

.slideMemory-carousel .item2 span {
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slideMemory-carousel .item2 strong {
    font-size: 16px;
    display: block;
    margin-top: 5px;
    color: #e10c00;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    bottom: 8px;
}

.slideMemory-carousel .item2.active {
    border-color: #10723a;
}

.slideMemory-carousel label.radio {
    line-height: 22px;
    margin: 0;
}

.page-product-detail h1 {
    font-weight: 700;
    /* font-size: 24px */
}

.page-product-detail .row-5 .sidebar .widget-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-product-detail .row-5 .sidebar .list-b-3 .img {
    width: 170px;
}

.page-product-detail .toggleAutoHeightCss > .tgh-content {
    max-height: 1000px;
}

.page-product-detail .row-1 {
    margin-bottom: 30px;
}

.page-product-detail .group-add-cart .price {
    margin-bottom: 10px;
}

.page-product-detail .group-add-cart .price .t2 {
    text-decoration: line-through;
    color: #b8b8b8;
    display: inline-block;
    margin: 0 5px;
}

.page-product-detail .group-add-cart .price .t3 {
    font-weight: 700;
    color: #10723a;
}

.page-product-detail .group-add-cart .save {
    margin-bottom: 10px;
}

.page-product-detail .group-add-cart .btn {
    display: block;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
    .page-product-detail .group-add-cart {
        padding: 0 20px 0 0;
    }
}

.page-product-detail .info-detail {
    margin-bottom: 15px;
}

.page-product-detail .info-detail .price {
    display: block;
    overflow: hidden;
    padding: 6px 0 0 0;
    margin-bottom: 15px;
}

.page-product-detail .info-detail .price strong {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 18px;
    color: #10723a;
    line-height: 15px;
}

.page-product-detail .info-detail .price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 5px;
    color: #333;
}

.page-product-detail .info-detail a {
    color: #10723a;
    text-decoration: underline;
}

.page-product-detail .info-detail a:hover {
    color: #0a923c;
    text-decoration: none;
}

.page-product-detail .info-detail .ticket {
    display: inline-block;
    font-size: 11px;
    width: 68px;
    height: 25px;
    background-image: url(../images/ticket.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 12px;
    padding-top: 4px;
    color: #2e5b45;
    margin-right: 19px;
}

.page-product-detail .info-detail .type-product .type {
    display: inline-block;
    padding: 3px 0;
    width: 87px;
    text-align: center;
    border: 1px solid #666666;
    border-radius: 2px;
    background-color: white;
    position: relative;
}

.page-product-detail .info-detail .type-product .type i {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #10723a;
    color: #fff;
    font-size: 8px;
    left: 5px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.page-product-detail .info-detail .type-product .type.active {
    border-color: #10723a;
}

.page-product-detail .info-detail .type-product .type.active i {
    opacity: 1;
    visibility: visible;
}

.page-product-detail .info-detail .rowlabel .group-text > * {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}

.page-product-detail .info-detail .w-flash-sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.page-product-detail .wquality {
    margin: 15px 0;
}

.sec-more-product .ht {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

.sec-more-product .row {
    position: relative;
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.sec-more-product .row > [class*="col-"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.sec-more-product .row:after {
    content: "";
    background-color: #e6e6e6;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 75%;
}

.sec-more-product .slide {
    position: relative;
}

.sec-more-product .product-advanced {
    position: absolute;
    z-index: 5;
    left: 10px;
    top: 10px;
}

.ulRightInfo {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ulRightInfo li {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-top: 10px;
    margin-top: 10px;
}

.ulRightInfo li + li {
    border-top: 1px solid #e6e6e6;
}

.ulRightInfo img.ic {
    position: absolute;
    left: 0;
    top: 14px;
}

.ulRightInfo .messenger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ulRightInfo .messenger img {
    display: inline-block;
    margin-right: 10px;
}

.wrap-countdown > span {
    display: inline-block;
    background: #000;
    color: #fff;
    margin-left: 5px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
}

.cttab-detail .w-tab-menu {
    margin: -20px -20px 30px;
    border-bottom: 1px solid #e6e6e6;
}

.cttab-detail .tab-menu {
    display: table;
}

.cttab-detail .tab-menu > * {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    width: 250px;
    text-align: center;
}

.cttab-detail .tab-menu > .active {
    background-color: #10723a;
    color: #fff;
}

.cttab-detail .tab-content {
    min-height: 1px;
    position: relative;
}

.cttab-detail .tab-content > * {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.cttab-detail .tab-content > .active {
    z-index: 5;
    opacity: 1;
    visibility: visible;
    max-height: inherit;
    position: relative;
}

.review-form {
    margin-top: 10px;
}

.review-form form > span {
    display: inline-block;
    margin-top: 9px;
    font-size: 16px;
    color: #000;
}

.review-form .rating-reuuired {
    font-weight: 600;
    color: red;
}

.review-form .note {
    margin-bottom: 0;
    color: red;
}

.review-form .review-submit {
    margin: 0 15px 15px;
}

.review-form .form-group {
    overflow: hidden;
}

.review-form .form-group > label {
    line-height: 40px;
    width: 100px;
    display: block;
    margin-bottom: 5px;
    float: left;
}

.boxRatingCmt .bcrt .btn {
    display: block;
    margin-left: 30px;
    margin-right: 10px;
}

.boxRatingCmt .bcrt .btn .t2 {
    display: none;
}

.boxRatingCmt .bcrt .btn.active {
    background-color: #fff;
    color: #10723a;
}

.boxRatingCmt .bcrt .btn.active .t1 {
    display: none;
}

.boxRatingCmt .bcrt .btn.active .t2 {
    display: inline-block;
}

.fRatingComment {
    margin-bottom: 10px;
    display: none;
}

.fRatingComment .ips {
    margin-bottom: 15px;
}

.fRatingComment .ips span {
    display: inline-block;
    vertical-align: middle;
}

.fRatingComment .ips .fieldset-rating {
    vertical-align: middle;
}

.fRatingComment .btn,
.fRatingComment .input {
    width: 100%;
    margin-bottom: 5px;
}

.fRatingComment .fieldinput {
    display: none;
}

.fRatingComment .fieldinput.active {
    display: block;
}

.fRatingComment.active {
    display: block;
}

.icon-star {
    color: #ffc107;
}

.ratingresult .icon-star:not(.rated):before {
    content: "\e90d";
}

.fieldset-rating {
    display: inline-block;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.fieldset-rating > input {
    display: none;
}

.fieldset-rating > label {
    margin: 0;
    padding-right: 4px;
    float: right;
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    color: #ffc107;
}

.fieldset-rating > label:before {
    cursor: pointer;
    font-size: 20px;
}

.fieldset-rating > input:checked ~ label {
    color: #ffc107;
}

.fieldset-rating > input:checked ~ label:before {
    content: "\e920";
}

.fieldset-rating:not(:checked) > label:hover {
    color: #ffc107;
}

.fieldset-rating:not(:checked) > label:hover:before {
    content: "\e920";
}

.fieldset-rating:not(:checked) > label:hover ~ label {
    color: #ffc107;
}

.fieldset-rating:not(:checked) > label:hover ~ label:before {
    content: "\e920";
}

.fieldset-rating > input:checked + label:hover,
.fieldset-rating > input:checked ~ label:hover {
    opacity: 0.6;
}

.fieldset-rating > input:checked ~ label:hover ~ label,
.fieldset-rating > label:hover ~ input:checked ~ label {
    opacity: 0.6;
}

.fieldset-rating + .help-block {
    margin-top: -10px;
    margin-bottom: 15px;
    color: red;
}

.sidebar-filter .checkbox {
    display: block;
    margin-bottom: 10px;
    font-family: "Mali";
    font-weight: 500;
    color: #333333;
}

.sidebar-filter .checkbox:hover {
    color: #10723a;
}

.sidebar-filter .widget {
    padding: 25px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 30px;
}

.sidebar-filter .widget-title {
    color: #1e1e1e;
}

.tags a {
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 5px;
}

.tags a:hover {
    background-color: #10723a;
    border-color: #10723a;
    color: #fff;
}

.sidebar-1 .widget {
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.sidebar-1 .widget-title {
    padding: 10px 15px;
    line-height: 30px;
    color: #fff;
    background-color: #10723a;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.sidebar-1 .widget-content {
    padding: 15px;
}

.sidebar-1 .widget-cart .list-mini-product {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.sidebar-1 .widget-cart .viewall {
    font-weight: 700;
}

.sidebar-1 .widget-cart .viewall:hover {
    color: #0a923c;
    text-decoration: underline;
}

.sidebar-1 .widget-address {
    color: #04772f;
    font-size: 13px;
    font-weight: 400;
}

.sidebar-1 .widget-address .title {
    color: #9b9b9b;
}

.sidebar-2 .widget {
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 15px;
}

.sidebar-2 .widget-title {
    padding: 5px 0 15px;
    border-bottom: 1px solid #e9e9e9;
}

.wrap-table {
    overflow-x: auto;
}

.table-cart {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 700px;
}

.table-cart .subtotal {
    text-align: right;
}

.table-cart th {
    text-align: left;
    font-weight: 400;
    color: #a6a6a6;
    padding: 0 5px 15px;
    border-bottom: 1px solid #dcdcdc;
    width: 120px;
}

@media only screen and (max-width: 767px) {
    .table-cart th {
        width: 110px;
    }
}

.table-cart th.delete {
    width: 60px;
}

.table-cart th.product {
    width: auto !important;
}

.table-cart td {
    border-bottom: 1px solid #dcdcdc;
    padding: 15px;
}

.table-cart td.product a:hover {
    color: #0a923c;
}

.table-cart td.price {
    font-weight: 500;
}

.table-cart td.subtotal {
    font-weight: 500;
}

.table-cart .remove {
    cursor: pointer;
    color: #9b9b9b;
}

.table-cart .remove:hover {
    color: #0a923c;
}

.promotion-total {
    margin-top: 15px;
    padding: 20px 0;
}

.promotion-total form.code {
    display: inline-block;
    position: relative;
}

.promotion-total form.code input {
    height: 35px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    width: 260px;
    padding: 0 80px 0 15px;
}

.promotion-total form.code button {
    height: 35px;
    border-radius: 6px;
    border: 0;
    background-color: #0a923c;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 12px;
    color: #fff;
}

.promotion-total .final-price {
    text-align: right;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
}

.promotion-total .final-price .wtotal {
    font-size: 20px;
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .promotion-total .final-price {
        margin-bottom: 20px;
    }
}

.form-address ::-webkit-input-placeholder {
    color: #a6a6a6;
}

.form-address :-ms-input-placeholder {
    color: #a6a6a6;
}

.form-address ::-ms-input-placeholder {
    color: #a6a6a6;
}

.form-address ::placeholder {
    color: #a6a6a6;
}

.form-address .item {
    margin-bottom: 15px;
}

.form-address .input,
.form-address .select {
    width: 100%;
}

.paging-cart {
    text-align: center;
    padding: 30px 0;
}

.paging-cart a {
    margin: 0 15px;
}

.row.cols-5 > [class*="col"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
}

div.successful {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
}

div.successful .img {
    color: #10723a;
}

div.successful .img i {
    font-size: 100px;
}

div.successful .btn {
    max-width: 100%;
    width: 320px;
    margin: 0 auto;
}

.page-account .uname {
    overflow: hidden;
    margin-bottom: 50px;
}

.page-account .uname .img {
    background-color: #d8d8d8;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-right: 10px;
    float: left;
    position: relative;
    overflow: hidden;
}

.page-account .uname .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    max-width: 100%;
    max-height: 100%;
}

.page-account .uname .text {
    overflow: hidden;
    font-size: 12px;
}

.page-account .uname .text .t2 {
    display: block;
    color: #0a923c;
    font-size: 16px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .page-account .rowlabel .item .title {
        display: block;
        float: none;
        margin: 0 0 5px;
        font-weight: 700;
    }

    .page-account .formaccount {
        padding: 15px;
    }
}

.formaccount {
    max-width: 720px;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.formaccount .inner {
    max-width: 490px;
}

.formaccount .input,
.formaccount .select {
    width: 100%;
}

.formaccount .title {
    padding-top: 10px;
}

.formaccount .gender .title {
    padding-top: 0 !important;
}

.formaccount .gender .radio {
    margin: 0 20px 0 0;
    line-height: 25px;
}

.formaccount .rowlabel:not(.row) .item + .item {
    margin-top: 15px;
}

.formaccount .btnsubmit {
    padding-top: 30px;
}

.addtocart [class*=" icon-"]:before,
.addtocart [class^="icon-"]:before {
    position: relative;
    top: 2px;
}

.addtocart:hover [class*=" icon-"]:before,
.addtocart:hover [class^="icon-"]:before {
    content: "\e953";
}

.menu-account.style-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-account.style-1 a {
    display: block;
    position: relative;
    font-weight: 400;
    padding: 15px 5px 15px 25px;
    color: #545454;
}

.menu-account.style-1 a:hover {
    color: #0a923c;
}

.menu-account.style-1 a img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 12px;
}

.menu-account.style-1 li {
    display: block;
    position: relative;
    border-left: 4px solid transparent;
    padding-left: 20px;
}

.menu-account.style-1 li + li a {
    border-top: 1px solid #f0f0f0;
}

.menu-account.style-1 li.active {
    background-color: #eff2f5;
    border-color: #0a923c;
}

.menu-account.style-1 li.active a {
    font-weight: 500;
    color: #04772f;
}

.menu-account.style-2 {
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 10px;
    font-family: "Mali";
}

.menu-account.style-2 a {
    display: block;
    position: relative;
    padding: 15px 5px 15px 25px;
    color: #545454;
    font-size: 16px;
}

.menu-account.style-2 a:hover {
    color: #10723a;
}

.menu-account.style-2 a i,
.menu-account.style-2 a img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 12px;
}

.menu-account.style-2 li {
    display: block;
    position: relative;
    border-left: 4px solid transparent;
}

.menu-account.style-2 li + li {
    border-top: 1px solid #e8e8e8;
}

.menu-account.style-2 li.active a {
    font-weight: 500;
    color: #10723a;
}

@media only screen and (max-width: 767px) {
    .menu-account {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-2 .widget-address .title {
        float: none;
        width: auto;
        margin: 0;
    }
}

.sidebar-filter .toggleSync {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #858383;
    cursor: pointer;
}

.sidebar-filter .toggleSync:hover {
    color: #10723a;
}

.sidebar-filter.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

#wrap-content {
    position: relative;
}

.wrap-loadmore {
    padding: 20px 0;
    text-align: center;
}

.wrap-loadmore .btn {
    min-width: 175px;
}

.steps {
    max-width: 800px;
    position: relative;
}

.steps:before {
    content: "";
    height: 5px;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #f1f1f1;
}

.steps .num {
    z-index: 10;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #777777;
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    line-height: 54px;
    text-align: center;
}

.steps .num span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.steps .step {
    position: relative;
    font-family: "Mali";
    font-size: 18px;
    font-weight: 500;
}

.steps .step.active .num {
    background-color: #10723a;
    border-color: #10723a;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .steps {
        margin: 0 auto 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .steps .title {
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: -30px;
        width: 200px;
        text-align: center;
        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 only screen and (max-width: 767px) {
    .steps {
        display: block;
    }

    .steps:before {
        display: none;
    }

    .steps .title {
        font-size: 13px;
        width: auto;
        position: relative;
        padding-left: 10px;
    }

    .steps .step {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
    }

    .steps .step .num {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
}

.div-orther-address,
.div-update-pass {
    max-height: 0;
    overflow: hidden;
}

.div-orther-address.active,
.div-update-pass.active {
    max-height: 200vh;
    padding-top: 20px;
}

.div-update-pass .item > .title {
    width: 150px;
}

.list-p-1 .item {
    display: block;
    overflow: hidden;
    background: #fff;
    height: 100%;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 22%); */
}

.list-p-1 .item .img-full {
    margin: -10px -10px 10px;
    display: block;
}

.list-p-1 .item .divtext {
    position: relative;
}

.list-p-1 .item h3 {
    font-size: 15px;
    margin: 0 0 5px;
    color: #373737;
    font-weight: 700;
}

.list-p-1 .item h6 {
    font-size: 12px;
    color: #d0021b;
    margin: 0 9px 0;
}

.list-p-1 .item .saleoff {
    position: absolute;
    background-color: #ffbe00;
    color: #0a923c;
    right: 10px;
    top: 0;
    z-index: 3;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 0;
    width: 44px;
    text-align: center;
}

.list-p-1 .item .saleoff:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    border-left: 22px solid #ffbe00;
    border-right: 22px solid #ffbe00;
    border-bottom: 10px solid transparent;
}

.list-p-1 .item .ratingresult {
    margin-bottom: 3px;
}

.list-p-1 .item .type {
    color: #6e6e6e;
    margin-bottom: 3px;
}

.list-p-1 .item .category {
    color: #10723a;
    margin-bottom: 3px;
}

.list-p-1 .item .ulmeta {
    color: #10723a;
}

.list-p-1 .item .ulmeta.inline.bd > li:not(:last-child):after {
    background-color: #10723a;
}

.list-p-1 .item .price {
    display: block;
    overflow: hidden;
    padding: 7px 0 0 0;
}

.list-p-1 .item .price strong {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 18px;
    color: #10723a;
    line-height: 15px;
}

.list-p-1 .item .price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 5px;
    color: #333;
}

.list-p-1 .item .price i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 5px;
    color: #bf081f;
    font-style: normal;
}

.list-p-1 .item .btnbuy {
    padding-top: 15px;
    text-align: center;
}

.list-p-1 .item .btnbuy .btn {
    width: calc(50% - 2px);
}

.list-p-1 .item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.list-p-1 .item .saleoff2 {
    height: 16px;
    background-color: #c2c2c2;
    border-radius: 8px;
    position: relative;
    margin-top: 15px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 16px;
}

.list-p-1 .item .saleoff2 .t1 {
    height: 100%;
    background-color: #10723a;
    display: block;
    border-radius: 8px;
    text-align: center;
}

.list-p-1 .item .saleoff2 .t2 {
    position: absolute;
    right: 10px;
    top: 0;
}

@media only screen and (max-width: 767px) {
    .list-p-1 .item .ratingresult,
    .list-p-1 .item .type,
    .list-p-1 .item .ulmeta {
        display: none;
    }
}

.list-p-1.style-grid {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.list-p-1.style-grid .row {
    margin: 0 !important;
}

.list-p-1.style-grid .row > div {
    padding-left: 0;
    padding-right: 0;
}

.list-p-1.style-grid .item {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

body {
    color: var(--body-color);
    font-family: var(--body-font);
    font-size: var(--body-fs);
    line-height: var(--body-line-height);
    background-color: var(--body-bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-weight: 500;
    line-height: 1.31857143;
    margin-bottom: 20px;
}

.h1,
h1 {
    font-size: var(--h1);
}

.h2,
h2 {
    font-size: var(--h2);
}

.h3,
h3 {
    font-size: var(--h3);
}

.h4,
h4 {
    font-size: var(--h4);
}

.h5,
h5 {
    font-size: var(--h5);
}

.h6,
h6 {
    font-size: var(--h6);
}

.max500 {
    max-width: 500px;
    margin: 0 auto;
}

.max950 {
    max-width: 950px;
    margin: 0 auto;
}

body.showSearchMb #header {
    padding-bottom: 10px;
}

body.showSearchMb #header .form-search,
body.showSearchMb #header .form-search-focus {
    height: 30px;
}

#toppanel {
    background-color: #10723a;
    position: relative;
    z-index: 1001;
    line-height: 22px;
}

#toppanel .container {
    height: 35px;
}

#toppanel .group-left {
    float: left;
}

#toppanel .group-left .language .title {
    color: #fff;
}

#toppanel .group-right {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 15px;
    color: #fff;
}

#toppanel .group-right > .item {
    float: left;
    padding-left: 20px;
    position: relative;
    margin-left: 15px;
}

#toppanel .group-right > .item a {
    display: block;
}

#toppanel .group-right > .item img {
    height: 16px;
}

#toppanel .group-right > .item:not(:first-child) {
    margin-left: 20px;
}

#toppanel .group-right > .item:not(:first-child):before {
    content: "";
    height: 16px;
    width: 1px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    background-color: #fff;
}

#toppanel .group-right a:hover {
    color: #ffbe00;
}

#toppanel .group-right .contact {
    overflow: hidden;
}

#toppanel .group-right .contact > i {
    font-size: 22px;
    float: left;
    margin-right: 5px;
}

#toppanel .hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#toppanel .hotline .number {
    font-size: 18px;
    font-weight: 700;
    margin-left: 5px;
}

#toppanel .dropdown .content {
    color: #000;
}

#toppanel .dropdown .title:hover,
#toppanel .dropdown a:hover {
    color: #ffbe00;
}

#header .group-header {
    color: #fff;
}

#header .group-header .item {
    line-height: 24px;
}

#header .group-header .item > i {
    font-size: 24px;
    display: inline-block;
    margin-right: 5px;
    float: left;
}

#header .group-header a:hover {
    color: #ffbe00;
}

#header .form-search,
#header .form-search-focus {
    min-width: 280px;
    width: auto;
}

#header .icon-t31 {
    position: relative;
}

#header .icon-t31:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffbe00;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 3px;
}

@media only screen and (min-width: 992px) {
    #header .group-header .imenu {
        display: none;
    }

    #header .wrap-menu-header {
        margin: 0 130px;
    }

    #mainmenu {
        background-color: #0a923c;
        position: relative;
        z-index: 100;
    }

    #mainmenu.fixe {
        position: absolute;
        left: 0;
        right: 0;
    }

    #mainmenu.sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    #mainmenu .menu-top-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #mainmenu .menu-top-header:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-color: #10723a;
        height: 1px;
    }

    #mainmenu .menu-top-header > li {
        float: none;
        margin: 0;
    }

    #mainmenu .menu-top-header > li:not(:last-child) {
        margin-right: 5px;
    }

    #mainmenu .menu-top-header > li > a {
        text-align: center;
        line-height: normal;
        height: 48px;
        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;
    }

    #mainmenu .menu-top-header > li > a i {
        font-size: 24px;
        display: inline-block;
        margin-right: 10px;
    }
}

.tRes_27:before {
    padding-top: 26.666%;
}

@media only screen and (min-width: 768px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

textarea.input {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
}

.entry-content ol,
.entry-content ul {
    margin: 0 0 40px 25px;
}

.entry-content ol li,
.entry-content ul li {
    margin-bottom: 5px;
}

.entry-content ol ul,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content ol ul li:first-child,
.entry-content ul ul li:first-child {
    margin-top: 5px;
}

.entry-content ol ul.none,
.entry-content ul ul.none {
    list-style: none;
    margin: 0;
}

.entry-content img {
    height: auto;
}

.entry-content a {
    color: #0a923c;
}

.dropdown ul.menu {
    margin: 0;
    padding: 0;
}

.dropdown ul.menu > li {
    display: block;
}

.dropdown ul.menu > li a {
    display: block;
    padding: 8px 10px;
}

.dropdown ul.menu > li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.dropdown ul.menu > li.active a {
    color: #0a923c;
}

.bg-gray {
    background: #f0f0f0;
}

#map {
    height: 300px;
}

.meta {
    padding-left: 1px;
    font-size: 12px;
}

.meta.inline > :not(:last-child):after {
    display: none;
}

.language .title {
    position: relative;
    padding-right: 20px;
}

.language .title:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #fff;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
}

.language .title .img {
    border-radius: 100%;
    border: 1px solid #0a923c;
    padding: 1px;
    width: 40px;
    height: 40px;
}

.language .title .img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
}

.language .content {
    width: 200px;
}

.language ul.menu a {
    display: block;
    line-height: 20px;
}

.language ul.menu a img {
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width: 991px) {
    #toppanel {
        display: none !important;
    }
}

.wrap-menu-mb .language {
    padding: 20px;
}

.wrap-menu-mb .language ul {
    list-style: none;
    margin: 0;
    text-align: center;
}

.wrap-menu-mb .language ul img {
    position: relative;
    top: 3px;
}

.wrap-menu-mb .language ul .active {
    color: #0a923c;
}

.divsocial .item {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    margin-left: 10px;
    font-size: 16px;
}

.divsocial .item:hover {
    border-color: #0a923c;
}

.layout-sc-sidebar .item {
    overflow: hidden;
}

.layout-sc-sidebar .item + .item {
    margin-top: 10px;
}

.layout-sc-sidebar .img {
    float: left;
    width: 68px;
    margin-right: 10px;
    border-radius: 5px;
}

.layout-sc-sidebar .title {
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
}

.layout-sc-sidebar .title:hover {
    color: #0a923c;
}

.layout-sc-sidebar .meta {
    margin: 0;
}

.layout-sc-sidebar .divtext {
    overflow: hidden;
}

.wrating {
    font-size: 14px;
    color: #666666;
}

.wrating > span {
    display: inline-block;
}

.wrating .rating {
    margin-right: 10px;
}

.wrating .rating img {
    width: auto !important;
    height: 10px;
}

.toggleHeight .toggle {
    color: #0a923c;
    cursor: pointer;
    margin-top: 15px;
    clear: both;
}

.btn.bd-1:not(:hover) {
    background-color: transparent !important;
    border-color: #10723a;
    color: #10723a;
}

.btn.bd-2:not(:hover) {
    background-color: transparent !important;
    border-color: #0a923c;
    color: #0a923c;
}

.btn .icon-close {
    font-size: 10px;
    margin-right: -5px !important;
}

.btn-2:not(:hover) {
    background-color: #fff;
    border-color: #10723a;
    color: #373737;
}

.btn-3:not(:hover) {
    background-color: #c10017;
    border-color: #c10017;
}

@media only screen and (max-width: 767px) {
    .btn {
        height: 36px;
        line-height: 34px;
        font-size: 13px;
    }
}

.form-search,
.form-search-focus {
    position: relative;
}

.form-search-focus input,
.form-search input {
    height: 30px;
    position: relative;
    font-size: 100%;
    display: block;
    padding-left: 10px;
    width: 100%;
    padding-right: 35px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 6px;
}

.form-search-focus button,
.form-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    border: none;
    background: none;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #10723a;
}

.form-search-focus button:hover,
.form-search button:hover {
    color: #04772f;
}

@media only screen and (max-width: 767px) {
    .form-search,
    .form-search-focus {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 0 15px;
        max-height: 0;
        overflow: hidden;
    }

    .form-search-focus button,
    .form-search button {
        right: 15px;
        height: 35px;
        top: 5px;
    }

    body.show-search .form-search,
    body.show-search .form-search-focus {
        display: block;
        padding-bottom: 10px;
        padding-top: 5px;
        max-height: inherit;
    }
}

.form-search-focus {
    width: auto !important;
}

.form-search-focus input {
    z-index: 2;
    border: none;
    background-color: transparent;
    padding-left: 20px;
    opacity: 0;
    border-radius: 50px;
}

.form-search-focus input:focus {
    width: 250px;
    opacity: 1;
    padding-right: 35px;
    background-color: #adcbda;
}

.form-search-focus input:focus ~ button {
    z-index: 3;
}

.form-search-focus button {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    border: none;
    background: none;
    text-align: center;
    font-size: 16px;
}

.form-search-focus button:hover {
    color: var(--cl2) !important;
}

@media only screen and (max-width: 991px) {
    .viewallcat li:not(.viewall) {
        display: none !important;
    }
}

.entry-head {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 5;
}

.entry-head .ht {
    font-size: 16px;
    color: #373737;
    font-weight: 700;
    padding: 14px 20px;
    text-transform: uppercase;
    margin: 0;
}

.entry-head .viewallcat {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 20px;
}

.entry-head .viewallcat > a:hover {
    color: #10723a;
}

.entry-head .menuajax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-head .menuajax a {
    position: relative;
    font-size: 16px;
    color: #10723a;
    font-weight: 700;
    padding: 14px 20px;
    text-transform: uppercase;
    margin: 0;
}

.entry-head .menuajax a:not(:last-child) {
    margin-right: 1px;
}

.entry-head .menuajax a.active,
.entry-head .menuajax a:hover {
    background-color: #10723a;
    color: #fff;
}

.entry-head .menuajax .hot {
    padding-left: 45px;
}

.entry-head .menuajax .hot img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 10px;
    max-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .entry-head .menuajax .menuajax a {
        padding: 5px 10px;
    }
}

.entry-head .viewall i {
    font-size: 9px;
}

.menu-dropxdown li > ul {
    padding: 10px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.menu-dropxdown li > ul a {
    display: block;
}

.entry-breadcrumb {
    background-color: #e6e6e6;
    line-height: 20px;
    padding: 10px 0;
}

.breadcrumbs {
    font-size: 13px;
    margin: 0;
    overflow: hidden;
}

.breadcrumbs > .item {
    position: relative;
    float: left;
}

.breadcrumbs > .item:not(:last-child):after {
    content: ">";
    display: inline-block;
    margin: 0 8px;
}

.breadcrumbs > span {
    font-weight: 500;
}

.breadcrumbs a:hover {
    color: #0a923c;
}

.mini-breadcrumb {
    padding-top: 8px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .mini-breadcrumb {
        display: none;
    }
}

.reviewed-products {
    background-color: #f7f7f7;
}

.page-about .sec-title {
    overflow: hidden;
}

.page-about .sec-title img {
    float: left;
    margin-right: 10px;
}

.list-social {
    list-style: none;
}

.list-social li {
    display: inline-block;
}

.list-social a {
    display: block;
    color: #fff;
    border-radius: 100%;
    line-height: 24px;
    text-align: center;
    width: 24px;
    height: 24px;
    font-size: 12px;
    background-color: #adadad;
    color: #fff;
}

.list-social a:hover {
    color: var(--cl1);
    border-color: var(--cl1);
}

.slide-category {
    margin-bottom: 30px;
}

.slide-category .item {
    text-align: center;
    font-size: 18px;
    color: #1e1e1e;
    display: block;
}

.slide-category .item.active .img,
.slide-category .item:hover .img {
    color: #fff;
}

.slide-category .item.active .img:before,
.slide-category .item:hover .img:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 27px rgba(187, 212, 201, 0.5);
    box-shadow: 0 7px 27px rgba(187, 212, 201, 0.5);
    opacity: 1;
}

.slide-category .img {
    width: 108px;
    height: 108px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    font-size: 50px;
    color: #b8d5bd;
}

.slide-category .img:before {
    content: "";
    background-color: #bbd4c9;
    border-radius: 100%;
    opacity: 0;
    position: absolute;
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
}

.slide-category .img i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    z-index: 2;
}

.slide-category .img .icon-t1 {
    font-size: 80px;
    margin-top: 5px;
}

.slide-category .title {
    display: block;
    font-weight: 500;
}

.slide-category .row .item {
    width: 20%;
    padding: 0 15px;
}

.i-double {
    display: inline-block;
    margin-right: 10px;
}

.i-double i {
    display: inline-block;
    margin-right: -7px;
}

a.hover:hover {
    color: #10723a;
}

.line-hr {
    height: 1px;
    margin-bottom: 40px;
    background-color: #e9e9e9;
}

label.checkbox {
    line-height: normal;
}

.sidebar .widget {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.sidebar .widget-title {
    background-color: #10723a;
    margin: -20px -20px 20px;
    color: #fff;
    padding: 13px 5px 13px 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar ul.menu-category {
    margin-left: -20px;
    margin-right: -20px;
    color: #2c2e32;
}

.sidebar ul.menu-category > li {
    padding: 0 20px;
}

.sidebar ul.menu-category > li > a {
    font-size: 15px;
    font-weight: 700;
}

.sidebar ul.menu-category > li + li {
    border-top: 1px solid #c8c8c8;
    padding-top: 15px;
    margin-top: 15px;
}

.sidebar ul.menu-category a {
    display: block;
    position: relative;
    padding: 5px 0;
    color: #545454;
    overflow: hidden;
}

.sidebar ul.menu-category a:hover {
    color: #10723a;
}

.sidebar ul.menu-category a i,
.sidebar ul.menu-category a img {
    width: 20px;
    float: left;
    margin-right: 5px;
}

.sidebar ul.menu-category li {
    display: block;
    position: relative;
}

.sidebar ul.menu-category li.active a {
    font-weight: 500;
    color: #10723a;
}

.sidebar .logo-thuonghieu > a {
    display: inline-block;
    padding: 5px;
}

.sidebar .widget-price .checkbox {
    display: block;
    margin-bottom: 10px;
}

.sidebar ul.recently-post {
    font-family: "Mali";
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul.recently-post .item {
    display: block;
    position: relative;
    color: #545454;
    font-size: 16px;
    overflow: hidden;
}

.sidebar ul.recently-post .item:hover {
    color: #10723a;
}

.sidebar ul.recently-post li {
    display: block;
    position: relative;
}

.sidebar ul.recently-post li + li {
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    margin-top: 10px;
}

.sidebar ul.recently-post li.active a {
    font-weight: 500;
    color: #10723a;
}

.sidebar .widget-ads a {
    display: block;
}

.sidebar .widget-ads a img {
    display: block;
}

.form-contact .input {
    width: 100%;
}

.form-contact .wrap-captchar {
    max-width: 305px;
    margin: 0 auto;
}

.form-contact .wrap-captchar .btn {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .form-contact .wrap-captchar .btn {
        height: 60px;
        font-size: 24px;
    }
}

.page-404 {
    font-size: 20px;
    text-align: center;
}

.page-404 .t1 {
    font-size: 100px;
    color: #858383;
    font-weight: 600;
    font-family: "Mali";
}

.page-404 .btn {
    width: 320px;
    max-width: 100%;
}

a.select,
span.select {
    border: 1px solid #d3d3d3;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    border-radius: 6px;
    padding: 0 40px 0 15px;
    background: #fff url("../images/select.svg") no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 10px;
    cursor: pointer;
}

a.select:hover,
span.select:hover {
    border-color: #10723a;
}

.text-uppercase {
    text-transform: uppercase;
}

@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1260px;
    }
}

.box-news {
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 10px;
}

.box-news .title-box {
    display: block;
    line-height: 30px;
    overflow: hidden;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.box-news .title-box span {
    float: left;
    background-color: #0a923c;
    padding: 0 10px;
    position: relative;
}

.box-news .title-box span:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-top: 15px solid #0a923c;
    border-bottom: 15px solid #0a923c;
    border-right: 10px solid transparent;
}

.box-news .list-b-1 {
    padding: 10px;
}

[class*="list-b"] .item .title {
    font-weight: 600;
}

[class*="list-b"] .item:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

[class*="list-b"] .item:hover .title {
    color: #10723a;
}

.list-b-1 .item:hover .title {
    color: #10723a;
}

.list-b-1 .item-group-addon .img {
    width: 124px;
}

.list-b-1 .time {
    color: #9f9f9f;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}

.list-b-1 .title {
    font-weight: 600;
}

.list-b-2 .item {
    display: block;
}

.list-b-2 .item + .item {
    margin-top: 20px;
}

.list-b-2 .item-full .title {
    font-size: 15px;
}

.list-b-2 .img {
    margin-bottom: 10px;
}

.list-b-2 .ulmeta {
    font-weight: 300;
    margin-top: 8px;
}

.list-b-2 .ulmeta strong {
    font-weight: 600;
    color: #2c2e32;
}

.list-b-2 .title {
    font-weight: 600;
    color: #373737;
}

.list-b-2 .desc {
    margin-top: 10px;
}

.list-b-2 .more {
    color: #10723a;
}

.list-b-2 .more:hover {
    color: #0a923c;
}

.list-b-3 .item {
    display: block;
}

.list-b-3 .item + .item {
    margin-top: 20px;
}

.list-b-3 .img {
    width: 85px;
}

.list-b-4 .item {
    display: block;
    overflow: hidden;
    background: #fff;
    height: 100%;
    padding: 10px;
    font-size: 13px;
}

.list-b-4 .item .img-full {
    margin: -10px -10px 10px;
    display: block;
}

.list-b-4 .item .divtext {
    position: relative;
}

.list-b-4 .item h3 {
    font-size: 15px;
    margin: 0 0 5px;
    color: #373737;
    font-weight: 700;
}

.list-b-4 .item h6 {
    font-size: 12px;
    color: #d0021b;
    margin: 0 9px 0;
}

.list-b-4 .item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.box-white,
.sec-box-white {
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.sec-box-white {
    margin-bottom: 20px;
}

.sec-box-white .entry-head {
    margin: -20px -20px 20px;
}

@media only screen and (max-width: 767px) {
    .box-white,
    .sec-box-white {
        padding: 10px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    }

    .sec-box-white .entry-head {
        margin: -10px -10px 10px;
    }
}

.banner-full {
    display: block;
    margin-bottom: 20px;
}

.banner-full img {
    display: block;
    width: 100%;
}

.banner-widget {
    display: block;
}

.banner-widget + .banner-widget {
    margin-top: 10px;
}

.widget-adv {
    display: block;
}

.widget-adv img {
    display: block;
    width: 100%;
}

.sec-food-chanel .widget-menu {
    border-right: 1px solid #e6e6e6;
}

.sec-food-chanel .menu-title {
    font-size: 19px;
    font-weight: 700;
    background-color: #0a923c;
    color: #fff;
    position: relative;
    margin: -20px 0 15px -20px;
    padding: 10px 0 10px 20px;
}

.sec-food-chanel .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #2c2e32;
    font-size: 13px;
}

.sec-food-chanel .menu li + li {
    margin-top: 5px;
}

.sec-food-chanel .menu li.active a,
.sec-food-chanel .menu li:hover a {
    color: #10723a;
}

.sec-food-chanel .menu a {
    display: block;
    padding: 5px 0;
    font-weight: 600;
}

.sec-food-chanel .post-related {
    padding-top: 15px;
}

.sec-food-chanel .post-related .item {
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
    margin: 0 !important;
}

.sec-food-chanel .wrow-2 {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    margin-top: 20px;
}

.row-vung .row > [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-vung .item {
    color: #fff;
}

.row-vung .item:before {
    background-color: rgba(0, 0, 0, 0.28);
}

.row-vung .item .title {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 10px;
    margin: 0;
    text-align: center;
    z-index: 3;
    font-weight: 700;
    text-transform: uppercase;
}

.row-vung .item:hover {
    color: #10723a;
}

.row-vung .item:hover:before {
    background-color: rgba(0, 0, 0, 0.4);
}

.row-vung .item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media only screen and (min-width: 992px) {
    .col-feature .item {
        height: 100%;
    }

    .col-feature [class*="tRes"]:before {
        height: 100%;
        padding: 0;
    }

    .col-feature-2 .item {
        height: 100%;
    }

    .col-feature-2 [class*="tRes"]:before {
        height: 100%;
        padding: 0;
    }

    .col-feature-2 .item {
        height: calc(50% - 10px);
    }

    .col-feature-2 .item + .item {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-scroll-mb-400 {
        display: block;
    }

    .owl-scroll-mb-400 .owl-stage-outer {
        display: block;
        overflow-x: scroll !important;
        padding-bottom: 15px;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .owl-scroll-mb-400 .owl-stage {
        display: table !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: auto !important;
    }

    .owl-scroll-mb-400 .owl-item {
        display: table-cell !important;
        -webkit-user-select: initial !important;
        -moz-user-select: initial !important;
        -ms-user-select: initial !important;
        user-select: initial !important;
        -ms-touch-action: initial !important;
        touch-action: initial !important;
        width: auto !important;
        float: none !important;
        padding: 0 10px 0 0;
    }

    .owl-scroll-mb-400 .owl-item:last-child {
        padding-right: 0 !important;
    }

    .owl-scroll-mb-400 .owl-item > * {
        width: 400px !important;
        height: 100% !important;
        margin: 0 !important;
    }

    .owl-scroll-mb-400 .owl-dots,
    .owl-scroll-mb-400 .owl-nav {
        display: none !important;
    }
}

.swiper-container {
    height: 300px;
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    background-color: #eee;
    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;
}

.tRes_42:before {
    padding-top: 41.5%;
}

.sec-product-banner .entry-head .ht {
    color: #10723a;
}

.sec-product-banner .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.sec-menu-category {
    position: relative;
    z-index: 100;
    position: relative;
    float: left;
    width: 220px;
    margin-right: 1px;
}

.sec-menu-category .title {
    text-transform: uppercase;
    height: 48px;
    color: #fff;
    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;
    background-color: #04772f;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.sec-menu-category .title i {
    display: inline-block;
    margin-right: 10px;
}

.sec-menu-category ul.vertical-menu {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
}

.sec-menu-category.hover ul.vertical-menu,
.sec-menu-category:hover ul.vertical-menu {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}

ul.vertical-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: relative;
    width: 300px;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

ul.vertical-menu a {
    display: block;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    color: #000;
    line-height: 30px;
    padding: 5px 10px;
    width: 250px;
}

ul.vertical-menu a:hover {
    color: #10723a;
}

ul.vertical-menu > li > a {
    position: relative;
    padding-left: 40px;
    width: auto;
}

ul.vertical-menu > li > a i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 10px;
}

ul.vertical-menu li {
    display: block;
    position: relative;
}

ul.vertical-menu li.itemmega {
    position: static;
}

ul.vertical-menu li.itemmega > .wrapul {
    min-height: 100%;
    width: 1010px !important;
    left: 100%;
    top: 0;
    padding: 10px;
    display: none;
    opacity: 1;
    visibility: visible;
}

ul.vertical-menu li.itemmega > .wrapul > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto !important;
    margin-left: -10px;
    margin-right: -10px;
}

ul.vertical-menu li.itemmega > .wrapul > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    border: none !important;
}

ul.vertical-menu li.itemmega > .wrapul > ul > li > a {
    width: auto;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}

ul.vertical-menu li.itemmega > .wrapul > ul > li > .wrapul {
    position: relative !important;
    width: auto !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: auto;
    opacity: 1;
    visibility: visible;
    margin: 0;
}

ul.vertical-menu li.itemmega > .wrapul > ul > li > .wrapul > ul > li > a {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

ul.vertical-menu li.itemmega-2 > .wrapul > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

ul.vertical-menu li.itemmega-3 > .wrapul > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

ul.vertical-menu li.itemmega-4 > .wrapul > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

ul.vertical-menu li.itemmega-5 > .wrapul > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

ul.vertical-menu li.itemmega-6 > .wrapul > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

ul.vertical-menu li.itemmega:hover > .wrapul {
    display: block;
}

ul.vertical-menu li.itemmega li:hover {
    position: relative;
    z-index: 10;
}

ul.vertical-menu li:hover > .wrapul {
    margin: 0;
    overflow: visible;
    width: 250px;
    opacity: 1;
    visibility: visible;
}

ul.vertical-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.vertical-menu .wrapul {
    position: absolute;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    left: 90%;
    top: 0;
    margin: 0 0 0 30px;
    overflow: hidden;
    width: 0;
}

#footer {
    color: #858383;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding-top: 50px;
    background-color: #fff;
}

#footer .widget {
    margin-bottom: 20px;
}

#footer .widget-about {
    max-width: 300px;
}

#footer .widget-about .widget-title {
    font-size: 17px;
    font-weight: 700;
}

#footer .widget-about .rowlabel .item .title {
    padding-left: 1px;
}

#footer .widget-title {
    font-size: 14px;
    font-weight: 600;
    color: #373737;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#footer a:hover > a {
    color: #10723a;
}

#footer ul.menu {
    list-style: none;
}

#footer ul.menu li + li {
    margin-top: 10px;
}

#footer ul.menu li:hover > a,
#footer ul.menu li[class*="current"] > a {
    color: #10723a;
}

#footer ul.menu a {
    display: block;
}

#footer .logo {
    margin-bottom: 10px;
    display: block;
}

#footer .subscribeform {
    max-width: 320px;
}

#footer .subscribeform .input-group {
    width: 100%;
}

#footer .subscribeform .input {
    font-size: 13px;
    height: 40px;
    font-size: 11px;
}

#footer .subscribeform .btn {
    height: 40px;
}

#footer .subscribeform .btn:not(:hover) {
    background-color: var(--cl2);
    border-color: var(--cl2);
}

#copyright {
    line-height: 24px;
    padding: 8px 0;
    font-size: 12px;
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    #copyright .list-social {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 15px;
    }
}

.icon-chat-social-call {
    height: 45px;
    width: 45px;
    right: 24px;
    opacity: 1;
    visibility: visible;
    border-radius: 100%;
    bottom: 230px;
    cursor: pointer;
    position: fixed;
    z-index: 1040;
}

.icon-chat-social-call-phone {
    height: 36px;
    right: 71px;
    opacity: 1;
    visibility: visible;
    bottom: 230px;
    cursor: pointer;
    position: fixed;
    z-index: 1040;
    background: green;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    border-radius: 10px;
    color: white;
    font-weight: 800;
    font-size: 13px;
    font-family: Be Vietnam Pro, sans-serif !important;
}

.icon-chat-social-zl {
    height: 45px;
    width: 45px;
    right: 24px;
    opacity: 1;
    visibility: visible;
    border-radius: 100%;
    bottom: 180px;
    cursor: pointer;
    position: fixed;
    z-index: 1040;
}

.icon-chat-social-fb {
    height: 45px;
    width: 45px;
    right: 24px;
    opacity: 1;
    visibility: visible;
    border-radius: 100%;
    bottom: 130px;
    cursor: pointer;
    position: fixed;
    z-index: 1040;
}

.icon-chat-social:hover {
    transform: scale(1.2);
}

.icon-chat-social {
    height: 55px;
    width: 55px;
    right: 20px;
    opacity: 1;
    visibility: visible;
    border-radius: 100%;
    bottom: 80px;
    cursor: pointer;
    position: fixed;
    z-index: 1040;
}

.icon-close-chat {
    height: 45px;
    width: 45px;
    right: 24px;
    opacity: 1;
    visibility: visible;
    border-radius: 100%;
    bottom: 80px;
    cursor: pointer;
    position: fixed;
    z-index: 1040;
    display: flex;
    justify-content: center;
    align-items: center;
    background: green;
    color: white;
}

#back-top {
    background-color: transparent;
    border-radius: 100%;
    font-weight: 600;
    font-size: 10px;
    bottom: 20px;
    color: #333333;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 40px;
    position: fixed;
    right: 5px;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    z-index: 1040;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 14px rgba(145, 71, 68, 0.14);
    box-shadow: 0px 6px 14px rgba(145, 71, 68, 0.14);
    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;
}

#back-top span {
    display: block;
}

#back-top i {
    display: block;
    text-align: center;
    line-height: 12px;
}

#back-top:hover {
    background-color: #0a923c;
    color: #fff;
}

#back-top.show {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 992px) {
    #back-top {
        height: 54px;
        width: 54px;
        right: 30px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    #footer .widget {
        margin-bottom: 20px;
    }

    #copyright {
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) {
    .owl-carousel.nav-2 .owl-nav {
        left: -30px;
        right: -30px;
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }

    #header .form-search,
    #header .form-search-focus {
        width: 330px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #header .group-header > .item:first-child,
    #header .group-header > .item:nth-child(2),
    #header .group-header > .item:nth-child(4) {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .h1,
    h1 {
        font-size: 24px;
    }

    .h2,
    h2 {
        font-size: 22px;
    }

    .h3,
    h3 {
        font-size: 20px;
    }

    .h4,
    h4 {
        font-size: 18px;
    }

    .h5,
    h5 {
        font-size: 17px;
    }

    .sec-tb {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-t {
        padding-top: 30px;
    }

    .sec-b {
        padding-bottom: 30px;
    }

    .page-header {
        padding: 6px 5px;
    }
}

@media only screen and (max-width: 767px) {
    #toppanel {
        display: none;
    }

    .widget-mini-cart .toggle {
        border: none;
        position: relative;
    }

    .widget-mini-cart .toggle .t2 {
        display: none;
    }

    .widget-mini-cart .toggle .count {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
        background-color: #fff;
    }

    #header .toggle-search {
        font-size: 20px;
        padding: 0 5px;
    }

    #header .form-search,
    #header .form-search-focus {
        margin: 0 15px;
        height: 0;
        overflow: hidden;
        max-height: 30px;
        background-color: transparent;
        position: relative;
        width: auto;
    }

    #header .form-search-focus button,
    #header .form-search button {
        top: 0;
    }

    #logo {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }

    .group-header {
        display: none !important;
    }
}

.sold-out-wrapper {
    position: absolute;
    top: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    text-align: center;
}
.sold-out-wrapper .sold-out-text {
    padding-top: 30%;
    font-size: 20px;
    font-weight: bold;
    color: aliceblue;
}
