/**
 * TMS Holdings Management System
 * @version 4.x
 * @author Tập Đoàn TMS Holdings <contact@TMS.vn>
 * @copyright (C) 2009-2021 Tập Đoàn TMS Holdings. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://TMS.vn
 */

 @font-face {
    font-family: 'NukeVietIcons';
    src: url('../fonts/NukeVietIcons.woff2') format('woff2'),
    url('../fonts/NukeVietIcons.woff') format('woff'),
    url('../fonts/NukeVietIcons.ttf') format('truetype'),
    url('../fonts/NukeVietIcons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.enable-animate {
    overflow-y: scroll !important;
}
[class^='icon-'],
[class*=' icon-'] {
    display: inline-block;
    font: normal normal normal 14px/1 NukeVietIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    vertical-align: -10%;
}
img{
    max-width: 100%;
    height: auto;
}
@-webkit-keyframes rung {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

}
.icon-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -25%;
}

.icon-horizon {
    width: 14px;
}

.icon-lg.icon-horizon {
    width: 22px;
}

.icon-zalo:before {
    content: "\e90b";
}

.icon-skype:before {
    content: "\e90a";
}

.icon-caret-right:before {
    content: "\e906";
}

.icon-caret-left:before {
    content: "\e907";
}

.icon-caret-up:before {
    content: "\e908";
}

.icon-caret-down:before {
    content: "\e909";
}

.icon-crown:before {
    content: "\e905";
}

.icon-error:before {
    content: "\e902";
}

.icon-success:before {
    content: "\e903";
}

.icon-info:before {
    content: "\e904";
}

.icon-eye:before {
    content: "\e900";
}

.icon-eye-slash:before {
    content: "\e901";
}

.icon-nukeviet:before {
    content: '\e607';
}

.icon-nukeviet_sm:before {
    content: '\e608';
}

.icon-callcenter:before {
    content: '\e609';
}

.icon-today:before {
    content: '\e600';
}

.icon-qrcode:before {
    content: '\e601';
}

.icon-enter:before {
    content: '\e602';
}

.icon-exit:before {
    content: '\e603';
}

.icon-yahoo:before {
    content: '\e604';
}

.icon-old-phone:before {
    content: '\e606';
}

.icon-icq:before {
    content: '\e605';
}

.icon-viber:before {
    content: '\e60a';
}

.icon_new {
    background: url('../images/icons/new.gif') no-repeat;
    display: inline-block;
    width: 33px;
    height: 15px;
}

.icon_new_small {
    background: url('../images/squared-blue.png') no-repeat 0 8px;
}

.icon_list {
    background: url('../images/arrow_left_orange.png') no-repeat 0 7px;
}

/* Fonts Color */

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

/* Fonts Weight */

.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 800;
}

/* Fix bootstrap */

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
    display: none;
}

.hidden-ss-block {
    display: block !important;
}

.hidden-ss-inline {
    display: inline !important;
}

.hidden-ss-inline-block {
    display: inline-block !important;
}

.margin {
    margin: 10px;
}

.mr-1 {
    margin-right: 5px;
}

.margin-right,
.mr-2 {
    margin-right: 10px;
}

.margin-left {
    margin-left: 10px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom,
.mb-2 {
    margin-bottom: 10px;
}

.margin-sm {
    margin: 4px;
}

.margin-right-sm {
    margin-right: 4px;
}

.margin-left-sm {
    margin-left: 4px;
}

.margin-top-sm {
    margin-top: 4px;
}

.margin-bottom-sm {
    margin-bottom: 4px;
}

.margin-lg {
    margin: 15px;
}

.margin-right-lg {
    margin-right: 15px;
}

.margin-left-lg {
    margin-left: 15px;
}

.margin-top-lg {
    margin-top: 15px;
}

.margin-bottom-lg {
    margin-bottom: 15px;
}

.padding-top {
    padding-top: 10px;
}

.padding-left {
    padding-left: 10px;
}

.padding-right {
    padding-right: 10px;
}

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

.boder-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}

.boder-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}

.border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
}

.border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ccc;
}

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

.bg-gainsboro {
    background-color: #dcdcdc;
}

.bg-lavender {
    background-color: #eee;
}

ul.list-items {
    padding-left: 0;
}

ul.list-items > li {
    margin-bottom: 10px;
}

ul.list-items > li:last-child {
    margin-bottom: 0;
}

/*Load_Bar*/

.load-bar {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 8px;
    background: transparent url(../../../assets/images/load_bar.gif);
    margin: auto 10px;
}

/*Center DIV*/

.centered {
    display: flex;
    justify-content: center;
}

/*nv-info*/

.nv-info {
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
}

.nv-info.error {
    background-color: #efd7d7 !important;
    border-color: #dca8a6 !important;
}

.nv-info.success {
    background-color: #edf4fa !important;
    border-color: #82b2dc !important;
}

.nv-info.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.nv-info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 5px;
}

.nv-info.error:before {
    content: ' \f057 ';
    color: #de495b;
}

.nv-info.success:before {
    content: ' \f13a ';
    color: #68d044;
}

.nv-info.info:before {
    content: '\f05a';
    color: #31708f;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pointer {
    cursor: pointer;
}

.middle {
    vertical-align: middle;
}

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

.align-top {
    vertical-align: top;
}

ul,
ol {
    list-style: none;
}

.input-group-btn {
    font-size: 14px !important;
}

.radius-top-left {
    border-top-left-radius: 5px;
}

.radius-top-right {
    border-top-right-radius: 5px;
}

.radius-bottom-left {
    border-bottom-left-radius: 5px;
}

.radius-bottom-right {
    border-bottom-right-radius: 5px;
}

.radius {
    border-radius: 5px;
}

.bg-gradient {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: linear-gradient(to bottom,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.3) 100%);
}

.box-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.fix-box {
    position: inherit !important;
    margin-left: 0 !important;
}

.well {
    padding: 8px;
    line-height: 18px;
}

.well p {
    margin: 0;
}

input[type='text'].required,
input[type='password'].required,
input[type='email'].required,
input[type='number'].required,
input[type='search'].required,
input[type='tel'].required,
input[type='time'].required,
input[type='url'].required,
input[type='url'].required,
textarea.required,
select.required,
label.required {
    background-image: url(../images/icons/required.png);
    background-position: right center;
    background-repeat: no-repeat;
}

textarea.required {
    background-position: right 10px;
}

select.required {
    background-position: calc(100% - 15px) 10px;
}

label.required {
    padding-right: 20px;
}

label.radio-box,
label.check-box {
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
}

div.radio-box,
div.check-box {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px;
}

.has-error div.radio-box,
.has-error div.check-box {
    border-color: #de495b;
}

div.radio-box label,
div.check-box label {
    margin-bottom: 0;
}

div.radio-box label [type='radio'],
div.check-box label [type='radio'] {
    margin-top: -2px;
}

.display-inline-block {
    display: inline-block;
}

.display-table {
    display: table;
}

.display-table > * {
    display: table-row;
}

.display-table > * > * {
    display: table-cell;
    padding: 5px;
}

/*tooltip*/

.tooltip-inner {
    max-width: 250px;
    padding: 10px;
    color: #fff;
    text-align: left !important;
    background-color: #255986;
    border-radius: 4px;
    height: auto;
    overflow: auto;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #255986;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #255986;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #255986;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #255986;
}

.tooltip-inner img.pull-left {
    margin: 3px 5px 1px 0;
}

.tooltip-inner img.pull-right {
    margin: 3px 1px 0 5px;
}

/* Fixed Jquery UI Style */

.ui-widget {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.ui-datepicker {
    width: 18em !important;
}

.ui-datepicker select.ui-datepicker-month {
    width: 59% !important;
    font-weight: normal !important;
}

.ui-datepicker select.ui-datepicker-year {
    width: 39% !important;
    font-weight: normal !important;
}

figure {
    position: relative;
    margin: 5px 0 10px 0;
    text-align: center;
}

figure.image.image-left,
img.image-left {
    margin-right: 15px;
    float: left !important;
}

figure.image.image-right,
img.image-right {
    margin-left: 15px;
    float: right !important;
}

.image-center figure.image,
.image-center {
    text-align: center;
    float: none !important;
}

div.image-center,
p.image-center {
    margin-bottom: 10px;
}

figure.article {
    background-color: #939393;
}

figure.left {
    float: left;
    margin: 5px 10px 10px 0;
}

figure.right {
    float: right;
    margin: 5px 0 10px 10px;
}

figure.center {
    float: none;
    background: transparent;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align: center;
}

figure.noncaption {
    background: transparent;
    padding: 0;
}

figcaption {
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}

figure figcaption {
    font-size: 12px;
    font-weight: normal;
}

figure.article figcaption {
    color: #fff;
}

figure.article.center figcaption {
    color: inherit;
}

figure.avatar {
    margin-top: 0 !important;
}

figure.avatar figcaption {
    position: absolute;
    bottom: 12px;
    left: 3px;
    width: calc(100% - 6px);
    background-color: #357ebd;
    color: #fff;
    font-size: 11px;
}

/* Global */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-family: 'Open Sans', Montserrat ,Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
}

