@charset "UTF-8";
/* #region start: định nghĩa tổng các tag ------------------------------- */
/*html, body*/
html,
body {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

body {
  position: relative;
  top: 0 !important;
}

/*font*/
html,
body,
button,
input,
select,
textarea {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #6a6a6a;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

textarea {
  -webkit-box-shadow: inset 0 0 0 #fff;
  box-shadow: inset 0 0 0 #fff;
  -ms-transform: inset 0 0 0 #fff;
  -o-transform: inset 0 0 0 #fff;
  transform: inset 0 0 0 #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: #fff;
  border: 1px solid #e1e1e1;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}

select {
  line-height: 38px;
  padding: 0 30px 0 15px;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: none;
  background-image: url("/Sources/assets/icon/_btnDownArrow.svg") !important;
  background-position: calc(100% - 10px) center !important;
  background-position: -webkit-calc(100% - 10px) center !important;
  background-position: -moz-calc(100% - 10px) center !important;
  background-repeat: no-repeat !important;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #898e91;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -webkit-box-shadow: inset 0 0 0 #fff;
  -ms-transform: inset 0 0 0 #fff;
  -o-transform: inset 0 0 0 #fff;
  transform: inset 0 0 0 #fff;
  box-shadow: inset 0 0 0 #fff;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="color"] {
  margin: 0;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  color: #898e91;
  height: 38px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: #fff;
  padding: 7px 10px;
  border: 1px solid #e1e1e1;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0 #fff inset;
  -ms-transform: 0 0 0 0 #fff inset;
  -o-transform: 0 0 0 0 #fff inset;
  transform: 0 0 0 0 #fff inset;
  box-shadow: 0 0 0 0 #fff inset;
}

input[type="image"] {
  width: auto;
}

input:-webkit-autofill {
  background: transparent;
}

input[type="checkbox"] {
  vertical-align: top;
  margin-right: 10px;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

/*focus*/
input:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 0 #c2d44e;
  -ms-transform: 0 0 0 #c2d44e;
  -o-transform: 0 0 0 #c2d44e;
  transform: 0 0 0 #c2d44e;
  box-shadow: 0 0 0 #c2d44e;
  outline: none;
  border-bottom: 1px solid #c2d44e;
  background: none;
}

/*input focus*/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #c2d44e;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -ms-transform: 0 0 0 1000px #fff inset;
  -o-transform: 0 0 0 1000px #fff inset;
  transform: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}

/*textarea focus*/
textarea:focus {
  border-color: #c2d44e;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -ms-transform: 0 0 0 1000px #fff inset;
  -o-transform: 0 0 0 1000px #fff inset;
  transform: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}

/*select focus*/
select:focus {
  border-color: #c2d44e;
}

@media screen and (min-width: 0) {
  select {
    padding-right: 0;
    background: none !important;
  }
}

select::-ms-expand {
  display: none;
}

/*input placeholder*/
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #898e91;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder {
  color: #898e91;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #898e91;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #898e91;
}

input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="password"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -ms-transform: 0 0 0 1000px #fff inset;
  -o-transform: 0 0 0 1000px #fff inset;
  transform: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}

/*h1, h2, h3, h4, h5, h6*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #151515;
  line-height: 1.1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/*a*/
a {
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  outline: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #646565;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  color: #c2d44e;
  outline: none;
}

a:hover {
  outline: none;
  color: #c2d44e;
  text-decoration: none;
}

/*button*/
button {
  outline: none;
}

button:focus {
  outline: none;
}

/*label*/
label {
  margin-bottom: 7px;
  font-weight: 400;
}

label em {
  color: #f1152f;
  font-weight: 400;
  font-style: normal;
  margin-left: 3px;
}

/*dl, menu, ol, ul*/
ul {
  padding: 0;
  list-style: disc inside none;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

ol {
  padding: 0;
  list-style: decimal inside none;
}

ul ul,
ul ol,
ol ol,
ol ul {
  padding-left: 10px;
}

nav ol,
nav ul {
  list-style: none;
}

/*img*/
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  vertical-align: middle;
}

/*p*/
p {
  margin: 0 0 20px;
  line-height: 21px;
}

/*small*/
small {
  font-size: 12px;
}

/*table*/
@media (max-width: 991px) {
  table thead th {
    padding: 10px 15px;
  }
  table td {
    padding: 15px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*i*/
i.left {
  margin-right: 7px;
}

i.right {
  margin-left: 7px;
}

/* #endregion */
/* #region animation key: định nghĩa các css animation ------------------------------- */
@keyframes moveFromLeft {
  from {
    left: -9000px;
  }
  to {
    left: 0;
  }
}

@keyframes moveFromRight {
  from {
    right: -9000px;
  }
  to {
    right: 0;
  }
}

@keyframes moveFromTop {
  from {
    top: -5000px;
  }
  to {
    top: 0;
  }
}

@keyframes moveFromBottom {
  from {
    bottom: -5000px;
  }
  to {
    bottom: 0;
  }
}

@-webkit-keyframes moveFromLeft {
  from {
    left: -9000px;
  }
  to {
    left: 0;
  }
}

@-webkit-keyframes moveFromRight {
  from {
    right: -9000px;
  }
  to {
    right: 0;
  }
}

@-webkit-keyframes moveFromTop {
  from {
    top: -5000px;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes moveFromBottom {
  from {
    bottom: -5000px;
  }
  to {
    bottom: 0;
  }
}

@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

@-moz-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

@-ms-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

@-o-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

/* #endregion */
/* #region display: dùng để hiển thị ------------------------------------------------------------------ */
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* #endregion */
/* #region class: các định nghĩa khác ------------------------------------------------------ */
/*mobile*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

/*tablet*/
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

/*tablet / pc*/
@media (min-width: 992px) {
  .container {
    max-width: 1164px;
  }
}

/*pc*/
@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}

/* #region điều chỉnh khoảng cách giữ các cột */
.row {
  margin-right: -12px;
  margin-left: -12px;
}

.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,
.col-auto,
.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,
.col-sm-auto,
.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,
.col-md-auto,
.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,
.col-lg-auto,
.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,
.col-xl-auto {
  padding-right: 12px;
  padding-left: 12px;
}

/* #endregion */
.clearfix {
  clear: both;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.mobile-version {
  width: 100%;
}

.boxed-wrapper {
  background-color: none;
}

.section-3p {
  margin: 0 auto;
  clear: both;
  display: block;
  width: 100%;
}

.section-3p:before,
.section-3p:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}

#session-body .search .form-control {
  padding-top: 11px;
}

#session-body .search > img.icon-x {
  top: 17px;
}

#page-body {
  height: 100%;
  position: relative;
  left: 0;
}

#session-body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#session-body:before,
#session-body:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}

@media (max-width: 767px) {
  #session-body {
    margin-bottom: 50px;
  }
}

