:root {
  --web-font: 'Montserrat', sans-serif; }

* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  color: #333333; }

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  color: #cc3300; }

img,
iframe,
video {
  max-width: 100%; }

table {
  width: 100%; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

ol,
ul {
  list-style: none; }

fieldset {
  border: 0.125em groove threedface;
  display: block;
  padding-block-end: 0.75em;
  padding-block-start: 0.35em;
  text-align: center; }

fieldset legend {
  display: inline-block;
  color: inherit;
  background: none;
  vertical-align: top; }

::-webkit-selection {
  background: #333333;
  color: #ffffff; }

::-moz-selection {
  background: #333333;
  color: #ffffff; }

::selection {
  background: #333333;
  color: #ffffff; }

::-webkit-input-placeholder {
  -webkit-transition: text-indent .5s ease, color .5s ease;
  transition: text-indent .5s ease, color .5s ease;
  color: #333333; }

input::-moz-placeholder {
  -webkit-transition: text-indent .5s ease, color .5s ease;
  transition: text-indent .5s ease, color .5s ease;
  color: #333333; }

input::ms-input-placeholder {
  -webkit-transition: text-indent .5s ease, color .5s ease;
  transition: text-indent .5s ease, color .5s ease;
  color: #333333; }

[placeholder]:focus::-webkit-input-placeholder {
  text-indent: 10em;
  color: transparent; }

[placeholder]:focus::-moz-placeholder {
  text-indent: 10em;
  color: transparent; }

body,
html {
  font-family: "Montserrat", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  background: #ffffff;
  font-size: 1em;
  overflow-x: hidden; }

.title {
  font-family: "Montserrat", sans-serif, cursive; }

.color-main {
  color: #333333; }

.form-control,
button,
input,
select {
  transition: all 0.3s ease-in-out;
  outline: none !important;
  box-shadow: none;
  cursor: pointer; }
  .form-control:hover, .form-control:focus, .form-control:active,
  button:hover,
  button:focus,
  button:active,
  input:hover,
  input:focus,
  input:active,
  select:hover,
  select:focus,
  select:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #333333; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.875em; }

h3 {
  font-size: 1.625em; }

h4, h5, h6 {
  font-size: 1.5em; }

/*custom Scroll Chrome */
::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(105, 105, 105, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(105, 105, 105, 0.4); }

@-webkit-keyframes fadeIn {
  0% {
    opacity: .1; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: .1; }
  100% {
    opacity: 1; } }

/* Bootstrap Overrides */
@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

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

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

body {
  padding-right: 0px !important; }

body {
  min-height: 100vh; }

.fancybox-slide--image .fancybox-content {
  padding: 15px;
  background: #f9f9f9;
  color: #444;
  text-shadow: none; }

.page-title {
  background-color: #006633;
  padding: 15px 0; }
  .page-title h1 {
    font-size: 1.25em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 1.25em 1em 0.75em; }

::-moz-selection {
  /* Code for Firefox */
  background-color: #cc3300;
  color: #fff; }

::selection {
  background-color: #cc3300;
  color: #fff; }

/* ================= Back to top ===================== */
.back-to-top {
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  bottom: 0.9375em;
  width: 2.8125em;
  height: 2.8125em;
  line-height: 2.8125em;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  right: -3.75em;
  opacity: 0;
  transition: all .2s ease-in-out; }
  .back-to-top svg {
    fill: #ffffff; }
    .back-to-top svg path {
      fill: #ffffff; }
  .back-to-top.active {
    right: 0.9375em;
    opacity: 1; }

/* ================= End Back to top ===================== */
/* ================= Paginate ===================== */
.paginate {
  padding: 4.0625em 0 2.5em; }
  .paginate-wrap {
    text-align: center; }
    .paginate-wrap .page-node {
      display: block;
      padding: 0.83333em 1.16667em;
      line-height: 1em;
      font-size: 0.75em;
      margin: 0 0.5em;
      font-weight: 700;
      float: left;
      border: 0.16667em solid transparent;
      color: #9a9a9a;
      color: rgba(0, 0, 0, 0.4);
      transition: all .2s ease; }
      .paginate-wrap .page-node.current, .paginate-wrap .page-node:hover {
        border: 0.16667em solid rgba(0, 0, 0, 0.4); }
  .paginate-pagesize {
    text-align: right;
    opacity: .6; }
  @media (max-width: 767px) {
    .paginate-wrap .page-node {
      display: inline-block;
      margin-bottom: 6px;
      float: left; }
    .paginate-pagesize {
      text-align: center;
      margin: 40px auto 0; } }

/* ================= End Paginate ===================== */
/* ================= Header ===================== */
.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 3; }

.header__logo {
  display: inline-block;
  height: 5.625em;
  line-height: 5.625em;
  vertical-align: middle; }

.header__navigation {
  display: inline-block;
  height: 5.625em;
  line-height: 5.625em; }
  .header__navigation ul {
    margin: 0; }
    .header__navigation ul li {
      display: inline-block;
      height: 5.625em;
      line-height: 5.625em; }
      .header__navigation ul li a {
        font-weight: 700;
        padding-left: 0.625em;
        padding-right: 0.625em;
        position: relative;
        display: inline-block;
        line-height: 1.25em; }
      .header__navigation ul li:hover a {
        color: #333333; }

@media (min-width: 1200px) {
  .header__navigation ul li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.125em;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: all .15s ease-out;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .header__navigation ul li:hover a:after {
    webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 1;
    background-color: #cc3300; } }

@media (max-width: 1199px) {
  .header {
    position: relative;
    top: 0;
    left: 0;
    background: #fff; }
    .header .container {
      width: 100%;
      max-width: inherit; }
    .header__navigation {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      width: 100%;
      height: auto;
      line-height: inherit;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      z-index: 20; }
      .header__navigation--bars {
        position: absolute;
        top: 50%;
        margin-top: -1.125em;
        line-height: 0.5em;
        cursor: pointer;
        padding: 0.625em;
        float: right;
        right: 1.25em; }
      .header__navigation ul {
        height: auto;
        line-height: inherit; }
        .header__navigation ul li {
          height: auto;
          line-height: inherit;
          display: block;
          border-bottom: 1px solid rgba(128, 128, 128, 0.2); }
          .header__navigation ul li a {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            display: block;
            padding: 1.15385em 1.53846em;
            text-align: left;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 700;
            font-size: 0.8125em;
            line-height: 1; }
          .header__navigation ul li:last-child {
            border-bottom: 0; } }

/* ================= End Header ===================== */
/* ================= Slider ===================== */
.home-slider__item {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.home-slider__bg {
  background-position: center center;
  background-size: cover;
  height: 100%; }

.home-slider__content {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 0;
  font-weight: bold;
  color: #fff;
  font-size: 2.25em;
  line-height: 1.11111em;
  padding: 2.77778em 0;
  width: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 50ms; }

.home-slider .owl-item.active .home-slider__content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

/* ================= End Slider ===================== */
/* ================= Heading Title ===================== */
.heading-title {
  padding: 2.5em 0 2.5em; }
  .heading-title h2 {
    text-transform: uppercase;
    color: #4d4d4d;
    text-align: center;
    font-weight: bold;
    font-size: 1.875em;
    position: relative;
    padding-top: 1.33333em;
    letter-spacing: 0.16667em;
    padding-bottom: 0.6em;
    margin-bottom: 1.33333em; }
    .heading-title h2:after {
      width: 1.16667em;
      margin: 0 auto;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 0.1em;
      right: 0;
      background: rgba(0, 0, 0, 0.1); }
  .heading-title-2 {
    padding-top: 3.75em;
    padding-bottom: 0.625em; }
    .heading-title-2 h2 {
      font-size: 1.5625em;
      letter-spacing: 0.28em;
      color: #ffffff;
      padding-top: 0;
      padding-bottom: 1.68em;
      margin-bottom: 2em; }
      .heading-title-2 h2:after {
        width: 1.4em;
        height: 0.12em; }

/* ================= End Heading Title ===================== */
/* ================= Home Text ===================== */
.home-text {
  background: #005263;
  padding: 6.25em 0; }
  .home-text h2 {
    font-size: 1.875em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    letter-spacing: 0.23333em; }

/* ================= End Home Text ===================== */
/* ================= Home About Us ===================== */
.home-aboutus {
  background: #f0f0f0; }
  .home-aboutus__content {
    padding: 2.5em 0 2.5em; }
    .home-aboutus__content-video {
      margin-bottom: 2.1875em;
      position: relative;
      height: 100%; }
    .home-aboutus__content-iframe {
      height: 0px;
      padding-top: 54.25%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .home-aboutus__content-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .home-aboutus__content-img {
      text-align: center;
      padding: 0 0 2.5em; }
    .home-aboutus__content-des {
      margin-bottom: 1.25em; }
    .home-aboutus__content-btn {
      background-color: #cc3300;
      color: #fff;
      text-shadow: 0 1px rgba(0, 0, 0, 0.4);
      padding: 1.2em 1.8em;
      font-size: 0.625em;
      line-height: 100%;
      width: 12.5em;
      display: inline-block;
      text-align: center;
      max-width: 100%;
      font-weight: 700;
      letter-spacing: 0.1em; }
  @media (max-width: 991px) {
    .home-aboutus__content-video {
      height: auto; }
    .home-aboutus__content-iframe {
      position: relative; } }

/* ================= End Home About Us ===================== */
/* ================= Home Mang Luoi ===================== */
.home-mangluoi__wrapper {
  background-image: url(https://file.hstatic.net/200000061116/file/mapa-vietnam2_08617a5b3a61444986d9bd2931576a7b.png);
  background-color: #cccccc;
  background-position: left bottom;
  background-size: cover;
  padding-top: 12.5em;
  padding-right: 0;
  padding-bottom: 12.5em;
  padding-left: 0; }

.home-mangluoi .item {
  text-align: center; }
  .home-mangluoi .item svg {
    fill: #ffffff;
    height: 3em;
    width: 100%; }
  .home-mangluoi .item-number {
    margin: 0;
    font-size: 2.5em;
    letter-spacing: 0.05em;
    color: #ffffff; }
  .home-mangluoi .item-title {
    font-size: 1.125em;
    color: #ffffff;
    margin-bottom: 1.11111em;
    opacity: 0;
    text-transform: uppercase;
    margin-top: 0; }
  .home-mangluoi .item.scroll-animated .item-title {
    -webkit-animation: fadeIn 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    animation: fadeIn 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    opacity: 1; }

/* ================= End Home Mang Luoi ===================== */
/* ================= Home Nhom San Pham ===================== */
.home-nhomsanpham__title {
  background: #005263; }

.home-nhomsanpham__wrapper .item {
  padding: 0px; }
  .home-nhomsanpham__wrapper .item-column {
    min-height: 6.25em;
    height: 31.25em;
    overflow: hidden; }
    .home-nhomsanpham__wrapper .item-column__holder {
      padding: 1.25em;
      width: 100%;
      text-align: center;
      position: absolute;
      padding-top: 11.625em;
      top: 0%;
      transition: all .5s ease-out; }
      .home-nhomsanpham__wrapper .item-column__holder img {
        width: 4em; }
    .home-nhomsanpham__wrapper .item-column__title {
      font-size: 1.25em;
      color: #fff;
      margin-top: 1.5em; }
      .home-nhomsanpham__wrapper .item-column__title:after {
        position: absolute;
        content: '';
        display: block;
        bottom: 0.5em;
        left: 50%;
        margin-left: -0.75em;
        height: 0.1em;
        width: 1.5em;
        background: #fff; }
    .home-nhomsanpham__wrapper .item-column__desc {
      position: relative;
      top: 100%;
      text-align: center;
      color: #222;
      padding: 0.625em 3.125em;
      margin-bottom: 1.25em;
      height: 3.75em;
      transition: all .5s ease-out; }
    .home-nhomsanpham__wrapper .item-column__btn {
      position: relative;
      top: 100%;
      text-align: center;
      margin: 0;
      transition: all .5s ease-out; }
      .home-nhomsanpham__wrapper .item-column__btn a {
        padding: 1em 1.8em;
        letter-spacing: 0.1em;
        font-size: 0.625em;
        border: 0.2em solid #222;
        overflow: hidden;
        max-width: 100%;
        transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
        -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
        position: relative; }
        .home-nhomsanpham__wrapper .item-column__btn a::after {
          content: "";
          position: absolute;
          transition: all .2s ease-out;
          -webkit-transition: all .2s ease-out;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
          height: 0;
          width: 0;
          opacity: 0; }
    .home-nhomsanpham__wrapper .item-column:hover .item-column__holder {
      top: -15%; }
    .home-nhomsanpham__wrapper .item-column:hover .item-column__title {
      color: #222; }
      .home-nhomsanpham__wrapper .item-column:hover .item-column__title:after {
        background: #222; }
    .home-nhomsanpham__wrapper .item-column:hover .item-column__desc {
      top: 50%; }
    .home-nhomsanpham__wrapper .item-column:hover .item-column__btn {
      top: 50%; }
      .home-nhomsanpham__wrapper .item-column:hover .item-column__btn a:hover::after {
        width: 120%;
        height: 4000%;
        opacity: 1;
        background: #222;
        color: #fff; }
      .home-nhomsanpham__wrapper .item-column:hover .item-column__btn a:hover span {
        position: relative;
        z-index: 2;
        color: #fff; }
    .home-nhomsanpham__wrapper .item-column:hover.item-column1 {
      background: #fbded0 !important; }
    .home-nhomsanpham__wrapper .item-column:hover.item-column2 {
      background: #e08baa !important; }
    .home-nhomsanpham__wrapper .item-column:hover.item-column3 {
      background: #73d67a !important; }
    .home-nhomsanpham__wrapper .item-column:hover.item-column4 {
      background: #e59ff4 !important; }
    .home-nhomsanpham__wrapper .item-column:hover.item-column5 {
      background: #cbe1ee !important; }
    .home-nhomsanpham__wrapper .item-column:hover.item-column6 {
      background: #b7d8d4 !important; }

/* ================= End Home Nhom San Pham ===================== */
/* ================= Dich Vu ===================== */
.home-dichvu__title {
  background: #005263;
  margin-bottom: 1.875em; }

.home-dichvu__wrapper {
  background: #fff;
  padding: 0.625em 0 0.625em; }
  .home-dichvu__wrapper .item {
    margin-bottom: 1.875em; }
    .home-dichvu__wrapper .item-column {
      margin-top: 2.1875em;
      padding: 4.375em 1.875em 1.875em;
      position: relative;
      border: 1px solid #e0e0e0;
      background-color: #f4f4f4;
      text-align: center;
      border-radius: 0.1875em; }
      .home-dichvu__wrapper .item-column__icon {
        top: -2.125em;
        left: 50%;
        margin-left: -2em;
        background-color: #006633;
        color: #ffffff;
        position: absolute;
        display: block;
        width: 4.0625em;
        height: 4.0625em;
        color: #fff;
        text-align: center;
        line-height: 3.125em;
        border-radius: 50%; }
        .home-dichvu__wrapper .item-column__icon svg {
          width: 2em;
          height: 2em;
          fill: #fff;
          position: relative;
          top: 0.0625em; }
      .home-dichvu__wrapper .item-column__title {
        margin-bottom: 1.25em;
        color: #222;
        font-size: 1em; }
      .home-dichvu__wrapper .item-column p {
        position: relative;
        margin-bottom: 0;
        color: #777777; }
  @media (min-width: 992px) {
    .home-dichvu__wrapper .item {
      -ms-flex: 0 0 16.66666667%;
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%; } }

.page-dichvu__wrapper {
  padding: 4.375em 0 4.375em; }
  .page-dichvu__wrapper .item-column__title {
    font-size: 1.25em;
    margin-bottom: 1em;
    font-weight: 700; }
  @media (min-width: 992px) {
    .page-dichvu__wrapper .item {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }

/* ================= End Dich Vu ===================== */
/* ================= Home News ===================== */
.home-news__title {
  background: #005263;
  margin-bottom: 1.875em; }

.home-news__wrapper .item {
  padding-bottom: 0.625em; }
  .home-news__wrapper .item-content {
    padding: 0.625em;
    background: #f9f9f9; }
    .home-news__wrapper .item-content__title {
      font-size: 1.125em;
      color: #222;
      font-weight: bold;
      text-transform: none;
      margin-bottom: 0.83333em; }
    .home-news__wrapper .item-content__des {
      color: #777;
      font-size: 0.8125em;
      margin-bottom: 1.15385em; }
    .home-news__wrapper .item-content__btn {
      margin-bottom: 1.375em; }
      .home-news__wrapper .item-content__btn a {
        background: #006633;
        color: #fff;
        display: inline-block;
        font-size: 0.875em;
        padding: 1em 1.42857em; }

.home-news__viewmore {
  margin-top: 2.1875em;
  margin-bottom: 7.1875em;
  margin-right: 0.9375em;
  text-align: right; }
  .home-news__viewmore a {
    box-shadow: 0px 0.3em 0px 0px #a32900;
    margin-bottom: 0.3em;
    background-color: #cc3300;
    color: #fff;
    display: inline-block;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    padding: 1.2em 1.8em;
    font-size: 0.625em; }
    .home-news__viewmore a:hover {
      background-color: #be2f00; }

@media (max-width: 767px) {
  .home-news__viewmore {
    text-align: center; } }

/* ================= End Home News ===================== */
/* ================= Home Products ===================== */
.home-sanpham__title {
  background: #005263; }
  .home-sanpham__title .heading-title {
    padding-bottom: 0; }

.home-sanpham__wrapper .item {
  height: 265px;
  position: relative;
  overflow: hidden;
  line-height: 4px;
  background: #eee;
  cursor: pointer;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }
  .home-sanpham__wrapper .item img {
    z-index: 10;
    width: 100%; }
  .home-sanpham__wrapper .item .hover-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 11;
    background-color: #000;
    -webkit-transform: translate(0, 80%);
    -ms-transform: translate(0, 80%);
    transform: translate(0, 80%);
    transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.9) 75%) !important; }
  .home-sanpham__wrapper .item .icons-holder {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 13; }
    .home-sanpham__wrapper .item .icons-holder a {
      display: inline-block;
      margin: 0 0.3125em;
      width: 3em;
      height: 3em;
      line-height: 3.125em;
      text-align: center;
      color: #fff;
      opacity: .7; }
      .home-sanpham__wrapper .item .icons-holder a svg {
        height: 2em;
        width: 2em; }
      .home-sanpham__wrapper .item .icons-holder a:hover {
        opacity: 1; }
    .home-sanpham__wrapper .item .icons-holder svg {
      fill: #fff; }
  .home-sanpham__wrapper .item .item-meta {
    position: absolute;
    bottom: 1.25em;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0.625em;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 20; }
    .home-sanpham__wrapper .item .item-meta .item-title {
      padding: 0 1.42857em;
      font-size: 0.875em;
      line-height: 1.28571em;
      font-weight: 700;
      margin-bottom: 1.07143em;
      letter-spacing: 0.07143em;
      text-transform: uppercase;
      color: #fff !important; }
    .home-sanpham__wrapper .item .item-meta .item-description {
      font-size: 0.75em;
      line-height: 1.16667em;
      color: white;
      text-transform: none;
      padding: 0 1.66667em; }
    .home-sanpham__wrapper .item .item-meta a {
      color: #fff; }
  .home-sanpham__wrapper .item:hover .hover-overlay {
    opacity: .85;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .home-sanpham__wrapper .item:hover .icons-holder {
    opacity: 1; }
  .home-sanpham__wrapper .item:hover .item-meta {
    opacity: 1;
    bottom: 1.875em; }

@media (max-width: 1024px) {
  .home-sanpham__wrapper .item {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%; } }

@media (max-width: 991px) {
  .home-sanpham__wrapper .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 576px) {
  .home-sanpham__wrapper .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: auto; } }

/* ================= End Home Products ===================== */
/* ================= Footer ===================== */
.footer-top {
  padding: 3.125em 0 1.875em;
  background-color: #005263;
  color: #ffffff; }
  .footer-top .widget {
    margin-bottom: 0.625em; }
    .footer-top .widgettitle {
      display: block;
      margin-bottom: 1.07143em;
      letter-spacing: 0.07143em;
      text-transform: uppercase;
      font-size: 0.875em;
      color: #ffffff;
      font-weight: 700; }
    .footer-top .widgettext p {
      font-size: 0.875em;
      color: #ffffff;
      font-weight: normal;
      line-height: 1.64286em; }
    .footer-top .widget__social a {
      position: relative;
      display: inline-block;
      margin: 0.3125em 0.9375em 0.3125em 0;
      line-height: 100%;
      opacity: .5; }
      .footer-top .widget__social a svg {
        height: 2em;
        width: 2em;
        fill: #ebebeb; }
      .footer-top .widget__social a:hover {
        opacity: 1; }
        .footer-top .widget__social a:hover svg {
          fill: #fff; }

.footer-copyright {
  background: #074b58;
  color: #8c8e91; }
  .footer-copyright span {
    font-size: 0.6875em;
    letter-spacing: 0.09091em;
    padding: 2.27273em 0 1.81818em;
    opacity: .8;
    line-height: 1.45455em;
    display: inline-block; }
    .footer-copyright span img {
      margin-left: 0.90909em;
      position: relative;
      top: -0.27273em; }

@media (max-width: 767px) {
  .footer-copyright span {
    display: block;
    clear: both;
    padding: 0.90909em 0.90909em 0.45455em;
    text-align: center; } }

/* ================= End Footer ===================== */
/* ================= About us ===================== */
.page-title {
  background-color: #006633;
  padding: 0.9375em 0; }
  .page-title h1 {
    font-size: 1.25em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 1.25em 1em 0.75em; }

.page-section2 {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover; }
  .page-section2 .container {
    padding: 12.5em 0 3.125em; }
    .page-section2 .container h2 {
      letter-spacing: 0.14286em;
      text-transform: uppercase;
      font-size: 2.1875em;
      color: #ffffff;
      text-align: center;
      font-style: inherit;
      font-weight: bold;
      padding-top: 0;
      margin-bottom: 0.51429em;
      padding-bottom: 0.57143em; }
      .page-section2 .container h2 span {
        color: #ffffff; }
  @media (max-width: 1024px) {
    .page-section2 {
      background-attachment: scroll; } }

.page-section-doingu .section-doingu-title {
  background-color: #005263;
  padding: 4.375em 0 0; }
  .page-section-doingu .section-doingu-title h2 {
    text-transform: uppercase;
    font-size: 1.25em;
    color: #ffffff;
    font-weight: inherit;
    padding-bottom: 1em; }

.page-section-doingu .section-doingu-wrapper .gallery-item a {
  overflow: hidden;
  display: block; }
  .page-section-doingu .section-doingu-wrapper .gallery-item a img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .page-section-doingu .section-doingu-wrapper .gallery-item a:hover img {
    -webkit-transform: scale(1.11);
    -ms-transform: scale(1.11);
    transform: scale(1.11); }

@media (min-width: 576px) {
  .page-section-doingu .section-doingu-wrapper .gallery-item {
    padding: 0; } }

.page-section-tuyendung {
  padding: 0.625em 0 0.625em; }
  .page-section-tuyendung .tuyendung-btn {
    margin-top: 1.25em;
    text-align: right;
    margin-right: 0.9375em;
    margin-bottom: 0.9375em; }
    .page-section-tuyendung .tuyendung-btn a {
      background-color: #006633;
      padding: 1.2em 1.8em;
      font-size: 0.625em;
      color: #ffffff;
      display: inline-block; }
    @media (max-width: 767px) {
      .page-section-tuyendung .tuyendung-btn {
        text-align: center; } }

.page-section-brand {
  padding: 0.625em 0 0.625em; }
  .page-section-brand .brand-lists li {
    width: calc(100% / 3); }
    .page-section-brand .brand-lists li .client-logo {
      position: relative;
      display: block;
      opacity: .8;
      background-position: center center;
      background-repeat: no-repeat;
      border-color: transparent;
      border-width: 1px;
      border-style: solid;
      margin: 0 auto;
      border-top-style: none;
      border-left-style: none; }
    @media (max-width: 767px) {
      .page-section-brand .brand-lists li {
        width: 50%; } }
    @media (max-width: 576px) {
      .page-section-brand .brand-lists li {
        width: 100%; } }

.page-section-content {
  padding: 1.25em 0 1.25em; }
  .page-section-content ul {
    margin-left: 1.5em;
    list-style-type: disc; }
    .page-section-content ul li {
      margin-left: 0.875em; }
  .page-section-content .des strong {
    color: #006633; }

.page-tuyendung {
  padding: 4.375em 0 4.375em; }

.page-vitri-tuyendung {
  margin: 3.4375em 0 1.25em; }
  .page-vitri-tuyendung .item-holder {
    margin: 3.4375em 0 1.5625em 0;
    padding: 3.75em 2.1875em 2.25em;
    border: 1px solid rgba(0, 0, 0, 0.04);
    background-color: #f4f4f4;
    background-color: rgba(0, 0, 0, 0.03);
    position: relative; }
    .page-vitri-tuyendung .item-holder .team-thumbnail {
      margin: 0 auto 1.5625em;
      max-width: 31.25em;
      width: 6.25em;
      height: 6.25em;
      position: absolute;
      top: -2.8125em;
      left: 50%;
      margin-left: -3.125em;
      border: 2px solid #c6c6c6;
      border-radius: 50%;
      overflow: hidden; }
      .page-vitri-tuyendung .item-holder .team-thumbnail img {
        position: relative;
        border-radius: 50%; }
    .page-vitri-tuyendung .item-holder .team-member-name {
      margin-top: 0.625em;
      letter-spacing: 0.0625em;
      text-transform: uppercase;
      font-weight: 700;
      display: block;
      text-align: center; }
    @media (max-width: 991px) {
      .page-vitri-tuyendung .item-holder {
        margin-left: 0; } }

.page-section-title {
  letter-spacing: 0;
  font-size: 1.25em;
  color: #006633;
  font-weight: inherit;
  padding-bottom: 1em;
  margin-bottom: 0.9em;
  white-space: nowrap; }
  @media (max-width: 767px) {
    .page-section-title {
      text-align: center;
      white-space: normal; } }

.page .divider-inner {
  padding: 0 0 1.25em;
  border-top: 2px solid #006633;
  display: block;
  width: 50%;
  margin-top: 0.625em; }
  @media (max-width: 767px) {
    .page .divider-inner {
      margin: 0.625em auto 0; } }

/* ================= End About us ===================== */
/* ================= List Collection ===================== */
.list-collections-wrapper {
  padding: 50px 0px; }

.list-collections .item-holder {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 30px; }
  .list-collections .item-holder .image-hover-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 10;
    background: #cc3300; }
  .list-collections .item-holder .gallery-title {
    position: absolute;
    top: 58%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    transition: all .4s ease-out;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    z-index: 10; }
  .list-collections .item-holder .gallery-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 30;
    transition: opacity .25s ease-in-out; }
    .list-collections .item-holder .gallery-icon svg {
      height: 48px;
      width: 48px;
      fill: #fff;
      vertical-align: middle;
      overflow: visible;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 35%; }
  .list-collections .item-holder:hover .image-hover-overlay {
    opacity: .85; }
  .list-collections .item-holder:hover .gallery-title {
    opacity: 1;
    top: 56%; }
  .list-collections .item-holder:hover .gallery-icon {
    opacity: 1; }

/* ================= End List Collection ===================== */
/* ================= Collection ===================== */
.btn_all {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 15px; }
  .btn_all a {
    padding: 1.28571em 2em;
    border-color: #006633;
    color: #006633;
    border-width: 0.14286em;
    border-style: solid;
    font-size: 0.875em;
    line-height: 100%;
    transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    letter-spacing: 0.14286em;
    font-weight: 700;
    display: inline-block; }
    .btn_all a:hover {
      background: #006633;
      color: #ffffff; }

.collection-wrapper {
  padding: 3.125em 0; }
  .collection-wrapper .tags {
    padding: 1.875em 0;
    margin: 0.25em;
    padding-left: 0.25em;
    padding-right: 0.25em; }
    .collection-wrapper .tags li {
      margin: 0.5em;
      display: inline-block; }
      .collection-wrapper .tags li a {
        padding: 0.84615em 0.92308em;
        line-height: 1em;
        font-size: 0.9375em;
        font-weight: 700;
        display: block;
        border: 2px solid transparent;
        letter-spacing: 0.07692em;
        position: relative;
        color: #333;
        transition: all .15s ease-in-out; }
        .collection-wrapper .tags li a:hover {
          color: #cc3300; }
        .collection-wrapper .tags li a.active {
          border-color: #333; }

.collection-products .item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
  overflow: hidden; }
  .collection-products .item .featured-image {
    background: #eee;
    cursor: pointer; }
    .collection-products .item .featured-image img {
      position: relative;
      transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
      z-index: 11;
      height: 230px; }
      @media (max-width: 768px) {
        .collection-products .item .featured-image img {
          height: auto; } }
    .collection-products .item .featured-image .image-hover-overlay {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      z-index: 4; }
    .collection-products .item .featured-image .product-meta {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      text-align: left;
      opacity: .8;
      background: #006633;
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
      transition: all .35s ease-out;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      width: 80%;
      z-index: 100;
      padding: 1.1875em 0.625em; }
      .collection-products .item .featured-image .product-meta h3 {
        color: #fff;
        font-weight: 700;
        line-height: 1.66667em;
        text-transform: uppercase;
        letter-spacing: 0.08333em;
        padding: 0 0.83333em;
        font-size: 0.75em; }
      .collection-products .item .featured-image .product-meta .product-description {
        font-size: 0.75em;
        line-height: 1.16667em;
        padding: 0 0.41667em;
        color: #ffffff; }
    .collection-products .item .featured-image:hover img {
      webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
      transform: translate(20%, 0); }
    .collection-products .item .featured-image:hover .image-hover-overlay {
      opacity: 1;
      transition: all .35s ease-out;
      background: #eee; }
    .collection-products .item .featured-image:hover .product-meta {
      opacity: 1;
      -webkit-transform: rotateY(0);
      transform: rotateY(0);
      overflow-y: auto; }
  @media (max-width: 1024px) {
    .collection-products .item {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media (max-width: 991px) {
    .collection-products .item {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 576px) {
    .collection-products .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

/* ================= End Collection ===================== */
/* ================= Product ===================== */
.product-wrapper {
  padding: 4.375em 0 4.375em; }

.product-collections-list {
  margin-bottom: 0.625em;
  margin-top: 0.125em; }
  .product-collections-list ul {
    margin: 0; }
    .product-collections-list ul li {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .product-collections-list ul li a {
        margin: 0 0.07692em 0.15385em;
        display: block;
        background: #EF9C00;
        border-radius: 0.30769em;
        font-weight: 700;
        font-size: 1em;
        height: 2.30769em;
        color: #ffffff;
        line-height: 2.30769em;
        text-align: center;
        padding: 0 10px; }

.product-bg {
  background-color: #e2e2e2;
  padding: 1.875em 0.9375em;
  margin-top: 5em; }
  .product-bg h2 {
    letter-spacing: 0.06667em;
    text-transform: uppercase;
    font-size: 1.875em;
    color: #464646;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 1.83333em;
    padding-bottom: 0.5em;
    margin-bottom: 0.6em; }

.product-long-description {
  column-count: 2;
  column-gap: 1.875em; }

.product-btn-all {
  padding-top: 2.5em;
  text-align: right; }
  .product-btn-all a {
    margin-bottom: 1.25em;
    margin-top: 0px;
    margin-right: 1.25em;
    border-color: #222;
    color: #222;
    padding: 1em 2em;
    border-width: 0.16667em;
    border-style: solid;
    font-size: 0.75em;
    letter-spacing: 0.08333em;
    display: inline-block;
    font-weight: 700; }
    .product-btn-all a svg {
      margin: -2px 15px 0 0; }
    .product-btn-all a:hover {
      background-color: #222;
      color: #ffffff; }

@media (max-width: 767px) {
  .product-collections-list ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .product-bg {
    margin-top: 0; }
  .product-short-description {
    margin-bottom: 2.5em; }
  .product-long-description {
    column-count: 1;
    column-gap: 0em;
    margin-top: 2.5em; }
  .product-btn-all {
    text-align: center; } }

/* ================= End Product ===================== */
/* ================= Blog ===================== */
.blog-wrapper {
  padding: 4.375em 0 4.375em; }
  .blog-wrapper .tags {
    margin-bottom: 1.625em; }
    .blog-wrapper .tags li {
      display: inline-block;
      margin-right: 1.25em; }
      .blog-wrapper .tags li a {
        background: #006633;
        padding: 0.3125em 0.9375em;
        color: #ffffff;
        display: inline-block;
        font-weight: bold;
        margin: 0.3125em 0;
        border-radius: 20px; }
        .blog-wrapper .tags li a.active, .blog-wrapper .tags li a:hover {
          background: #dd5555; }
  .blog-wrapper .item {
    border: 0.0625em solid #e3e3e3;
    position: relative;
    margin-bottom: 1.25em; }
    .blog-wrapper .item-image {
      position: relative;
      display: block;
      overflow: hidden; }
      .blog-wrapper .item-image:hover .item-type {
        opacity: .9; }
      .blog-wrapper .item-image:hover .icons-holder {
        opacity: .9; }
    .blog-wrapper .item-type {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      background-color: #cc3300;
      transition: opacity .25s ease-in-out;
      z-index: 10;
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      align-items: center;
      justify-content: center; }
      .blog-wrapper .item-type svg {
        height: 3em;
        width: 3em;
        fill: #fff; }
    .blog-wrapper .item .icons-holder {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      background-color: #cc3300;
      transition: opacity .25s ease-in-out;
      z-index: 10;
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      align-items: center;
      justify-content: center; }
      .blog-wrapper .item .icons-holder a {
        display: inline-block;
        margin: 0 0.3125em;
        width: 3em;
        height: 3em;
        line-height: 3.125em;
        text-align: center;
        color: #fff;
        opacity: 1; }
        .blog-wrapper .item .icons-holder a svg {
          height: 2em;
          width: 2em; }
      .blog-wrapper .item .icons-holder svg {
        fill: #fff; }
    .blog-wrapper .item-meta {
      padding: 1.25em;
      margin-bottom: 1.25em; }
      .blog-wrapper .item-meta h3 {
        margin-top: 0.35714em;
        text-transform: uppercase;
        line-height: 1.28571em;
        font-weight: bold;
        font-size: 0.875em; }
        .blog-wrapper .item-meta h3 a {
          letter-spacing: 0.07143em;
          line-height: 1.28571em; }
      .blog-wrapper .item-meta time {
        display: block;
        margin-bottom: 0.625em; }
        .blog-wrapper .item-meta time a {
          color: #999;
          font-style: italic;
          font-size: 0.6875em; }
      .blog-wrapper .item-meta-excerpt {
        margin: 0.3125em 0; }
        .blog-wrapper .item-meta-excerpt p {
          margin: 0; }
    .blog-wrapper .item-footer {
      position: absolute;
      padding: 0.9375em 1.25em;
      border-top: 1px solid #e3e3e3;
      width: 100%;
      bottom: 0px; }
      .blog-wrapper .item-footer a {
        line-height: 1em;
        font-weight: 700;
        font-size: 0.75em; }
        .blog-wrapper .item-footer a svg {
          height: 0.66667em;
          width: 0.66667em;
          margin-right: 0.41667em;
          fill: #222; }
    @media (max-width: 576px) {
      .blog-wrapper .item-footer {
        position: relative; } }

.article-wrapper {
  padding: 4.375em 0 4.375em;
  position: relative; }

.article-single-title {
  font-weight: 600;
  font-size: 1.875em;
  margin-bottom: 0.46667em;
  color: #777777; }

.article-single-meta {
  margin-bottom: 1.25em; }

.article-single-date {
  color: #999;
  font-style: italic;
  font-size: 0.875em;
  display: inline-block; }

.article-single-content {
  margin: 0.625em 0 3.75em; }

.article-kythuat {
  position: relative; }

.article-bg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  right: 0; }

.article-content {
  padding: 4.375em 0 4.375em;
  width: 40%;
  position: relative;
  float: left;
  margin: 0 5%;
  color: #777777; }
  .article-content h2 {
    letter-spacing: 0.11111em;
    text-transform: uppercase;
    font-size: 1.125em;
    color: #464646;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 3.05556em;
    padding-bottom: 0.83333em;
    margin-bottom: 1em; }
  .article-content-btn a {
    margin-bottom: 1.25em;
    margin-top: 0px;
    margin-right: 1.25em;
    border-color: #222;
    color: #222;
    padding: 1em 2em;
    border-width: 0.16667em;
    border-style: solid;
    font-size: 0.75em;
    letter-spacing: 0.08333em;
    display: inline-block;
    font-weight: 700; }
    .article-content-btn a svg {
      margin: -2px 15px 0 0; }
    .article-content-btn a:hover {
      background-color: #222;
      color: #ffffff; }

.article-single-content ul {
  list-style: initial; }

.article-mini-content li img {
  margin-left: 8px; }

@media (min-width: 500px) {
  .article-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px; }
    .article-image-wrapper .article-mini-content {
      max-width: 50%;
      padding: 0px 10px; }
      .article-image-wrapper .article-mini-content .article-mini-descr {
        font-size: 13px;
        margin: -13.3% 1% 4% !important;
        padding: 1%;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 85px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; } }

@media (max-width: 500px) {
  .article-mini-content {
    padding: 0px 10px; }
    .article-mini-content .article-mini-descr {
      font-size: 11px;
      margin: -18% 1% 5% !important;
      padding: 1%;
      background-color: rgba(0, 0, 0, 0.6);
      color: white;
      border-radius: 5px;
      position: relative;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 69px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; } }

.article-image-wrapper:after {
  clear: both;
  content: ''; }

/* ================= End Blog ===================== */
/* ================= Chuyen Gia ===================== */
.page-chuyengia__wrapper {
  padding: 4.375em 0 4.375em; }

.page-chuyengia__title {
  font-size: 1.125em;
  text-align: left;
  color: #393836;
  font-weight: inherit;
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 1.11111em;
  text-transform: uppercase;
  padding: 0.22222em 0;
  color: #006633;
  font-weight: 700; }

.page-chuyengia .chuyengia-image {
  text-align: center;
  margin-bottom: 0.625em; }

.page-chuyengia .chuyengia-name {
  margin: 0.625em 0; }
  .page-chuyengia .chuyengia-name span {
    display: block;
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1.28571em; }

.page-chuyengia .chuyengia-des {
  padding: 1.25em 1.25em;
  background-color: rgba(0, 102, 34, 0.02);
  transition: background .2s ease-in-out;
  color: #777777;
  margin-bottom: 0.625em; }

/* ================= End Chuyen Gia ===================== */
.entry-title.bold {
  font-weight: bold;
  margin-bottom: 15px; }

.lexok {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  text-align: center;
  flex-direction: column-reverse; }

.lexok .mk-image-holder {
  display: inline-block; }

.contentokP ul {
  list-style: initial;
  margin-left: 30px; }

@media (min-width: 992px) {
  .wpb_row.vc_row.vc_row-fluid {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
  .wpb_row.vc_row.vc_row-fluid > div {
    width: 100%; } }

.mk-fancy-title.pattern-style {
  background: url(//cdn.hstatic.net/themes/200000061116/1001479662/14/fancy-title-pattern.png?v=1126) left 15px repeat-x; }

.mk-fancy-title.pattern-style span {
  font-size: 17px;
  font-weight: bold;
  background: #fff; }

.boxlienhe {
  max-width: 400px; }

.infoman {
  margin-bottom: 10px; }

.tatcadichvu {
  text-align: right; }

.tatcadichvu a {
  text-align: right;
  border-color: #006633;
  color: #006633;
  display: inline-block;
  border: 2px solid;
  padding: 3px 10px; }

.tatcadichvu a:hover {
  text-align: right;
  border-color: #006633;
  color: #fff;
  background: #006633;
  display: inline-block;
  border: 2px solid #006633;
  padding: 3px 10px; }

.imgchuyengia {
  text-align: center; }

.imgchuyengia h3 {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 5px; }

.boxok {
  background-color: rgba(0, 102, 34, 0.02);
  padding: 20px;
  height: 100%; }

.mg35 {
  margin-bottom: 35px; }

.product-long-description ul, .product-long-description ol {
  list-style: revert;
  list-style-position: inside; }

.s-brand {
  padding: 15px 0;
  margin: 0; }

.s-brand .owl-item li {
  text-align: center;
  border-radius: 4px; }

.s-brand .owl-item li a {
  display: block; }

.s-brand .owl-item li a img {
  width: 100%;
  max-width: 100%;
  display: inline-block; }

/* Owl */
.owlDesign.owl-carousel .owl-nav button {
  width: 30px;
  height: 50px;
  font-size: 50px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid;
  border-color: #eb0088;
  color: #eb0088;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  font-family: -webkit-body;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

.owlDesign:hover .owl-nav div {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

.owlDesign:hover .owl-nav div:hover {
  background: #eb0088;
  color: #fff; }

.owlDesign.owl-carousel .owl-nav .disabled {
  background: #eb0088;
  color: #fff;
  opacity: .6;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  cursor: default; }

.owlDesign.owl-carousel .owl-nav .owl-next {
  right: -30px; }

.owlDesign.owl-carousel .owl-nav .owl-prev {
  left: -30px; }

.owlDesign:hover .owl-nav .owl-next {
  right: 0px; }

.owlDesign:hover .owl-nav .owl-prev {
  left: 0px; }

.owlDesign .owl-controls .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  line-height: 1;
  font-size: 0;
  padding: 5px;
  /* background: rgba(0, 166, 81, .2); */
  background: #f4f8fa;
  display: none !important; }

.owlDesign .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid;
  border-color: #eb0088;
  margin: 0px 3px;
  line-height: 1; }

.owlDesign .owl-controls .owl-dots .owl-dot.active {
  background: #eb0088; }

.owlDesign .owl-controls .owl-dots {
  display: block !important; }

.owlDesign.notDots .owl-controls .owl-dots {
  display: none !important; }

/* Img hover style */
.owlDesign:hover .owl-nav .owl-next {
  right: -29px;
  opacity: 1;
  visibility: visible;
  top: 43%; }

.header__navigation ul li {
  position: relative; }

.header__navigation > ul > li:hover .menu-lv2__ul {
  display: block; }

.menu-lv2__ul {
  position: absolute;
  left: 15px;
  line-height: 30px;
  height: 30px;
  background: #fff;
  display: none; }

.menu-lv2__li {
  height: initial !important;
  line-height: initial !important; }

.menu-lv2__a:after {
  display: none !important; }

.owlDesign:hover .owl-nav .owl-prev {
  left: -29px;
  opacity: 1;
  visibility: visible;
  top: 43%; }

.header > .container {
  position: relative; }

.search__input-wrap {
  position: absolute;
  right: 100px; }

@media (max-width: 767px) {
  .search__input-wrap {
    top: 100%;
    left: 15px;
    right: unset; } }

.search__input {
  border: none;
  padding: 5px 15px;
  border-radius: 5px; }

.search__input-wrap {
  display: none; }

.search__input-wrap.active {
  display: block; }

.search__header {
  cursor: pointer;
  color: #ee0000; }

.search__input {
  border: 1px solid rgba(0, 0, 0, 0.5); }

.header__navigation .menu-lv2__ul {
  min-width: 200px;
  width: max-content; }

.collection-products .item_pro .featured-image .product-meta .product-description * {
  font-size: 14px !important;
  color: #fff !important;
  font-family: Arial !important;
  line-height: 1.2;
  font-weight: normal; }

#search .product-description {
  font-size: 0.75em;
  line-height: 1.16667em;
  padding: 0 0.41667em;
  color: #ffffff; }

@media (min-height: 300px) {
  .product-content-desc {
    position: -webkit-sticky;
    position: sticky;
    top: 0; } }

.unreset body {
  margin: 8px; }

.unreset th {
  font-weight: bolder;
  text-align: center; }

.unreset caption {
  text-align: center; }

.unreset h1 {
  font-size: 2em;
  margin: .67em 0; }

.unreset h2 {
  font-size: 1.5em;
  margin: .75em 0; }

.unreset h3 {
  font-size: 1.17em;
  margin: .83em 0; }

.unreset h4, .unreset p,
.unreset blockquote, .unreset ul,
.unreset fieldset, .unreset form,
.unreset ol, .unreset dl, .unreset dir,
.unreset menu {
  margin: 1.12em 0; }

.unreset h5 {
  font-size: .83em;
  margin: 1.5em 0; }

.unreset h6 {
  font-size: .75em;
  margin: 1.67em 0; }

.unreset h1, .unreset h2, .unreset h3, .unreset h4,
.unreset h5, .unreset h6, .unreset b,
.unreset strong {
  font-weight: bolder; }

.unreset blockquote {
  margin-left: 40px;
  margin-right: 40px; }

.unreset i, .unreset cite, .unreset em,
.unreset var, .unreset address {
  font-style: italic; }

.unreset pre, .unreset tt, .unreset code,
.unreset kbd, .unreset samp {
  font-family: monospace; }

.unreset pre {
  white-space: pre; }

.unreset big {
  font-size: 1.17em; }

.unreset small, .unreset sub, .unreset sup {
  font-size: .83em; }

.unreset sub {
  vertical-align: sub; }

.unreset sup {
  vertical-align: super; }

.unreset table {
  border-spacing: 2px;
  border-collapse: separate; }

.unreset thead, .unreset tbody,
.unreset tfoot {
  vertical-align: middle; }

.unreset td, .unreset th, .unreset tr {
  vertical-align: inherit; }

.unreset s, .unreset strike, .unreset del {
  text-decoration: line-through; }

.unreset hr {
  border: 1px inset; }

.unreset ol, .unreset ul, .unreset dir,
.unreset menu, .unreset dd {
  margin-left: 40px; }

.unreset ol {
  list-style-type: decimal; }

.unreset ul {
  list-style-type: disc; }

.unreset ol ul, .unreset ul ol,
.unreset ul ul, .unreset ol ol {
  margin-top: 0;
  margin-bottom: 0; }

.unreset {
  line-height: 1.2; }

/* HTML5 */
.unreset figure {
  margin: 1em 40px; }

img[src="https://file.hstatic.net/200000061116/file/l_c9c123046e2c41a4b6fc1f57173da008_small.jpg"] {
  margin-left: 8px; }

/*Mai (17/08/2022)*/
.collection-products .item_pro {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 200%;
  margin-bottom: 10px; }

.collection-products .item_pro .button-add button {
  border: none;
  padding: 5px 15px;
  border-radius: 2px;
  background: #333333;
  color: #fff;
  font-size: 14px; }

.collection-products .item_pro .buy_now {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px; }

.collection-products .item_pro p.pro-price {
  font-weight: 600; }

/* --------------------------------------------------------------------------------
CART PAGE
-------------------------------------------------------------------------------- */
.wrapbox-content-cart {
  padding-bottom: 30px; }

#layout-cart .heading-page {
  position: relative;
  text-align: center;
  padding: 0 0 30px 0; }

#layout-cart .heading-page:after {
  content: "";
  background: #252a2b;
  display: block;
  width: 60px;
  height: 4px;
  margin: 25px auto 0; }

#layout-cart .heading-page h1 {
  font-size: 30px;
  margin: 0 0 10px; }

table.table-cart {
  margin-bottom: 30px; }

table.table-cart thead {
  display: none; }

table.table-cart tr td {
  padding: 20px 0;
  border-top: 1px solid #ededed;
  vertical-align: top; }

table.table-cart tr:first-child td {
  border-top: 0; }

table.table-cart tr td.image {
  text-align: center;
  width: 110px; }

table.table-cart tr td.image img {
  max-width: 100px; }

table.table-cart tr td.item {
  padding-left: 15px; }

table.table-cart tr td.item h3 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  display: inline; }

table.table-cart tr td.item p {
  margin-bottom: 5px; }

table.table-cart tr td.item p del {
  font-size: 12px; }

table.table-cart tr td.item .price {
  margin: 0;
  float: right; }

table.table-cart tr td.item .price span.text {
  display: none; }

table.table-cart tr td.item .price span {
  font-size: 16px;
  padding-right: 0;
  font-weight: 500; }

table.table-cart tr td.item .variant {
  margin-bottom: 5px; }

table.table-cart tr td.remove {
  text-align: right; }

.qty-click input.item-quantity {
  background: #ededed;
  font-weight: 500;
  font-size: 15px;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 35px;
  border: 1px solid #dadbdd;
  border-left: none;
  border-right: none;
  border-radius: 0;
  float: left;
  -webkit-appearance: none; }

.qty-click {
  float: left; }

.qty-click button.qty-btn {
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #abafb2;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 25px;
  border: 1px solid #dadbdd;
  border-radius: 0;
  float: left;
  -webkit-appearance: none; }

.qty-click button.qty-btn:focus {
  outline: none; }

.checkout-note textarea {
  border-radius: 0;
  -webkit-appearance: none;
  background: #ededed;
  resize: none;
  color: #252a2b;
  font-size: 15px;
  padding: 20px;
  outline: none;
  width: 100%;
  height: 130px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 150ms linear; }

p.order-infor {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px; }

.order-infor .total_price {
  font-size: 30px;
  margin-left: 7px; }

.cart-buttons a, .cart-buttons .btn-checkout, .cart-buttons .btn-update {
  display: inline-block;
  vertical-align: top;
  padding: 19px 20px; }

.cart-buttons .link-continue {
  margin-left: 0; }

.link-continue a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  border-radius: 0;
  -webkit-appearance: none;
  transition: all 150ms linear;
  cursor: pointer;
  margin: 30px 0;
  padding: 0 20px; }

/* --------------------- cart view --------------------- */
.cart-info {
  display: inline-block;
  position: relative; }

.cart-view table {
  width: 100%; }

.cart-view table td.img img {
  width: 70px;
  border: 1px solid #ededed;
  margin-right: 10px;
  max-width: none; }

.cart-view table td a.pro-title-view {
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase; }

#cart-view .variant {
  font-size: 12px;
  float: left;
  width: 100%;
  margin: 5px 0 12px;
  opacity: 0.66;
  text-transform: uppercase; }

#cart-view tr td, .table-total tr td {
  border: none !important; }

.cart-view .line {
  float: left;
  width: 100%;
  border-top: 2px solid  #000000;
  margin: 10px 0px; }

.cart-view a.linktocheckout,
.cart-view a.linktocart {
  padding: 19px 30px;
  position: relative;
  width: 96%;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 25px; }

table#cart-view tr {
  border-bottom: 1px dotted #bcbcbc; }

table#cart-view tr td {
  border-top: 0; }

table#cart-view tr td {
  border: none; }

#cart-view tr td:not(.img) {
  padding: 25px 0;
  position: relative;
  padding-right: 20px; }

.remove-cart {
  position: absolute;
  right: 10px; }

span.pro-quantity-view {
  position: relative;
  vertical-align: top;
  padding-right: 15px;
  display: inline-block;
  margin-right: 10px; }

span.pro-quantity-view {
  float: left;
  width: auto;
  background: #ededed;
  text-align: center;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1;
  margin-right: 12px; }

span.pro-price-view {
  display: block;
  text-align: center;
  float: left;
  line-height: 26px;
  font-weight: 500;
  opacity: 0.7; }

#cart-view tr:last-child {
  border: none; }

.header-wrap-icon {
  text-align: right; }

.header-wrap-icon > span {
  display: inline-block;
  margin: 0 5px 0;
  position: relative;
  transition: opacity 150ms linear; }

.icon-search {
  vertical-align: -1px;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.icon-search:hover {
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg); }

.cart-menu .count-holder {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  height: 17px;
  overflow: hidden; }

.cart-menu .count {
  transition: top 150ms linear;
  position: relative;
  top: 0px;
  animation-duration: 300ms; }

.icon-cart .count {
  animation-name: scroll-in; }

.icon-cart:hover .cart-menu .count {
  animation-name: scroll-out; }

.icon-cart svg, .icon-search svg, .icon-account svg {
  fill: #252a2b;
  width: 24px;
  height: 24px; }

.icon-account {
  vertical-align: -1px;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0); }

@keyframes scroll-in {
  0% {
    top: 2px; }
  49% {
    top: -14px; }
  50% {
    top: 19px; }
  100% {
    top: 2px; } }

@keyframes scroll-out {
  0% {
    top: 2px; }
  49% {
    top: 19px; }
  50% {
    top: -14px; }
  100% {
    top: 2px; } }

.hamburger-menu {
  width: 27px;
  height: 19px;
  cursor: pointer;
  display: block;
  transition: all 150ms linear; }

.site-nav.style--sidebar {
  position: fixed;
  width: 480px;
  height: 100vh;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 8888;
  overflow: hidden;
  -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.site-nav.style--sidebar .site-nav-container {
  width: calc(100% + 20px);
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.site-nav.style--sidebar .site-nav-container-last {
  width: calc(100% - 0px);
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 60px 70px 250px; }

.site-nav.style--sidebar.show-filters .site-nav-container-last,
.site-nav.style--sidebar.show-cart .site-nav-container-last,
.site-nav.style--sidebar.show-search .site-nav-container-last {
  padding-bottom: 100px; }

.site-nav.style--sidebar .site-nav-container .title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 3px 0 0 0;
  font-weight: 500; }

.site-nav.style--sidebar .site-nav-container .subtitle {
  margin: 40px 0 0 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 20px 0;
  opacity: .66; }

.site-overlay.active {
  opacity: 1;
  visibility: visible; }

.main-body.sidebar-move {
  right: 480px; }

.site-nav.style--sidebar.active {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

#site-nav--mobile.show-cart #site-cart {
  display: block; }

#site-nav--mobile.show-cart #site-filters,
#site-nav--mobile.show-cart #site-navigation,
#site-nav--mobile.show-cart #site-search {
  display: none; }

.site-close-handle {
  position: absolute;
  top: 55px;
  right: 60px;
  width: 35px;
  height: 35px;
  z-index: 999;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  -ms-transition: transform 150ms linear;
  -webkit-transition: transform 150ms linear; }

.hamburger-menu .bar {
  position: relative;
  background: #252a2b;
  display: block;
  -ms-transition: all 0ms 100ms, width 150ms linear;
  -webkit-transition: all 0ms 100ms, width 150ms linear;
  transition: all 0ms 100ms, width 150ms linear;
  -ms-transform: translateY(7px);
  -webkit-transform: translateY(7px);
  transform: translateY(7px); }

.hamburger-menu {
  width: 27px;
  height: 19px;
  cursor: pointer;
  display: block;
  transition: all 150ms linear; }

.hamburger-menu .bar, .hamburger-menu .bar:after, .hamburger-menu .bar:before {
  width: 27px;
  height: 3px; }

.hamburger-menu .bar:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  background: #252a2b;
  -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }

.hamburger-menu .bar:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  background: #252a2b;
  -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
  transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }

.hamburger-menu .bar {
  position: relative;
  background: #252a2b;
  display: block;
  -ms-transition: all 0ms 100ms, width 150ms linear;
  -webkit-transition: all 0ms 100ms, width 150ms linear;
  transition: all 0ms 100ms, width 150ms linear;
  -ms-transform: translateY(7px);
  -webkit-transform: translateY(7px);
  transform: translateY(7px); }

.hamburger-menu:not(.active):hover .bar {
  width: 31px; }

.hamburger-menu:not(.active):hover .bar:before {
  width: 17px; }

.hamburger-menu:not(.active):hover .bar:after {
  width: 20px; }

.cart-view {
  margin-top: 50px; }

.site-close-handle .hamburger-menu .bar.animate {
  background: transparent; }

.site-close-handle .hamburger-menu .bar.animate:before {
  bottom: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1); }

.site-close-handle .hamburger-menu .bar.animate:after {
  top: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1); }

.site-close-handle:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

@media (min-width: 992px) {
  .main-body.sidebar-move .box__slideshow-split:not(.back-to-normal) .site-box-background-container {
    transform: translateX(-480px); } }

.hidden {
  display: none !important; }

#site-cart .button {
  position: relative;
  display: inline-block;
  padding: 10px 28px;
  line-height: normal;
  border: 1px solid #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  background-color: transparent;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  color: #252a2b;
  overflow: hidden; }
  #site-cart .button.linktocart {
    margin-right: 15px; }

#site-cart .button:before {
  position: absolute;
  content: '';
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

#site-cart .button:hover {
  color: #fff; }

#site-cart .button.dark {
  color: #fff;
  border-color: #006633; }

#site-cart .button.dark:before {
  background-color: #006633; }

#site-cart .button.dark:hover {
  color: #252a2b; }

#site-cart .button:hover:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

@media (max-width: 767px) {
  /* Header */
  .header-wrap-icon > span {
    display: inline-block !important; }
  .site-nav.style--sidebar {
    width: 320px; }
  .main-body.sidebar-move {
    right: 320px; }
  .site-nav.style--sidebar .site-nav-container {
    width: 100%; }
  .site-nav.style--sidebar .site-nav-container-last {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px; }
  .site-close-handle {
    top: 35px;
    right: 30px; }
  .to-bottom-content {
    left: 30px; }
  /* site cart */
  .cart-view a.linktocheckout, .cart-view a.linktocart {
    font-size: 11px;
    padding: 15px 8px; } }

.product-content-desc .button-add button {
  border: none;
  padding: 8px 20px;
  border-radius: 2px;
  background: #EF9C00;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold; }

@media (min-width: 992px) {
  #myDIV {
    /*transform: translateY(5px);*/
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 992px) {
  .header-wrap-icon {
    text-align: right;
    margin-top: -8px; } }

#search .product-description * {
  color: white !important;
  line-height: 1.1; }

.header > .container .wrapper-banner-hd {
  display: inline-block;
  width: 100%; }

.page-banner-title {
  margin: 15px 0; }
  .page-banner-title .row {
    margin: 0 -7px; }
    .page-banner-title .row .banner-p-item {
      padding: 0 7px;
      flex: 0 0 25%;
      max-width: 25%; }
      @media (max-width: 991px) {
        .page-banner-title .row .banner-p-item {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .page-banner-title .row .banner-p-item {
          flex: 0 0 100%;
          max-width: 100%; } }
      .page-banner-title .row .banner-p-item a img {
        width: 100%;
        height: auto; }

.rte a, .rte a * {
  color: #3498db;
  text-decoration: underline; }

.rte strong, .rte strong * {
  font-weight: 700; }

.header__logo a img {
  max-height: 65px; }

.header > .container {
  justify-content: space-between; }

.header__navigation {
  flex: 1 1 auto;
  text-align: center; }

@media (max-width: 767px) {
  .header__navigation--bars {
    order: 3;
    position: static;
    margin: 0 !important;
    float: unset; }
  .header-wrap-icon {
    margin-top: -5px; } }

@media (min-width: 992px) {
  .header__logo a img {
    transform: translateY(-6px); } }

.page-section-brand .brand-lists li .client-logo {
  background-size: contain; }

::selection {
  background: #888888;
  color: #ffffff; }

::-moz-selection {
  background: #888888;
  color: #ffffff; }

/* Floating contact buttons */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_listSharing {
  position: fixed;
  right: 0;
  bottom: 110px;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition: all .3s ease; }

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

.addThis_listing .addThis_item {
  margin: 0 41px 8px 0; }

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); }

.addThis_listing .addThis_item .addThis_item--icon svg {
  display: block;
  width: 44px;
  height: 44px; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  width: auto;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #000; }

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: .9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  padding: 5px 10px;
  border-top: 1px solid #e7e7e7;
  background: #fff; }

.actionToolbar_mobile ul.actionToolbar_listing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }

.actionToolbar_mobile ul.actionToolbar_listing li {
  width: 20%;
  float: left; }

.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  position: relative;
  color: #696969;
  font-size: 12px;
  text-align: center; }

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  fill: #696969; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
  display: inline-block;
  margin-top: -25px;
  vertical-align: top; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px; }

.modal-addThis {
  background: rgba(3, 17, 27, 0.7);
  transition: opacity .35s linear; }

.modal-addThis.fade .modal-dialog {
  transform: translate(0, 0); }

.modal-addThis .modal-dialog-centered {
  display: flex;
  align-items: center;
  margin: 1.75rem auto;
  min-height: calc(100% - 3.5rem); }

.modal-addThis.fade .modal-dialog-centered {
  opacity: 0;
  transform: scale(0.92);
  transition: all .2s ease; }

.modal-addThis.fade.in .modal-dialog-centered,
.modal-addThis.in .modal-dialog-centered,
.modal-addThis.fade.show .modal-dialog-centered,
.modal-addThis.show .modal-dialog-centered {
  opacity: 1;
  transform: scale(1); }

.modal-addThis .modal-dialog-centered .modal-content {
  width: 100%;
  margin-bottom: 50px;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.26);
  overflow: hidden; }

.modal-backdrop.in,
.modal-backdrop.show {
  display: none;
  opacity: 0 !important; }

.modal-contactform .modal-header {
  position: relative;
  padding: 18px 48px 16px;
  border-bottom: 1px solid #e7e7e7; }

.modal-contactform .modal-header h4.modal-title {
  margin: 0;
  color: #252a2b;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center; }

.modal-contactform .modal-header .close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  opacity: .75; }

.modal-contactform .modal-header .close:hover {
  opacity: 1; }

.modal-contactform .content_popupform {
  padding: 18px 16px 20px; }

.modal-contactform .content_popupform .input-group {
  width: 100%;
  margin: 0 0 12px;
  display: block; }

.modal-contactform .content_popupform .form-modal .row {
  margin-left: 0;
  margin-right: 0; }

.modal-contactform .content_popupform .form-modal [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea {
  width: 100%;
  height: 42px;
  padding: 8px 14px;
  border: 1px solid #d8dee4;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  color: #252a2b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease; }

.modal-contactform .content_popupform .input-group textarea {
  height: 88px;
  resize: vertical; }

.modal-contactform .content_popupform .input-group input:focus,
.modal-contactform .content_popupform .input-group textarea:focus {
  border-color: #005f70;
  box-shadow: 0 0 0 3px rgba(0, 95, 112, 0.12); }

.modal-contactform .content_popupform .text-center {
  text-align: left !important; }

.modal-contactform .btnSubmit-modal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #005f70;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background .15s ease, transform .15s ease; }

.modal-contactform .btnSubmit-modal:hover {
  background: #004c59;
  transform: translateY(-1px); }

.modal-succes .modal-body {
  padding: 28px 24px; }

.modal-succes .modal-body .modal-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600; }

.modal-succes .modal-body p:not(.modal-title) {
  margin: 10px 0 5px;
  font-size: 15px; }

.modal-succes .modal-body .txtloading {
  color: #aaa;
  font-size: 13.5px; }

.modal-icon.sweet-alert {
  padding-top: 15px; }

.sweet-alert .sa-icon.sa-success {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 20px auto 0;
  border: 4px solid #4cae4c;
  border-radius: 50%;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-success .sa-line {
  position: absolute;
  z-index: 2;
  display: block;
  height: 5px;
  border-radius: 2px;
  background-color: #5cb85c; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  position: absolute;
  z-index: 2;
  left: -4px;
  top: -4px;
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  position: absolute;
  z-index: 1;
  left: 28px;
  top: 8px;
  width: 5px;
  height: 90px;
  background-color: #fff;
  transform: rotate(-45deg); }

@media (min-width: 992px) {
  .modal-addThis.modal-contactform .modal-dialog {
    width: 560px; }
  .modal-addThis.modal-succes .modal-dialog {
    width: 450px; } }

@media (max-width: 767px) {
  .modal-addThis .modal-dialog-centered {
    margin: 2.5rem 1.5rem;
    min-height: calc(100% - 5rem); }
  .modal-contactform .modal-header {
    padding: 16px 42px 14px; }
  .modal-contactform .modal-header h4.modal-title {
    font-size: 18px; } }

@media (max-width: 767px) {
  .mainfooter-toolbar {
    margin-bottom: 50px; }
  .mainfooter-product {
    margin-bottom: 60px; } }

/* Account login */
.account-login-page {
  background: #f6f8f7;
  padding: 56px 0 72px; }

.account-login-page .container {
  max-width: 1180px; }

.account-login-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: stretch; }

.account-login-intro {
  background: #005a44;
  color: #fff;
  border-radius: 8px;
  padding: 52px 48px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden; }

.account-login-intro:after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 36px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%; }

.account-login-kicker {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #bfe5d6; }

.account-login-intro h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.16;
  font-weight: 700;
  color: #fff; }

.account-login-desc {
  margin: 18px 0 0;
  max-width: 440px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86); }

.account-login-benefits {
  display: grid;
  gap: 12px;
  margin-top: 36px;
  position: relative;
  z-index: 1; }

.account-login-benefits span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92); }

.account-login-benefits span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7ad56;
  flex: 0 0 8px; }

.account-login-card {
  background: #fff;
  border: 1px solid #e4ebe7;
  border-radius: 8px;
  padding: 46px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center; }

.account-login-card #customer-login,
.account-login-card .userbox {
  width: 100%; }

.account-login-heading {
  margin-bottom: 28px; }

.account-login-heading h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #123f33; }

.account-login-heading p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #66736f; }

.account-login-page .large_form {
  margin-bottom: 18px; }

.account-login-page .large_form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #253d36; }

.account-login-page .userbox input[type=email],
.account-login-page .userbox input[type=password],
.account-login-page .userbox input[type=text] {
  width: 100%;
  height: 50px;
  border: 1px solid #dfe8e4;
  background: #fff;
  border-radius: 6px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  color: #1e2f2a;
  box-shadow: none;
  box-sizing: border-box; }

.account-login-page .userbox input[type=email]:focus,
.account-login-page .userbox input[type=password]:focus,
.account-login-page .userbox input[type=text]:focus {
  border-color: #005a44;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 90, 68, 0.1); }

.account-login-page .action_account_custommer {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 8px; }

.account-login-page .action_account_custommer .action_bottom,
.account-login-page .action_account_custommer .req_pass {
  display: block;
  vertical-align: initial; }

.account-login-page .action_account_custommer .req_pass {
  margin-left: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #6d7975; }

.account-login-page .req_pass span {
  display: block; }

.account-login-page .req_pass a {
  color: #005a44;
  font-weight: 700; }

.account-login-page .userbox .action_bottom .btn {
  height: 50px;
  line-height: 50px;
  min-width: 150px;
  border: 0;
  border-radius: 6px;
  background: #005a44;
  color: #fff;
  padding: 0 28px;
  text-transform: none;
  font-size: 15px;
  font-weight: 700;
  transition: background .2s ease, transform .2s ease; }

.account-login-page .userbox .action_bottom .btn:hover {
  background: #004334;
  transform: translateY(-1px); }

.account-login-notice {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 6px;
  background: #edf7f3;
  color: #005a44;
  font-weight: 600;
  line-height: 1.5; }

.account-login-guest {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e4ebe7; }

.account-login-guest h2 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #123f33; }

.account-login-guest p {
  margin: 0 0 16px;
  color: #66736f;
  line-height: 1.6; }

@media (max-width: 991px) {
  .account-login-page {
    padding: 34px 0 48px; }
  .account-login-shell {
    grid-template-columns: 1fr;
    gap: 18px; }
  .account-login-intro {
    min-height: auto;
    padding: 34px 28px; }
  .account-login-intro h1 {
    font-size: 34px; }
  .account-login-desc {
    max-width: none; }
  .account-login-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px; }
  .account-login-card {
    padding: 32px 28px; } }

@media (max-width: 767px) {
  .account-login-page {
    padding: 22px 0 36px; }
  .account-login-page .container {
    padding-left: 12px;
    padding-right: 12px; }
  .account-login-intro {
    padding: 28px 22px;
    border-radius: 7px; }
  .account-login-intro h1 {
    font-size: 29px; }
  .account-login-desc {
    font-size: 14px;
    line-height: 1.65; }
  .account-login-benefits {
    grid-template-columns: 1fr;
    gap: 9px; }
  .account-login-card {
    padding: 26px 18px;
    border-radius: 7px; }
  .account-login-heading h2 {
    font-size: 21px; }
  .account-login-page .action_account_custommer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px; }
  .account-login-page .userbox .action_bottom .btn {
    width: 100%;
    min-width: 0; } }