a,
a:link,
a:active,
a:visited {
    color: #1a3f5e;
}

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

a.dimgray {
    color: #707070;
}

a.dimgray:hover {
    color: #0e2132;
}

a.black {
    color: #333;
}

a.black:hover {
    color: #0e2132;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.title {
    font-size: 22px;
}

.hometext {
    font-weight: 700;
}

.bodytext {
    word-break: keep-all;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    line-height: 1.7em;
}

.bodytext p {
    margin-bottom: 15px !important;
}

.bodytext ol {
    list-style-type: decimal !important;
}

.bodytext ul {
    list-style-type: disc !important;
    padding-left: 40px !important;
    margin-bottom: 10px !important;
}

.bodytext li {
    margin-bottom: 0 !important;
}

.bodytext div.alert {
    margin-bottom: 7px;
    margin-top: 4px;
}

iframe {
    border: 0;
}

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

.wraper {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}

.container,
.rel {
    position: relative;
}

.fa-fix {
    margin-right: -5px;
}

.fa-pointer {
    cursor: pointer;
}

.fa-horizon {
    width: 14px;
}

.fa-lg.fa-horizon {
    width: 22px;
}

h3.sm {
    font-size: 16px;
}

span.keyword {
    background-color: yellow;
}

.nv-fullbg {
    min-height: 100%;
    background-color: #fff;
}

a.btn {
    color: #fff;
}

.section-header-bar {
    background-image: linear-gradient(to bottom,
        #428bca 0,
        #245682 100%,
        rgba(255, 255, 255, 1) 100%,
        rgba(255, 255, 255, 1) 100%);
}

/* Header */

.site-banner {
    position: absolute;
    width: 100%;
    background-size: cover;
    z-index: -10;
    background-position: center center;
    height: 300px;
}

#header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#header .logo {
    padding: 20px 10px 20px 0;
}

#header .logo img {
    max-height: 120px;
    width: auto;
}

#header .logo h1,
#header .logo .site_name {
    display: none;
}

#header .logo h2,
#header .logo .site_description {
    color: #707070;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman';
    line-height: 1.1;
    margin: 0;
    padding: 0;
    display: block;
}

#header .right-ads {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 10px 0;
}

#header .right-ads > .nv-block-banners:last-child {
    margin-bottom: 0;
}

/* breadcrumb */

.breadcrumbs-wrap {
    position: relative;
}

.breadcrumbs-wrap .display {
    height: 35px;
    overflow: hidden;
}

.breadcrumbs {
    display: inline-block;
}

.breadcrumbs li {
    float: left;
}

.breadcrumbs a,
.show-subs-breadcrumbs {
    padding: 0.6em 1em;
    float: left;
    text-decoration: none;
    color: #333;
    position: relative;
}

.breadcrumbs a:hover,
.show-subs-breadcrumbs:hover {
    color:#78b144;
}

.breadcrumbs a:hover:before {
    border-color: #a6c8e6 #a6c8e6 #a6c8e6 transparent;
}

.breadcrumbs a:hover:after,
.show-subs-breadcrumbs:hover:after {
    border-left-color: #a6c8e6;
}

/*.breadcrumbs li:last-child a,
.breadcrumbs li:last-child a:hover {
    font-weight:bold;
    background:none;
}

.breadcrumbs li:last-child a:after,
.breadcrumbs li:last-child a:before {
    content:normal;
}

*/

.subs-breadcrumbs {
    margin: 0;
    padding: 0;
    background-color: #fff linear-gradient(to bottom,
        rgba(0, 0, 0, 0) 0px,
        rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-top: none;
    box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
    display: none;
    z-index: 999999;
}

.subs-breadcrumbs.open {
    display: block;
}

.subs-breadcrumbs li {
    background-color: #eee;
}

.subs-breadcrumbs li:last-child,
.subs-breadcrumbs li:last-child a,
.subs-breadcrumbs {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.subs-breadcrumbs li,
.subs-breadcrumbs a {
    display: block;
    float: none;
}

.subs-breadcrumbs a {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
}

.subs-breadcrumbs li:not(:last-child) a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.subs-breadcrumbs a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.subs-breadcrumbs a em {
    display: inline-block;
    margin-right: 5px;
    color: #707070;
}

.show-subs-breadcrumbs {
    padding-right: 5px;
    margin-right: 7px;
    width: 30px;
    text-align: center;
}

.fix_banner_left {
    width: 120px;
    height: 480px;
    position: fixed;
    top: 2px;
    left: 2px;
    display: none;
}

.fix_banner_right {
    width: 120px;
    height: 480px;
    position: fixed;
    top: 2px;
    right: 2px;
    display: none;
}

/* SECOND NAV */

.second-nav {
    z-index: 3;
}

.second-nav .bg {
    background: #cccccc;
    background-image: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0) 100%) !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* THIRD NAV */

.third-nav {
    position: relative;
    margin-bottom: 6px;
}

.third-nav .row {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
}

.third-nav .bg {
    background-color: #eeeeee;
    padding: 5px 5px 3px;
}

.third-nav .current-time {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 37px;
}

.third-nav ul + .current-time {
    float: right;
    margin-top: -35px;
}

.headerSearch {
    margin: 0.15em 0;
}

.headerSearch input {
    border-color: #cccccc;
    background-color: #fff !important;
}

.headerSearch input:hover,
.headerSearch input:focus {
    background-color: #fff !important;
}

.headerSearch .btn-info {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
}

.headerSearch .btn-info:focus,
.headerSearch .btn-info.focus,
.headerSearch .btn-info:hover,
.headerSearch .btn-info:active,
.headerSearch .btn-info.active {
    background-color: #e6b902;
    border-color: #caa202;
    color: #333333;
}

.headerSearch .form-control,
.headerSearch .btn {
    z-index: 0;
}

/* Bootstrap Menu */

#menusite .navbar-default {
    background-color: #428bca;
    border-bottom-color: #428bca;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1;
}

#menusite .navbar-default .navbar-nav > li {
    margin-left: 1px;
}

#menusite .navbar-default .navbar-nav > li:first-child {
    margin-left: 4px;
}

#menusite .navbar-default .navbar-nav > li:last-child {
    margin-right: 4px;
}

#menusite .navbar-default .navbar-nav > li > a {
    color: #fff;
}

#menusite .navbar-nav > li > a {
    white-space: nowrap;
}

#menusite .dropdown-menu {
    background-color: #dcdcdc !important;
    border-color: #aaaaaa !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

#menusite .dropdown-menu > li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

#menusite .dropdown-menu > li:last-child {
    border-bottom: none;
}

#menusite .dropdown-menu > li > a {
    color: #333;
    line-height: 30px;
    padding: 3px 15px;
}

#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > .open > a:focus {
    background: linear-gradient(to bottom, #82b2dc 0%, #428bca 100%) !important;
    color: #fff;
}

#menusite .dropdown-menu > li > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.1) 100%) !important;
    color: #333;
}

#menusite .dropdown-submenu {
    position: relative;
    display: none;
}

#menusite .open .dropdown-submenu {
    display: block;
}

#menusite .dropdown-submenu li a {
    color: #333;
    display: block;
}

#menusite .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 5px 5px 5px;
}

#menusite .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

#menusite .dropdown-submenu > a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333;
    margin-top: 10px;
    margin-right: -5px;
}

#menusite .dropdown-submenu.pull-left {
    float: none;
}

#menusite .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 5px 0 5px 5px;
}

/* Head-Nav */

.header-nav,
.header-nav-inner {
    color: #dcdcdc;
    position: relative;
}

.header-nav-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
}

.header-nav a {
    color: #dcdcdc;
}

.header-nav a:hover {
    color: #ffffff;
}