.main-content {
  clear: both;
  margin: 0 auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  line-height: 1.1;
  color: #151515;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

h2 small.pull-right {
  padding-top: 0.538461538em;
}

/* menu */
.list-inline {
  margin: 0;
}

.list-inline > li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.navbar {
  min-height: 10px;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/* title-wrapper */
.title-wrapper {
  margin: 0 0 30px 0;
}

.title-wrapper h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #40493b;
}

.title-wrapper::after {
  display: block;
  clear: both;
  content: "";
  border-bottom: solid 2px #61b046;
  width: 70px;
}

/* #endregion */
/* #region lazyload, waiting: sử dụng cho lazyload ------------------------------------------------------ */
*:not(img).waiting {
  height: 0;
  position: relative;
  padding-bottom: 70%;
  background-color: transparent;
}

*:not(img).waiting.disable-load,
*:not(img).waiting.lazyloaded {
  height: auto;
  padding: 0;
  background-color: transparent;
}

*:not(img).waiting img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

*:not(img).waiting img.lazyloaded,
*:not(img).waiting img.disable-load {
  position: relative;
  height: auto;
  opacity: 1;
}

.lazyloaded img.lazyloaded {
  width: auto;
}

/* #endregion */
/* #region i.ic, i.ice: icon tự định nghĩa ----------------------------------------------------------- */
i.ic {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

i.ice {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

i.ic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3px;
  left: 0;
  background-color: #c2d44e;
}

i.ice.ice_search {
  background-image: url("/Sources/assets/icon/_btnSearch.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.ic_search::before {
  -webkit-mask: url("/Sources/assets/icon/_btnSearch.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnSearch.svg") no-repeat center;
  -webkit-mask-size: 15px;
  mask-size: 15px;
}

i.ice.send {
  background-image: url("/Sources/assets/icon/_btnSend.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.send::before {
  -webkit-mask: url("/Sources/assets/icon/_btnSend.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnSend.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

i.ice.map {
  background-image: url("/Sources/assets/icon/_btnMap.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.map::before {
  -webkit-mask: url("/Sources/assets/icon/_btnMap.svg") no-repeat center;
  /* mask: url("/Sources/assets/_btnMap.svg") no-repeat center; */
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

i.ice.mail {
  background-image: url("/Sources/assets/icon/_btnMail.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.mail::before {
  -webkit-mask: url("/Sources/assets/icon/_btnMail.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnMail.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

i.ice.phone {
  background-image: url("/Sources/assets/icon/_btnPhone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.phone::before {
  -webkit-mask: url("/Sources/assets/icon/_btnPhone.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnPhone.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

i.ice.sub {
  background-image: url("/Sources/assets/icon/_btnSub.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.sub::before {
  -webkit-mask: url("/Sources/assets/icon/_btnSub.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnSub.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

i.ice.plus {
  background-image: url("/Sources/assets/icon/_btnPlus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.plus::before {
  -webkit-mask: url("/Sources/assets/icon/_btnPlus.svg") no-repeat center;
  mask: url("/Sources/assets/icon/icon/_btnPlus.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

i.ice.left {
  background-image: url("/Sources/assets/icon/_btnLeft.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.left::before {
  -webkit-mask: url("/Sources/assets/icon/_btnLeft.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnLeft.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

i.ice.right {
  background-image: url("/Sources/assets/icon/_btnRight.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.right::before {
  -webkit-mask: url("/Sources/assets/icon/_btnRight.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnRight.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

i.ice.first {
  background-image: url("/Sources/assets/icon/_btnFirst.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.first::before {
  -webkit-mask: url("/Sources/assets/icon/_btnFirst.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnFirst.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

i.ice.last {
  background-image: url("/Sources/assets/icon/_btnLast.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.last::before {
  -webkit-mask: url("/Sources/assets/icon/_btnLast.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnLast.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

i.ice.left-arrow {
  background-image: url("/Sources/assets/icon/_btnLeftArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.left-arrow::before {
  -webkit-mask: url("/Sources/assets/icon/_btnLeftArrow.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnLeftArrow.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

i.ice.down-arrow {
  background-image: url("/Sources/assets/icon/_btnDownArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.down-arrow::before {
  -webkit-mask: url("/Sources/assets/icon/_btnDownArrow.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnDownArrow.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

i.ice.up-arrow {
  background-image: url("/Sources/assets/icon/_btnUpArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.up-arrow::before {
  -webkit-mask: url("/Sources/assets/icon/_btnUpArrow.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnUpArrow.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

i.ice.bar {
  background-image: url("/Sources/assets/icon/_btnBar.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

i.ic.bar::before {
  -webkit-mask: url("/Sources/assets/icon/_btnBar.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnBar.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

/* #endregion */
/* #region search ----------------------------------------------------------- */
.search.navbar-form {
  margin: 0 auto;
  padding: 0;
  display: block;
  height: 44px;
  width: fit-content;
  background: transparent;
  position: relative;
}

.search .form-control {
  width: 336px;
  height: 100%;
  line-height: 18px;
  text-transform: none;
  background: #fff;
  color: #40493b;
  padding: 14px 10px 7px 35px;
  border: solid 1px #c4c4c4;
}

.search > .search-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  min-width: 40px;
  height: 100%;
  text-align: center;
  line-height: 34px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}

.search > .search-icon .ic.ic_search {
  margin-top: -4px;
  height: 30px;
  width: 30px;
}

.search > .search-icon .ic.ic_search:before {
  background-color: #40493b;
}

.search > img.icon-x {
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
  display: none;
}

.search input.form-control[value=""] ~ img.icon-x, .search input.form-control[value="null"] ~ img.icon-x {
  display: none;
}

.search .form-control:not([value=""]) ~ img.icon-x, .search .form-control:not([value="null"]) ~ img.icon-x {
  display: initial;
}

span.search-icon {
  border: none;
  background-color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-mask: url("/Sources/assets/icon/_btnSearch.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnSearch.svg") no-repeat center;
}

/* #endregion */
/* #region product ----------------------------------------------------------- */
/* product-price */
.product-price,
.sb-price,
.price {
  font-family: sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #ff7131;
  padding: 0;
  text-align: right;
  width: 100%;
}

/* price-note */
.price-note {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  display: block;
}

/* price-sale */
.price-sale {
  font-size: 16px;
  font-weight: 400;
  color: #46b1ff;
}

/* price-compare */
.price-compare {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-decoration: line-through;
  color: #868b86;
  white-space: nowrap;
  margin-right: 8px;
}

/* product-label */
.product-label {
  font-size: 14px;
  text-transform: uppercase;
  z-index: 3;
  font-weight: 300;
  position: absolute;
  display: block;
  top: 6px;
  left: 6px;
}

.product-label > span {
  display: block;
  clear: both;
  text-align: center;
  line-height: 20px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
}

@media (max-width: 479px) {
  .product-label > span {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
}

.product-label > span.label-special {
  background: none;
}

/* product-sub */
.product-sub {
  font-family: sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 31px;
  max-height: 46px;
  line-height: 46px;
  opacity: 1;
  color: #fff;
  height: fit-content;
  background: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.product-sub object {
  width: 100%;
  height: 100%;
}

.product-sub > span {
  display: block;
  clear: both;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
}

.product-content .pc-inner > div {
  display: inline-block;
  width: 35%;
  vertical-align: top;
}

.product-content .pc-inner > div:first-child {
  width: calc(65% - 5px);
  width: -webkit-calc(65% - 5px);
  width: -moz-calc(65% - 5px);
}

.product-content .pc-inner .product-name {
  font-family: sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.product-image {
  border: 1px solid #e5e5e5;
  padding: 0;
  margin: 0;
}

/* #endregion */
/* #region intro-product ----------------------------------------------------------- */
.intro-product .item {
  padding: 15px;
  background: #f2f3f2;
  text-align: left;
  margin: 40px 0 0 0;
}

.intro-product .item:first-child {
  margin: 0;
}

.intro-product .item > div {
  margin: 10px 0 0 0;
}

.intro-product .item > div:first-child {
  margin: 0;
}

.intro-product .item .title {
  font-family: sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
}

.intro-product .item .subtitle {
  font-family: sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.intro-product .item .buttons {
  font-family: sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  padding: 5px 0;
}

.intro-product .item .buttons a {
  background-color: #61b046;
  color: #fff;
  padding: 5px 8px;
}

.intro-product .item .image a {
  display: block;
  position: relative;
  width: 100%;
}

/* #endregion */
/* #region banner-item ------------------------------------------------------ */
.banner-item {
  margin: 0;
}

.banner-item .post-image img {
  width: 100%;
  height: 335px;
}

.banner-item .post-image > a {
  position: relative;
  display: block;
}

@media (min-width: 1025px) {
  .banner-item .post-image > a:hover:before {
    opacity: 1;
  }
}

/* #endregion */
/* #region news-item ------------------------------------------------------ */
.news-item {
  margin: 0;
}

/*.news-item .news-image img {
    width: 100%;
    height: 335px;
}*/
.news-item .news-image > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.news-item .news-image > a img.small {
  display: none;
}

@media (min-width: 1025px) {
  .news-item .news-image > a:hover:before {
    opacity: 1;
  }
}

.news-item .news-content {
  font-family: sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  padding: 20px 0;
}

.news-item .news-content .news-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  color: #262626;
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-item:hover .news-content a.news-title {
  color: #61b046;
}

.news-item .news-content .news-title > a {
  color: #262626;
}

.news-item .news-content .news-title > a:hover {
  color: #61b046;
}

.news-item .news-content .news-title:hover {
  color: #61b046;
}

.news-item .news-content .meta-data {
  display: none;
  font-size: 16px;
  font-weight: 400;
}

.news-item .news-content .meta-data .news-cate {
  color: #61b046;
  font-weight: 700;
  margin-right: 37px;
}

.news-item .news-content .meta-data .date {
  color: #99a396;
  padding-right: 8px;
  margin-right: 8px;
}

.news-item .news-content .news-summary {
  margin: 15px 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 40px;
  color: #262626;
}

.news-item .news-content .news-summary p {
  margin: 0;
}

/* #endregion */
/* #region news-grid ----------------------------------------------------------- */
.news-grid {
  display: block;
  margin: 0 -10px;
  padding: 0;
  /*letter-spacing: -0.31em;*/
  letter-spacing: 0;
  clear: both;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 479px) {
  .news-grid {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.news-grid .news-grid-item {
  padding: 0 10px;
  margin: 0;
  letter-spacing: 0;
  vertical-align: top;
  float: none;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .news-grid .news-grid-item {
    /* width: 50% !important; */
  }
}

@media (max-width: 479px) {
  .news-grid .news-grid-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.news-grid .news-item {
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 479px) {
  .news-grid .news-item {
    margin-bottom: 15px;
  }
}

.news-grid .news-item .news-content .news-description {
  display: block;
}

.news-grid.news-grid-1 .news-grid-item {
  /* width: 100%; */
}

@media (max-width: 767px) {
  .news-grid.news-grid-1 .news-grid-item {
    /* width: 100% !important; */
  }
}

@media (min-width: 768px) {
  .news-grid.news-grid-1 .news-grid-item:nth-child(1n + 1) .news-item:before {
    content: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .news-grid.news-grid-1 .news-grid-item:nth-child(1),
.news-grid.news-grid-1 .news-grid-item:nth-child(2) {
    border-top: none;
  }
}

.news-grid.news-grid-2 .news-grid-item {
  width: 50%;
}

@media (min-width: 768px) {
  .news-grid.news-grid-2 .news-grid-item:nth-child(2n + 1) .news-item:before {
    content: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .news-grid.news-grid-2 .news-grid-item:nth-child(1),
.news-grid.news-grid-2 .news-grid-item:nth-child(2) {
    border-top: none;
  }
}

/* #endregion */
/* #region owl-carousel ------------------------------------------------------ */
.owl-carousel .owl-wrapper {
  display: none;
}

.owl-theme .owl-dots {
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  display: block;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 1024px) {
  .owl-theme .owl-dots {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  margin: 0;
  letter-spacing: 0;
}

.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border: none;
  background: #c2d44e;
  margin: 0 7px;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  opacity: 0.5;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #c2d44e;
}

@media (min-width: 1025px) {
  .owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
    background: #c2d44e;
  }
}

.owl-theme .owl-controls {
  letter-spacing: 0;
}

.owl-theme .owl-controls .owl-nav {
  position: absolute;
  display: block;
  top: -50px;
  right: 0;
}

.owl-theme .owl-controls .owl-nav.disabled {
  display: none;
}

.owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 10px;
  height: 30px;
  width: 30px;
  z-index: 3;
  background: none;
}

.owl-theme .owl-controls .owl-nav > div span {
  display: inline-block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  text-align: center;
  line-height: 26px;
}

.owl-theme .owl-controls .owl-nav > div:hover {
  background: none;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}

.owl-theme .owl-controls .owl-nav > div > i.ic {
  width: 35px;
  height: 40px;
  margin: 0;
}

.owl-theme .owl-controls .owl-nav > div > i.ic::before {
  background-color: #7b8178;
  -webkit-mask-size: 30px;
  mask-size: 30px;
}

.owl-theme .owl-controls .owl-nav > div.disabled:hover > i.ic::before {
  background-color: #7b8178;
}

.owl-theme .owl-controls .owl-nav > div:hover > i.ic::before {
  background-color: #61b046;
}

/* #endregion */
@font-face {
  font-family: inter;
  src: url("/Sources/assets/font/font_inter/Inter-VariableFont_slnt,wght.ttf");
}

/* #region html, body ---------------------------------------------------------------------- */
body.menu-opened,
html.menu-opened {
  overflow: hidden;
}

/* #endregion */
/* #region header-container-3p ---------------------------------------------------------------------- */
.header-container-3p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
  position: relative;
  background: #fff;
  color: #898e91;
}

@media (max-width: 991px) {
  .header-container-3p {
    -webkit-box-shadow: 0 0 8px rgba(201, 201, 201, 0.75);
    -ms-transform: 0 0 8px rgba(201, 201, 201, 0.75);
    -o-transform: 0 0 8px rgba(201, 201, 201, 0.75);
    transform: 0 0 8px rgba(201, 201, 201, 0.75);
    box-shadow: 0 0 8px rgba(201, 201, 201, 0.75);
    z-index: 9999;
  }
}

.header-container-3p .header-main {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
}

.header-container-3p .header-main .row {
  align-items: center;
}

/* #endregion */
/* #region header-container-3p extend ---------------------------------------------------------------------- */
.header-container-3p.header-fixed .header-navigation {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  border: none;
  background: #fff;
  width: 100%;
  max-width: 100% !important;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  -webkit-box-shadow: 0px 3px 8px rgba(36, 41, 33, 0.08);
  box-shadow: 0px 3px 8px rgba(36, 41, 33, 0.08);
}

.header-container-3p.header-fixed .header-navigation > .row {
  display: none !important;
}

.header-container-3p .header-navigation > .container.header-hide {
  display: none !important;
}

.header-container-3p.header-fixed .header-navigation > .container.header-hide {
  display: block !important;
}

/* #endregion */
/* #region top-bar ---------------------------------------------------------------------- */
.top-bar {
  border-bottom: 1px solid rgba(137, 142, 145, 0.1);
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}

.top-bar .row {
  align-items: center;
}

/* #endregion */
/* #region top-bar extend ---------------------------------------------------------------------- */
/* #endregion */
/* #region header-navigation: danh mục menu -------------------------------------- */
/*.header-container-3p .header-navigation {
    border-bottom: 1px solid #fff;
}*/
.header-container-3p .header-navigation.nav-boxed {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.header-container-3p .header-navigation.nav-boxed > .row {
  margin-right: 0;
}

.header-container-3p .header-navigation.nav-boxed > .header-hide {
  padding-right: 25px;
}

.header-container-3p .header-navigation.nav-boxed > .header-hide .sidemenu-holder .navbar .navbar-collapse .menu-list {
  height: 60px;
}

/*mobile*/
@media (min-width: 576px) {
  .header-container-3p .header-navigation.nav-boxed {
    max-width: 100%;
  }
}

/*tablet*/
@media (min-width: 768px) {
  .header-container-3p .header-navigation.nav-boxed {
    max-width: 100%;
  }
}

/*tablet / pc*/
@media (min-width: 992px) {
  .header-container-3p .header-navigation.nav-boxed {
    max-width: 1164px;
  }
}

/*pc*/
@media (min-width: 1200px) {
  .header-container-3p .header-navigation.nav-boxed {
    max-width: 1164px;
  }
}

/* #endregion */
/* #region header-navigation extend ---------------------------------------------------------------------- */
.header-container-3p .header-logo {
  width: 153px;
  height: 66px;
  margin-top: 15px;
}

.header-container-3p .header-logo > a > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.header-container-3p.header-fixed .header-logo {
  width: 125px;
  height: 54px;
  margin-top: 0;
}

.header-container-3p .header-navigation.nav-boxed-content .sidemenu-holder,
.header-container-3p .header-navigation.nav-boxed-content-2 .sidemenu-holder {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .header-container-3p .header-navigation.nav-boxed-content .sidemenu-holder,
.header-container-3p .header-navigation.nav-boxed-content-2 .sidemenu-holder {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .header-container-3p .header-navigation.nav-boxed-content .sidemenu-holder,
.header-container-3p .header-navigation.nav-boxed-content-2 .sidemenu-holder {
    max-width: 984px;
  }
}

@media (min-width: 1200px) {
  .header-container-3p .header-navigation.nav-boxed-content .sidemenu-holder,
.header-container-3p .header-navigation.nav-boxed-content-2 .sidemenu-holder {
    max-width: 1164px;
  }
}

.header-container-3p .header-navigation.nav-boxed-content .sidemenu-holder .navbar {
  position: relative;
}

/* #region dropdown-menu: định nghĩa menu sổ xuống */
.dropdown-menu > li.dropdown-submenu > .dropdown-menu {
  left: 100%;
  top: 0;
  font-size: 14px;
  visibility: hidden;
  z-index: -99999;
  display: block;
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0);
  opacity: 0;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

@media (min-width: 768px) {
  .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    z-index: 9999;
  }
}

.dropdown-menu {
  float: none;
  text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  z-index: 999;
  padding: 0;
  margin: 0;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -ms-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
  -o-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
  transform: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.dropdown-menu .title a {
  margin-left: 30px;
  color: #61B046 !important;
  font-weight: bold;
  text-transform: uppercase;
}

.dropdown-menu > li > a {
  padding: 10px 25px;
  line-height: 20px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #646565;
}

.dropdown-menu > .active > a {
  background-color: transparent;
  color: #646565;
}

.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #646565;
}

/* #endregion */
/* #region horizontal-menu */
.horizontal-menu {
  position: relative;
  /*bottom: -2px;*/
  padding: 0 15px;
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown > span.expand {
  display: none;
}

@media (max-width: 1024px) and (min-width: 992px) {
  .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown > a {
    pointer-events: none;
  }
}

/* .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown > a:after {
    content: "\f004";
    font-family: arenafont;
    font-size: 10px;
    margin: 0 0 0 3px;
} */
.horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu {
  top: 100%;
  left: 0;
  visibility: hidden;
  z-index: -99999;
  display: block;
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0);
  opacity: 0;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  z-index: 9999;
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu {
  position: static;
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu.position-center {
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu.position-right {
  left: auto;
  right: 0;
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu.column-4 {
  width: 100%;
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu.column-3 {
  width: 75%;
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu.column-2 {
  width: 50%;
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu.column-1 {
  width: 25%;
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu:hover > a {
  position: relative;
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu:hover > .dropdown-menu.position-center {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li:hover {
  border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li:hover > a {
  color: #fff;
}

.horizontal-menu .navbar .navbar-collapse .menu-list > li:hover > span.expand {
  color: #fff;
}

/* #endregion */
/* #region sidemenu-holder */
.sidemenu-holder .dropdown-menu {
  font-weight: 400;
}

.sidemenu-holder .dropdown-menu > li {
  padding: 0px;
  transition: 0.35s;
  position: relative;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}

.sidemenu-holder .dropdown-menu > li:not(:last-child) {
  border-bottom-color: #e1e1e1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.sidemenu-holder .dropdown-menu > li::after {
  background: #c2d44e;
  transition: 0.35s;
  top: 50%;
  width: 3px;
  right: 0px;
  bottom: 50%;
  display: block;
  visibility: hidden;
  position: absolute;
  content: "";
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}

.sidemenu-holder .dropdown-menu > li > a {
  font-size: 13px;
  display: inline-block;
  position: relative;
}

.sidemenu-holder .dropdown-menu > li:hover {
  background: #61b046;
}

.sidemenu-holder .dropdown-menu > li:hover::after {
  top: 0px;
  bottom: 0px;
  visibility: visible;
}

.sidemenu-holder .navbar {
  margin: 0px;
  border-radius: 0px;
  border: currentColor;
  border-image: none;
  position: static;
  box-shadow: 0px 0px 0px transparent;
  -o-transform: 0 0 0 transparent;
  transform: 0 0 0 transparent;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 transparent;
}

.sidemenu-holder .navbar .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
  position: static;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list {
  margin: 0px auto;
  border-radius: 0px;
  border: currentColor;
  border-image: none;
  width: 100%;
  height: 100px;
  position: static;
  -webkit-border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list span.expand {
  padding: 0px;
  width: 20px;
  text-align: center;
  color: #646565;
  font-size: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list span.expand::before {
  font-family: arenafont;
  content: "\e824";
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li {
  margin: 0px;
  padding: 0px;
  transition: 0.35s;
  float: left;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li > a {
  margin: 0;
  color: #40493b;
  text-transform: uppercase;
  line-height: 26px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  padding: 13px;
  padding-top: 23px;
  align-items: center;
  position: relative;
  height: 100%;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li > a:hover {
  color: #fff;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li > span.expand {
  color: #fff;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown {
  position: relative;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li {
  position: relative;
}

@media all and (min-width: 992px) {
  .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.back-prev-menu {
    opacity: 0;
  }
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li .dropdown-link {
  margin-right: 30px;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li .dropdown-link::after {
  right: -30px;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li span.expand {
  top: 0px;
  width: 30px;
  height: 40px;
  text-align: center;
  right: 0px;
  line-height: 40px;
  display: block;
  position: absolute;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li span.expand::before {
  content: "\e826";
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.flyout-left::after {
  left: 0px;
  right: auto;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.flyout-left > a.dropdown-link {
  margin-right: 0px;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.flyout-left > span.expand {
  left: 0px;
  right: auto;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.flyout-left > span.expand::before {
  content: "\e825";
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.flyout-left > .dropdown-menu {
  left: auto;
  right: 100%;
  transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0);
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
.dropdown-menu
li.flyout-left
> .dropdown-menu
li::after {
  left: 0px;
  right: auto;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
.dropdown-menu
li.flyout-left:hover
> .dropdown-menu {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu {
  background: white;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li > a {
  color: #646565;
  white-space: normal;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li > a span {
  transition: 0.35s;
  color: #646565;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li .dropdown-menu {
  background: white;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
> .dropdown-menu
> li
.dropdown-menu
> li
span.expand {
  color: #646565;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a {
  color: #646565;
  white-space: normal;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a span {
  color: #646565;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
> .dropdown-menu
> li
.dropdown-menu
> li
> a:hover
span {
  color: #c2d44e;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
> .dropdown-menu
> li
.dropdown-menu
> li:hover
> span.expand {
  color: #c2d44e;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
> .dropdown-menu
> li
.dropdown-menu
> li:hover
> a
span {
  color: #c2d44e;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
> .dropdown-menu
> li
.dropdown-menu
> li:last-child
> a {
  border-bottom-color: currentColor;
  border-bottom-width: medium;
  border-bottom-style: none;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li:hover > span.expand {
  color: #c2d44e;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li:hover > a span {
  color: white;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li:last-child > a {
  border-bottom-color: currentColor;
  border-bottom-width: medium;
  border-bottom-style: none;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
> .dropdown-menu
> li.dropdown-submenu
> .dropdown-menu {
  background: white;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu .product-button {
  display: none;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu-sub {
  background: none;
  border-radius: 0px;
  border: 0px currentColor;
  border-image: none;
  width: 100%;
  padding-top: 0px;
  position: static;
  min-width: auto;
  box-shadow: 0px 0px 0px #fff;
  -o-transform: 0 0 0 #fff;
  transform: 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 #fff;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu-sub > li > a {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 5px 0px;
  border: currentColor;
  border-image: none;
  white-space: inherit;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu-sub > li > a span {
  color: #7b8178;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu-sub > li > a span.special {
  color: #ff7131;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu-sub > li > a:hover span {
  color: #61b046;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .owl-carousel.dropdown-menu-sub .product-wrapper {
  border: currentColor;
  border-image: none;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
.owl-carousel.dropdown-menu-sub
.product-wrapper
.product-image {
  padding: 1px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  border-image: none;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
.owl-carousel.dropdown-menu-sub
.product-wrapper
.wrapper-countdown {
  display: none;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
.owl-carousel.dropdown-menu-sub
.product-wrapper
.product-content {
  padding: 15px 0px 0px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
.owl-carousel.dropdown-menu-sub
.product-wrapper
.product-content
.product-group-vendor-name {
  padding: 0px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
.owl-carousel.dropdown-menu-sub
.product-wrapper
.product-content
.price-cart-wrapper
.product-add-cart {
  display: none;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
.owl-carousel.dropdown-menu-sub
.owl-controls
.owl-nav {
  position: static;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
.owl-carousel.dropdown-menu-sub
.owl-controls
.owl-nav
> div {
  margin: 0px;
  transition: 0.35s;
  top: 50%;
  display: block;
  position: absolute;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}

@media all and (min-width: 1025px) {
  .sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
.owl-carousel.dropdown-menu-sub
.owl-controls
.owl-nav
> div {
    opacity: 0;
  }
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
.owl-carousel.dropdown-menu-sub
.owl-controls
.owl-nav
> div.owl-prev {
  left: 0px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
.owl-carousel.dropdown-menu-sub
.owl-controls
.owl-nav
> div.owl-next {
  right: 0px;
}

@media all and (min-width: 1025px) {
  .sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.dropdown
.owl-carousel.dropdown-menu-sub:hover
.owl-controls
.owl-nav
> div {
    opacity: 1;
  }
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu.dropdown:hover > .dropdown-menu .dropdown-menu-sub {
  display: block;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu {
  padding: 15px 5px 0px;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .row {
  margin: 0px;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link {
  overflow: hidden;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu :not(:last-child).mega-sub-link {
  margin-bottom: 10px;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link > a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: #40493b;
  margin: 0px 0px 2px;
  padding: 8px 0px;
  display: block;
  position: relative;
  text-transform: uppercase;
  cursor: text;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link > a::after {
  display: block;
  clear: both;
  content: "";
  border-bottom: solid 2px #61b046;
  margin-top: 5px;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link > a:hover {
  color: #40493b;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link > a.mega-image {
  padding: 0px;
  border: currentColor;
  border-image: none;
  position: relative;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link > span.expand {
  display: none;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .dropdown-menu {
  margin: 0px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.dropdown-menu-sub::before {
  content: none;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.dropdown-menu-sub
li {
  padding: 0px;
  border: currentColor;
  border-image: none;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.dropdown-menu-sub
li::after {
  content: none;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.dropdown-menu-sub
li
a:hover {
  color: #61b046;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.dropdown-menu-sub
li:hover {
  background: none;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item {
  overflow: hidden;
  margin-top: 12px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
:not(:last-child).bp-item {
  margin-bottom: 20px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.bp-item
.sb-product-head {
  width: 35%;
  padding-right: 5px;
  float: left;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.bp-item
.sb-product-head
img {
  padding: 1px;
  border-radius: 1px;
  border: 1px solid #e1e1e1;
  transition: 0.35s;
  border-image: none;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-border-radius: 1px 1px 1px 1px;
  -moz-border-radius: 1px 1px 1px 1px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.bp-item
.sb-product-head:hover
img {
  border-color: #c2d44e;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.bp-item
.sb-product-content {
  width: 65%;
  padding-left: 15px;
  float: left;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.bp-item
.sb-product-content
.product-name {
  font-weight: 400;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.bp-item
.sb-product-content
.product-name
a {
  color: #646565;
  font-size: 14px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.bp-item
.sb-product-content
.product-name
a:hover {
  color: #c2d44e;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.bp-item
.sb-product-content
.sb-price {
  padding: 6px 0px 0px;
  font-size: 16px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.bp-item
.sb-product-content
.price-sale {
  font-size: 16px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.mega-sub-link
.bp-item
.sb-product-content
.price {
  font-size: 16px;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item:hover {
  background: none;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .no-title-0.mega-sub-link > a {
  display: none !important;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.no-title-0.mega-sub-link
> span.expand {
  display: none !important;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .no-title-2.mega-sub-link > a {
  display: none !important;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.no-title-2.mega-sub-link
> span.expand {
  display: none !important;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .banners.mega-sub-link {
  margin: 0px;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .banners.mega-sub-link > a {
  margin: 0px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.no-title-1.banners.mega-sub-link
> a {
  display: none !important;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.no-title-1.banners.mega-sub-link
> span.expand {
  display: none !important;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.banners.mega-sub-link
.dropdown-menu-sub {
  padding-top: 5px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.banners.mega-sub-link
.dropdown-menu-sub
li
a {
  padding: 0px;
  display: block;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
> .dropdown-menu
.banners.mega-sub-link
.dropdown-menu-sub
li
a:hover
img {
  opacity: 0.8;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .product-title a {
  color: #646565 !important;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .product-title a:hover {
  color: #c2d44e !important;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu-tabs.dropdown-menu {
  padding: 0px;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mega-col {
  margin-bottom: 20px;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mega-col img {
  transition: 0.35s;
  width: 100%;
  display: block;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title {
  padding: 0px;
  border-right-color: #e1e1e1;
  border-right-width: 1px;
  border-right-style: solid;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .tab-title {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .tab-title > li {
  padding: 10px 20px;
  transition: 0.35s;
  color: #646565;
  text-transform: uppercase;
  line-height: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .tab-title > li::after {
  top: 0px;
  right: 15px;
  line-height: 40px;
  font-family: arenafont;
  font-size: 18px;
  display: block;
  position: absolute;
  content: "\f105";
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .tab-title > li.active {
  background: #fafafa;
  color: #c2d44e;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .tab-title > li:empty {
  display: none;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content {
  height: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner {
  transition: opacity 0.5s;
  left: 15px;
  top: 15px;
  right: 15px;
  display: block;
  visibility: hidden;
  position: absolute;
  z-index: -99;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
.mm-tab-col-content
.tab-content-inner
.mega-sub-link {
  margin: 0px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
.mm-tab-col-content
.tab-content-inner
.mega-sub-link
.dropdown-menu-sub
> li
> a {
  display: block;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
.mm-tab-col-content
.tab-content-inner
.mega-sub-link
.dropdown-menu-sub
> li
> a
img {
  transition: 0.35s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
.mm-tab-col-content
.tab-content-inner
.mega-sub-link
.dropdown-menu-sub
> li
> a:hover
img {
  opacity: 0.8;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner .m-list {
  margin: 0px;
  padding: 0px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu
.mm-tab-col-content
.tab-content-inner
.m-list
li
a {
  line-height: 20px;
}

.sidemenu-holder
.navbar
.navbar-collapse
.menu-list
> li.mega-menu:hover
> .dropdown-menu-tabs
.mm-tab-col-content
.active.tab-content-inner {
  visibility: visible;
  position: static;
  z-index: 1;
  opacity: 1;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.active {
  background: #61b046;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li.active > a {
  color: #fff;
  font-weight: 600;
}

@media all and (min-width: 1025px) {
  .sidemenu-holder .navbar .navbar-collapse .menu-list > li:hover > a {
    background: #61b046;
    color: #fff;
    font-weight: 600;
  }
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li > a > span.large-temp {
  width: 110px;
  display: block;
}

.sidemenu-holder .navbar .navbar-collapse .menu-list > li > a > span.large-text {
  position: absolute;
  top: 30px;
  width: 110px;
  text-align: center;
}

/* #endregion */
/* #region labels-wrapper: hỗ trợ cho menu */
.labels-wrapper {
  position: absolute;
  display: block;
  left: 50%;
  top: -24px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
  text-transform: uppercase;
  z-index: 2;
}

.labels-wrapper .menu-label {
  display: block;
  font-size: 10px;
  padding: 0 7px;
  line-height: 20px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}

.labels-wrapper .menu-label:after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  left: 10px;
  bottom: -4px;
}

.labels-wrapper .menu-label.label-new {
  background: #c2d44e;
  color: #fff;
}

.labels-wrapper .menu-label.label-new:after {
  border-top-color: #c2d44e;
}

.labels-wrapper .menu-label.label-hot {
  background: #ff3b30;
  color: #fff;
}

.labels-wrapper .menu-label.label-hot:after {
  border-top-color: #ff3b30;
}

.labels-wrapper .menu-label.label-sale {
  background: #81cfdc;
  color: #fff;
}

.labels-wrapper .menu-label.label-sale:after {
  border-top-color: #81cfdc;
}

/* #endregion */
/* #endregion */
/* #region mobile-layout-bar ------------------------------------------ */
.mobile-layout-bar {
  border-top: 1px solid #e1e1e1;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0px 4px 4px rgba(7, 61, 18, 0.04);
}

/* #endregion */
/* #region mobile-layout-bar extend ---------------------------------------------------------------------- */
.mobile-layout-bar div.logo {
  height: 50px;
}

.mobile-layout-bar div.logo img {
  height: 50px;
}

.mobile-layout-bar a.button {
  display: block;
  text-align: center;
  padding-top: 10px;
}

.mobile-layout-bar a > i.ic {
  width: 22px;
  height: 22px;
  display: inline-block;
}

.mobile-layout-bar a > i.ic::before {
  background-color: #99a396;
  -webkit-mask-size: 20px;
  mask-size: 20px;
}

/* #endregion */
/* #region menu-mobile-3p ---------------------------------------------------------------------- */
.m-close,
.m-back {
  text-align: right;
  border: none;
  z-index: 99999;
  cursor: pointer;
  width: 45px;
  height: 46px;
  line-height: 46px;
  background: #61B046;
  opacity: 0;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}

.m-close i:before {
  content: "\e973";
  font-family: "arenafont";
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  line-height: 46px;
  font-size: 16px;
}

.m-back {
  background: #fff;
  left: 0;
  right: unset;
}

.m-back i:before {
  font-family: "arenafont";
  color: #61B046;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  line-height: 46px;
  font-size: 16px;
}

.main-nav:has(.menu-mobile-open) .m-back {
  opacity: 1;
}

/* background-menu */
.menu-opened #session-body:before {
  background: rgba(0, 0, 0, 0.3);
  content: "" !important;
  display: inline-block !important;
  z-index: 99999;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.menu-mobile-3p {
  border: 0;
  top: 0 !important;
  position: fixed;
  width: 300px;
  z-index: 999999;
  height: 100%;
  left: 0;
  background: #fff;
  -webkit-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  -o-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-mobile-3p.opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}

.menu-mobile-3p.opened .m-close {
  opacity: 1;
}

.menu-mobile-3p .mm-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

.menu-mobile-3p .labels-wrapper {
  left: 80%;
  top: -6px;
}

.menu-mobile-3p .main-nav {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.menu-mobile-3p .main-nav .dropdown-menu li {
  padding: 0;
  border: none;
  margin-left: 30px;
}

.menu-mobile-3p .main-nav .dropdown-menu li.col-item:not(:last-child) > .dropdown > a,
.menu-mobile-3p .main-nav .dropdown-menu li.col-item:not(:last-child) > a {
  border-bottom: 1px solid #e1e1e1;
}

.menu-mobile-3p .main-nav .back-prev-menu {
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  padding: 13px 40px 13px 15px;
  text-transform: uppercase;
  color: #fff;
  background: #61B046;
}

.menu-mobile-3p .main-nav .back-prev-menu > a {
  color: inherit;
  padding: 0;
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  pointer-events: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.menu-mobile-3p .main-nav .dropdown {
  position: static;
}

.menu-mobile-3p .main-nav .dropdown .back-prev-menu {
  padding: 0;
  text-align: center;
}

.menu-mobile-3p .main-nav .dropdown .back-prev-menu > span {
  padding: 13px 40px 13px 15px;
  height: auto;
  line-height: 20px;
  text-align: center;
  display: block;
  color: inherit;
  position: static;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.menu-mobile-3p .main-nav .dropdown .back-prev-menu > span:before {
  float: left;
  line-height: 20px;
  font-size: 20px;
  width: auto;
  margin-right: 8px;
  content: "\f007";
}

.menu-mobile-3p .main-nav .dropdown > .dropdown-menu {
  clear: both;
  padding: 0;
  float: none;
  border: none;
  visibility: visible;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100% !important;
  min-height: 100% !important;
  max-height: 100vh;
  background: #fff !important;
  z-index: 9991;
  opacity: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-box-shadow: 0 0 0 #fff;
  -ms-transform: 0 0 0 #fff;
  -o-transform: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
}

.menu-mobile-3p .main-nav .dropdown > .dropdown-menu.menu-mobile-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  max-height: none;
}

.menu-mobile-3p .main-nav > li:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.menu-mobile-3p .main-nav > li a {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  line-height: 26px;
  color: #898e91;
  font-size: 15px;
}

.menu-mobile-3p .main-nav > li a .bg-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-position: center;
  background-size: contain;
  border: 1px solid #e1e1e1;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
}

.menu-mobile-3p .main-nav > li a .bg-icon:after {
  content: "";
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.menu-mobile-3p .main-nav > li a .get-title {
  flex: 1;
}

.menu-mobile-3p .main-nav > li > a {
  position: relative;
  z-index: 1;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.menu-mobile-3p .main-nav > li > a + span.expand {
  display: block;
}

.menu-mobile-3p .main-nav > li .icon-nav {
  display: none;
}

.menu-mobile-3p .main-nav > li > a:hover,
.menu-mobile-3p .main-nav > li > a:focus {
  text-decoration: none;
}

.menu-mobile-3p .main-nav > li > span.expand {
  width: 100%;
  text-align: right;
  padding-right: 15px;
  color: #898e91;
}

.menu-mobile-3p .main-nav > li.dropdown > a {
  padding-right: 35px;
  pointer-events: none;
}

.menu-mobile-3p .main-nav > li.dropdown .dropdown-menu {
  padding: 0;
  border-top: none;
}

.menu-mobile-3p .main-nav > li.dropdown .dropdown-menu > li:not(:last-child) > a {
  border-bottom: 1px solid #e1e1e1;
}

.menu-mobile-3p .main-nav > li.dropdown .dropdown-menu > li > a {
  white-space: normal;
  background: none;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

.menu-mobile-3p .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.menu-mobile-3p .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li a {
  color: #898e91;
  border: 0;
  background: none;
  font-family: "Open Sans", sans-serif;
}

.menu-mobile-3p .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li a:hover {
  text-decoration: none;
  color: #c2d44e;
}

.menu-mobile-3p .main-nav > li.dropdown .dropdown-menu .dropdown-submenu.dropdown > a {
  padding-right: 35px;
  pointer-events: none;
}

.menu-mobile-3p .main-nav .product-button {
  display: none !important;
}

.menu-mobile-3p .main-nav span.expand {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: -46px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: right;
  padding: 0 15px;
  font-size: 14px;
  cursor: pointer;
  color: #898e91;
}

.menu-mobile-3p .main-nav span.expand:before {
  content: "\f107";
  font-family: arenafont;
  font-size: 18px;
  display: block;
  width: 46px;
  float: right;
  line-height: 46px;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.menu-mobile-3p .main-nav .mega-menu .mega-image-bottom {
  padding: 0;
}

.menu-mobile-3p .main-nav .mega-menu .mega-image-bottom > a {
  padding: 15px;
}

.menu-mobile-3p .main-nav .mega-menu .product-wrapper {
  padding: 15px;
  border: none;
}

.menu-mobile .main-nav .mega-menu .product-wrapper .product-head .product-image {
  padding: 1px;
  border: 1px solid #e1e1e1;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
}

.menu-mobile-3p .main-nav .mega-menu .product-wrapper .product-head .product-image a {
  padding: 0;
  border: none;
}

.menu-mobile-3p .main-nav .mega-menu .product-wrapper .product-head .product-image img {
  width: 100%;
}

.menu-mobile-3p .main-nav .mega-menu .product-wrapper .wrapper-countdown {
  display: none;
}

.menu-mobile-3p .main-nav .mega-menu .product-wrapper .product-content {
  padding: 15px 0 0;
}

.menu-mobile-3p .main-nav .mega-menu .product-wrapper .product-content .product-name {
  margin: 0;
}

.menu-mobile-3p .main-nav .mega-menu .product-wrapper .product-content .product-name a {
  padding: 0;
  border: none;
  font-size: 18px;
}

.menu-mobile-3p .main-nav .mega-menu .product-wrapper .product-content .price-cart-wrapper {
  padding: 0;
  min-height: 0;
}

.menu-mobile-3p .main-nav .mega-menu .product-wrapper .product-content .price-cart-wrapper .product-add-cart {
  display: none;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu {
  padding: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -ms-transform: 0 0 0 rgba(0, 0, 0, 0.2);
  -o-transform: 0 0 0 rgba(0, 0, 0, 0.2);
  transform: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu > .row {
  margin: 0;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu div.mega-sub-link:not(:last-child) > a {
  border-bottom: 1px solid #e1e1e1;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link {
  clear: both;
  overflow: hidden;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners > a {
  padding: 10px 20px;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub .dropdown-inner > a,
.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub > a {
  padding: 20px;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub li a {
  padding: 20px;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-0 > a,
.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-0 > span.expand,
.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-1 > a,
.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-1 > span.expand,
.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-2 > a,
.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-2 > span.expand {
  display: none !important;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-0 > span.expand,
.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-1 > span.expand,
.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-2 > span.expand {
  margin: 0;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-0 .dropdown-menu,
.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-1 .dropdown-menu,
.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-2 .dropdown-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  position: static;
  min-height: auto !important;
  max-height: none;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-0 .dropdown-menu .back-prev-menu,
.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-1 .dropdown-menu .back-prev-menu,
.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-2 .dropdown-menu .back-prev-menu {
  display: none !important;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link > .dropdown-menu-sub {
  border: none;
  margin-top: 50px;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link a.mega-image {
  padding: 15px;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.dropdown > a {
  padding-right: 35px;
  pointer-events: none;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub a {
  padding: 15px;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub a > span {
  display: block;
  padding: 5px 0 0;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub .bp-item {
  width: 100%;
  display: block;
  margin: 0;
  padding: 15px 15px 0 15px;
  overflow: hidden;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub .bp-item:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub .bp-item .sb-product-head {
  padding: 0;
  width: 35%;
  float: left;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub .bp-item .sb-product-head a {
  padding: 1px !important;
  border: 1px solid #e1e1e1;
  margin: 0 !important;
  padding: 0;
  border-radius: 1px 1px 1px 1px;
  -moz-border-radius: 1px 1px 1px 1px;
  -webkit-border-radius: 1px 1px 1px 1px;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub .bp-item .sb-product-head a img {
  max-width: 100%;
  margin: 0 auto;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub .bp-item .sb-product-content {
  padding: 0 0 0 15px;
  width: 65%;
  float: left;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub .bp-item .sb-product-content .product-name {
  font-size: 14px;
  margin: 0 0 5px;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub .bp-item .sb-product-content .product-name a {
  padding: 0;
  margin: 0;
  border: none;
  color: #484747;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub .bp-item .sb-product-content .product-review {
  display: none;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub .bp-item:hover a {
  text-decoration: none !important;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub.owl-carousel {
  display: block !important;
  min-height: auto !important;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub.owl-carousel .owl-controls .owl-nav {
  position: static;
}

.menu-mobile-3p .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub.owl-carousel .owl-controls .owl-nav > div {
  margin: 0;
  position: absolute;
  display: block;
  top: 45%;
}

.menu-mobile-3p
.main-nav
.mega-menu
.dropdown-menu
.dropdown-menu-sub.owl-carousel
.owl-controls
.owl-nav
> div.owl-prev {
  left: 15px;
}

.menu-mobile-3p
.main-nav
.mega-menu
.dropdown-menu
.dropdown-menu-sub.owl-carousel
.owl-controls
.owl-nav
> div.owl-next {
  right: 15px;
}

.menu-mobile-3p .main-nav li {
  clear: both;
  display: block;
  min-height: fit-content;
  height: fit-content;
  max-height: 50px;
}

/* #endregion */
/* #region list-horizontal ---------------------------------------------------------------------- */
.list-horizontal {
  position: relative;
  padding: 0;
}

.list-horizontal.right {
  margin: 0 -12px;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown > span.expand {
  display: none;
}

@media (max-width: 1024px) and (min-width: 992px) {
  .list-horizontal .navbar .navbar-collapse .list > li.dropdown > a {
    pointer-events: none;
  }
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown > a:after {
  content: "\f004";
  font-family: arenafont;
  font-size: 10px;
  margin: 0 0 0 3px;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown > a.no-after {
  font-size: 20px;
  padding: 5px 7px 3px 4px;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown > a.no-after:after {
  content: "";
  font-family: arenafont;
  font-size: 10px;
  margin: 0;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown.mega-menu.hover:hover {
  background-color: #61b046;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown.mega-menu.hover:hover a.no-after {
  color: #fff;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown > .dropdown-menu {
  top: 100%;
  left: 0;
  visibility: hidden;
  z-index: -99999;
  display: block;
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0);
  opacity: 0;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  z-index: 9999;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown.mega-menu {
  position: static;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown.mega-menu.search-menu {
  background-color: #61b046;
  border-radius: 2px;
  border: 1.5px solid #61b046;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown.mega-menu > .dropdown-menu {
  padding: 15px 5px 0px;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown.mega-menu > .dropdown-menu .row {
  margin: 0px;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown.mega-menu > .dropdown-menu.position-center {
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown.mega-menu > .dropdown-menu.position-right {
  left: auto;
  right: 0;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown.mega-menu:hover > a {
  position: relative;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown.mega-menu:hover > .dropdown-menu.position-center {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.list-horizontal .navbar .navbar-collapse .list > li:hover {
  border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
}

.list-horizontal .navbar .navbar-collapse .list > li:hover > a {
  color: #fff;
  background-color: #61b046;
}

.list-horizontal .navbar .navbar-collapse .list > li:hover > a > span.search-icon {
  background-color: #fff;
}

.list-horizontal .navbar .navbar-collapse .list > li:hover > span.expand {
  color: #fff;
}

.list-horizontal .navbar .navbar-collapse .list .dropdown-menu {
  font-weight: 400;
}

.list-horizontal .navbar .navbar-collapse .list .dropdown-menu > li {
  padding: 0px;
  transition: 0.35s;
  position: relative;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}

.list-horizontal .navbar .navbar-collapse .list .dropdown-menu > li:not(:last-child) {
  border-bottom-color: #e1e1e1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.list-horizontal .navbar .navbar-collapse .list .dropdown-menu > li::after {
  background: #c2d44e;
  transition: 0.35s;
  top: 50%;
  width: 3px;
  right: 0px;
  bottom: 50%;
  display: block;
  visibility: hidden;
  position: absolute;
  content: "";
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}

.list-horizontal .navbar .navbar-collapse .list .dropdown-menu > li > a {
  font-size: 13px;
  display: inline-block;
  position: relative;
}

.list-horizontal .navbar .navbar-collapse .list .dropdown-menu > li:hover {
  background: #fafafa;
}

.list-horizontal .navbar .navbar-collapse .list .dropdown-menu > li:hover::after {
  top: 0px;
  bottom: 0px;
  visibility: visible;
}

.list-horizontal .navbar {
  margin: 0px;
  border-radius: 0px;
  border: currentColor;
  border-image: none;
  position: static;
  box-shadow: 0px 0px 0px transparent;
  -o-transform: 0 0 0 transparent;
  transform: 0 0 0 transparent;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 transparent;
}

.list-horizontal .navbar .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
  position: static;
  margin-top: 30px;
}

.list-horizontal .navbar .navbar-collapse .list {
  margin: 0px auto;
  border-radius: 0px;
  border: currentColor;
  border-image: none;
  width: 100%;
  position: static;
  -webkit-border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
}

.list-horizontal .navbar .navbar-collapse .list span.expand {
  padding: 0px;
  width: 20px;
  text-align: center;
  color: #646565;
  font-size: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.list-horizontal .navbar .navbar-collapse .list span.expand::before {
  font-family: arenafont;
  content: "\e824";
}

.list-horizontal .navbar .navbar-collapse .list > li.mega-menu .mega-col {
  margin-bottom: 20px;
}

.list-horizontal .navbar .navbar-collapse .list > li {
  margin: 0px;
  padding: 0px;
  transition: 0.35s;
  float: left;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}

.list-horizontal.right .navbar .navbar-collapse .list > li {
  float: right;
}

.list-horizontal .navbar .navbar-collapse .list > li:not(:first-child) {
  padding-left: 1px;
}

.list-horizontal .navbar .navbar-collapse .list > li > a {
  margin: 0;
  padding: 10px;
  color: #40493b;
  text-transform: uppercase;
  line-height: 20px;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.list-horizontal .navbar .navbar-collapse .list > li > a:hover {
  color: #fff;
}

.list-horizontal .navbar .navbar-collapse .list > li > span.expand {
  color: #fff;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown {
  position: relative;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown .dropdown-menu li {
  position: relative;
}

@media all and (min-width: 992px) {
  .list-horizontal .navbar .navbar-collapse .list > li.dropdown .dropdown-menu li.back-prev-menu {
    opacity: 0;
  }
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown .dropdown-menu li .dropdown-link {
  margin-right: 30px;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown .dropdown-menu li .dropdown-link::after {
  right: -30px;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown .dropdown-menu li span.expand {
  top: 0px;
  width: 30px;
  height: 40px;
  text-align: center;
  right: 0px;
  line-height: 40px;
  display: block;
  position: absolute;
}

.list-horizontal .navbar .navbar-collapse .list > li.dropdown .dropdown-menu li span.expand::before {
  content: "\e826";
}

.list-horizontal .navbar .navbar-collapse .list > li.space {
  margin-left: 10px;
}

.list-horizontal .navbar .navbar-collapse .list > li.button {
  line-height: 22px;
}

.list-horizontal .navbar .navbar-collapse .list > li.button > a {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  color: #40493b;
  border: solid #61b046 1px;
}

.list-horizontal .navbar .navbar-collapse .list > li.button > a:hover {
  color: #fff;
}

.list-horizontal .navbar .navbar-collapse .list > li.button:not(:first-child) {
  padding: 0;
}

.list-horizontal .navbar .navbar-collapse .list > li.button.active > a {
  color: #fff;
  background-color: #61b046;
}

.list-horizontal .navbar .navbar-collapse .list .search .form-control {
  width: 332px;
  height: 40px;
  line-height: 18px;
  text-transform: none;
  background: #fff;
  color: #898e91;
  padding: 7px 10px 7px 35px;
  border: solid 1px #c4c4c4;
}

.list-horizontal .navbar .navbar-collapse .list .search > .search-icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: none;
  border: none;
  height: 100%;
  vertical-align: middle;
}

.list-horizontal .navbar .navbar-collapse .list .search > .search-icon i.ic_search {
  height: 30px;
  width: 30px;
  margin-top: -10px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .list-horizontal .navbar .navbar-collapse .list .search .form-control {
    width: 270px;
  }
}

@media (max-width: 991px) {
  .list-horizontal .navbar .navbar-collapse .list .search .form-control {
    max-width: 100%;
  }
}

.list-horizontal .navbar .navbar-collapse .list .search .form-control::-webkit-input-placeholder {
  color: #898e91;
}

.list-horizontal .navbar .navbar-collapse .list .search .form-control:-moz-placeholder {
  color: #898e91;
}

.list-horizontal .navbar .navbar-collapse .list .search .form-control::-moz-placeholder {
  color: #898e91;
}

.list-horizontal .navbar .navbar-collapse .list .search .form-control:-ms-input-placeholder {
  color: #898e91;
}

/* #endregion */
/* #region navbar-responsive-menu ---------------------------------------------------------------------- */
.header-container-3p.header-fixed .mobile-layout-bar .m-block-icons > li.wishlist-target .wishlist-icon .number,
.header-container-3p.header-fixed .mobile-layout-bar .m-block-icons > li.compare-target .compare-icon .number,
.header-container-3p.header-fixed .mobile-layout-bar .m-block-icons > li.cart-target .number {
  top: 0;
}

.header-container-3p.header-fixed .sidemenu-holder .navbar .navbar-collapse .menu-list > li > a {
  padding: 17px 13px;
}

.header-container-3p.header-fixed .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > a {
  padding: 17px 15px 16px 15px;
}

.header-container-3p.header-fixed .sidemenu-holder .navbar .navbar-collapse .menu-list > li > a > span.large-text {
  top: 7px;
}

.header-container-3p.header-fixed .list-horizontal .navbar .navbar-collapse {
  margin-top: 7px;
}

@media (max-width: 991px) {
  .header-container-3p.header-mobile-fixed {
    z-index: 99991;
    width: 100%;
    bottom: auto;
    top: 0;
    position: fixed;
  }
  .header-container-3p.header-mobile-fixed .mobile-layout-bar .m-block-icons > li.language .languages {
    top: auto;
    bottom: 100%;
  }
  .header-container-3p.header-mobile-fixed .top-bar,
.header-container-3p.header-mobile-fixed .top-bar-textbox,
.header-container-3p.header-mobile-fixed .header-main {
    display: none;
  }
}

@media (max-width: 991px) {
  .container .navbar-responsive-menu {
    left: 0;
  }
  .navbar-responsive-menu {
    border: none;
    margin: 0;
    padding: 0 !important;
    min-height: 50px;
    height: 50px;
    cursor: pointer;
  }
  .navbar-responsive-menu .responsive-menu {
    width: 100%;
    height: 50px;
    line-height: 50px;
    z-index: 9;
    cursor: pointer;
    font-size: 0;
  }
  .navbar-responsive-menu .responsive-menu:before {
    content: "\f008";
    font-family: arenafont;
    color: #898e91;
    font-size: 20px;
  }
  .navbar-responsive-menu .bar {
    display: none;
  }
}

/* #endregion */
li.telephone {
  border: 1.5px solid #61b046;
  background-color: #effbf1;
  border-radius: 2px;
}

li.telephone a {
  font-size: 22px !important;
  line-height: 22px !important;
  padding: 9px 16px !important;
}

li.telephone a i.ic.phone {
  margin-right: 6px;
}

li.telephone a i.ic.phone::before {
  background-color: #40493b;
  mask-size: 22px;
  -webkit-mask-size: 22px;
}

li.telephone:hover a i.ic.phone::before {
  background-color: #fff;
}

/* #region scroll-to-top ------------------------------------------------------ */
#scroll-to-top {
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -moz-backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 1000;
  display: block;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 1024px) {
  #scroll-to-top {
    display: none;
  }
}

#scroll-to-top.on {
  bottom: 10%;
  opacity: 1;
  filter: alpha(opacity=100);
}

#scroll-to-top i {
  display: none;
}

#scroll-to-top a {
  background-color: #61b046;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 56px;
  display: block;
  border: 1px solid #61b046;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: 0px 6px 6px rgba(36, 41, 33, 0.6);
  box-shadow: 0px 6px 6px rgba(36, 41, 33, 0.6);
}

/*#scroll-to-top a:before {
    content: "\f106";
    font-size: 40px;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 56px;
    text-align: center;
    color: #c2d44e;
    font-family: "arenafont";
    display: block;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}*/
/*#scroll-to-top a:hover {
    text-decoration: none;
}*/
/*#scroll-to-top:hover a {
    background: #c2d44e;
}*/
/*#scroll-to-top:hover a:before {
    color: #fff;
}*/
#scroll-to-top span.scroll-top {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
  -webkit-mask: url("/Sources/assets/icon/_scrollTop.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_scrollTop.svg") no-repeat center;
}

#scroll-to-top:hover span.scroll-top {
  background-color: #262626;
}

/* #endregion */
/* #region footer-container-3p ------------------------------------------------------ */
.footer-container-3p {
  background: #40493b;
}

/* #endregion */
/* #region widget-3p bottom-intro-1 ------------------------------------------------------ */
.widget-3p .bottom-intro-1 .title-wrapper h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content > a {
  display: block;
  width: 100%;
  color: #fff;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content > span {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 20px;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content span.title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-top: 35px;
  text-transform: uppercase;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content span.summary {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 18px;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content ul {
  list-style: none;
  padding-bottom: 20px;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content ul.bottom-border::after {
  display: block;
  clear: both;
  content: "";
  padding-bottom: 20px;
  width: 70px;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content ul > li {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
  line-height: 22px;
  color: #fff;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content ul > li:first-child {
  margin-top: 0;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content ul > li > a {
  color: #99a396;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content ul > li > a.special {
  color: #61b046;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content ul > li > a:hover {
  color: #61b046;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content ul.bottom-border > li a {
  color: #fff;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content ul.bottom-border > li a > i.ic {
  width: 20px;
  height: 20px;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content ul.bottom-border > li a > i.ic::before {
  background-color: #99a396;
  -webkit-mask-size: 18px;
  mask-size: 18px;
}

/* #endregion */
/* #region widget-3p bottom-copy-1 ------------------------------------------------------ */
.widget-3p .bottom-copy-1 {
  padding: 0;
  background: #0d2202;
  color: #c4c4c4;
}

.widget-3p .bottom-copy-1 .table-row {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.widget-3p .bottom-copy-1 .table-row > div {
  display: table-cell;
  vertical-align: middle;
}

.widget-3p .bottom-copy-1 .copyright {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
}

.widget-3p .bottom-copy-1 .copyright p {
  line-height: 25px;
  margin: 0;
  padding: 0;
}

/* #endregion */
.widget-3p .bottom-intro-1 .bottom-intro-1-content span.certificate {
  margin-bottom: 16px;
  color: #c4c4c4;
}

.widget-3p .bottom-intro-1 .bottom-intro-1-content {
  font-family: "Nunito", sans-serif;
}

.widget-3p .bottom-intro-1 .fanpage .title-wrapper.after {
  margin: 22px 0;
}

.widget-3p .bottom-intro-1 .fanpage .title-wrapper.after + h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin-bottom: 7px;
}

.mobile-footer {
  display: none;
  position: sticky;
  bottom: 0;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  column-gap: 35px;
  padding-bottom: 8px;
  padding-top: 5px;
  background-image: url("/Sources/assets/img/background/mobile_footer_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(0 2px 15px rgba(31, 31, 31, 0.2));
  z-index: 9;
}

.mobile-footer img {
  width: 38px;
  height: 38px;
  padding-bottom: 7px;
}

.mobile-footer .middle {
  width: 73px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/Sources/assets/img/background/mobile_footer_middle_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 3px;
}

.mobile-footer .middle img {
  width: 44px;
  height: 44px;
  padding: 0;
}

@media (max-width: 767px) {
  .widget-3p .bottom-copy-1 .table-row > div {
    display: block;
  }
  .mobile-footer {
    display: flex;
  }
}

/* #region widget-3p section-separator ----------------------------------------------------------- */
.widget-3p .section-separator {
  overflow: hidden;
  padding-top: 20px;
}

.widget-3p .section-separator.no-space {
  padding-top: 0;
}

.widget-3p .section-separator.border-top {
  border-top: 1px solid #535953;
}

/* #endregion */
/* #region bg ----------------------------------------------------------- */
.bg-1 {
  background: #fafafa;
}

.bg-2 {
  background: #fff;
}

.bg-wg-1 {
  background-image: url("/Sources/assets/img/background/_bg_wg1.png");
  background-repeat: no-repeat;
  background-position: 0 -20px;
}

.bg-wg-2 {
  background-image: url("/Sources/assets/img/background/_bg_wg2.png");
  background-repeat: no-repeat;
  background-position: 100% 190px;
}

.bg-wg-3 {
  background-image: url("/Sources/assets/img/background/_bg_wg2.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.bg-wg-4 {
  background-image: url("/Sources/assets/img/background/_bg_wg2.png");
  background-repeat: no-repeat;
  background-position: 100% -280px;
}

/* #endregion */
/* #region page-content ----------------------------------------------------------- */
.page-content-1 {
  padding: 100px 0 0 0;
  min-height: 300px;
  overflow: hidden;
}



@media (max-width: 767px) {
  .page-content-2 {
    padding: 12px 0 0 0;
  }

  .page-content-1 {
    padding: 12px 0 0 0;
  }
}

.page-content-2 {
  padding: 80px 0 0 0;
  min-height: 300px;
  overflow: hidden;
}

.page-content-3 {
  padding: 50px 0 0 0;
  min-height: 300px;
  overflow: hidden;
}

/* #endregion */
/* #region container-box ----------------------------------------------------------- */
.container-box {
  padding: 0;
  position: relative;
}

.container-box > div {
  background: transparent;
  line-height: 1.2;
  padding: 0;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  font-weight: 300;
}

.container-box > div b,
.container-box > div strong {
  display: block;
}

.container-box > div.heading {
  margin: 0 auto 7%;
  padding: 0;
  line-height: 1.2;
  font-weight: 100;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .container-box > div.heading {
    font-size: 3vw !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .container-box > div.heading {
    font-size: 4.5vw !important;
  }
}

@media (max-width: 767px) {
  .container-box > div.heading {
    font-size: 5vw !important;
  }
}

.container-box > div.heading.bold-true {
  font-weight: 700;
}

.container-box > div.subheading {
  margin: 0 auto 7%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.container-box > div.subheading.bold-true {
  font-weight: 700;
}

.container-box > div.subheading.border-true {
  padding: 9px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media (max-width: 767px) {
  .container-box > div.subheading.border-true {
    padding: 0;
    border: none;
  }
}

.container-box > div.cation {
  margin: 0 0 5%;
  line-height: 1.5;
  display: inline-block;
}

.container-box > div.cation.bold-true {
  font-weight: 700;
}

@media (max-width: 479px) {
  .container-box > div.cation {
    display: none;
  }
}

.container-box > div.caption-link {
  margin: 1.5% 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .container-box > div.caption-link {
    display: none;
  }
}

.container-box > div.caption-link .slider-button {
  font-size: 16px;
  padding: 7px 30px;
  line-height: 26px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}

@media (max-width: 1024px) {
  .container-box > div.caption-link .slider-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .container-box > div.caption-link .slider-button {
    font-size: 14px;
    padding: 2px 20px;
  }
}

/* #endregion */
/* #region swiper-button ----------------------------------------------------------- */
.swiper-button-white {
  z-index: 4;
  display: block;
  height: 40px;
  width: 40px;
  background-image: none;
  text-align: center;
  color: #fff;
  background: #c2d44e;
  border: 1px solid #c2d44e;
  margin: 0;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

@media (min-width: 1025px) {
  .swiper-button-white {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .swiper-button-white {
    width: 30px;
    height: 30px;
  }
}

.swiper-button-white:before {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  width: 100%;
  height: 100%;
  font-family: arenafont;
}

@media (max-width: 767px) {
  .swiper-button-white:before {
    line-height: 28px;
  }
}

.swiper-button-white.swiper-button-prev {
  background-image: none;
  left: 15px;
}

@media (max-width: 767px) {
  .swiper-button-white.swiper-button-prev {
    left: 0;
  }
}

.swiper-button-white.swiper-button-prev:before {
  content: "\f104";
}

.swiper-button-white.swiper-button-next {
  background-image: none;
  right: 15px;
}

@media (max-width: 767px) {
  .swiper-button-white.swiper-button-next {
    right: 0;
  }
}

.swiper-button-white.swiper-button-next:before {
  content: "\f105";
}

@media (min-width: 1025px) {
  .swiper-button-white:hover {
    color: #fff;
    background: #c2d44e;
  }
}

.swiper-pagination {
  bottom: 5%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 1px solid #c2d44e;
  background: #c2d44e;
  opacity: 0.5;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-wrapper .owl-controls .owl-dots {
  position: absolute;
  display: block;
  right: 0;
  bottom: 5%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.swiper-wrapper .owl-controls .owl-dots .owl-dot {
  margin: 0 5px !important;
  display: inline-block;
  line-height: 20px;
}

.swiper-wrapper .owl-controls .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 0;
  border: 1px solid #c2d44e;
  background: #c2d44e;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  opacity: 0.5;
  position: relative;
  display: inline-block;
  padding: 0;
}

.swiper-wrapper .owl-controls .owl-dots .owl-dot:hover span,
.swiper-wrapper .owl-controls .owl-dots .owl-dot:focus span,
.swiper-wrapper .owl-controls .owl-dots .owl-dot.active span {
  opacity: 1;
}

.swiper-slide-1.swiper-slide-active .heading {
  color: #4a4949;
  font-size: 49px;
  -webkit-animation-name: moveFromTop;
  animation-name: moveFromTop;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.swiper-slide-1.swiper-slide-active .subheading {
  color: #4a4949;
  font-size: 25px;
  -webkit-animation-name: moveFromRight;
  animation-name: moveFromRight;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  border-top-color: #4a4949;
  border-bottom-color: #4a4949;
}

.swiper-slide-1.swiper-slide-active .cation {
  color: #4a4949;
  font-size: 14px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.swiper-slide-1.swiper-slide-active .caption-link {
  -webkit-animation-name: moveFromBottom;
  animation-name: moveFromBottom;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* #endregion */
/* #region slideshow-1 ----------------------------------------------------------- */
.slideshow-1-outline {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.slideshow-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.slideshow-1:hover .swiper-button-white {
  opacity: 1 !important;
}

.slideshow-1:hover .swiper-button-white.swiper-button-disabled {
  opacity: 0 !important;
}

.slideshow-1.full-height .slideshow-1-slides .swiper-slide {
  min-height: 100vh;
}

.slideshow-1.full-height .slideshow-1-slides .swiper-slide > a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1200px) {
  .slideshow-1.full-height .slideshow-1-slides .swiper-slide {
    min-height: 80vh;
  }
}

@media (max-width: 479px) {
  .slideshow-1.full-height .slideshow-1-slides .swiper-slide {
    height: 60vh;
  }
}

/*slideshow-1-slides*/
.slideshow-1-slides .swiper-slide {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  background: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.slideshow-1-slides .swiper-slide .container-box {
  opacity: 0;
}

@media all and (min-width: 0) and (min-resolution: 0.001dpcm) {
  .slideshow-1-slides .swiper-slide {
    opacity: 1 !important;
  }
}

.slideshow-1-slides .swiper-slide.has-video .video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1025px) {
  .slideshow-1-slides .swiper-slide.has-video:hover .swiper-content {
    z-index: 4;
  }
}

.slideshow-1-slides .swiper-slide.swiper-slide-active .container-box {
  opacity: 1;
}

.slideshow-1-slides .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 0;
}

.slideshow-1-slides .swiper-slide > a.waiting,
.slideshow-1-slides .swiper-slide > a.lazyloaded {
  height: 100%;
}

.slideshow-1-slides .swiper-slide > a > img {
  opacity: 0;
  position: static;
}

.slideshow-1-slides .swiper-slide > a > img.lazyloaded,
.slideshow-1-slides .swiper-slide > a > img.waiting {
  opacity: 0;
  position: static;
}

.slideshow-1-slides .swiper-content {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.slideshow-1-slides .swiper-content.text-center {
  left: 0;
  right: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.slideshow-1-slides .swiper-content.text-center .subheading {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.slideshow-1-slides .swiper-content.text-left {
  padding-left: 10%;
  left: 0;
}

.slideshow-1-slides .swiper-content.text-right {
  padding-right: 10%;
  right: 0;
}

.slideshow-1-slides .swiper-content.text-right .container-box {
  text-align: left;
}

.slideshow-1-slides.flexslider {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.slideshow-1-slides.flexslider .flex-direction-nav a {
  position: absolute;
  top: 45%;
  z-index: 4;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}

.slideshow-1-slides.flexslider .flex-direction-nav a:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.slideshow-1-slides.flexslider .flex-direction-nav a.flex-prev {
  left: 10px;
}

.slideshow-1-slides.flexslider .flex-direction-nav a.flex-prev:before {
  content: "\f104";
}

.slideshow-1-slides.flexslider .flex-direction-nav a.flex-next {
  right: 10px;
}

.slideshow-1-slides.flexslider .flex-direction-nav a.flex-next:before {
  content: "\f105";
}

.slideshow-1-slides.flexslider .flex-control-nav {
  bottom: 4%;
  z-index: 10;
}

.slideshow-1-slides.flexslider .slides > li {
  position: relative;
}

.slideshow-1-slides .cameracurrent .camera_caption > div,
.slideshow-1-slides .flex-active-slide .camera_caption > div {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.slideshow-1-slides .flex-control-paging li a {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
  border: 2px solid #333;
  background: #333;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  position: relative;
  padding: 0;
  opacity: 0.6;
}

.slideshow-1-slides .flex-control-paging li a:hover,
.slideshow-1-slides .flex-control-paging li a.flex-active {
  border-color: #c2d44e;
  background: #c2d44e;
}

.slideshow-1 .slideshow-1-slides .slideshow-1-type-1 .swiper-content {
  top: 70px;
  left: 0;
}

.slideshow-1 .slideshow-1-slides .slideshow-1-type-1.swiper-slide-active .heading {
  font-family: "Josefin Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 40px;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slideshow-1 .slideshow-1-slides .slideshow-1-type-1.swiper-slide-active .subheading {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 5px 0 40px 0;
  padding: 0;
  line-height: 22px;
  display: block;
  border: none;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.slideshow-1 .slideshow-1-slides .slideshow-1-type-1.swiper-slide-active .cation {
  font-family: "Nunito", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 35px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  width: 30%;
  vertical-align: top;
}

@media (min-width: 992px) {
  .slideshow-1 .slideshow-1-slides .slideshow-1-type-1.swiper-slide-active .cation {
    width: 25%;
  }
}

.slideshow-1 .slideshow-1-slides .slideshow-1-type-1.swiper-slide-active .cation.left {
  -webkit-animation-name: moveFromLeft;
  animation-name: moveFromLeft;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.slideshow-1 .slideshow-1-slides .slideshow-1-type-1.swiper-slide-active .cation.center {
  -webkit-animation-name: moveFromBottom;
  animation-name: moveFromBottom;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.slideshow-1 .slideshow-1-slides .slideshow-1-type-1.swiper-slide-active .cation.right {
  -webkit-animation-name: moveFromRight;
  animation-name: moveFromRight;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* #endregion */
/* #region blog-slider-1-item-wrapper news-item ------------------------------------------------------ */
.blog-slider-1-item-wrapper .news-item {
  margin: 0 0 20px 0;
  position: relative;
  max-height: 152px;
  height: 100%;
}

.blog-slider-1-item-wrapper .news-item .news-image {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  height: 152px;
}

.blog-slider-1 {
  margin-bottom: 50px;
}

.blog-slider-1 .news-item.first .news-image {
  width: 100%;
  height: 335px;
}

.blog-slider-1-item-wrapper .news-item .news-image > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1025px) {
  .blog-slider-1-item-wrapper .news-item .news-image > a:hover:before {
    opacity: 1;
  }
}

.blog-slider-1-col {
  padding-left: 18px;
}

.blog-slider-1-item-wrapper .news-item .news-content {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
  padding: 0;
  width: calc(100% - 205px);
  width: -webkit-calc(100% - 205px);
  width: -moz-calc(100% - 205px);
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

/* #endregion */
/* #region widget-3p blog-slider-1 ------------------------------------------------------ */
.widget-3p .blog-slider-1-outline {
  background-color: #fafafa;
}

.widget-3p .blog-slider-1 .news-item.first .news-content .news-summary {
  max-height: 87px;
}

.widget-3p .blog-slider-1-content {
  padding-top: 70px;
}

.widget-3p .blog-slider-1 .blog-slider-1-items.owl-theme .owl-controls .owl-nav {
  top: -60px;
  left: 0;
}

.widget-3p .blog-slider-1 .blog-slider-1-items.owl-theme .owl-controls .owl-nav > .owl-prev {
  position: absolute;
  top: 0;
  right: 40px;
  margin: 0;
}

.widget-3p .blog-slider-1 .blog-slider-1-items.owl-theme .owl-controls .owl-nav > .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

/* #endregion */
/* #region product-wrapper ------------------------------------------------------ */
.product-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}

.product-wrapper.effect-overlay {
  background-color: #fff;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.product-wrapper .product-head .product-image {
  position: relative;
  margin: 0 auto;
}

.product-wrapper .product-head .product-image .product-button {
  width: 30px;
  z-index: 2;
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
  -moz-transition: opacity 0.3s, transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

@media (min-width: 1025px) {
  .product-wrapper .product-head .product-image .product-button {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
  }
}

@media (max-width: 479px) {
  .product-wrapper .product-head .product-image .product-button {
    top: 2px;
    left: 2px;
  }
}

.product-wrapper .product-head .product-image .product-button .quick_shop,
.product-wrapper .product-head .product-image .product-button .add-to-wishlist {
  font-size: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 5px;
  display: block;
  background: rgba(194, 212, 78, 0.8);
  border: 1px solid #c2d44e;
  color: #fff;
  -moz-transition: all 0.35s ease-in 0s;
  -o-transition: all 0.35s ease-in 0s;
  -webkit-transition: all 0.35s ease-in 0s;
  transition: all 0.35s ease-in 0s;
}

.product-wrapper .product-head .product-image .product-button .quick_shop i,
.product-wrapper .product-head .product-image .product-button .add-to-wishlist i {
  font-size: 14px;
}

.product-wrapper .product-head .product-image .product-button .quick_shop:hover,
.product-wrapper .product-head .product-image .product-button .add-to-wishlist:hover {
  background: #b5c648;
  color: #fff;
  border-color: #b5c648;
}

.product-wrapper .product-head .product-image .featured-img {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.product-wrapper .product-head .product-image .featured-img a {
  display: block;
  position: relative;
  width: 100%;
}

.product-wrapper .product-head .product-image .featured-img a > span.img-back img {
  opacity: 0;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}

.product-wrapper .product-head .product-image .featured-img a > img.lazyloading {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  opacity: 0.2;
}

.product-wrapper .product-head .product-image .featured-img a > img.lazyloaded {
  filter: blur(5px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  opacity: 1;
  min-height: 263px;
  max-height: 263px;
}

.product-wrapper .product-head .product-image .featured-img img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.product-wrapper .product-head .product-image .featured-img img.lazyloaded {
  height: auto !important;
  width: auto !important;
}

.product-wrapper .product-head .product-image .featured-img.switch-image a img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 1025px) {
  .product-wrapper .product-head .product-image .featured-img.switch-image:hover a > img {
    opacity: 0;
  }
  .product-wrapper .product-head .product-image .featured-img.switch-image:hover a > span.img-back img {
    opacity: 1;
  }
}

.product-wrapper .product-review {
  margin: 0;
}

.product-wrapper .product-review .spr-badge-starrating {
  float: none;
  margin: 0;
}

.product-wrapper .product-review .spr-badge {
  margin: 0 auto 4px;
}

.product-wrapper .product-group-vendor-name {
  padding: 0;
}

.product-wrapper .product-content {
  padding: 20px 0;
}

.product-wrapper .product-content .pc-inner {
  display: block;
  width: 100%;
  position: relative;
}

.product-wrapper .product-content .product-des-list {
  line-height: 18px;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
  display: none;
}

.product-wrapper .product-content .product-des-list br {
  content: "A";
  display: block;
  margin: 0 0 5px;
}

.product-wrapper .product-content .product-des-list ul,
.product-wrapper .product-content .product-des-list ol {
  padding-left: 18px;
  list-style-position: outside;
}

.product-wrapper .product-content .product-des-list ul li,
.product-wrapper .product-content .product-des-list ol li {
  margin: 0 0 5px;
}

.product-wrapper .product-content .product-description {
  margin: 0 0 15px;
  display: none;
  font-size: 13px;
  color: #898e91;
}

.product-wrapper .product-content .product-description br {
  content: "A";
  display: block;
  margin: 0 0 5px;
}

.product-wrapper .product-content .product-description ul li {
  list-style: circle outside none;
}

.product-wrapper .product-content .product-description ol li {
  list-style: decimal outside none;
}

.product-wrapper .product-content .product-description ul,
.product-wrapper .product-content .product-description ol {
  padding-left: 18px;
}

.product-wrapper .product-content .product-description ul li,
.product-wrapper .product-content .product-description ol li {
  margin: 0 0 5px;
}

.product-wrapper .product-content .product-name {
  color: #262626;
  margin: 0 0 7px;
  line-height: 18px;
  min-height: 40px;
  position: relative;
  height: 85px;
}

.product-wrapper .product-content .product-name a {
  color: #262626;
   display: -webkit-box;
    -webkit-line-clamp: 4;       /* số dòng tối đa */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;          /* chiều cao 1 dòng */
    height: calc(1.2em * 4);     /* mặc định luôn cao đúng 5 dòng */
}

.product-wrapper .product-content .product-name:hover a {
  color: #61b046;
}

.product-wrapper .product-content .product-descrip {
  display: none;
}

.product-wrapper .product-content .product-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  word-break: break-all;
}

.product-wrapper .product-content .product-price p {
  display: none;
}

.product-wrapper .product-content .product-price .price-compare {
  display: inline;
}

@media (max-width: 479px) {
  .product-wrapper .product-content .price-cart-wrapper {
    padding-right: 45px;
    min-height: 40px;
    align-self: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.product-wrapper .product-content .price-cart-wrapper .product-add-cart,
.product-wrapper .product-content .price-cart-wrapper .add-cart-button {
  position: absolute;
  display: block;
  top: -5px;
  right: 0;
}

@media (max-width: 479px) {
  .product-wrapper .product-content .price-cart-wrapper .product-add-cart,
.product-wrapper .product-content .price-cart-wrapper .add-cart-button {
    top: auto;
    bottom: 0;
  }
}

.product-wrapper .product-content .price-cart-wrapper .product-add-cart .btn-add-cart,
.product-wrapper .product-content .price-cart-wrapper .add-cart-button .btn-add-cart {
  display: block;
  text-align: center;
  background: #316e00;
  color: #fff;
  border: 1px solid #316e00;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.product-wrapper .product-content .price-cart-wrapper .product-add-cart .btn-add-cart .demo-icon,
.product-wrapper .product-content .price-cart-wrapper .add-cart-button .btn-add-cart .demo-icon {
  font-size: 20px;
}

.product-wrapper .product-content .price-cart-wrapper .product-add-cart .btn-add-cart.disabled .demo-icon:before,
.product-wrapper .product-content .price-cart-wrapper .add-cart-button .btn-add-cart.disabled .demo-icon:before {
  content: "\f110";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.product-wrapper .product-head .product-image .product-sub {
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  max-height: 30px;
}

.product-wrapper .product-head .product-image .product-sub object {
  opacity: 0.9;
}

.product-wrapper .product-head .product-image .product-sub > img {
  margin: 5px 38px;
  max-width: 70%;
  top: auto;
  left: auto;
  right: auto;
}

.product-wrapper .product-head .product-image .product-sub.special {
  max-height: 46px;
  height: 100%;
}

.product-wrapper .product-head .product-image .product-sub.special > img {
  margin: initial;
  margin-top: 3px;
  max-width: 100%;
  top: 0;
}

@media (min-width: 1025px) {
  .product-wrapper .product-content .price-cart-wrapper .product-add-cart .btn-add-cart:hover,
.product-wrapper .product-content .price-cart-wrapper .add-cart-button .btn-add-cart:hover {
    background: #b5c648;
    color: #fff;
    border-color: #b5c648;
  }
}

@media (min-width: 1025px) {
  .product-wrapper:hover .product-head .product-image .product-button {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

.product-wrapper.none-product-button:after {
  bottom: 0 !important;
}

.product-wrapper.none-product-button .product-content .price-cart-wrapper {
  border-color: transparent !important;
  padding-bottom: 0 !important;
}

.product-wrapper.none-product-button .product-content .product-button {
  display: none;
}

/* #endregion */
/* #region cata-product ----------------------------------------------------------- */
.cata-product {
  display: block;
  margin: 0 -10px;
  padding: 0;
  letter-spacing: -0.31em;
  clear: both;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 479px) {
  .cata-product {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.cata-product .product-grid-item {
  padding: 0 10px;
  margin: 0;
  letter-spacing: 0;
  vertical-align: top;
  float: none;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .cata-product .product-grid-item {
    width: 50% !important;
  }
}

@media (max-width: 479px) {
  .cata-product .product-grid-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

/*has-header-mobile-fixed*/
#session-body.has-header-mobile-fixed .cata-product .product-grid-item .product-content .pc-inner > div {
  width: 100%;
  text-align: left;
}

#session-body.has-header-mobile-fixed .cata-product .product-grid-item .product-content .pc-inner > div:first-child {
  width: 100%;
  text-align: left;
}

#session-body.has-header-mobile-fixed
.cata-product
.product-grid-item
.product-content
.pc-inner
> div
.product-price
> .price {
  text-align: left;
}

#session-body.has-header-mobile-fixed
.cata-product
.product-grid-item
.product-content
.pc-inner
> div
.product-price
> .price
> span {
  display: inline-block;
  white-space: nowrap;
}

.cata-product .product-wrapper {
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 479px) {
  .cata-product .product-wrapper {
    margin-bottom: 15px;
  }
}

.cata-product .product-wrapper .product-content .product-description {
  display: block;
}

/*cata-grid-2*/
.cata-product.cata-grid-2 .product-grid-item {
  width: 50%;
}

@media (min-width: 768px) {
  .cata-product.cata-grid-2 .product-grid-item:nth-child(2n + 1) .product-wrapper:before {
    content: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .cata-product.cata-grid-2 .product-grid-item:nth-child(1),
.cata-product.cata-grid-2 .product-grid-item:nth-child(2) {
    border-top: none;
  }
}

/*cata-grid-3*/
.cata-product.cata-grid-3 .product-grid-item {
  width: 33.333333%;
}

@media (min-width: 768px) {
  .cata-product.cata-grid-3 .product-grid-item:nth-child(3n + 1) .product-wrapper:before {
    content: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .cata-product.cata-grid-3 .product-grid-item:nth-child(1),
.cata-product.cata-grid-3 .product-grid-item:nth-child(2),
.cata-product.cata-grid-3 .product-grid-item:nth-child(3) {
    border-top: none;
  }
}

.cata-product.cata-grid-3 .product-content .pc-inner > div {
  width: 100%;
}

.cata-product.cata-grid-3 .product-content .pc-inner > div:first-child {
  width: 100%;
}

.cata-product.cata-grid-3 .product-content .product-price {
  text-align: left;
}

.cata-product.cata-grid-3 .product-content .product-price .price-note {
  width: auto;
  display: inline-block;
  color: #99a396;
}

.cata-product.cata-grid-3 .product-content .product-price .price {
  width: auto;
  display: inline-block;
}

.cata-product.cata-grid-3 .product-grid-item .product-wrapper .product-head .product-image {
  border: none;
}

.cata-product.cata-grid-3 .product-grid-item .product-wrapper {
  border: solid 1px #e5e5e5;
}

.cata-product.cata-grid-3 .product-grid-item .product-wrapper .product-content {
  padding: 20px 20px;
}

.cata-product.cata-grid-3 .product-grid-item .product-wrapper:hover {
  -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
}

.cata-product.cata-grid-3 .product-grid-item .product-wrapper:hover .product-content .product-name a {
  color: #61b046;
}

/*cata-grid-4*/
.cata-product.cata-grid-4 .product-grid-item {
  width: 25%;
}

@media (min-width: 768px) {
  .cata-product.cata-grid-4 .product-grid-item:nth-child(3n + 1) .product-wrapper:before {
    content: none;
  }
}

.cata-product.cata-grid-4 .product-content .pc-inner > div {
  width: 100%;
}

.cata-product.cata-grid-4 .product-content .pc-inner > div:first-child {
  width: 100%;
}

.cata-product.cata-grid-4 .product-content .product-price {
  text-align: left;
}

.cata-product.cata-grid-4 .product-content .product-price .price-note {
  width: auto;
  display: inline-block;
  color: #99a396;
  white-space: nowrap;
}

.cata-product.cata-grid-4 .product-content .product-price .price {
  width: auto;
  display: inline-block;
}

.cata-product.cata-grid-4 .product-grid-item .product-wrapper .product-head .product-image {
  border: none;
}

.cata-product.cata-grid-4 .product-grid-item .product-wrapper {
  border: solid 1px #e5e5e5;
}

.cata-product.cata-grid-4 .product-grid-item .product-wrapper .product-content {
  padding: 20px 20px;
}

.cata-product.cata-grid-4 .product-grid-item .product-wrapper:hover {
  -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
}

.cata-product.cata-grid-4 .product-grid-item .product-wrapper:hover .product-content .product-name a {
  color: #61b046;
}

/* #endregion */
/* #region widget-3p product-view-1 ----------------------------------------------------------- */
.widget-3p .product-view-1-outline {
  margin: 50px 0 20px;
}

/*
#session-body.has-header-mobile-fixed .widget-3p .product-view-1-outline .top-more {
    display:none;
}

.widget-3p .product-view-1-outline .top-more {
    font-family: 'Nunito',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    position:absolute;
    right: 10px;
    top: 0;
    color:#fff;
    border:solid 1px #61B046;
    background:#61B046;
    padding:5px 10px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.widget-3p .product-view-1-outline .top-more a {
    color:#fff;
    text-transform:uppercase;
}

.widget-3p .product-view-1-outline .top-more a:hover {
    color:#262626;
}
*/
#session-body.has-header-mobile-fixed .widget-3p .product-view-1-outline .bottom-more {
  padding: 10px 0 40px 0;
}

.widget-3p .product-view-1-outline .bottom-more {
  text-align: center;
  padding: 10px 30px 40px 0;
}

.widget-3p .product-view-1-outline .bottom-more a {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 7px 15px;
  color: #40493b;
  text-decoration: underline;
}

.widget-3p .product-view-1-outline .bottom-more a:hover {
  color: #262626;
}

.widget-3p .product-view-1 .intro-product .item .title {
  max-height: 28px;
  overflow: hidden;
}

.widget-3p .product-view-1 .intro-product .item .subtitle {
  max-height: 42px;
  overflow: hidden;
  position: relative;
}

.widget-3p .product-view-1 .intro-product .item .subtitle:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
}

.widget-3p .product-view-1 .intro-product .item .buttons a {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  background: none;
  color: #61b046;
}

.intro-product .item > div.image {
  height: 163px;
  display: block;
}

.widget-3p .product-view-1 .intro-product .item {
  margin-top: 22px;
}

.widget-3p .product-view-1 .cata-product.cata-grid-3 .product-grid-item .product-wrapper .product-content {
  padding: 10px;
}

.widget-3p .product-view-1 .cata-product.cata-grid-3 .product-wrapper .product-content .product-name {
  max-height: 37px;
  min-height: 10px;
  overflow: hidden;
}

/* #endregion */
/* #region widget-3p banner-slider-1 ------------------------------------------------------ */
.widget-3p .banner-slider-1-outline {
  background: none;
}

.widget-3p .banner-slider-1 {
  padding: 50px 0;
}

.banner-slider-1-wrap {
  padding-top: 8px;
  padding-bottom: 38px;
}

.widget-3p .banner-slider-1-content {
  padding-top: 0;
}

.widget-3p .banner-slider-1 .banner-slider-1-items.owl-theme .owl-controls .owl-nav {
  top: -60px;
  left: 0;
}

.widget-3p .banner-slider-1 .banner-slider-1-items.owl-theme .owl-controls .owl-nav > .owl-prev {
  position: absolute;
  top: 0;
  right: 40px;
  margin: 0;
}

.widget-3p .banner-slider-1 .banner-slider-1-items.owl-theme .owl-controls .owl-nav > .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.widget-3p .banner-slider-1 .banner-slider-1-content .banner-item .banner-image > a > img.show {
  display: inherit;
}

.widget-3p .banner-slider-1 .banner-slider-1-content .banner-item .banner-image > a:hover > img.show {
  display: none;
}

.widget-3p .banner-slider-1 .banner-slider-1-content .banner-item .banner-image > a > img.hide {
  display: none;
}

.widget-3p .banner-slider-1 .banner-slider-1-content .banner-item .banner-image > a:hover > img.hide {
  display: inherit;
}

/* #endregion */
/* #region widget-3p banner-slider-2 ------------------------------------------------------ */
.widget-3p .banner-slider-2-outline {
  background-color: #fafafa;
}

.widget-3p .banner-slider-2-content {
  padding-top: 20px;
}

.widget-3p .banner-slider-2 .banner-slider-2-items .banner-item .banner-intro {
  display: none;
}

.widget-3p .banner-slider-2 .banner-slider-2-items > .slick-item {
  float: left;
  margin: 0 7px 14px;
  display: none;
  width: calc(25% - 14px);
}

.widget-3p .banner-slider-2 .banner-slider-2-items > div:nth-child(1) {
  display: block;
}

.widget-3p .banner-slider-2 .banner-slider-2-items .slick-list .slick-slide {
  margin: 0 7px 14px;
}

.widget-3p .banner-slider-2 .banner-slider-2-items .slick-list .slick-slide.slick-current .banner-item {
  border: 3px solid #61b046;
}

.widget-3p .banner-slider-2 .banner-slider-2-items .slick-list .banner-item {
  position: relative;
  cursor: pointer;
  float: left;
  padding: 0;
  border: 1px solid #c4c4c4;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  background-color: #fff;
}

.banner-slider-2-btn {
  text-align: center;
  color: #7b8178;
  line-height: 20px;
  padding-top: 24px;
}

.banner-slider-2-btn > span {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.banner-slider-2-btn > span.btn-prev {
  border: none;
  background-color: #7b8178;
  -webkit-mask: url("/Sources/assets/icon/_btnLeft.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnLeft.svg") no-repeat center;
}

.banner-slider-2-btn > span.btn-prev:hover {
  background-color: #61b046;
}

.banner-slider-2-btn > span.btn-next {
  border: none;
  background-color: #7b8178;
  -webkit-mask: url("/Sources/assets/icon/_btnRight.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnRight.svg") no-repeat center;
}

.banner-slider-2-btn > span.btn-next:hover {
  background-color: #61b046;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro {
  min-height: 317px;
  padding: 38px 20px;
  overflow: hidden;
  vertical-align: top;
  background-color: #fff;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
  clear: both;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro .image-link {
  margin-top: 5px;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro > div {
  letter-spacing: 0;
  vertical-align: top;
  float: none;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-head {
  width: 100%;
  display: block;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-head div.image {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 20px;
  height: 260px;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-head div.image > a {
  display: block;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-head .title {
  position: absolute;
  bottom: -7px;
  left: 0;
  text-align: center;
  width: 100%;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-head .title a {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #61b046;
}

/*.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-head a img {
    height: 247px;
    margin-bottom: 10px;
}*/
.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-content {
  font-family: "Nunito", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  color: #262626;
  width: 100%;
  display: block;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-content > div {
  width: 100%;
  display: block;
  padding-left: 20px;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-content .title {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: block;
  position: relative;
  height: 30px;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-content .summary {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  overflow-y: auto;
  display: block;
  position: relative;
  width: 100%;
  height: 245px;
  margin-top: 15px;
  padding-right: 10px;
}

/* scrollbar */
.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-content .summary::-webkit-scrollbar {
  width: 7px;
  background: none;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-content .summary::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey;*/
  background: none;
  border-radius: 3px;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-content .summary::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 3px;
}

.widget-3p .banner-slider-2 .banner-slider-2-intro .banner-intro-content .summary::-webkit-scrollbar-thumb:hover {
  background: #61b046;
}

/* #endregion */
/* #region widget-3p banner-view-1 ----------------------------------------------------------- */
.widget-3p .banner-view-1 {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  height: 230px;
}

.widget-3p .banner-view-1 .image {
  display: block;
  width: 100%;
  z-index: 1;
  height: 230px;
}

.widget-3p .banner-view-1 .image img {
  width: 100%;
  height: 100%;
}

.widget-3p .banner-view-1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#000, #40493b);
  opacity: 0.7;
  z-index: 2;
  top: 0;
  left: 0;
}

.widget-3p .banner-view-1 .text {
  position: absolute;
  z-index: 3;
  text-align: center;
  top: 80px;
  left: 0;
  width: 100%;
  font-family: "Josefin Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
}

/* #endregion */
/* #region widget-3p page-news-1 ----------------------------------------------------------- */
.widget-3p .page-news-1 {
  margin: 0;
  padding: 0 0 100px 0;
}

.widget-3p .page-news-1 img {
  margin: 0;
  padding: 0;
  width: 500px;
  height: 461px;
}

.widget-3p .page-news-1 .page-news-1-content {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
}

.policyNo {
  font-weight: bold;
  margin-bottom: 10px;
}

.widget-3p .page-news-1 a.button {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 11px 16px;
  background: #61b046;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 4px 10px rgba(174, 210, 164, 0.8);
  box-shadow: 0px 4px 10px rgba(174, 210, 164, 0.8);
}

.widget-3p .page-news-1 a.button > i.ic::before {
  background-color: #fff;
}

.widget-3p .page-news-1 a.button > img {
  filter: invert(1);
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
}

.widget-3p .page-news-1 .page-news-1-content .title {
  font-size: 25px;
  font-weight: 700;
  color: #61b046;
}

.widget-3p .page-news-1 .page-news-1-content .subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #7b8178;
}

.widget-3p .page-news-1 .page-news-1-content ul {
  list-style: none;
}

.widget-3p .page-news-1 .page-news-1-content ul li {
  color: #262626;
  margin-top: 15px;
}

.widget-3p .page-news-1 .page-news-1-content ul li:first-child {
  margin-top: 20px;
}

.widget-3p .page-news-1 .page-news-1-content ul li > i {
  width: 25px;
  display: inline-block;
  color: #99a396;
}

/* #endregion */
/* #region widget-3p category-view-1 ----------------------------------------------------------- */
.widget-3p .category-view-1 {
  padding: 0;
  margin: 0;
}

.widget-3p .category-view-1 ul > li {
  padding: 7px 0 5px;
  margin: 0;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget-3p .category-view-1 ul > li > span.icon {
  display: inline-block;
  max-width: 25px;
  margin: 0 8px 0 0;
  padding: 0;
}

.widget-3p .category-view-1 ul > li > a {
  flex: 1;
}

.widget-3p .category-view-1 ul > li > a:hover {
  color: #61b046;
}

.widget-3p .category-view-1 ul > li > .expand {
  position: absolute;
  display: block;
  top: 8px;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.widget-3p .category-view-1 ul > li > .expand:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3px;
  left: 0;
  background-color: #000;
  -webkit-mask: url("/Sources/assets/icon/_btnPlus.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnPlus.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

.widget-3p .category-view-1 ul.category-view-1-list > li > a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #40493b;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 2px #61b046;
}

.widget-3p .category-view-1 ul.category-view-1-list > li.s-open a {
  border-bottom: none;
  cursor: pointer;
}

.widget-3p .category-view-1 ul > li .dropdown-menu {
  position: static;
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  box-shadow: none;
}

.widget-3p .category-view-1 ul > li ul.dropdown-menu {
  border-top: solid 2px #61b046;
  padding-top: 10px;
}

.widget-3p .category-view-1 ul > li .dropdown-menu:before {
  content: none;
}

.widget-3p .category-view-1 ul > li .dropdown-menu li {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #7b8178;
  border: none;
  padding: 2px 0;
}

.widget-3p .category-view-1 ul > li .dropdown-menu li a {
  padding: 3px 10px 3px 0;
  display: inline-block;
}

.widget-3p .category-view-1 ul > li .dropdown-menu li.active a {
  color: #61b046;
  font-weight: 700;
}

.widget-3p .category-view-1 ul > li .dropdown-menu li.active > span {
  color: #61b046;
  font-weight: 700;
}

.widget-3p .category-view-1 ul > li .dropdown-menu li a:hover {
  color: #61b046;
}

.widget-3p .category-view-1 ul > li .dropdown-menu li:hover > span {
  color: #61b046;
}

.widget-3p .category-view-1 ul > li .dropdown-menu li a.special {
  color: #ff7131;
}

.widget-3p .category-view-1 ul > li .dropdown-menu > li:last-child {
  margin-bottom: 20px;
}

.widget-3p .category-view-1 ul > li.lazyload {
  opacity: 0;
}

.widget-3p .category-view-1 ul > li:last-child {
  border-bottom: none;
}

.widget-3p .category-view-1 ul > li.s-open > .expand:before {
  -webkit-mask: url("/Sources/assets/icon/_btnSub.svg") no-repeat center;
  mask: url("/Sources/assets/icon/_btnSub.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

.widget-3p .category-view-1 ul > li.s-open > .dropdown-menu {
  display: block;
}

/* #endregion */
/* #region breadcrumb-page-3p ----------------------------------------------------------- */
.breadcrumb-page-3p {
  line-height: 20px;
  overflow: hidden;
}

.breadcrumb-page-3p ul.breadcrumb {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  background: none;
  margin: 0;
  padding: 0 0 20px 0;
}

.breadcrumb-page-3p ul.breadcrumb > li {
  color: #99a396;
}

.breadcrumb-page-3p ul.breadcrumb > li a {
  color: #99a396;
}

.breadcrumb-page-3p ul.breadcrumb > li a:hover {
  color: #61b046;
}

.breadcrumb-page-3p ul.breadcrumb > li.active {
  color: #61b046;
}

.breadcrumb-page-3p ul.breadcrumb > li:not(:first-child):before {
  content: "\e826";
  padding: 0 7px 0 7px;
  font-family: arenafont;
  font-size: 13px;
  font-style: normal;
  font-weight: 100;
  color: #99a396;
}

/* #endregion */
/* #region widget-3p product-content ----------------------------------------------------------- */
.widget-3p .product-content .product-content-wrapper .product-info-inner {
  position: relative;
  padding-bottom: 10px;
}

.widget-3p .product-content .product-content-wrapper h1[itemprop="name"] {
  font-family: "Nunito", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  color: #262626;
  text-transform: uppercase;
  text-align: left;
  margin: 10px 0;
  margin-top: 40px;
  padding: 0;
}

.widget-3p .product-content .product-content-wrapper .short-description {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  clear: both;
  margin: 20px 0 0;
  padding: 25px 0 20px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.widget-3p .product-content .product-content-wrapper .short-description.no-border {
  border: none;
  margin: 0 0 20px 0;
}

.widget-3p .product-content .product-content-wrapper .short-description .row {
  margin-top: 10px;
}

.widget-3p .product-content .product-content-wrapper .short-description .row:first-child {
  margin-top: 0;
}

.widget-3p .product-content .product-content-wrapper .short-description .title {
  font-weight: 700;
  color: #7b8178;
}

.widget-3p .product-content .product-content-wrapper .short-description .text {
  font-weight: 400;
  color: #262626;
}

.widget-3p .product-content .product-content-wrapper .short-description .text.group a::after {
  content: ",";
}

.widget-3p .product-content .product-content-wrapper .short-description .text.group a:last-child::after {
  content: "";
}

.widget-3p .product-content .product-info-inner .product-price {
  text-align: left;
}

.widget-3p .product-content .product-info-inner .product-price .price-note {
  width: auto;
  display: inline-block;
  color: #99a396;
}

.widget-3p .product-content .product-info-inner .product-price .price {
  width: auto;
  display: inline-block;
  font-size: 20px;
}

.widget-3p .product-content .product-content-wrapper .product-special {
  margin-top: 10px;
}

.widget-3p .product-content .product-content-wrapper .product-special img {
  width: 31px;
}

.widget-3p .product-content .product-content-wrapper .product-special .text {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #ed1c24;
  margin-left: 5px;
}

.widget-3p .product-content .product-image {
  border: none;
}

/* #endregion */
/* #region product-image-1 product-image-1-main ----------------------------------------------------------- */
.product-image-1 .product-image-1-main {
  position: relative;
  margin: 0 0 14px;
}

.product-image-1 .product-image-1-main .product-image-1-main-items {
  border: solid 1px #e5e5e5;
}

.product-image-1 .product-image-1-main .slick-list .slick-track:before {
  display: none !important;
}

.product-image-1 .product-image-1-main .slick-list .slick-track .slick-slide > div {
  float: left;
  width: 100%;
}

.product-image-1 .product-image-1-main .slick-list .slick-track .slick-slide > div .slick-item {
  float: left;
  width: 100%;
  text-align: center;
}

.product-image-1 .product-image-1-main .slick-list .slick-track .slick-slide > div .slick-item img {
  margin: 0 auto;
}

.product-image-1 .product-image-1-main .slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0;
  border: none;
  background: none;
  z-index: 2;
  cursor: pointer;
  line-height: 20px;
}

.product-image-1 .product-image-1-main .slick-arrow.btn-prev {
  left: 0;
}

.product-image-1 .product-image-1-main .slick-arrow.btn-next {
  right: 0;
}

.product-image-1 .product-image-1-main .slick-arrow i.ic {
  width: 32px;
  height: 32px;
}

.product-image-1 .product-image-1-main .slick-arrow i.ic::before {
  background-color: #7b8178;
  -webkit-mask-size: 30px;
  mask-size: 30px;
}

/*.product-image-1 .product-image-1-main .slick-arrow:before {
    font-family: arenafont;
    font-size: 18px;
    color: rgba(194,212,78,0.5);
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}*/
/*.product-image-1 .product-image-1-main .slick-arrow.btn-prev {
    left: 0;
}

.product-image-1 .product-image-1-main .slick-arrow.btn-prev:before {
    content: "\e9e9";
}

.product-image-1 .product-image-1-main .slick-arrow.btn-next {
    right: 0;
}

.product-image-1 .product-image-1-main .slick-arrow.btn-next:before {
    content: "\e9ec";
}

.product-image-1 .product-image-1-main .slick-arrow:hover:before {
    color: #c2d44e;
}*/
.product-image-1 .product-image-1-main .product-image-1-main-items > div:not(:first-child) {
  display: none;
}

.product-image-1 .product-image-1-main .product-image-1-main-items.slick-slider > div {
  display: block;
}

.product-image-1 .product-image-1-main .product-image-1-main-items.slick-slider .slick-list .slick-item {
  padding: 12px;
}

.product-image-1 .product-image-1-main .product-image-1-main-items.slick-slider .slick-list .slick-item img {
  background-color: transparent;
}

@media (min-width: 480px) {
  .product-image-1 .product-image-1-main .product-image-1-main-items.slick-slider .slick-list .slick-item img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    bottom: 15px;
    overflow: visible;
  }
}

.product-image-1 .product-image-1-main .product-image-1-main-items.slick-slider + .slick-btn-03 {
  display: block;
}

/*.product-image-1 .product-image-1-main > .product-image-1-main-btn {
    display: none;
}*/
.product-image-1 .product-image-1-thumbs {
  margin: 0 -7px;
}

.product-image-1 .product-image-1-thumbs > .slick-item {
  float: left;
  margin: 0 7px 14px;
  display: none;
  width: calc(25% - 14px);
}

.product-image-1 .product-image-1-thumbs > .slick-item:nth-child(1),
.page-product .slider-thumbs-03 > .slick-item:nth-child(2),
.page-product .slider-thumbs-03 > .slick-item:nth-child(3),
.page-product .slider-thumbs-03 > .slick-item:nth-child(4) {
  display: block;
}

.product-image-1 .product-image-1-thumbs .slick-list .slick-slide {
  margin: 0 7px 14px;
}

.product-image-1 .product-image-1-thumbs .slick-list .slick-slide.slick-current .slick-item {
  border: solid 2px #61b046;
}

.product-image-1 .product-image-1-thumbs .slick-list .slick-item {
  position: relative;
  cursor: pointer;
  float: left;
  padding: 0;
  border: solid 1px #e5e5e5;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

/* #endregion */
/* #region widget-3p news-view-1 ----------------------------------------------------------- */
.news-view-1 .news-grid .news-item {
  display: block;
}

.news-view-1 .news-grid .news-item > div {
  display: inline-block;
  vertical-align: top;
}

.news-view-1 .news-grid .news-item .news-image {
  width: 300px;
  height: 193px;
  padding-right: 20px;
}

/*.news-view-1 .news-grid .news-item .news-image img {
    height: 193px;
}*/
.news-view-1 .news-grid .news-item .news-content {
  width: calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  padding: 0;
  /* height: 100%; */
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.news-view-1 .news-grid .news-item .news-content .news-summary {
  max-height: 90px;
}

/* #endregion */
/* #region widget-3p search-input-1 ----------------------------------------------------------- */
.widget-3p .search-input-1 form {
  position: relative;
  display: block;
}

.widget-3p .search-input-1 form input.form-control {
  padding: 7px 10px 7px 35px;
  border: solid 1px #c4c4c4;
}

.widget-3p .search-input-1 form button.search-icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: none;
  border: none;
  height: 100%;
  vertical-align: middle;
}

.widget-3p .search-input-1 form button.search-icon i.ic {
  height: 30px;
  width: 30px;
  margin-bottom: 6px;
  cursor: pointer;
}

.widget-3p .search-input-1 form button.search-icon i.ic::before {
  background-color: #40493b;
  -webkit-mask-size: 20px;
  mask-size: 20px;
}

/* #endregion */
/* #region widget-3p contact-view-1 ----------------------------------------------------------- */
.widget-3p .contact-view-1 {
  margin: 30px 0 0 0;
  padding: 0 0 90px 0;
}

.widget-3p .contact-view-1 img {
  margin: 0;
  padding: 0;
  width: 500px;
  height: 461px;
}

.widget-3p .contact-view-1 .contact-view-1-content {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
}

.widget-3p .contact-view-1 .contact-view-1-content .title {
  font-size: 20px;
  font-weight: 700;
  color: #61b046;
  text-transform: uppercase;
}

.widget-3p .contact-view-1 .contact-view-1-content .subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #7b8178;
}

.widget-3p .contact-view-1 .contact-view-1-content ul {
  list-style: none;
}

.widget-3p .contact-view-1 .contact-view-1-content ul li {
  color: #262626;
  margin-top: 15px;
}

.widget-3p .contact-view-1 .contact-view-1-content ul li > i.ic {
  width: 20px;
  height: 22px;
  margin-right: 10px;
}

.widget-3p .contact-view-1 .contact-view-1-content ul li > i.ice {
  width: 20px;
  height: 22px;
  margin-right: 10px;
}

.widget-3p .contact-view-1 .contact-view-1-content ul li > i.ic:before {
  background-color: #99a396;
  -webkit-mask-size: 18px;
  mask-size: 18px;
  margin-top: 3px;
}

.widget-3p .contact-view-1 .contact-view-1-content ul li:first-child {
  margin-top: 20px;
}

/* #endregion */
/* #region widget-3p contact-form-1 ----------------------------------------------------------- */
.widget-3p .contact-form-1 {
  background: #fff;
  box-shadow: 0px 8px 15px rgba(36, 41, 33, 0.15);
  padding: 30px 30px 50px;
}

.widget-3p .contact-form-1 .title-wrapper {
  line-height: 25px;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0;
}

.widget-3p .contact-form-1 .title-wrapper h3 {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  color: #61b046;
}

.widget-3p .contact-form-1 .title-wrapper::after {
  border: none;
}

.widget-3p .contact-form-1 .contact-form-1-content .row {
  margin-top: 15px;
}

.widget-3p .contact-form-1 .contact-form-1-content .row input[type="text"] {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 10px 15px;
  border: 1px solid #c4c4c4;
}

.widget-3p .contact-form-1 .contact-form-1-content .row textarea {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 121px;
  padding: 10px 15px;
  border: 1px solid #c4c4c4;
}

.widget-3p .contact-form-1 .contact-form-1-content .row .btnRefresh {
  font-size: 17px;
  background: #c4c4c4;
  border: 1px solid #c4c4c4;
  color: #fff;
  line-height: 20px;
  padding: 8px;
  height: 38px;
}

.widget-3p .contact-form-1 .row div > span.success {
  color: #61b046;
}

.widget-3p .contact-form-1 .row div > span.error {
  color: #ed1c24;
}

.widget-3p .contact-form-1 .row > div.left {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  padding-top: 7px;
}

.widget-3p .contact-form-1 .row > div.right {
  text-align: right;
}

.widget-3p .contact-form-1 .contact-form-1-content button {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 12px;
  border: none;
  background: #61b046;
  box-shadow: 0px 4px 10px rgba(174, 210, 164, 0.8);
}

.widget-3p .contact-form-1 .contact-form-1-content button i.ic:before {
  background-color: #fff;
}

/*input focus*/
.widget-3p .contact-form-1 .contact-form-1-content form input[type="text"]:focus,
.widget-3p .contact-form-1 .contact-form-1-content form input[type="password"]:focus {
  border: solid 2px #61b046;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -webkit-box-shadow: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  box-shadow: none;
}

/*textarea*/
.widget-3p .contact-form-1 .contact-form-1-content form textarea {
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}

/*textarea focus*/
.widget-3p .contact-form-1 .contact-form-1-content form textarea:focus {
  border: solid 2px #61b046;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -webkit-box-shadow: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  box-shadow: none;
}

.widget-3p .contact-form-1 .contact-form-1-content form input[type="text"].error,
.widget-3p .contact-form-1 .contact-form-1-content form input[type="password"].error {
  border: solid 1px #ed1c24;
}

.widget-3p .contact-form-1 .contact-form-1-content form textarea.error {
  border: solid 1px #ed1c24;
}

/* #endregion */
/* #region widget-3p map-view-1 ----------------------------------------------------------- */
.widget-3p .map-view-1 .title-wrapper {
  text-align: center;
  margin: 0 0 20px 0;
}

.widget-3p .map-view-1 .title-wrapper::after {
  display: inline-block;
  text-align: center;
}

.widget-3p .map-view-1 .map-view-1-content .title {
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.widget-3p .map-view-1 .map-view-1-content {
  padding: 0;
  margin: 0;
  max-height: 500px;
  overflow: hidden;
}

.widget-3p .map-view-1 .map-view-1-content > iframe {
  margin: 0;
  padding: 0;
}

/* #endregion */
/* #region widget-3p product-intro-view-1 ----------------------------------------------------------- */
.widget-3p .product-intro-view-1 form .title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #40493b;
  text-align: left;
  text-transform: uppercase;
}

.widget-3p .product-intro-view-1 form select {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  background: #f2f3f2;
}

.widget-3p .product-intro-view-1 form input {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.widget-3p .product-intro-view-1 form .input > input {
  display: inline-block;
  border: solid 1px #c4c4c4;
  color: #262626;
}

.widget-3p .product-intro-view-1 form .input > input::-webkit-input-placeholder {
  color: #99a396;
}

.widget-3p .product-intro-view-1 form .input > input::-moz-placeholder {
  color: #99a396;
}

.widget-3p .product-intro-view-1 form .input > input:-ms-input-placeholder {
  color: #99a396;
}

.widget-3p .product-intro-view-1 form .input > input:-moz-placeholder {
  color: #99a396;
}

.widget-3p .product-intro-view-1 form .input button {
  display: inline-block;
}

.widget-3p .product-intro-view-1 .title {
  font-family: "Nunito", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  color: #61b046;
  text-align: left;
}

.widget-3p .product-intro-view-1 .input input {
  width: calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  margin-right: 10px;
}

.widget-3p .product-intro-view-1 .input button {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  width: 110px;
  background: #61b046;
  border: none;
  padding: 7px 20px;
  box-shadow: 0px 4px 10px rgba(174, 210, 164, 0.8);
}

.widget-3p .product-intro-view-1 .row.grid {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
  line-height: 40px;
}

.widget-3p .product-intro-view-1 .row.grid a {
  display: block;
  color: #262626;
}

.widget-3p .product-intro-view-1 .row.grid a:hover {
  color: #262626;
}

.widget-3p .product-intro-view-1 .row.grid span.blank {
  color: #fff;
}

.widget-3p .product-intro-view-1 .row.grid:hover {
  background: rgba(97, 176, 70, 0.1);
}

.widget-3p .product-intro-view-1 .row.grid:hover span.blank {
  color: #99a396;
}

/* #endregion */
/* #region widget-3p contruction-view-1 ----------------------------------------------------------- */
.widget-3p .contruction-view-1 .title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  color: #99a396;
  text-align: center;
  text-transform: uppercase;
  padding-top: 50px;
}

.widget-3p .contruction-view-1 .sub-title {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #262626;
  text-align: center;
  margin-top: 10px;
}

.widget-3p .contruction-view-1 .action {
  text-align: center;
  margin-top: 30px;
}

.widget-3p .contruction-view-1 .action a {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #61b046;
  border: none;
  padding: 10px 30px;
  box-shadow: 0px 4px 10px rgba(174, 210, 164, 0.8);
}

/* #endregion */
/* #region widget-3p relate-slider-1 ----------------------------------------------------------- */
.widget-3p .relate-slider-1 {
  background-color: #fafafa;
  padding-top: 40px;
  overflow: hidden;
}

.widget-3p .relate-slider-1.product-detail {
  height: 550px;
}

.widget-3p .relate-slider-1.news-detail {
  height: 366px;
}

@media screen and (max-width: 768px) {
  .widget-3p .relate-slider-1.news-detail {
    height: 300px;
  }

  .widget-3p .relate-slider-1 {
    padding-top: 0;
  }
}

.widget-3p .relate-slider-1 .owl-carousel .owl-item img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .widget-3p .relate-slider-1 .owl-carousel .owl-item .news-image {
    height: 236px !important;
    width: 401px !important;
  }
}

.widget-3p .relate-slider-1 .owl-carousel .owl-item .news-image {
  height: 193px;
}

@media screen and (max-width: 768px) {
  .widget-3p .relate-slider-1 .owl-carousel .owl-item .news-image {
    height: 100px;
  }
}

.widget-3p .relate-slider-1 .owl-carousel .owl-item .news-item .news-image > a {
  width: 100%;
  height: 100%;
}

/*cata-product.cata-grid-4*/
.widget-3p .relate-slider-1 .owl-theme.owl-loaded.cata-product.cata-grid-4 .product-grid-item {
  width: 100%;
}

.widget-3p .relate-slider-1 .product-grid-item .product-wrapper .product-head .product-image {
  border: none;
}

.widget-3p .relate-slider-1 .product-grid-item .product-wrapper {
  border: solid 1px #e5e5e5;
  background-color: #fff;
}

/*.widget-3p .relate-slider-1 .product-grid-item .product-wrapper .product-content {
    padding:20px 0 5px 0;
}*/
/*.widget-3p .relate-slider-1 .product-grid-item .product-wrapper .product-content .product-name {
    padding:0 10px;
}*/
/*news-grid news-grid-4*/
.widget-3p .relate-slider-1 .owl-theme.owl-loaded.news-grid.news-grid-4 .news-grid-item {
  width: 100%;
  max-height: 213px;
}

@media screen and (max-width: 768px) {
  .widget-3p .relate-slider-1 .owl-theme.owl-loaded.news-grid.news-grid-4 .news-grid-item {
    max-height: none;
  }
}

.widget-3p
.relate-slider-1
.owl-theme.owl-loaded.news-grid.news-grid-4
.news-grid-item
.news-item
.news-content
.news-title {
  font-size: 20px;
  line-height: 24px;
  max-height: 47px;
}

.widget-3p .relate-slider-1 .owl-theme .owl-controls .owl-nav {
  width: 100%;
  display: block;
}

.widget-3p .relate-slider-1 .owl-theme .owl-controls .owl-nav > div.owl-prev {
  position: absolute;
  top: 150px;
  left: -50px;
  display: block;
}

.widget-3p .relate-slider-1 .owl-theme .owl-controls .owl-nav > div.owl-next {
  position: absolute;
  top: 150px;
  right: -50px;
  display: block;
}

/* #endregion */
/* #region widget-3p search-input-2 ----------------------------------------------------------- */
.widget-3p.search-input-2-outline {
  display: block;
  position: relative;
  height: 100px;
  background: #61b046;
}

.widget-3p .search-input-2 {
  margin: 0 auto;
  padding: 30px 0 0 0;
  width: 90%;
}

.widget-3p .search-input-2 .search.navbar-form {
  background-color: transparent;
  border: none;
}

.widget-3p .search-input-2 .search input.form-control {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  padding: 8px 50px 8px 10px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: dotted 2px #fff;
}

.widget-3p .search-input-2 .search input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.widget-3p .search-input-2 .search input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.widget-3p .search-input-2 .search input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.widget-3p .search-input-2 .search input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.widget-3p .search-input-2 .search input.form-control:focus {
  color: #000;
  border: none;
}

.widget-3p .search-input-2 .search > .search-icon {
  left: auto;
  bottom: auto;
  top: 3px;
  right: 0;
  z-index: 3;
  border: none;
  background: none;
  color: #fff;
}

.widget-3p .search-input-2 .search > .search-icon i.ic {
  width: 22px;
  height: 22px;
}

.widget-3p .search-input-2 .search > .search-icon i.ic::before {
  background-color: #fff;
  -webkit-mask-size: 20px;
  mask-size: 20px;
}

/* #endregion */
/* #region widget-3p search-header-1 ----------------------------------------------------------- */
.widget-3p .search-header-1 {
  padding: 10px 0 40px 0;
  text-align: left;
}

.widget-3p .search-header-1 .search.navbar-form {
  margin-left: 0;
}

.widget-3p .search-header-1 .total_all {
  color: #98a595;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
}

.widget-3p .search-header-1 .search_header_group {
  display: flex;
  margin-top: 20px;
}

.widget-3p .search-header-1 .search_header_group div {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: 700;
  color: #687263;
  background: #f3f8f2;
  text-transform: uppercase;
  height: 42px;
  min-width: 168px;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  border-radius: 2px;
}

.widget-3p .search-header-1 .search_header_group div:hover, .widget-3p .search-header-1 .search_header_group div.active {
  color: #fff;
  background: #61b046;
  cursor: pointer;
}

/* #endregion */
/* #region widget-3p news-view-2 ----------------------------------------------------------- */
.widget-3p .news-view-2 .news-grid .news-item {
  display: block;
  width: 100%;
}

.widget-3p .news-view-2 .news-grid .news-item > div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.widget-3p .news-view-2 .news-grid .news-item .news-image {
  width: 300px;
  height: 193px;
  padding-right: 20px;
}

.widget-3p .news-view-2 .news-grid .news-item .news-content {
  width: calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  padding: 0;
}

/* #endregion */
/* #region widget-3p paging-1 ----------------------------------------------------------- */
.widget-3p .paging-1 {
  height: 110px;
  padding: 35px;
  background-color: #fafafa;
}

.widget-3p .paging-1 .paging-1-content {
  text-align: center;
  line-height: 25px;
}

.widget-3p .paging-1 .paging-1-content a.number {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #7b8178;
  padding: 6px 14px;
  margin: -20px 0 0 0;
}

.widget-3p .paging-1 .paging-1-content a.number.active {
  color: #fff;
  background: #61b046;
}

.widget-3p .paging-1 .paging-1-content a.number:hover {
  color: #fff;
  background: #61b046;
}

.widget-3p .paging-1 .paging-1-content a:not(.number) {
  display: inline-block;
  width: 30px;
  height: 40px;
}

.widget-3p .paging-1 .paging-1-content a:not(.number) > i.ic {
  width: 20px;
  height: 20px;
}

.widget-3p .paging-1 .paging-1-content a:not(.number) > i.ic::before {
  background-color: #7b8178;
  -webkit-mask-size: 20px;
  mask-size: 20px;
}

.widget-3p .paging-1 .paging-1-content a:not(.number):hover > i.ic::before {
  background-color: #61b046;
}

/* #endregion */
/* #region widget-3p news-detail-1 ----------------------------------------------------------- */
.widget-3p .news-detail-1 .news-content {
  /* padding: 0 20px 20px 0; */
}

.widget-3p .news-detail-1 .news-content .meta-share {
  padding: 15px 0;
}

/* #endregion */
/* #region widget-3p news-tag-1 ----------------------------------------------------------- */
.widget-3p .news-tag-1 {
  margin: 10px 0 70px;
}

.widget-3p .news-tag-1 span.title {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #000;
}

.widget-3p .news-tag-1 a {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #7b8178;
}

.widget-3p .news-tag-1 a:hover {
  color: #61b046;
}

.widget-3p .news-tag-1 a::after {
  content: ",";
}

.widget-3p .news-tag-1 a:last-child::after {
  content: "";
}

/* #endregion */
/* #region widget-3p right-intro-1 ----------------------------------------------------------- */
.widget-3p .right-intro-1 {
  margin-bottom: 60px;
}

/* #endregion */
/* #region widget-3p news-hot-view-1 ----------------------------------------------------------- */
.widget-3p .news-hot-view-1 {
  margin-bottom: 40px;
}

.widget-3p .news-hot-view-1 .news-grid {
  margin: 0;
}

.widget-3p .news-hot-view-1 .news-item {
  display: block;
  height: 89px;
}

.widget-3p .news-hot-view-1 .news-item .row {
  height: 100%;
}

.widget-3p .news-hot-view-1 .news-item .news-image {
  max-width: 100px;
  max-height: 89px;
}

.widget-3p .news-hot-view-1 .news-item .news-content {
  padding: 0;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.widget-3p .news-hot-view-1 .news-item .news-content .news-title {
  font-size: 16px;
  line-height: 19px;
  max-height: 38px;
}

/* #endregion */
/* #region widget-3p news-group-1 ----------------------------------------------------------- */
.widget-3p .news-group-1 .news-group-1-content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget-3p .news-group-1 .news-group-1-content ul li {
  display: inline-block;
  width: auto;
}

.widget-3p .news-group-1 .news-group-1-content ul li a {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #61b046;
  padding: 5px 7px;
  margin: 0 10px 10px 0;
  border: solid 1px #61b046;
  display: inline-block;
}

.widget-3p .news-group-1 .news-group-1-content ul li a:hover {
  background: #61b046;
  color: #fff;
}

/* #endregion */
/* #region widget-3p filter-view-1 ----------------------------------------------------------- */
.widget-3p .filter-view-1 h3.title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #61b046;
  margin: 0;
  padding: 0;
}

.widget-3p .filter-view-1 .filter-view-1-items {
  margin: 20px 0 40px 0;
  padding: 0;
}

.widget-3p .filter-view-1 .filter-view-1-items form {
  display: block;
  position: relative;
  clear: both;
  padding: 0;
  margin: 0;
}

.widget-3p .filter-view-1 .filter-view-1-items ul.navbar {
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
  position: inherit;
  display: inherit;
}

.widget-3p .filter-view-1 .filter-view-1-items .row > div {
  position: inherit;
}

.widget-3p .filter-view-1 .filter-view-1-items ul.navbar > li {
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
  transition: 0.35s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}

.widget-3p .filter-view-1 ul.navbar > li.dropdown.mega-menu > .dropdown-menu {
  top: 100%;
  left: 0;
  visibility: hidden;
  z-index: -99999;
  display: block;
  opacity: 0;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.widget-3p .filter-view-1 ul.navbar > li.dropdown.mega-menu:hover > div.dropdown-menu {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  z-index: 9999;
}

.widget-3p .filter-view-1 ul.navbar > li.dropdown.mega-menu > div.dropdown-menu.position-left {
  width: 100%;
  min-height: 100px;
  background: #ffffff;
}

.widget-3p .filter-view-1 ul.navbar > li.dropdown.mega-menu {
  position: static;
}

.widget-3p .filter-view-1 ul.navbar > li.dropdown.mega-menu:hover > a {
  position: relative;
}

.widget-3p .filter-view-1 ul.navbar > li.dropdown.mega-menu > a {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #262626;
  padding: 8px 14px;
  background-color: #f2f3f2;
}

.widget-3p .filter-view-1 ul.navbar > li.dropdown.mega-menu > a > i.ic {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 10px;
}

.widget-3p .filter-view-1 ul.navbar > li.dropdown.mega-menu > a > i.ic::before {
  background-color: #262626;
  -webkit-mask-size: 16px;
  mask-size: 16px;
}

.widget-3p .filter-view-1 .input-search {
  position: relative;
  display: block;
  height: 36px;
}

.widget-3p .filter-view-1 .input-search > input {
  border: 1px solid #c4c4c4;
  width: 100%;
  height: 100%;
  padding: 5px 30px 5px 5px;
}

.widget-3p .filter-view-1 .input-search > button {
  position: absolute;
  top: 3px;
  right: 0;
  border: none;
  background: none;
  color: none;
}

.widget-3p .filter-view-1 .input-search > button > i.ic {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.widget-3p .filter-view-1 .input-search > button > i.ic::before {
  background-color: #40493b;
  -webkit-mask-size: 20px;
  mask-size: 20px;
}

.widget-3p .filter-view-1 ul.navbar > li.dropdown.mega-menu .dropdown-menu.position-left > div.row {
  padding-top: 15px;
  padding-bottom: 15px;
}

.widget-3p .filter-view-1 ul.navbar > li.dropdown.mega-menu .mega-col > div {
  margin: 3px 0 3px 15px;
  position: inherit;
}

.widget-3p .filter-view-1 .custom-control-label {
  padding-left: 14px;
}

.widget-3p .filter-view-1 .custom-control-label > span {
  width: 120px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.widget-3p .filter-view-1 .custom-control-input ~ .custom-control-label {
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #7b8178;
}

.widget-3p .filter-view-1 .custom-checkbox .custom-control-label::before {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.widget-3p .filter-view-1 .custom-control-input ~ .custom-control-label::before {
  border: solid 2px #bbc0bb;
  top: 1px;
  width: 16px;
  height: 16px;
}

.widget-3p .filter-view-1 .custom-control-input ~ .custom-control-label::after {
  top: 1px;
  width: 16px;
  height: 16px;
}

.widget-3p .filter-view-1 .custom-control-input:checked ~ .custom-control-label::before {
  border: solid 2px #8dc63f;
  background-color: #8dc63f;
}

/* #endregion */
/*
    font-family: 'Josefin Sans',sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;

    font-family: 'Nunito',sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;

    font-family: 'Roboto',sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;

    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;

    -webkit-box-shadow: none;
    box-shadow: none;

    background-color: #c2d44e;
    -webkit-mask-size: 16px;
    mask-size: 16px;

    width: calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);	

    */
.widget-3p .product-view-1 .intro-product.d-flex {
  column-gap: 28px;
}

.widget-3p .product-view-1 .intro-product.d-flex .item {
  flex: 0 1 calc(33% - 28px);
}

.widget-3p .banner-slider-1 .banner-slider-1-items.owl-theme .owl-item {
  max-height: 75px;
}

.page_home .widget-3p .banner-slider-1 .banner-slider-1-items.owl-theme .owl-controls .owl-nav {
  display: none;
}

.page_search .no_result {
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
  color: 000;
  margin-bottom: 49px;
  font-family: "Nunito", sans-serif;
}

.page_search .no_result .key {
  color: #61b046;
}

.widget-3p .banner-slider-2 .banner-slider-2-items .banner-wrapper {
  max-height: 150px;
}

.widget-3p .banner-slider-2 .bottom-more {
  margin: 0 auto;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 7px 20px;
  color: #40493b;
  text-decoration: underline;
}

.intro-product .item {
  padding: 0;
}

.intro_list {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #f7f9f6;
}

.intro_list .title-wrapper {
  margin: 40px auto 20px;
}

.intro_list .title-wrapper::after {
  margin: 0 auto;
}

.intro_list .description {
  padding: 10px 0;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}

.intro_list .phuong_cham .bottom-more {
  display: none;
}

.intro_list .cam_ket {
  margin: 20px 0 73px;
}

.intro_list .cam_ket .cam_ket_list {
  column-gap: 60px;
  row-gap: 50px;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.intro_list .cam_ket .cam_ket_list .cam_ket_item {
  flex: 0 1 calc(33% - 60px);
}

.intro_list .cam_ket .cam_ket_list .cam_ket_item .cam_ket_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 112px;
  width: 112px;
  position: relative;
}

.intro_list .cam_ket .cam_ket_list .cam_ket_item .cam_ket_img::before {
  background-color: #d6efa7cc;
  border-radius: 50%;
  filter: blur(45px);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro_list .cam_ket .cam_ket_list .cam_ket_item .cam_ket_img img {
  width: fit-content;
  height: fit-content;
}

.intro_list .cam_ket .cam_ket_list .cam_ket_item .cam_ket_title {
  color: #207531;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  padding-top: 10px;
}

.intro_list .cam_ket .cam_ket_list .cam_ket_item .cam_ket_body {
  margin: 5px 0;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #000000;
}

.bottom-more {
  white-space: nowrap;
}

.bottom-more a img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  filter: contrast(0.1);
}

#scroll-contact-list {
  position: fixed;
  right: 25px;
  top: 30%;
  z-index: 9999999;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

#scroll-contact-list img {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.bannerHome {
  background-size: cover;
}

.bannerHome .container {
  position: relative;
}

.bannerHome .container div {
  display: none;
}

.bannerHome .container .bannerHome_img {
  object-fit: cover;
  height: 377px;
}

.bannerHome .bannerHome_1 {
  max-height: 100%;
}

.bannerHome .bannerHome_2 {
  position: absolute;
  margin: auto;
  top: 0;
  left: calc(494px / 2);
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  max-height: 100%;
}

.bannerHome .bannerHome_3 {
  position: absolute;
  right: 0;
  top: 68px;
  text-align: right;
  color: #cdf9cd;
  font-weight: 500;
  font-size: 26px;
  width: 25%;
  line-height: 40px;
}

.bannerHome .bannerHome_3 div {
  margin-top: 16px;
  font-family: "inter", sans-serif;
}

@media (max-width: 479px) {
  .bannerHome {
    padding: 0;
  }
  .bannerHome .bannerHome_2 {
    display: none;
  }
  .bannerHome .bannerHome_3 {
    top: unset;
    bottom: 9px;
    right: 32px;
    left: 32px;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
  }
}

.categoryHome .container {
  vertical-align: bottom;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0 0;
  row-gap: 24px;
  column-gap: 24px;
}

.categoryHome .categoryHome_item {
  flex: 0 1 calc(20% - 24px);
  text-align: center;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.categoryHome .categoryHome_item div.img {
  height: 122px;
  width: 122px;
  margin: 0 auto;
  margin-bottom: 11px;
  overflow: hidden;
}

.categoryHome .categoryHome_item div.img img.hover {
  display: none;
}

.categoryHome .categoryHome_item div.img:hover img.normal {
  display: none;
}

.categoryHome .categoryHome_item div.img:hover img.hover {
  display: initial;
}

.categoryHome .categoryHome_item div {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #0d2202;
}

.categoryHome .categoryHome_item:nth-child(n + 6) {
  flex: 0 1 calc(25% - 24px);
}

@media (max-width: 479px) {
  .categoryHome {
    overflow: scroll;
    padding: 24px;
    justify-content: start;
    flex-wrap: nowrap;
  }
  .categoryHome .categoryHome_item,
.categoryHome .categoryHome_item:nth-child(n + 6) {
    flex: 1 0 calc(40% - 24px);
  }
}

@media (max-width: 479px) {
  .mobile-layout-bar .mega-menu:hover > a, .mobile-layout-bar .mega-menu:active > a, .mobile-layout-bar .mega-menu:focus > a {
    position: relative;
  }
  .mobile-layout-bar .mega-menu:hover > div.dropdown-menu, .mobile-layout-bar .mega-menu:active > div.dropdown-menu, .mobile-layout-bar .mega-menu:focus > div.dropdown-menu {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    display: block;
    z-index: 9999;
    width: 100%;
  }
  .mobile-layout-bar .mega-menu:hover > div.dropdown-menu.position-left, .mobile-layout-bar .mega-menu:active > div.dropdown-menu.position-left, .mobile-layout-bar .mega-menu:focus > div.dropdown-menu.position-left {
    width: fit-content;
    left: -75vw;
  }
  .mobile-layout-bar .mega-menu:hover > div.dropdown-menu .row, .mobile-layout-bar .mega-menu:active > div.dropdown-menu .row, .mobile-layout-bar .mega-menu:focus > div.dropdown-menu .row {
    padding: 20px;
  }
  .mobile-layout-bar .mega-menu:hover .search input, .mobile-layout-bar .mega-menu:active .search input, .mobile-layout-bar .mega-menu:focus .search input {
    border: 1px solid #daded9;
    padding-left: 35px;
  }
  .mobile-layout-bar .mega-menu:hover .search .icon-x, .mobile-layout-bar .mega-menu:active .search .icon-x, .mobile-layout-bar .mega-menu:focus .search .icon-x {
    position: absolute;
    right: 10px;
    top: 13px;
  }
  .mobile-layout-bar .mega-menu:hover .search-icon, .mobile-layout-bar .mega-menu:active .search-icon, .mobile-layout-bar .mega-menu:focus .search-icon {
    left: 0;
    top: -1px;
    z-index: 3;
    border: none;
    background: none;
    color: #fff;
  }
  .mobile-layout-bar .mega-menu:hover .search-icon i.ic, .mobile-layout-bar .mega-menu:active .search-icon i.ic, .mobile-layout-bar .mega-menu:focus .search-icon i.ic {
    width: 22px;
    height: 22px;
  }
  .mobile-layout-bar .mega-menu:hover .search-icon i.ic:before, .mobile-layout-bar .mega-menu:active .search-icon i.ic:before, .mobile-layout-bar .mega-menu:focus .search-icon i.ic:before {
    background-color: #40493b;
    -webkit-mask-size: 20px;
    mask-size: 20px;
  }
  .title-wrapper h3 {
    font-size: 21px;
  }
  .categoryHome {
    scrollbar-width: none;
  }
  .categoryHome::-webkit-scrollbar {
    display: none;
  }
  .categoryHome .container {
    padding: 26px 0 46px 0;
    flex-wrap: nowrap;
    justify-content: start;
  }
  .widget-3p .product-view-1-outline {
    margin: 0;
  }
  .widget-3p .product-view-1 .intro-product.d-flex {
    column-gap: 0;
    flex-direction: column;
  }
  .widget-3p .product-view-1 .intro-product.d-flex .item {
    flex: 0 1 100%;
    margin-top: 16px;
  }
  .widget-3p .blog-slider-1 .news-item.first .news-image {
    /* height: 196px !important; */
    width: 100% !important;
    padding: 0 !important;
  }
  .widget-3p .blog-slider-1 .news-item.first .news-image img {
    height: 100%;
    object-fit: cover;
  }

  .widget-3p .blog-slider-1 .news-item.first .news-content{
    max-width: 100% !important;
  }

  .widget-3p .blog-slider-1 .news-content {
    max-width: 50%;
  }
  .widget-3p .blog-slider-1 .blog-slider-1-content {
    padding: 0;
  }
  .widget-3p .blog-slider-1 .blog-slider-1-item-wrapper .news-item .news-content {
    margin-left: 13px;
  }
  .widget-3p .bottom-intro-1 .title-wrapper h3 {
    margin-top: 29px;
  }
  .product-wrapper .product-head .product-image .featured-img a > img.lazyloaded {
    min-height: 145.85px;
    max-height: 145.85px;
  }
  .product-wrapper .product-head .product-image .product-sub.special > img {
    margin-top: 9px;
  }
  .cata-product.cata-grid-3 .product-grid-item .product-wrapper .product-content, .cata-product.cata-grid-4 .product-grid-item .product-wrapper .product-content {
    padding: 11px;
  }
  .intro_list {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .intro_list .phuong_cham .title-wrapper h3 {
    font-size: 21px;
  }
  .intro_list .phuong_cham .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
  }
  .intro_list .phuong_cham .bottom-more {
    padding-top: 17px;
    display: block;
    text-decoration: underline;
  }
  .intro_list .phuong_cham .bottom-more img {
    margin-bottom: 5px;
  }
  .intro_list .cam_ket .cam_ket_list {
    padding-top: 0;
  }
  .intro_list .cam_ket .cam_ket_list .cam_ket_item {
    flex-basis: 100%;
  }
  .bannerHome {
    margin-top: 85px;
  }
  .bannerHome .container {
    padding-right: 0;
    padding-left: 0;
  }
  .bannerHome .bannerHome_img {
    object-fit: cover;
    height: 248px;
  }
  .bannerHome .bannerHome_1 img {
    height: 374px;
    object-fit: cover;
  }
  .page-content-3 {
    padding-top: 20px;
  }
  .widget-3p .banner-view-1 {
    margin-top: 85px;
    height: 0;
  }
  .news-item .news-image {
    width: 151px !important;
    padding-right: 13px !important;
  }
  .news-item .news-image img.small {
    display: initial !important;
  }
  .news-item .news-image img.thumb {
    display: none !important;
  }
  .news-item .news-image img {
    height: 136px;
  }
  .news-item .news-image > a {
    display: flex !important;
  }
  .news-item .news-content {
    /* max-width: 50%; */
    width: fit-content !important;
  }
  .news-item .news-content .news-title {
    margin-bottom: 6px;
  }
  .news-item .news-content .meta-data .news-cate {
    display: none;
  }
  .news-item .news-content .meta-data .date > span {
    display: none;
  }
  .news-item .news-content .news-summary {
    margin-top: 5px;
    -webkit-line-clamp: 2;
  }
  #news-hot-view-1-news .news-item .news-content {
    max-width: 100%;
  }
  #scroll-contact-list {
    right: 15px;
  }
  #scroll-contact-list img {
    width: 24px;
    height: 24px;
  }
  .news-group-1 {
    padding-top: 30px;
  }
  .filter-view-1 {
    margin-top: 12px;
  }
}