.header-nav a.button {
    display: block;
    position: relative;
    padding: 5px;
    color: #dcdcdc;
    line-height: 1;
    background-color: #428bca;
    border-radius: 5px;
    width: 34px;
    height: 34px;
}
.header-nav a.button .fa-user-circle{
    font-size: 36px;
    color: #fff;
}
.header-nav a.button.active,
.header-nav a.button:hover,
.header-nav a.button:focus {
    background-color: #78b144;
    color: #fff;
}

.header-nav a.button .fa {
    position: relative;
    transform: translate3d(-50%, -50%, 0px);
    left: 50%;
    top: 50%;
}

/* TIP POPUP and FTIP POPUP */

#tip,
#ftip {
    position: absolute;
    color: #333 !important;
    background-color: #eee;
    max-width: 485px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

#tip {
    top: 100%;
    right: 0;
    min-height: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#ftip {
    bottom: 25px;
    left: 5px;
    min-height: 51px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#tip .bg,
#ftip .bg {
    padding: 15px;
    border-bottom-color: #aaaaaa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#tip .bg {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#ftip .bg {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#tip .tip-footer,
#ftip .tip-footer {
    background-color: #e5e5e5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 10px;
}

#tip .tip-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 10px -15px -16px;
}

#ftip .ftip-footer {
    margin: 10px -15px -15px;
}

#tip h3,
#ftip h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

#tip ul {
    margin: 0;
    padding: 0;
}

#tip a {
    color: #333;
}

#tip .socialList a {
    color: #fff;
}

/* Blocks social-icons,contactDefault and personalArea */

.contactDefault {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.social-icons {
    padding-left: 30px;
}


.header-nav a.button,
.personalArea a.button.user,
.personalArea a.button.user:hover {
   width: 45px;
   height: 45px;
   border-radius: 50%;
   background-color: #0d7a52;
   background-size: contain;
   -webkit-box-shadow: 3px 3px 4px 0px rgb(0 0 0 / 20%);
   -moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.2);
   -ms-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.2);
   -o-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.2);
   box-shadow: 3px 3px 4px 0px rgb(0 0 0 / 20%);
}
.header-nav a.button em{
    color: #fff;
}
/* block counter */

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

.counter span + span {
    text-align: right;
}

.socialList,
.contactList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.socialList li,
.contactList li {
    display: inline-block;
    margin-right: 10px;
}

.socialList li:last-child,
.contactList li:last-child {
    margin-right: 0 !important;
}

.socialList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.socialList li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #428bca;
    color: #dcdcdc;
    font-size: 16px;
    border-radius: 3px;
    position: relative;
}

.enable-animate .socialList li a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.socialList li a[href*='facebook']:hover {
    background-color: #3d5d8c;
}

.socialList li a[href*='google']:hover,
.socialList li a[href*='youtube']:hover {
    background-color: #dd4b39;
}

.socialList li a[href*='twitter']:hover {
    background-color: #50a0d7;
}

.socialList li a[href*='feeds']:hover {
    background-color: #ff9900;
}

.socialList li a .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Body */

#body {
    background-color: #fff;
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 0 1px 0 1px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

/* Footer-NAV2 */

.footerNav2 {
    position: relative;
    width: 100%;
    background-color: #ebe9e2;
    padding: 10px 0;
    color: #666;
}

.footerNav2 .theme-change {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
}

.footerNav2 .theme-change a,
.footerNav2 .theme-change span {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
    background-color: #245682;
    color: #428bca;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    position: relative;
}

.footerNav2 .theme-change span {
    color: #dcdcdc;
    background-color: #428bca;
}

.footerNav2 .theme-change a:hover,
.footerNav2 .theme-change span:hover {
    color: #fff;
    background-color: #428bca;
}

.footerNav2 .theme-change .fa,
.footerNav2 .bttop a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px);
}

.footerNav2 .theme-change .fa-mobile {
    font-size: 140%;
}

.footerNav2 .bttop {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.footerNav2 .bttop a {
    display: block;
    background-color: #245682;
    color: #428bca;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    width: 40px;
    height: 40px;
}

.footerNav2 .bttop a:hover {
    color: #fff;
    background-color: #428bca;
}

/* Footer */

#footer {
    position: relative;
    margin-top: 60px;
    background: #f7f6f2;
}
#footer .panel-body{
    padding: 15px 0;
}
#footer,
#footer a {
    color: #666;
}
#footer a:hover{
    color: #78b144;
}
#footer ul{
    padding: 0;
}
#footer h3 {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #222;
}

#footer h3 a {
    color: inherit;
}

#footer p {
    margin: 0;
    padding: 0;
}

/* Block Footer-Menu */

#footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .menu li {
    position: relative;
    padding: 0;
    margin: 0;
}



#footer .menu li a {
    display: block;
    white-space: nowrap;
    padding: 3px 0;
}
#footer .footer-list li{
    padding: 3px 0;
}
#footer .menu li a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    padding-right: 6px;
    vertical-align: middle;
    font-weight: 900;
}

#footer .menu li a:hover {
    border-bottom-color: #fff;
    color: #78b144;
}

#footer .menu li a:hover:before {
    color: #78b144;
}

/* Block copyright*/

.copyright {
    color: #666;
    text-align: center;
    font-weight: 600;
}

.copyright span a {
    color: #666;
}
.copyright span a:hover{
    color: #78b144;
}
/* Block Company info */

.company_info {
    padding: 0;
}

.company_info li {
    margin-bottom: 5px;
}
.company_info li:last-child {
    margin-bottom: 0;
}

.company_info .company_name {
    text-transform: uppercase;
    font-weight: 500;
}

.company_info li em {
    text-align: center;
    width: 2em;
}

.company-map {
    width: 100%;
    height: 300px;
}

/* Page break line */

.nv-hr {
    clear: both;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
    margin: 10px 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.nv-hr.nv-hr-lg {
    margin: 20px 0;
}

.nv-hr.nv-hr-sm {
    margin: 5px 0;
}

/* Social share,social button */

.nv-social-share {
    list-style: none;
    margin: 0;
    padding: 4px 5px 0 5px !important;
}

.nv-social-share li {
    display: inline-block;
    margin-bottom: 0 !important;
    height: 20px;
}

.nv-social-share li.facebook {
    position: relative;
    top: -4px;
    padding-right: 40px;
}

/* Form control */

.nv-captcha {
    vertical-align: middle;
}

.nv-recaptcha-default {
    margin: 0 auto;
    width: 304px;
    height: 78px;
}

.nv-recaptcha-compact {
    margin: 0 auto;
    width: 164px;
    height: 144px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* List item */

.nv-list-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nv-list-item li {
    padding: 4px;
    margin: 0 !important;
}

.nv-list-item.sm li {
    padding: 2px;
}

.nv-list-item.xsm li {
    padding: 1px;
}

.nv-list-item.lg li {
    padding: 10px;
}

.page .nv-list-item li {
    display: flex;
}

.page .nv-list-item li em {
    position: relative;
    top: 2px;
}

/* sub-list-icon */

.sub-list-icon > li:first-child > *:before,
.cat-icon:before {
    content: ' \f114 ';
    font-family: FontAwesome;
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -3px;
}

.sub-list-icon > li + li > *:before {
    content: ' \f10c ';
    font-family: FontAwesome;
    font-size: 8px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sub-list-icon > li:first-child + li > *:before {
    content: ' \f101 ';
    font-size: 12px;
    margin-top: -2px;
}

/* List none */

.list-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Block global */

.nv-block-banners {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.nv-block-banners img {
    max-width: 100%;
    height: auto;
}

.nv-block-rss li {
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
}

.nv-block-rss li:last-child {
    border: none;
    padding-bottom: 0;
}

.nv-block-rss li:first-child {
    padding-top: 0;
}

.nv-block-rss img {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 4px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.enable-animate .nv-block-rss img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Info die */

.nv-infodie {
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-width: 1px;
    border-color: #dcdcdc;
    border-style: solid;
    background-color: #fff;
    position: absolute;
    min-height: 300px !important;
    min-width: 300px !important;
    display: table;
}

.nv-infodie .panel-body {
    display: table-cell;
    vertical-align: middle;
}

.nv-infodie .logo {
    max-width: 90%;
    margin-bottom: 10px;
    height: auto;
}

/* Form */

input,
input[type='file'],
input[type='radio'],
input[type='checkbox'],
button,
.btn,
.form-control,
textarea,
input:focus,
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus,
button:focus,
.btn:focus,
.form-control:focus,
textarea:focus,
input:focus:active,
input[type='file']:focus:active,
input[type='radio']:focus:active,
input[type='checkbox']:focus:active,
button:focus:active,
.btn:focus:active,
.form-control:focus:active,
textarea:focus:active,
input.active:focus,
input[type='file'].active:focus,
input[type='radio'].active:focus,
input[type='checkbox'].active:focus,
button.active:focus,
.btn.active:focus,
.form-control.active:focus,
textarea.active:focus,
input:active,
input[type='file']:active,
input[type='radio']:active,
input[type='checkbox']:active,
button:active,
.btn:active,
.form-control:active,
textarea:active {
    outline-width: 0;
    outline-style: none;
}

input[type='checkbox'],
input[type='radio'] {
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 3px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #707070;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type='radio'] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: inherit;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled,
input[type='checkbox']:disabled:checked:before,
input[type='radio']:disabled:checked:before {
    opacity: 0.7;
}

input[type='checkbox']:checked:before,
input[type='radio']:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font: normal 14px/1 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type='checkbox']:checked:before {
    content: '\f00c';
    margin: 0 0 0 0;
    color: #333333;
}

input[type='radio']:checked:before {
    content: '\2022';
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #333333;
}

.img-thumbnail {
    background-color: #cccccc;
    border: none;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
}

.fb-like {
    margin-right: 50px;
}

.navbar-inverse {
    background-color: #d9e8f4;
    border-color: #2a6496;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #2a6496;
}

.panel-heading {
    background-image: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0) 100%) !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
}

.panel-primary > .panel-heading > a {
    color: #fff;
}

.panel-primary > .panel-heading > a:hover {
    color: #dcdcdc;
}

table caption {
    color: #357ebd;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 0 5px 2px;
}

blockquote {
    font-size: 13px;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

.modal-body {
    padding: 15px;
}


#sitemodal .modal-content {
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-align: left;
}
#sitemodal .close{
    top: -10px !important;
}
#sitemodal .close,
#sitemodalTerm .close {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height: 24px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    border-width: 2px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 12px;
}

#sitemodal .close:hover {
    opacity: 1;
}

@media (max-width: 619px) {
    #sitemodal .modal-dialog {
        margin-left: 10px;
        margin-right: 10px;
    }

    #sitemodal .modal-content {
        display: block;
    }
}

#sb-container {
    z-index: 99999999 !important;
}

.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background-color: #ffff00 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}

#timeoutsess {
    display: none;
}

#timeoutsess a {
    color: #2f70a7 !important;
}

/* Block featured-products */

.featured-products > .row {
    margin-bottom: 35px;
}

.featured-products > .row:last-child {
    margin-bottom: 0;
}

.featured-products .img-thumbnail {
    margin-top: 3px;
    margin-bottom: 10px;
    background-color: #fff !important;
    border-width: 1px !important;
    padding: 0 !important;
}

.featured-products ul {
    margin: 0;
    padding: 0;
}

.featured-products ul > li {
    margin-bottom: 5px;
}

.featured-products ul > li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 5px;
}

/* Account Level */

[class^='lev-'],
[class*=' lev-'] {
    display: inline-block;
}

[class^='lev-']:before,
[class*=' lev-']:before {
    font-family: FontAwesome;
    font-size: inherit;
    margin-right: 5px;
}

.lev-1:before {
    content: ' \f005 \f005 \f005 ';
}

.lev-2:before {
    content: ' \f005 \f005 \f006 ';
}

.lev-3:before {
    content: ' \f005 \f006 \f006 ';
}

.lev-user:before {
    content: ' \f007 ';
}

/* module Contact*/

.contact-result {
    position: absolute;
    top: 40px;
    left: 5%;
    width: 90%;
    float: left;
    z-index: 2;
    padding: 30px 20px;
    display: none;
}

/* Block module-menu */

.module-menu {
    display: block;
    float: left;
    width: 100%;
    background-color: #333;
}

.module-menu ul {
    margin: 0;
    padding: 0;
}

.module-menu a {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    background-color: #428bca;
    background-image: linear-gradient(to right, #428bca 4px, #428bca 4px);
    background-repeat: repeat-x;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 9px 10px 9px 20px;
    cursor: pointer;
}

.module-menu a:before {
    font-family: 'FontAwesome';
    content: ' \f105 ';
    margin-right: 5px;
}

.module-menu a.home:before {
    content: ' \f07c ';
}

.module-menu a.active {
    background-color: #a6c8e6;
}

.module-menu a:hover,
.module-menu a.active,
.module-menu a:focus {
    color: #333;
    text-decoration: none;
    background-image: linear-gradient(to right,
        #42cac5 4px,
        rgba(0, 0, 0, 0) 4px);
}

.calendar-icon {
    background-image: url(../../../assets/images/calendar.jpg);
    background-position: right 6px center;
    background-repeat: no-repeat;
    padding-right: 26px;
}

/*alert*/

.nv-alert {
    position: fixed !important;
    top: 25% !important;
    right: 0;
    left: 0;
    width: 350px !important;
    margin: auto;
    z-index: 99999999999999 !important;
    text-align: center !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.select2-container--default .select2-selection--single,
.select2-container--bootstrap .select2-selection--single {
    height: 32px !important;
    padding-top: 2px;
}

.voting-col-2 {
    border-left: 1px solid #ccc;
    padding: 0px 10px;
}

.padding-voting ul li {
    margin: 0px 10px;
    padding: 10px 0px;
    list-style: disc;
    text-align: justify;
}

.sum-voting {
    margin-top: 5px;
}

/*cookie-notice popup*/

.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 350px;
    z-index: 99999999999999;
    background-color: #eee;
    border: solid 1px #dedede;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.cookie-notice a {
    color: #1a3f5e;
    text-decoration: underline;
}

.cookie-notice div {
    position: relative;
    width: 100%;
    padding: 20px;
    color: #333;
}

.cookie-notice button {
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 24px;
}

/* HEARDER */
#topbar{
    background-color: #49860d!important;
	display:none;
}
#topbar .container{
    display: block;
    padding: 10px 0;
}
#topbar .openstore_bar  {
    display: inline-block;
}

#topbar .login_bar .dangnhap_btn_header{
    margin-right: 10px;
}
#topbar .login_bar a{
   color: #fff; 
}
#masthead .search_bar .search_shop{
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.contact_phone_bar{
    max-width: 240px;
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
}
.contact_phone_bar ul li,.contact_phone_bar ul li a{
    color: #0d7a52;
}

.openstore_bar{
    color: #fff;
}
#box-search .searchbox .submit_search{
    position: absolute;
    height: 100%;
    right: 0;
    border: 3px solid #fff;
    width: 48px;
}
#box-search .searchbox .submit_search:hover{
    background: #78b144;
}
.well {
    padding:8px;
    line-height:18px
}

.well p {
    margin:0;
}
.well p strong ,.well p
{
    font-family: 'Kodchasan';
}
.giohang_ul_content .clearfix .btn
{
    border: none;
    width: 100%;
    height: auto;
    line-height: normal;
    font-family: 'Kodchasan';
    font-size: 14px;
}

.giohang_ul {
    position: relative;
    display: inline-block;
    height: 45px;
    width: 45px;
    background: #0d7a52;
    box-shadow: 3px 3px 4px 0px rgb(0 0 0 / 20%);
    border-radius: 100%;
    padding: 8px;
}
.giohang_ul:hover{
    background: #78b144;
}
.giohang_ul_content {
    top: 64px;
    margin-top: 4px;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 260px;
    padding: 12px;
    right: 0px;
    z-index: 1111;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px
}

.giohang_ul .giohang_ul_content p
{
    padding-bottom: 10px;
    font-size: 14px;
}
.giohang_ul_content .well p,
.giohang_ul_content .well p a{
    color: #3a4249;
}
.giohang_ul_content .well p a:hover{
    color: #0d7a52;
}
.title_giohang span
{
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #58c06f;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -5px;
}
.wsmainwp .menu_bar .container{
    display: flex;
    padding: 20px 0;
    z-index: 1;
}

.icon_cart{
    display: flex;
    gap: 3rem;
    justify-content: flex-end;
}
.giohang_ul .title_giohang{
    font-size: 25px;
    color: #fff;
}
#masthead .search_bar{
    display: flex;
    background: #0d7a52;
    padding: 8px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding-right: 10px;
}
#contactList .title_phone{
    text-transform: uppercase;
    font-size: 12px;
    color: #b7b7b7;
    letter-spacing: 0.5px;
}
#contactList .contactList{
    position: relative;
    padding-left: 60px;
}
#contactList .contactList:before{
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 9px;
    left: 10px;
    width: 30px;
    height: 31px;
    background-repeat: no-repeat;
    background: url(../images/icon-ecomart.png) no-repeat;
    background-position: -1px -147px;
}
#contactList .contactList .phome{
    font-size: 1.2rem;
    color: #0d7a52;
    height: 20px;
    line-height: 21px;
    font-weight: 800;
}
/* MENU CATEGORIES SP */
.verticalmenu-main{
    position: relative;
    padding-right: 23px;
}
.toggle-nav {
    position: relative;
    text-align: center;
    color: #fff;
    cursor: pointer;
    line-height: 60px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #0d7a52;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.toggle-nav i {
    color: #ff9c00;
    padding-right: 25px;
}
#verticalmenu .menu.level1{
    padding: 0;
}
#verticalmenu .menu.level1 .item:hover .dropdown-menu{
    display: block;
}
.close_menu{
    display: none;
}
.verticalmenu-main .verticalmenu-content .box-content.block_content{
    box-shadow: 3px 4px 15px 0px rgb(0 0 0 / 15%);
    border-radius: 21px;
    background: #fff;

}
.verticalmenu-main .verticalmenu-content{
    position: absolute;
    margin-top: 30px;
    padding-right: 24px;
    z-index: 1;
}
#verticalmenu .menu.level1>li{
    position: relative;
    width: 100%;
    padding: 10px 15px 10px 15px;
	height:200px;
}
#verticalmenu .menu.level1>li:not(:last-child){
   /*border-bottom: 1px solid #e6e6e6; */
}

#verticalmenu .menu.level1 .item img{
    width: 39px;
    height: 34px;
}
#verticalmenu .menu.level1 .item .title_menu_all{
    color: #222;
    font-size: 22px;
    font-weight: 600;  
    display: block; 
	padding-top:15px;
}
#verticalmenu .menu.level1 .item .note_menu_all{
    font-size: 1.9rem;
    color: #909090;
    padding-left: 44px;
    display: block;
}
#verticalmenu .menu.level1 .item .dropdown-menu{
    top: 0;
    left: 100%;
    margin-top: 0;
    padding-left: 15px;
    width: 300px;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    background-color: unset;
}
#verticalmenu .menu.level1 .item:hover{
    background: #eaf2ef;
    border-bottom: 1px solid #eaf2ef;
}
#verticalmenu .menu.level1 .item:hover:before{
    content: "";
    left: calc(100% + 0px);
    border-style: solid;
    border-width: 17px 0 17px 14px;
    border-color: transparent transparent transparent #eaf2ef;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#verticalmenu .menu.level1 .item:hover:after{
    content: "";
    left: calc(100% + 0px);
    border-style: solid;
    border-width: 17px 0 17px 14px;
    border-color: transparent transparent transparent #eaf2ef;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#verticalmenu .menu.level1 .item .note_menu_all {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    /*height: 40px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.pd{
    padding: 0 15px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-background-clip: padding-box;
}
.pd li{
    padding: 5px;
    font-size: 25px;
}
.pd li a{
    color: #222; 
}
.pd li a:hover{
    color: #78b144;
}
@keyframes slideInDown 
{
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.add_menu_new {
    max-width: 100%;
    position: fixed !important;
    width: 100%;
    top: 0px;
    z-index: 999 !important;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 17%);
    -webkit-animation: 0.3s slideInDown linear;
    animation: 0.3s slideInDown linear;
}
/* MENU CATEGORIES SP */

/* BANNER_HOME */
#banner_home{
    padding-top: 30px;
    position: relative;
    z-index: 0;
}
#banner_home .myheader{
    border-radius: 20px;
    overflow: hidden;
}
.banner-home-img-bg img{
    width: 100%;
    max-height: 472px;
    object-fit: cover;
}
#banner_home .right_img{
    padding: 0;
    position: relative;
}
/* BANNER_HOME */
/* endow */
#endow{
    padding-top: 50px;
}
#endow .nov-policy {
    text-align: center;
    position: relative;
    display: block;
}
#endow .nov-policy .content-policy.style-2 {
    display: flex;
    align-items: center;
}
.nov-policy .content-policy.style-2 .policy-icon {
    min-width: 81px;
    height: 85px;
    line-height: 85px;
    background: url(../images/policy-img.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: inline-block;
}
.nov-policy .content-policy.style-2 .policy-icon img {
    margin-bottom: 0px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.nov-policy .content-policy.style-2 .policy-info {
    text-align: left;
    padding-left: 20px;
}
.nov-policy .content-policy.style-2 .policy-info .title_policy {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.nov-policy .title_policy {
    font-weight: 700;
    color: #222222;
    display: inline-block;
    position: relative;
}
.nov-policy .content-policy.style-2 .policy-info p{
    font-size: 13px;
}
.nov-policy .content-policy.style-2:hover .policy-icon img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
/* endow */
/* endow_sp */
#endow_sp{
    padding-top: 30px;
}
#endow_sp .container{
    padding: 0;
}
#endow_sp .home_uudai2{
    display: flex;
    flex-wrap: wrap;
}
.nov-image .block {
    position: relative;
}
.nov-image .effect {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-align: center;
    border-radius: 20px;
}
.nov-image .effect a:before {
    content: "";
    bottom: 0;
    left: 50%;
    right: 51%;
    top: 0;
    opacity: 1;
    position: absolute;
    background: rgba(0,0,0,0.1) none repeat scroll 0 0;
}
.nov-image .effect a:after {
    content: "";
    bottom: 50%;
    left: 0;
    right: 0;
    top: 50%;
    opacity: 1;
    position: absolute;
    background: rgba(0,0,0,0.1) none repeat scroll 0 0;
}
.nov-image .effect:hover a:before {
    left: 0;
    right: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 700ms ease-in-out 0s;
    -moz-transition: all 700ms ease-in-out 0s;
    -ms-transition: all 700ms ease-in-out 0s;
    -o-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s;
}
.nov-image .effect:hover a:after {
    bottom: 0;
    top: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 700ms ease-in-out 0s;
    -moz-transition: all 700ms ease-in-out 0s;
    -ms-transition: all 700ms ease-in-out 0s;
    -o-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s;
}
.nov-image .effect .content-banner{
    position: absolute;
    top: 30%;
    text-align: left;
    padding-left: 18px;
    color: #000;
	font-size:20px;
}
.nov-image .effect .content-banner p{
    width: 160px;
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
}
.nov-image .effect img{
    width: 100%;
}
.nov-image .effect .content-banner .title_policy{
    font-weight: 900;
}
/* endow_sp */
/* grow-best-flower2 */
#grow-best-flower2{
    padding-top: 0px;
    padding-bottom: 55px;
}
#grow-best-flower2 .background-row{
    background-image: url(../images/bg-row.png);
    background-repeat: no-repeat;
    background-position: bottom center
}
#grow-best-flower2 .background-row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#grow-best-flower2 .title_block {
    text-align: center;
    position: relative;
}
#title_block.title_1 {
    text-transform: uppercase;
    font-size: 2.2rem;
    letter-spacing: 4px;
    margin-bottom: 35px;
    font-weight: bold;
    color: #222;
    line-height: 1;
}
#grow-best-flower2 .title_block span {
    font-size: 2.8rem;
    color: #222;
    font-weight: bold;
    text-transform: initial;
    letter-spacing: 0px;
}
#grow-best-flower2 .title_block span.sub_title {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-transform: initial;
    margin-top: 7px;
    color: #666666;
    letter-spacing: 1px;
    display: block;
}
.dflex{
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
}
#grow-best-flower2 .custom_groups {
    max-width: 270px;
}
.custom_groups .custom_text{
    display: flex;
}
.custom_groups .custom_text:not(:last-child){
    margin-bottom: 84px;
}
#grow-best-flower2 .custom_groups .custom_text .policy-icon {
    margin-bottom: 2px;
}
#grow-best-flower2 .custom_groups .custom_text:hover .policy-icon img{
    animation: rung 2s ease infinite; 
}
.custom_groups .custom_text .policy-icon {
    padding-right: 20px;
}
.custom_groups .custom_text .title-setting {
    font-size: 1.6rem;
    font-weight: 800;
    color: #78b144;
    text-transform: uppercase;
    padding: 10px 0px 12px 0px;
}
.custom_groups .custom_text .sub-setting {
    line-height: 20px;
    font-size: 16px;
}
#grow-best-flower2 .custom_groups.right {
    float: right;
}
.custom_groups.right .custom_text .text {
    text-align: right;
}
.custom_groups.right .custom_text .policy-icon {
    padding-left: 20px;
    padding-right: 0px;
}

/* grow-best-flower2 */
/* catagories_home */
#catagories_home{
    padding-bottom: 40px;
}
.text-center{
    margin-bottom: 25px;
}
.title_block {
    font-size: 2.4rem;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #222;
    position: relative;
}
#catagories_home .category_sp{
    display: flex;
    border-bottom: 1px solid #eeeeee;
    margin: 0px 15px 35px 15px;
    justify-content: center;
    flex-wrap: nowrap;
    padding-left: 0;
}
#catagories_home .category_sp .category-list{
    text-align: center;
    margin-bottom: -1px;
}
#catagories_home .category_sp .category-list a{
    padding: 0px;
    margin: 0px 25px;
    position: relative;
    display: block;
}
#catagories_home .category_sp .category-list:hover .title_category:after, 
#catagories_home .category_sp .active.category.category-list .title_category:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #78b144;
    left: 0px;
    bottom: -2px;
    
}
#catagories_home .category_sp .category-list:hover .image-category img, 
#catagories_home .category_sp .active.category.category-list .image-category img {
    filter: invert(0%);
}
#catagories_home .category_sp .category-list a .image-category{
    min-height: 36px;
}
#catagories_home .category_sp .category-list a .image-category img{
    filter: invert(43%);
    width: 32px;
    height: 33px;
}
/* catagories_home */

/* PRODUCT */
.product-thumb{
    padding: 15px;
}
.item-product{
    padding: 10px;
    box-shadow: 5px 6px 15px 0px rgb(0 0 0 / 10%);
    background: #fff;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.thumbnail-container img{
    width: 130px;
    height: 130px;
}
.product-thumb .item-product .thumbnail-container {
    max-width: 150px;
    min-width: 150px;
    padding: 10px;
    display: inline-block;
}
.product-thumb .thumbnail-container .one-image {
    display: block;
    position: relative;
}
.product-thumb .product-groups {
    padding-left: 12px;
    max-width: 55%;

}
.align-items-center {
    align-items: center;
}
.d-flex {
    display: flex;
}
.product-description {
    position: relative;
}
.product-thumb .product-groups .product-description .product-title {
    text-align: left;
    padding-bottom: 5px;
    padding-top: 0px;
}
.product-title {
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 500;
}
.product-thumb .product-groups .product-description .product-title a {
    font-size: 14px;
    line-height: 20px;
}
.product-thumb .product-groups .product-description .product-comments {
    display: block;
    text-align: left;
    align-items: center;
    margin-bottom: 14px;
}
.product-thumb .product-groups .product-group-price {
    position: relative;
    text-align: left;
}
.product-price-and-shipping ins {
    text-decoration: none;
    font-size: 15px;
}
.product-price-and-shipping del span{
    color: #aaa;
    font-size: 12px;
}
.product-thumb .product-button.icon-bottom {
    position: relative;
    bottom: 0;
    transform: initial;
    opacity: 0;
    transition: all 0.3s linear;
    left: 18px;
    top: 0px;
}
.product-thumb .item-product:hover .product-button.icon-bottom {
    opacity: 1;
    left: 0px;
}
.product-thumb .item-product:hover .product-price-and-shipping{
    /*opacity: 0;*/
}
.product-thumb .item-product .product-button button{
    border-radius: 100%;
    padding: 10px 14px;
    font-size: 14px;
    box-shadow: 0 0 8px rgb(0 0 0 / 25%);
    background-color: #fff;
}
.product-thumb .item-product .product-button button i{
    color: #515151;
}
.product-thumb .item-product .product-button button:hover{
    background-color: #78b144;   
}
.product-thumb .item-product .product-button button:hover i{
    color: #fff;
}
.rating-list{
    padding: 0;
}
.rating-list li{
    display: inline-table;
    font-size: 12px;
    color: #539414;
}
.detail_others_tt{
    text-align: center;
    padding: 30px 0;
}
.title_others.wc-tabs h2{
    background-color: #0d7a52;
    border-radius: inherit;
    display: block;
    position: relative;
    margin: 3px ;
    color: #fff ;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
}
.related.products .shops_panel_body{
    padding-bottom: 30px;
}
/* PRODUCT */
/* SALE_PR */
#sale_pr{
    background-color: rgb(247, 246, 242);
    position: relative;
    padding-top: 40px;
    padding-bottom: 45px;
}
#sale_pr .product-item{
    margin-bottom: 0;
}
#sale_pr .title_block{
    position: relative;
    font-family: initial;
}
#sale_pr .title_block:before{
    content: "";
    background: #75b263;
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: 0;
    left: 0;
}
.new-arrivals-wrapper{
    margin-bottom: 30px;
    display: flex;
    gap: 3rem;
    align-items: center;
}
.new-arrivals-wrapper .product-countdown {
    font-size: 18px;
    align-items: center;
    font-weight: 700;
}
#countdown .countdown-count {
    display: flex;
    gap: 1em;
}
#countdown .countdown-count .single{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3px 6px;
    border: 2px solid #ebebeb;
}
#countdown .countdown-count .single .name-time{
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
#countdown .countdown-count .single .name-time:before{
   background-color: #aaa;
   border-radius: 100%;
   content: "";
   height: 1px;
   left: 0;
   position: absolute;
   transition: all 0.4s ease 0s;
   width: 100%;
}
/* PRODUCT SALE */
#sale_pr .product-item .product-inner{
    border: 2px dashed #F1F1F1;
    box-shadow: none;
}
.product-item .product-inner {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 15px 15px 20px;
    background-color: #fff;
    height: auto;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.product-item .product-top {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
}
.product-item .flash {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    float: left;
    line-height: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    padding: 0 5px;
    text-align: center;
    background-color: #0d7a52;
    color: #fff;
    position: relative;
}
.product-item .flash:before {
    content: '';
    border: 1px dashed #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    pointer-events: none;
}
.product-item .product-thumb {
    margin-bottom: 6px;
    position: relative;
    text-align: center;
    padding: 0;
}
.product-item .thumb-inner {
    position: relative;
}
.product-item .product-inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.product-item .thumb-group {
    position: absolute;
    bottom: 31px;
    right: 0;
}
.product-item i {
    color: #333333;
    font-size: 15px;
}
.product-item .thumb-group button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    margin: 4px 0;
    box-shadow: 0 0 8px rgb(0 0 0 / 25%);
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
    visibility: hidden;
    position: relative !important;
    display: block;
    vertical-align: top;
    border: none;
    background: #fff;
}
.product-item .thumb-group .btn-wishlist {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 0;
}
.product-item .thumb-group .btn-cart {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    padding: 0;
}
.product-item .thumb-group button {
    padding: 0;
}
.product-item .thumb-group button:hover{
    background-color: #78b144 !important;
}
.product-item .thumb-group button:hover i{
    color: #fff;
}
.product-item:hover .thumb-group button {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.product-item:hover .thumb-group button {
    opacity: 1;
    visibility: visible;
}
#sale_pr .product-item:hover .product-inner {
    z-index: 2;
    border-color: #539414;
}
.product-item .product-info {
    text-align: center;
    position: relative;
}
.product-item .price {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
}
.product-item .price del {
    color: #aaa;
    margin-right: 5px;
    font-size: 15px;
}
.product-item .price ins {
    text-decoration: none;
}
.product-item .product-name {
    font-size: 14px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 4px;
    letter-spacing: 0;
}
.product-item .product-name a {
    color: #49860d;
}
.product-item .product-name:hover a {
    color: #386e01;
}
.next-prev-slider{
    position: absolute;
    top: 12px;
    right: 0;
    display: flex;
    gap: 3rem;
    z-index: 0;
}
.next-prev-slider .swiper-button-next, .next-prev-slider .swiper-button-prev{
    position: unset;
    margin-top: 0;
    color: #0d7a52;
    background: #fff;
    border-radius: 100%;
    width: 45px;
}
.next-prev-slider .swiper-button-next:hover, .next-prev-slider .swiper-button-prev:hover{
    color: #68dd82;
}
.next-prev-slider .swiper-button-next:after, .next-prev-slider .swiper-button-prev:after{
    font-size: 18px;
}
/* PRODUCT SALE */
/* SALE_PR */
/* NEWS_HOME */
#news_home{
    padding-top: 30px;
    padding-bottom: 40px;
}
#news_home .container {
    overflow: hidden;
}
#news_home .home2-blog-slider .thumb-wrapper {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.swiper-slide a, .swiper-slide a:hover {
    transition: 0.4s;
}
#news_home .home2-blog-slider .thumb-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.35s ease;
    max-width: 370px;
    max-height: 240px;
}
#news_home .home2-blog-slider .thumb-wrapper:hover img{
    transform: scale(1.05, 1.05);
}
#news_home .home2-blog-slider .blog-content {
    padding: 10px 0 0;
    text-align: center;
}
#news_home .home2-blog-slider .blog-content .blog-meta {
    text-align: left;
}
#news_home .home2-blog-slider .blog-content .blog-meta p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
#news_home .home2-blog-slider .blog-content .blog-title h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    width: 100%;
    margin: 10px auto;
    text-align: left;
}
#news_home .home2-blog-slider .blog-content .blog-title h3:hover{
    color: #0d7a52;
}
/* NEWS_HOME */
/* PARTNER */
#partner .container{
    border-top: 1px solid #f2f2f2;
}
@keyframes vinova_teemax{
    16.65%{
        -webkit-transform:translateX(8px);
        transform:translateX(8px)
    }
    33.3%{
        -webkit-transform:translateX(-6px);
        transform:translateX(-6px)
    }
    49.95%{
        -webkit-transform:translateX(4px);
        transform:translateX(4px)
    }
    66.6%{
        -webkit-transform:translateX(-2px);
        transform:translateX(-2px)
    }
    83.25%{
        -webkit-transform:translateX(1px);
        transform:translateX(1px)
    }
    100%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
#partner .container .swiper-slide:hover img{
    animation-name: vinova_teemax;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
/* PARTNER */
/* FOOTER */
.nov-modules{
    border-radius: 45px;
    margin-top: -35px;
    position: relative;
    background: #0d7a52;
    padding: 12px;
}
.nov-wrap {
    display: flex;
    align-items: center;
}
.nov-modules .nov-wrap .title_block {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 48%;
}
.nov-modules .nov-wrap .title_block .icon {
    display: inline-block;
}
.nov-modules .nov-wrap .title_block .icon img{
    padding-left: 10px;
    padding-right: 20px;
}
.block_newsletter {
    width: 52%;
    position: relative;
}
.block_newsletter form {
    margin-left: auto;
    max-width: 600px;
    display: flex;
}
.block_newsletter form  .form-control {
    border-radius: 30px;
    height: 46px;
    text-align: left;
    background-color: #fff;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2rem;
    display: block;
    width: 100%;
}
.block_newsletter form .button-newsletter{
    margin-top: 0px;
    padding-left: 8px;
}
.block_newsletter form .button-newsletter .btn-secondary{
    border-radius: 30px;
    height: 46px;
    min-height: 46px;
    padding: 0px 20px;
    background: #58c06f;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
}
.block_newsletter form .button-newsletter .btn-secondary:hover{
    background: #78b144;
}
.row_newsletter{
    padding-bottom: 40px;
}
#footer .elementor-image-footer {
    margin-bottom: 30px;
}
#footer .text-editor{
    padding-right: 48px;
}
.scroll_up {
    position: fixed;
    z-index: 20;
    right: -50px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    transform: translateX(130%);
    transition: 0.4s;
}
.scroll_up.visible {
    right: 83px;
}
.scroll_up {
    background-color: #0d7a52;
}
.scroll_up:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    height: calc(100% + 16px);
    width: calc(100% + 16px);
}
.scroll_up:after {
    content: '\f062';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 13px;
    color: #fff;
}
@keyframes scroll_up_anim {
    0% {transform: translateY(-3px); }
    50% {transform: translateY(3px); }
    100% {transform: translateY(-3px); } 
}
.scroll_up:hover:after {
    animation: scroll_up_anim 1.5s infinite;
}
/* FOOTER */
.s-cat-fillter .viewtype {
    display: none !important;
}
#category .page-header {
    margin-left: 15px;
    border-bottom: none;
    font-size: 16px;
    font-weight: 400;
    color: #3a4248;
    margin-top: 12px;
}
#category .page-header, #category .s-cat-fillter {
    display: inline-block;
    padding: 0;
}
#category .s-cat-fillter {
    float: right;
    position: relative;
}
#TMS_breadcrumbs{
    margin: 30px 0;
    /* background: #f4fcf7; */
    color: #666;
    padding-top: 26px;
    padding-bottom: 26px;
    text-align: center;
    background-image: url('../images/bgbrea.jpg');
    position: relative;
}
#TMS_breadcrumbs:after{
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.5;
}
.breadcrumb-title{
    color: #483b33;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.breadcrumb-menu{
    font-size: 14px;
    color: #483b33
}
.breadcrumb-menu .divider {
    color: inherit;
    margin: 0 5px;
    opacity: 1;
}
.breadcrumb-menu .divider:before {
    content: '/';
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb-menu a:hover{
    color: #0d7a52;
}
.breadcrumbs.list-none{
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumbs li {
    float: left;
    display: flex;
    align-items: center;
    font-size: 13px;
}
#category .s-cat-fillter:before {
    content: "\f0d7";
    display: block;
    position: absolute;
    z-index: 0;
    right: 40px;
    font-family: 'FontAwesome';
    font-size: 14px;
    pointer-events: none;
    line-height: 52px;
}
#category .s-cat-fillter select {
    width: 270px;
    max-width: 100%;
    padding: 0 35px 0 20px;
    font-size: 16px;
    font-weight: 400;
    background-color: #f4fcf7;
    border: unset;
    box-shadow: none;
    -webkit-appearance: none;
    height: 52px;
    border-radius: 26px;
    color: #70747f;
}
.s-cat-fillter .viewtype {
    display: none !important;
}

/* PAGE SHOP */
.mainshop{
    padding-right: 0;
}
.product-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    z-index: 0;
}
#shops-content{
    margin-top: 20px;
}
#shops-content .pagination>li>a {
    border: none;
    border-radius: 20px;
    margin-right: 3px;
}
#shops-content .pagination>.active>a {
    background-color: #539414;
}
#shops-content .text-center.w-100.gen-page{
    margin-bottom: 0;
}
.leftshop{
    padding-top: 12px;
    position: sticky;
    top: 10%;
    padding-right: 15px;
}
.mainshop{
    margin-bottom: 40px;
}
#shops-content .pagination {
    margin: 37px 0 0 !important;
}
.leftshop #support_content{
    width: 100%;
    display: inline-block;
    position: relative;
}
#support_content ul {
    margin: 0;
    padding: 0;
}
#support_content ul li {
    width: 100%;
    display: inline-block;
    margin: 0;
    position: relative;
}
#support_content .support_left img {
    border: 3px solid #f2f2f2;
    border-radius: 30px;
    width: 60px;
    height: 60px;
}
#support_content .support_bg {
    width: 72%;
    float: right;
    color: #fff;
    padding: 5px;
    background-color: #f4fcf7;
    border-radius: 4px;
}
#support_content .support_arrow {
    top: 20px;
    margin-left: -25px;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid #f2f2f2;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}
#support_content .support_bg a {
    color: #1a3f5e;
    text-align: center;
    font-size: 14px;
}
#support_content i {
    margin-right: 0.3em;
    padding-top: 6px;
}
/* PAGE SHOP */
/* SHOP DETAIL */
.product-image-gallery.mb-2 {
    overflow: hidden;
}
.product-detail .sliderdetail {
    border-bottom: 1px #ddd solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: 2px dashed currentColor;
    border-radius: 30px;
    color: #0d7a52;
    padding: 5px;
    overflow: hidden;
}
.product-detail .sliderdetail img {
    max-height: 385px;
    object-fit: cover;
    border-radius: 13px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.product-detail .swiper-button-next, .product-detail .swiper-button-prev {
    top: 30%;
    color: #fff;
    border: 0;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
.product-detail .swiper-button-next:after, .product-detail .swiper-button-prev:after {
    font-size: 30px;
}
.product-detail .swiper-button-next:hover, .product-detail .swiper-button-prev:hover {
    background: rgb(177 157 157 / 48%);
}
.product-detail .product-image-gallery .sliderdetail2 {
    text-align: center;
}
.swiper-slide a, .swiper-slide a:hover {
    transition: 0.4s;
}
.product-detail .product-image-gallery .sliderdetail2 img {
    border: 2px solid #f4f4f4;
    border-radius: 20px;
    width: 120px;
}
.product-detail .product-image-gallery .sliderdetail2 .swiper-slide-thumb-active img {
    border-color: #0d7a52;
}
.text-product {
    padding-left: 25px;
}
.product-detail .product-info .info-meta.text-muted {
    margin-bottom: 0.7em;
}
.product-detail .product-info .info-code strong, .product-detail .product-info .info-price strong, .product-detail .filter_product strong, .product-detail .order-number strong {
    font-size: 18px;
    font-weight: 700;
    color: #12265a;
}
.product-detail .text-product .well {
    background-color: #f4fcf5;
    border: none;
    box-shadow: none;

}
.well {
    padding: 8px;
    line-height: 18px;
}
.product-detail .order-number .pull-left.form-control {
    border-radius: 20px;
}
.product-detail .text-product .well .row{
    display: flex;
    align-items: center;
}
.product-detail .text-product button {
    position: relative;
    height: auto;
    min-height: 56px;
    border: unset;
    border-radius: 30px;
    padding: 18.5px 18.5px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 900;
}
.product-detail .tabs {
    text-align: center;
    padding-top: 45px;
}
.product-detail .product-info .product_title h1 {
    margin-top: -4px;
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 1;
    color: #12265a;
}
.related.products .product-item {
    margin-top: 5px;
}
.product-detail .wc-tabs {
    color: #0d7a52;
    display: inline-flex;
    position: relative;
    margin: 0;
    border: 2px dashed currentColor;
    border-radius: 30px;
    padding: 0;
    overflow: visible;
}
.product-detail .wc-tabs li.active {
    background-color: #0d7a52;
    box-shadow: none !important;
    border: none !important;
    border-radius: inherit;
}
.product-detail .wc-tabs li {
    margin: 3px !important;
    border: none !important;
}
.product-detail .wc-tabs li.active > a {
    background-color: transparent;
    color: #fff !important;
}
.product-detail .wc-tabs li a {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 900;
    color: #58c06f;
}
.tabs .nav li.active:before, .tabs .nav li.active:after{
    display: none;
}
.product-detail .tabs .tab-content #content_detail-1 {
    text-align: left;
}
.product-detail .wc-tabs li a:hover:not(.active) {
    color: #449d44;
    border-color: none;
    background-color: unset;
}
#fpro{
    margin-bottom: 40px;
}
#fpro .panel-primary {
    border-color: #0d764f;
}
#fpro .panel-heading {
    color: #ffffff;
    background-color: #0d7a52;
    border-color: #0d7a52;
    font-size: 16px;
    font-weight: 900;
}
#fpro .input-group{
    z-index: 0;
}
/* SHOP DETAIL */
/* PAGE NEWS */
.mainnews .item .blog-post_media, .mainnews .item .blog-post_content .meta-wrapper {
    margin-bottom: 10px;
}
.mainnews .item .blog-post_media {
    float: left;
}
.mainnews .item .blog-post_content {
    clear: both;
}
.mainnews .item .blog-post_media, .mainnews .item .blog-post_content .meta-wrapper {
    margin-bottom: 10px;
}
.mainnews .item .blog-post_content .meta-wrapper {
    color: #0d7a52;
}
.mainnews .item .blog-post_content .blog-post_title {
    font-size: 25px;
}
.mainnews .item {
    margin-bottom: 50px;
}
.rightnews .clearfix.metismenu {
    margin-bottom: 20px;
    box-shadow: none;
}

.rightnews .sidebar-nav ul >li>a {
    color: #000 !important;
    padding: 10px 10px;
}
.metismenu .sidebar-nav ul ul a {
    background-color: #fff !important;
}
.rightnews .sidebar-nav {
    background-image: none !important;
    background: #fff !important;
}
.metismenu .arrow{
    color: #333 !important;
}
.metismenu .arrow:hover {
    background: #78b14430 !important;
    color: #3c763d;
}
.rightnews .block_tophits .img-tophlits {
    float: left;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}
.rightnews .block_tophits .text-tophlits {
    float: left;
    width: calc(100% - 100px);
}
.rightnews .block_tophits .text-tophlits a {
    font-size: 14px;
    color: #12265a;
    font-weight: 600;
}
.rightnews .block_tophits .text-tophlits a:hover{
    color: #58c06f;
}
.rightnews {
    padding-left: 15px;
    position: sticky;
    top: 16%;
}
.rightnews .title_block{
    text-transform: uppercase;
    font-size: 20px;
}
/* PAGE NEWS */
/* --------------CONTACT--------- */
@keyframes dashed_border_running {
    100% {stroke-dashoffset: -1000; } 
}
.page_contact{
    padding: 0;
}
.page_contact .ul_listcontact .pdcontact{
    padding: 0 15px;
    position: relative;
    transition: 0.5s;
}
.page_contact .ul_listcontact .pdcontact:hover >div{
    transform: translateY(-20px);
}
.page_contact .ul_listcontact .pdcontact > div{
    padding: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 196px;
    text-align: center;
    transition: 0.5s;
}
.page_contact .ul_listcontact .pdcontact .list_contact_address img{
    width: 42px;
    height: 46px;
}
.page_contact .ul_listcontact .pdcontact .list_contact_email,
.page_contact .ul_listcontact .pdcontact .list_contact_phone,
.page_contact .ul_listcontact .pdcontact .list_contact_address{
    stroke: #0d7a52;
}
.page_contact .ul_listcontact .pdcontact .list_contact_phone img{
    width: 45px;
    height: 45px;
}
.page_contact .ul_listcontact .pdcontact .list_contact_email img{
    width: 66px;
    height: 45px;
}
.page_contact .ul_listcontact .pdcontact div svg.inner-dashed-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    animation: dashed_border_running 20s linear infinite both;
    animation-play-state: paused;
    stroke-width: 2;
    stroke-dasharray: 9, 5;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    fill: none;
    transition: 0.4s;
}
.page_contact .ul_listcontact .pdcontact:hover svg.inner-dashed-border{
    animation-play-state: running;
}
.page_contact .ul_listcontact .pdcontact > div h3{
    font-size: 22px;
    text-transform: capitalize;
    color: #12265a;
}
.page_contact .ul_listcontact .pdcontact > div span{
    color: #70747f;
    font-size: 18px;
}
.contact_sendmail{
    padding-top: 100px;
    padding-bottom: 50px;
}
.well_contact{
    padding-right:30px;
}
.well_contact .well{
    overflow: hidden;
    border-radius: 30px;
}
.contact_sendmail .dbl-title__1{
    color: #12265a;
    font-size: 48px;
    padding: 0 12px;
    background-repeat: no-repeat;
    background-size: 100% 0.55em;
    background-position: 0% 80%;
    display: inline-table;
    font-weight: 900;
    text-transform: capitalize;
    margin-top: -27px;
}
.contact_sendmail .nv-fullbg .form-groups{
    margin-bottom: 10px;
}
.contact_sendmail .nv-fullbg .form-groups .form-control,
.contact_sendmail .nv-fullbg .form-groups select,
.contact_sendmail .nv-fullbg .form-groups .input-group-addon{
    height: 40px;
    z-index: 0;
}
#tms_about_chitiet {white-space: nowrap;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0px;
    font-family: SofiaPro;
    background-color: #005c2b;
    border-color: #ffea15;
    box-shadow: #999 0 0;
    text-align: inherit;
    margin: 0;
    padding: 15px 30px;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    display: inline-block;
    transition: all .4s;
    border-radius: 10px;
}
#tms_about_chitiet a{
	color:#fff;
	font-weight:500;
}
#spmoi{
	background:#0d7a52;
	border-radius: 20px;
}
.spmoihon{
	line-height: normal;
	color:#fff; 
	font-size:50px; 
}
.item{
	border: 1px solid #0d7a52;
    border-radius: 10px;
}
.newmoi{
	width: 49%;
    border: 1px solid #30fd;
    margin-right: 10px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    
    display: inline-block;
    -webkit-box-orient: vertical;
    padding: 5px
}
#tms_about_chitiet a:hover{
	color:red;
}
.panel-heading a {
	color:#fff;
    text-transform: uppercase;
    font-weight: 900;
	font-size:20px;
}
.img-tophlits img{
	width:200px;
	height:150px;
	margin-right:10px;
}
/* --------------CONTACT--------- */
body::-webkit-scrollbar {
  width: 8px; 
}

body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(125deg, #0d7a52 0%, #0d7a52 100%);
  border-radius: 10px;    height: 100px;
}