@charset "UTF-8";
.container {
  max-width: 114.6666666667rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (max-width: 991px) {
    .container {
      max-width: 100%; } }
  .container .row {
    margin-right: -1rem;
    margin-left: -1rem; }
  .container [class^="col-"],
  .container [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem; }

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 1rem;
  line-height: 1.3; }

dl,
ol,
ul {
  margin-bottom: 0;
  list-style: none; }

*:focus {
  outline: none; }

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: none; }

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

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

a:hover {
  text-decoration: none; }

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #ffffff;
  text-decoration: none; }

.img-contain {
  height: 100% !important;
  width: 100%;
  object-fit: contain; }

.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover; }

ul li {
  list-style: none; }

.heading-content {
  line-height: 1.7; }

html.hc-nav-yscroll {
  overflow-y: scroll; }

body.hc-nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  min-height: 100%; }

.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999; }

.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important; }

.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  width: 280px;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: transform 0.4s ease; }

.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overscroll-behavior: none;
  box-sizing: border-box; }

.hc-offcanvas-nav .nav-content {
  height: 100%;
  max-height: 100vh; }

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box; }

.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.hc-offcanvas-nav li {
  position: relative;
  display: block; }

.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible; }

.hc-offcanvas-nav input[type="checkbox"] {
  display: none; }

.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer; }

.hc-offcanvas-nav a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer; }

.hc-offcanvas-nav a,
.hc-offcanvas-nav a:hover {
  text-decoration: none;
  background: #fff;
  color: #062140; }

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
  content: '';
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease; }

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s; }

.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none; }

.hc-offcanvas-nav.nav-levels-expand .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box; }

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none; }

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: height 0s ease 0.4s; }

.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none; }

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box; }

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, transform 0.4s ease; }

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static; }

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease; }

.hc-offcanvas-nav.nav-position-left {
  left: 0; }

.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
  transform: translate3d(-280px, 0, 0); }

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0); }

.hc-offcanvas-nav.nav-position-right {
  right: 0; }

.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
  transform: translate3d(280px, 0, 0); }

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0); }

.hc-offcanvas-nav.nav-position-top {
  top: 0; }

.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
  height: auto;
  transform: translate3d(0, -100%, 0); }

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, -100%, 0); }

.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0; }

.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: translate3d(0, 100%, 0); }

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, 100%, 0); }

.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
  transform: translate3d(0, 0, 0); }

.hc-nav-trigger {
  /*position: absolute;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  top: 20px;
  right: 0;
  z-index: 9980;
  width: 75px; }

.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transform-origin: 50% 50%; }

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495E;
  transition: all 0.2s ease; }

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  content: '';
  width: 100%; }

.hc-nav-trigger span::before {
  top: -10px; }

.hc-nav-trigger span::after {
  bottom: -10px; }

.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg); }

.hc-nav-trigger.toggle-open span::before {
  transform: translate3d(0, 10px, 0); }

.hc-nav-trigger.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0); }

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3); }

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #062140; }

.hc-offcanvas-nav h2 {
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  padding: 20px 17px;
  color: #1b3958; }

.hc-offcanvas-nav a {
  padding: 14px 17px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff; }

.hc-offcanvas-nav:not(.touch-device) a:hover {
  background: #31679e; }

.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
  border-top: 1px solid #2c5d8f;
  margin-top: -1px; }

.hc-offcanvas-nav li {
  text-align: left; }

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
  background: #062140;
  border-top: 1px solid  #062140;
  border-bottom: 1px solid #fff; }

.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
  background: #7B6633; }

.hc-offcanvas-nav li.nav-parent a {
  padding-right: 58px; }

.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent span.nav-next,
.hc-offcanvas-nav li.nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease; }

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff; }

.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -9px;
  transform: rotate(135deg); }

.hc-offcanvas-nav li.nav-close span::after {
  transform: rotate(-45deg); }

.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
  border-left: 1px solid #fff; }

.nav-close a {
  border-bottom: 1px solid #fff !important; }

.hc-offcanvas-nav span.nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: center; }

.hc-offcanvas-nav span.nav-next::before {
  transform: translate(-50%, -50%) rotate(135deg); }

.hc-offcanvas-nav li.nav-back span::before {
  transform: translate(-50%, -50%) rotate(-45deg); }

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2); }

.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2); }

.hc-offcanvas-nav.nav-position-right span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-45deg); }

.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(135deg); }

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.hc-offcanvas-nav.nav-position-top span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg); }

.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg); }

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); }

.hc-offcanvas-nav.nav-position-bottom span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg); }

.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg); }

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: transparent; }

.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
  display: none; }

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul a,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul a {
  font-size: 14px; }

.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
  transition: background 0.3s ease; }

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
  background: #2e6296; }

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
  border-bottom: 1px solid #295887; }

html {
  height: 100%;
  width: 100%;
  font-size: 0.9652509653vw; }
  @media (max-width: 991px) {
    html {
      font-size: 1.5136226034vw; } }
  @media (max-width: 575px) {
    html {
      font-size: 2.6086956522vw; } }
  @media (min-width: 1366px) {
    html {
      font-size: 15px; } }

.max-width-370 {
  max-width: 24.6666666667rem; }

.max-width-415 {
  max-width: 27.6666666667rem; }

.max-width-500 {
  max-width: 33.3333333333rem; }

.max-width-750 {
  max-width: 50rem; }

.max-width-950 {
  max-width: 63.3333333333rem; }

.w-170 {
  min-width: 11.3333333333rem; }

.w-180 {
  min-width: 12rem; }

.w-200 {
  min-width: 13.3333333333rem; }

.w-225 {
  min-width: 15rem; }

.w-250 {
  min-width: 16.6666666667rem; }

.w-260 {
  min-width: 17.3333333333rem; }

.w-280 {
  min-width: 18.6666666667rem; }

.w-340 {
  min-width: 22.6666666667rem; }

.w-450 {
  min-width: 30rem; }

.w-100-percent {
  width: 100%; }

.ml-35 {
  margin-left: 2.3333333333rem; }

.ml-50 {
  margin-left: 3.3333333333rem; }

.ml-60 {
  margin-left: 4rem; }

.ml-80 {
  margin-left: 5.3333333333rem; }

.mt-10 {
  margin-top: 0.6666666667rem; }

.mt-15 {
  margin-top: 1rem; }

.mt-20 {
  margin-top: 1.3333333333rem; }

.mb-20 {
  margin-bottom: 1.3333333333rem; }

.mt-25 {
  margin-top: 1.6666666667rem; }

.mt-30 {
  margin-top: 2rem; }

.mt-35 {
  margin-top: 2.3333333333rem; }

.mt-40 {
  margin-top: 2.6666666667rem; }

.mb-40 {
  margin-bottom: 2.6666666667rem; }

.mt-45 {
  margin-top: 3rem; }

.mt-50 {
  margin-top: 3.3333333333rem; }

.mt-60 {
  margin-top: 4rem; }

.mb-60 {
  margin-bottom: 4rem; }

.pt-60 {
  padding-top: 4rem; }

.pb-60 {
  padding-bottom: 4rem; }

.mt-65 {
  margin-top: 4.3333333333rem; }

.mt-70 {
  margin-top: 4.6666666667rem; }

.pb-70 {
  padding-bottom: 4.6666666667rem; }

.mt-75 {
  margin-top: 5rem; }

.pt-80 {
  padding-top: 5.3333333333rem; }

.pt-80 {
  padding-bottom: 5.3333333333rem; }

.mt-80 {
  margin-top: 5.3333333333rem; }

.mt-85 {
  margin-top: 5.6666666667rem; }

.mt-90 {
  margin-top: 6rem; }

.pt-100 {
  padding-top: 6.6666666667rem; }

.pb-100 {
  padding-bottom: 6.6666666667rem; }

.mt-100 {
  margin-top: 6.6666666667rem; }

.m-100 {
  margin-top: 6.6666666667rem;
  margin-bottom: 6.6666666667rem; }

.mt-110 {
  margin-top: 7.3333333333rem; }

.mt-120 {
  margin-top: 8rem; }

.mt-130 {
  margin-top: 8.6666666667rem; }

.mt-140 {
  margin-top: 9.3333333333rem; }

.pt-140 {
  padding-top: 9.3333333333rem; }

.pb-140 {
  padding-bottom: 9.3333333333rem; }

.mt-150 {
  margin-top: 10rem; }
  @media only screen and (max-width: 576px) {
    .mt-150 {
      margin-top: 6.6666666667rem; } }

.mt-180 {
  margin-top: 12rem; }

.mt-190 {
  margin-top: 12.6666666667rem; }

.mt-200 {
  margin-top: 13.3333333333rem; }
  @media only screen and (max-width: 576px) {
    .mt-200 {
      margin-top: 4.6666666667rem; } }

.mt-360 {
  margin-top: 24rem; }

.ml-20 {
  margin-left: 1.3333333333rem; }

.ml-110 {
  margin-left: 7.3333333333rem; }

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

a[href^=tel] {
  text-decoration: inherit;
  color: inherit; }

body {
  font-family: "Lexend", sans-serif;
  color: #1D1D1D;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2; }

.group-btn .btn {
  font-size: 1rem;
  line-height: 1;
  border-radius: 1.6rem;
  color: #ffffff;
  padding: 0.6666666667rem;
  font-weight: 500; }
  .group-btn .btn:hover {
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.6); }
  .group-btn .btn-orange {
    background-color: #f36350; }
    .group-btn .btn-orange:hover {
      background-color: #ffffff;
      color: #f36350; }

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

.title-section {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold; }

.name-item {
  font-size: 1.3333333333rem;
  line-height: 0.8;
  font-weight: bold; }

.semi-bold {
  font-weight: 600; }

.orange {
  color: #f36350; }

.light-green {
  color: #93c019; }

.green {
  color: #086433; }

.bt-white {
  background: #fff !important; }
  .bt-white a {
    color: #6C541C !important; }

.button-main {
  background: #006FB7;
  width: max-content;
  transition: .3s all ease-in-out;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none; }
  .button-main:hover {
    background: #fff !important; }
    .button-main:hover a, .button-main:hover input {
      color: #006FB7 !important; }
  .button-main a, .button-main input {
    display: block;
    font-size: 0.9333333333rem;
    font-weight: normal;
    color: #fff;
    padding: 1rem 2rem;
    text-transform: capitalize;
    line-height: 1.3;
    text-decoration: none; }
  .button-main img {
    width: 0.4666666667rem !important;
    margin-left: 0.6666666667rem;
    transition: .3s all; }

.wpcf7-spinner {
  display: none; }

.button-main.tranperent {
  background: transparent;
  color: #fff;
  box-shadow: none; }
  .button-main.tranperent a {
    padding-left: 0; }
  .button-main.tranperent:hover {
    background: transparent !important; }
    .button-main.tranperent:hover a {
      color: #fff !important; }
      .button-main.tranperent:hover a img {
        transform: translateX(3px); }

.button-main.white {
  background: #fff;
  box-shadow: none; }
  .button-main.white a {
    color: #006FB7; }
  .button-main.white:hover {
    background: #006FB7 !important; }
    .button-main.white:hover a {
      color: #fff !important; }
      .button-main.white:hover a img {
        transform: translateX(3px); }

.swiper-button-prev, .swiper-button-next {
  width: 0.8666666667rem;
  height: 2rem; }
  .swiper-button-prev img, .swiper-button-next img {
    width: 100%; }

.swiper-scrollbar {
  display: none; }

.swiper-button-prev:after, .swiper-button-next:after {
  content: none; }

.button-main.tranperent.black a {
  color: #2F2F30; }
.button-main.tranperent.black:hover {
  background: transparent !important; }
  .button-main.tranperent.black:hover a {
    color: #2F2F30 !important; }
    .button-main.tranperent.black:hover a img {
      transform: translateX(3px); }

.swiper-pagination-bullet {
  background: #fff !important; }

.heading-title {
  font-size: 2.6666666667rem;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  color: #ffff; }

.black {
  color: #062140 !important; }

.sub-title {
  font-size: 2.6666666667rem;
  color: #fff;
  font-weight: 300; }

/* animation for Move */
@keyframes move {
  0% {
    transform: translateX(50px); }
  100% {
    transform: translateX(0px); } }
.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.medium {
  font-weight: 500; }

.heading-content p {
  font-size: 1rem; }

.learn-more {
  width: max-content; }
  .learn-more:hover img {
    transform: translateX(10px); }
  .learn-more a {
    font-size: 1.0666666667rem;
    color: #EDBF3C;
    font-weight: 600;
    text-transform: uppercase; }
  .learn-more img {
    width: 1.2666666667rem;
    margin-left: 0.6666666667rem;
    transition: .3s all; }

.the-content p {
  font-size: 1.0666666667rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.8; }
.the-content ul {
  padding-bottom: 2rem; }
  .the-content ul li {
    font-size: 1.4666666667rem; }
.the-content img {
  width: 100%;
  margin-bottom: 2rem; }

#overlay {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: #fff; }

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear; }

@keyframes sp-anime {
  100% {
    transform: rotate(360deg); } }
.is-hide {
  display: none; }

.showing {
  font-size: 0.9333333333rem;
  color: #202020;
  font-weight: normal; }

.sortby span {
  font-size: 0.9333333333rem;
  color: #202020;
  font-weight: normal; }
.sortby select {
  font-size: 0.9333333333rem;
  color: #202020;
  font-weight: normal;
  height: 2.6666666667rem;
  padding: 0 0.6666666667rem; }

.icon-dot {
  width: 2rem; }

.the-content.black p {
  color: #3C3C3C; }

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4; }

.mySwiper .swiper-slide-thumb-active {
  opacity: 1; }

.top-header {
  background: #062140;
  padding: 1rem 0; }
  .top-header img {
    width: 1.0666666667rem;
    height: 1rem !important;
    object-fit: contain;
    margin-right: 0.2rem; }
  .top-header a {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 300; }
  .top-header span {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 300; }
  .top-header .left img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
  .top-header .left div {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 300;
    margin-right: 1.3333333333rem; }
  .top-header .right .count {
    background: #F9B52C;
    border-radius: 50%;
    color: #fff;
    font-weight: 300;
    top: 0rem;
    right: -0.6666666667rem;
    font-size: 0.8rem;
    width: 1.0666666667rem;
    height: 1.0666666667rem; }
  .top-header .right .user {
    margin-right: 1.3333333333rem; }

html {
  margin-top: 0 !important; }

.logo {
  width: 23.8rem;
  height: 4.8666666667rem; }

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: .4s all ease-in-out; }
  @media only screen and (max-width: 576px) {
    .header {
      padding: 1.3333333333rem 0; } }
  .header .cart {
    display: block;
    height: 1.6666666667rem;
    width: 1.6666666667rem; }

.icon-mobile i {
  font-size: 2rem; }

@media only screen and (max-width: 991px) {
  .nav-menu {
    display: none; }
    .nav-menu .menu-right {
      display: none !important; } }
.nav-menu ul {
  padding-left: 0; }
.nav-menu > ul {
  padding-left: 0; }
  .nav-menu > ul > li {
    position: relative;
    padding: 1.3333333333rem 0; }
    .nav-menu > ul > li:last-child {
      margin-right: 0; }
    .nav-menu > ul > li a {
      font-size: 1.0666666667rem;
      padding: 1.1333333333rem 1.3333333333rem;
      color: #3E3E3E;
      display: block;
      position: relative;
      text-transform: capitalize;
      letter-spacing: 0.0746666667rem;
      font-weight: 500;
      transition: .3s all; }
      .nav-menu > ul > li a:hover {
        color: #fff;
        background: #062140;
        border: none; }
  .nav-menu > ul .current-menu-item a {
    color: #fff;
    background: #062140; }
  .nav-menu > ul li:hover ul.sub-menu {
    display: block; }
  .nav-menu > ul li.parent:after {
    content: '\f078';
    font-family: "fontawesome";
    position: absolute;
    font-size: 15px;
    z-index: 2;
    right: 6px;
    top: 50%;
    opacity: .6;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .4s all; }
.nav-menu ul.sub-menu {
  display: none;
	column-count: 4;
  padding: 1.3333333333rem;
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  width: 14.6666666667rem;
  z-index: 1;
  margin-left: 0;
  box-shadow: 0px 4px 6px -3px #a7a7a7;
  animation: fadein .6s; }
  .nav-menu ul.sub-menu li {
    border-radius: 0; }
    .nav-menu ul.sub-menu li a {
      color: #202020;
      font-size: 0.8rem;
      padding: 0.4666666667rem 0; }
.nav-menu .full-width {
  position: initial; }
  .nav-menu .full-width > ul.sub-menu {
    width: 100%;
    flex-wrap: wrap; }
    .nav-menu .full-width > ul.sub-menu > li {
      margin-bottom: 1rem; }
      .nav-menu .full-width > ul.sub-menu > li > a {
        font-size: 1.0666666667rem;
        font-weight: 500;
        color: #3C3C3C; }
      .nav-menu .full-width > ul.sub-menu > li > ul.sub-menu {
        display: initial;
        position: initial;
        padding: 0;
        width: 100%;
        box-shadow: none; }
        .nav-menu .full-width > ul.sub-menu > li > ul.sub-menu > li {
          width: 100%; }
          .nav-menu .full-width > ul.sub-menu > li > ul.sub-menu > li > a {
            margin-top: 0.3333333333rem;
            font-size: 1.0666666667rem;
            color: #006FB7;
            font-weight: normal;
            transition: .3s all; }
            .nav-menu .full-width > ul.sub-menu > li > ul.sub-menu > li > a:hover {
              color: #F9B52C; }

.search-function {
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-right: 1.3333333333rem; }

.line-white:after {
  content: '';
  position: absolute;
  right: -0.6666666667rem;
  top: 0.4666666667rem;
  height: 7px;
  width: 1px;
  background: #fff;
  z-index: 2; }

.box-search {
  display: none;
  top: 250%;
  right: 0;
  background: transparent;
  height: 2.6666666667rem;
  box-shadow: 0 6px 5px -1px #c9c9c9;
  border: none;
  animation: fadein .1s;
  z-index: 22; }
  .box-search img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%); }
  .box-search input {
    font-size: 0.8666666667rem; }
    .box-search input::placeholder {
      opacity: .5; }
  .box-search button, .box-search input {
    border: none;
    background: #fff; }

.box-search.active {
  display: block; }

.nav-menu > ul li:hover ul.sub-menu {
  display: initial; }

.header-relative {
  box-shadow: 0px 6px 24px #2937440A;
  position: relative; }

.header.active {
  padding: 0;
  background: #fff;
  box-shadow: 0 0 10px 0px #e8e8e8;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: fadein 1s; }
  @media screen and (max-width: 1439px) {
    .header.active {
      padding: .7rem 0; } }
  .header.active a {
    color: #1D1D1D; }

.menu_mobile {
  display: none; }
  @media only screen and (max-width: 991px) {
    .menu_mobile {
      display: block; } }

@keyframes fadein {
  from {
    opacity: 0;
   }
  to {
    opacity: 1;
   } }
.footer {
  background: #F2F2F2;
  padding: 3.3333333333rem 0;
  border-top: 1px solid #e7e7e7; }
  .footer .logo {
    width: 15.6rem;
    height: 6.4666666667rem; }
  .footer .content {
    font-size: 1.1333333333rem;
    color: #fff;
    line-height: 1.5; }
  .footer .copyright {
    font-size: 0.8rem;
    color: #999999; }
  .footer ul {
    padding-left: 0; }
    .footer ul li {
      margin-bottom: 0.9333333333rem; }
      .footer ul li:hover a img {
        transform: translateX(7px); }
      .footer ul li a {
        font-size: 1.0666666667rem;
        color: #3C3C3C;
        font-weight: normal;
        text-transform: capitalize; }
        .footer ul li a img {
          width: 1rem;
          margin-right: 1rem;
          transition: .4s all ease-in-out; }
  .footer .item {
    font-size: 1.0666666667rem;
    color: #3C3C3C;
    font-weight: normal; }
    .footer .item img {
      width: 0.8666666667rem;
      margin-right: 0.6666666667rem;
      margin-top: 0.4666666667rem; }

.contact .social img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(270deg) brightness(104%) contrast(101%); }

.social img {
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  flex-shrink: 0;
  transition: .3s all ease-in-out;
  margin-right: 1rem;
  object-fit: contain; }
  .social img:hover {
    transform: scale(1.1); }

.quick-contact a {
  font-size: 0.8rem;
  color: #202020;
  font-weight: 300;
  text-transform: capitalize; }
.quick-contact .icon {
  margin-bottom: 1.3333333333rem; }
  .quick-contact .icon i.fa {
    font-size: 0.8rem;
    margin-right: 0.8rem;
    width: 0.6rem; }

.title-footer {
  font-size: 1.0666666667rem;
  color: #3C3C3C;
  font-weight: 600;
  padding-bottom: 1rem;
  text-transform: uppercase; }

.copyright {
  margin-top: auto;
  font-size: 0.9333333333rem;
  color: #3C3C3C;
  font-weight: normal; }

.our-company li {
  width: 50%; }

.banner-home .item {
  position: relative;
  padding-top: 47.5%;
  overflow: hidden;
  background-size: cover !important; }
  .banner-home .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
  @media only screen and (max-width: 991px) {
    .banner-home .item {
      padding-top: 110%; } }
  @media only screen and (max-width: 576px) {
    .banner-home .item {
      padding-top: 150%; } }
  .banner-home .item .heading-banner {
    position: absolute;
    width: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .banner-home .item .heading-banner .title {
      font-size: 4.6666666667rem;
      font-weight: normal;
      color: #000000;
      letter-spacing: 0.1493333333rem; }
      @media only screen and (max-width: 576px) {
        .banner-home .item .heading-banner .title {
          font-size: 2.6666666667rem; } }
    .banner-home .item .heading-banner .price {
      font-size: 7.3333333333rem;
      color: #B59457;
      font-family: "Lexend", sans-serif;
      font-weight: normal; }
.banner-home .slick-dots {
  position: absolute;
  bottom: 1.3333333333rem; }
  .banner-home .slick-dots li button:before {
    font-size: 0.6666666667rem; }

.home-about {
  background: #F2F2F2; }
  .home-about .image {
    position: relative;
    padding-top: 100%;
    overflow: hidden; }
    .home-about .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }
  .home-about .box {
    background: #051A32;
    padding: 8.6666666667rem; }
    .home-about .box .title {
      font-size: 2.6666666667rem;
      color: #fff; }

.list-categories .item {
  border: 1px solid #d1d1d1;
  width: 20%;
  padding: 2.6666666667rem;
  border-left: 0; }
  .list-categories .item:first-child {
    border-left: 1px solid #d1d1d1; }
  .list-categories .item:nth-child(n+6) {
    border-top: 0;
    border-bottom: 0; }
  .list-categories .item .image {
    position: relative;
    padding-top: 116.4473684211%;
    overflow: hidden; }
    .list-categories .item .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }
  .list-categories .item:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 0.3333333333rem;
    background: #006FB7;
    width: 0;
    transition: all .3s ease-in-out; }
  .list-categories .item:hover:after {
    width: 100%; }
  .list-categories .item:hover a {
    color: #006FB7; }
  .list-categories .item a {
    font-size: 1.3333333333rem;
    font-weight: 600; }

.home-product {
  overflow: hidden;
  background: #F2F2F2; }
  .home-product .swiper-button-prev {
    left: -3.3333333333rem; }
  .home-product .swiper-button-next {
    right: -3.3333333333rem; }

.home-new {
  overflow: hidden; }

.our-partners {
  background: #051A32; }
  .our-partners .list-item {
    margin: -2rem; }
    .our-partners .list-item .image {
      margin: 1rem;
      background: #fff;
      width: calc(20% - 30px);
      padding: 0.6666666667rem;
      height: 7.8rem; }

.heading-widget {
  overflow: hidden; }

.heading {
  padding: 3.4666666667rem 0;
  border-bottom: 1px solid #d5d5d5;
  position: relative; }
  .heading:before {
    content: '';
    position: absolute;
    bottom: -0.6rem;
    left: -2.6666666667rem;
    width: 2rem;
    height: 0.6666666667rem;
    background-image: url(../images/icons/dot.png);
    background-size: contain;
    background-repeat: no-repeat; }
  .heading:after {
    content: '';
    position: absolute;
    bottom: -0.6rem;
    right: -2.6666666667rem;
    width: 2rem;
    height: 0.6666666667rem;
    background-image: url(../images/icons/dot.png);
    background-size: contain;
    background-repeat: no-repeat; }
  .heading .text {
    font-size: 4.6666666667rem;
    font-weight: 300;
    color: #062140; }

.heading.no-dot:before, .heading.no-dot:after {
  content: none; }

.faq .item {
  margin-bottom: 1.3333333333rem; }
  .faq .item .label {
    font-size: 1.3333333333rem;
    color: #3C3C3C;
    font-weight: 300;
    padding: 1.3333333333rem 2rem;
    background: #F2F2F2;
    cursor: pointer;
    transition: all .4s ease-in-out; }
    .faq .item .label img {
      width: 1.1333333333rem;
      object-fit: contain;
      transition: all .4s ease-in-out; }
  .faq .item .content {
    padding: 1.6666666667rem 2rem;
    background: #F2F2F2; }
    .faq .item .content p {
      font-size: 1.0666666667rem;
      font-weight: 300; }
.faq .active .label {
  color: #fff;
  background: #062140; }
  .faq .active .label img {
    width: 1.1333333333rem;
    object-fit: contain;
    filter: invert(100%) sepia(2%) saturate(2346%) hue-rotate(78deg) brightness(115%) contrast(100%);
    transform: rotate(180deg); }

.about-content .image {
  position: relative;
  padding-top: 52.1505376344%;
  overflow: hidden; }
  .about-content .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
.about-content .sub-title {
  font-size: 1.3333333333rem;
  font-weight: 500; }

.mission {
  background: #051A32; }
  .mission .item-mission {
    margin-bottom: 6.6666666667rem; }
  .mission .icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.8rem; }
  .mission .title {
    font-size: 1.3333333333rem;
    font-weight: 500;
    color: #fff; }
  .mission .the-content p {
    color: #fff; }
  .mission .image {
    position: relative;
    padding-top: 116.6666666667%;
    overflow: hidden; }
    .mission .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }

.title-post {
  font-size: 2rem;
  font-weight: 500; }

.main-slide-solution .swiper-slide {
  position: relative;
  padding-top: 73.3333333333%;
  overflow: hidden; }
  .main-slide-solution .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

.thumbnail-solution .swiper-slide {
  width: 6.6rem !important;
  height: 6.6rem; }

.title-post-solution {
  font-size: 2rem;
  font-weight: 500; }

.main-solution .image {
  position: relative;
  padding-top: 51.747311828%;
  overflow: hidden; }
  .main-solution .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

.image-processing {
  background: #051A32; }
  .image-processing .main-image {
    position: relative;
    padding-top: 51.7445687953%;
    overflow: hidden; }
    .image-processing .main-image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }

.item-processing {
  background: #fff;
  padding: 2rem 1.3333333333rem;
  position: relative; }
  .item-processing .the-content {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 2rem; }
  .item-processing .title {
    font-size: 2rem;
    color: #3C3C3C;
    font-weight: 300; }
  .item-processing .button-main {
    transition: .3s all; }
  .item-processing:hover .button-main {
    opacity: 1; }
  .item-processing:hover:after {
    width: 100%; }
  .item-processing:after {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    background: #006FB7;
    left: 0;
    bottom: 0;
    transition: .3s all ease-in-out; }

.link-solution {
  font-size: 1.0666666667rem;
  color: #006FB7;
  font-weight: 300;
  text-decoration: underline; }

.brand-slide .swiper-pagination-bullet {
  background: #006FB7 !important; }
.brand-slide .swiper-slide {
  padding: 1.3333333333rem;
  border: 1px solid #ececec;
  width: 15.2rem;
  height: 7.8rem;
  cursor: pointer;
  transition: .3s all; }
  .brand-slide .swiper-slide:hover {
    box-shadow: 2px 3px 9px 0px #cbcbcb; }

.filter-download {
  padding-bottom: 2rem; }
  .filter-download ul {
    padding-left: 0; }
    .filter-download ul li {
      padding: 0.6666666667rem 1.3333333333rem;
      font-size: 1.0666666667rem;
      color: #3C3C3C;
      font-weight: 300;
      background: #F2F2F2;
      border: 1px solid #ececec;
      margin-right: 1.3333333333rem;
      cursor: pointer; }
      @media only screen and (max-width: 576px) {
        .filter-download ul li {
          margin-right: 0.6666666667rem; } }
    .filter-download ul li.active {
      background: #006FB7;
      color: #fff; }

.list-download {
  padding-top: 2rem;
  border-top: 1px solid #ececec; }

.item-download .image {
  position: relative;
  padding-top: 77.1929824561%;
  overflow: hidden; }
  .item-download .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
.item-download .title-child {
  border: 1px solid #ececec;
  padding: 1.3333333333rem; }
.item-download .title {
  font-size: 1.0666666667rem;
  font-weight: 500;
  text-align: left; }
.item-download .icon-down {
  font-size: 0.9333333333rem;
  color: #2F2F30;
  text-align: right;
  font-weight: 500; }
  .item-download .icon-down img {
    width: 0.6666666667rem;
    margin-left: 0.3333333333rem; }

.slide-news .image {
  position: relative;
  padding-top: 74.9593495935%;
  overflow: hidden;
  height: 100%; }
  .slide-news .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
.slide-news .item {
  background: #0F082F;
  padding: 4rem; }
  .slide-news .item .title {
    font-size: 2rem;
    color: #fff; }
  .slide-news .item .date {
    color: #fff;
    opacity: .8; }
    .slide-news .item .date img {
      filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(94deg) brightness(107%) contrast(102%); }

.item-post {
  transition: .3s all ease-in-out;
  margin-bottom: 2rem; }
  .item-post:hover {
    box-shadow: 0px 10px 25px #00000012; }
  .item-post .label-cate a {
    font-size: 0.9333333333rem;
    color: #F9B52C; }
  .item-post .image {
    width: 50%;
    flex-shrink: 0; }
    .item-post .image .box-img {
      display: block;
      position: relative;
      padding-top: 100%;
      overflow: hidden; }
      .item-post .image .box-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0; }
  .item-post .caption {
    padding: 2rem; }
    .item-post .caption .title {
      font-size: 1.3333333333rem;
      font-weight: 500; }
    .item-post .caption .date {
      font-size: 0.9333333333rem; }
  .item-post .desc {
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box; }

.our-job .item {
  background: #F2F2F2;
  padding: 2rem; }
  .our-job .item .title {
    font-size: 1.3333333333rem;
    color: #3C3C3C;
    font-weight: 500; }
  .our-job .item .button-main {
    opacity: 0;
    transition: .3s all;
    text-align: right; }
  .our-job .item:hover .button-main {
    opacity: 1; }

.working-here .image {
  position: relative;
  padding-top: 116.6666666667%;
  overflow: hidden; }
  .working-here .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
.working-here .box {
  padding: 6.6666666667rem;
  background: #062140; }
.working-here .sub-title {
  font-size: 1.3333333333rem;
  font-weight: 500; }
.working-here .number {
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #F9B52C; }

.post-single .label-cate a {
  color: #F9B52C;
  font-size: 0.9333333333rem;
  font-weight: 300; }

.background-company {
  position: relative;
  padding-top: 31.25%;
  overflow: hidden;
  background-size: cover !important; }
  .background-company img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
  .background-company .widget {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 576px) {
      .background-company .widget {
        width: 100%; } }
    @media only screen and (max-width: 576px) {
      .background-company .widget .heading-title {
        font-size: 1.3333333333rem; } }
    .background-company .widget .button-main img {
      position: initial;
      height: auto; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 103.4rem; } }
@media (min-width: 576px) {
  .list-download .modal-dialog {
    max-width: 66.6666666667rem; } }

.modal-download .button-main input[type='submit'] {
  background: #062140;
  border: none;
  color: #fff;
  font-size: 1.3333333333rem;
  font-weight: 400;
  text-transform: capitalize; }
.modal-download .button-main:hover input[type='submit'] {
  color: #fff !important; }
.modal-download .form-row {
  margin-bottom: 1.3333333333rem; }
.modal-download input.form-control {
  height: 2.6666666667rem; }
  .modal-download input.form-control::placeholder {
    opacity: .3; }
.modal-download label {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: normal; }

.contact .image {
  position: relative;
  padding-top: 116.6666666667%;
  overflow: hidden; }
  .contact .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
.contact .content {
  background: #062140;
  padding: 8.3333333333rem 6.6666666667rem; }
.contact .form label {
  font-size: 1.0666666667rem;
  color: #fff;
  font-weight: 300; }
.contact .form input.form-control {
  height: 3.3333333333rem;
  border-radius: 0; }
.contact .form input {
  border-radius: 0; }
.contact .form input[type="submit"] {
  background: transparent; }

.date {
  font-size: 0.9333333333rem;
  color: #191616;
  opacity: .4;
  font-weight: 300; }
  .date img {
    width: 1rem/15rem;
    height: 1rem;
    margin-right: 0.3333333333rem; }

.testimonial {
  overflow: hidden; }
  .testimonial .image {
    position: relative;
    padding-top: 133.3333333333%;
    overflow: hidden; }
    .testimonial .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }
  .testimonial .the-content {
    position: relative; }
    .testimonial .the-content:after {
      position: absolute;
      content: '';
      width: 3.7333333333rem;
      height: 3.3333333333rem;
      left: -6.6666666667rem;
      top: 0;
      background-image: url(../images/icons/kep.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 767px) {
        .testimonial .the-content:after {
          width: 1.3333333333rem;
          height: 1.3333333333rem;
          left: -7px;
          top: -10px; } }
    .testimonial .the-content:before {
      position: absolute;
      content: '';
      width: 3.7333333333rem;
      height: 3.3333333333rem;
      right: -6.6666666667rem;
      bottom: 0;
      background-image: url(../images/icons/kep.png);
      background-size: contain;
      background-repeat: no-repeat;
      transform: rotate(180deg); }
      @media only screen and (max-width: 767px) {
        .testimonial .the-content:before {
          width: 1.3333333333rem;
          height: 1.3333333333rem;
          right: -7px;
          bottom: -10px; } }
    .testimonial .the-content p {
      font-size: 1.3333333333rem; }
  .testimonial .name {
    font-size: 1.3333333333rem;
    font-weight: 600; }
  .testimonial .position {
    font-size: 1.0666666667rem;
    font-weight: 300; }

.our-global .nav-link {
  font-size: 1.0666666667rem;
  color: #3C3C3C;
  background: #F2F2F2;
  padding: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
  border-radius: 0;
  text-align: left;
  font-weight: 300; }
.our-global .nav-link.active {
  background: #006FB7; }
.our-global .item {
  border-bottom: 1px solid #ececec;
  padding: 2rem 0; }
  .our-global .item .title-address {
    font-size: 1.3333333333rem;
    color: #3C3C3C;
    font-weight: 500;
    cursor: pointer; }
  .our-global .item span {
    display: block; }
  .our-global .item img {
    width: 0.7333333333rem;
    height: 1rem;
    object-fit: contain;
    margin-right: 0.2rem; }

.our-global .item-map {
  position: relative;
  padding-top: 100%;
  overflow: hidden; }
  .our-global .item-map img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
  .our-global .item-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.show-detail-brand .image {
  position: relative;
  padding-top: 46.4985994398%;
  overflow: hidden; }
  .show-detail-brand .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0; }

.tab-know {
  padding: 1.3333333333rem 2rem; }
  .tab-know .nav-pills {
    width: 100%; }
  .tab-know .nav-link {
    font-size: 1.3333333333rem !important;
    font-weight: 300 !important; }
    .tab-know .nav-link:last-child {
      border-bottom: 0; }
      .tab-know .nav-link:last-child .active {
        border-bottom: 0; }

.knowledge-content .tab-content {
  padding-left: 5.3333333333rem; }
  .knowledge-content .tab-content .heading-widget {
    display: none; }

.tab-product, .tab-know {
  background: #062140; }
  .tab-product .nav-link, .tab-know .nav-link {
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    padding: 1.3333333333rem 0;
    text-align: left;
    border-radius: 0;
    border-bottom: 1px solid #fff; }
  .tab-product .nav-link.active, .tab-know .nav-link.active {
    color: #F9B52C;
    border-bottom: 1px solid #F9B52C;
    background: transparent; }
    .tab-product .nav-link.active:last-child, .tab-know .nav-link.active:last-child {
      border-bottom: none; }

.item-product {
  margin-bottom: 1rem !important;
  padding: 2rem;
  background: #fff;
  transition: .3s all ease-in-out; }
  @media only screen and (max-width: 576px) {
    .item-product {
      padding: 1rem; } }
  .item-product .woocommerce-product-details__short-description {
    display: none; }
  .item-product:hover {
    box-shadow: 0px 10px 25px #00000026; }
    .item-product:hover .title a {
      color: #dba817; }
    .item-product:hover .top-wrap:after {
      background: transparent linear-gradient(180deg, #FAFDF333 0%, #CEBE9B 145%) 0% 0% no-repeat padding-box; }
    .item-product:hover .box-img img {
      transform: scale(1.1); }
  .item-product .box-img {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    overflow: hidden; }
    .item-product .box-img img {
      transition: .3s all ease-in-out; }
    .item-product .box-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }
  .item-product .caption {
    padding: 1rem 0rem;
    text-align: center; }
    .item-product .caption .title {
      margin-bottom: 1.6666666667rem; }
      .item-product .caption .title a {
        font-size: 1.3333333333rem;
        color: #3C3C3C;
        font-weight: 500; }
    .item-product .caption .the_excerpt {
      font-size: 0.7333333333rem;
      line-height: 1.8;
      margin-bottom: 1.3333333333rem; }
    .item-product .caption .price {
      margin-top: auto; }
    .item-product .caption p {
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box; }
  .item-product .tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #F6FCFF;
    color: #6C541C;
    padding: 7px 4px;
    letter-spacing: 2px;
    font-size: 0.8666666667rem;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 2px 6px 0px #a7a7a7; }
  .item-product .price span {
    font-size: 1.0666666667rem;
    color: #2F2F30;
    font-weight: 300; }
  .item-product .price del {
    margin-right: 1.4rem;
    opacity: .5;
    text-decoration: line-through; }
    .item-product .price del span {
      font-weight: 300;
      font-size: 1.2rem;
      color: #707070; }
  .item-product .price ins {
    margin-right: 0.6666666667rem; }
    .item-product .price ins span {
      font-size: 1.0666666667rem;
      color: #2F2F30;
      font-weight: 300; }
  .item-product .top-wrap {
    position: relative; }
    .item-product .top-wrap .add_to_cart_button {
      position: absolute !important;
      bottom: 2.6666666667rem;
      left: 50%;
      display: none;
      transform: translate(-50%);
      font-size: 1.3333333333rem;
      color: #B59457;
      font-weight: bold;
      background: #F5F5DD;
      text-transform: uppercase;
      padding: 0.6666666667rem 2rem 0.6666666667rem 2rem;
      width: max-content; }
  .item-product:hover .add_to_cart_button {
    position: relative;
    z-index: 2;
    display: block;
    animation: fade-in-up .5s;
    background: #F5F5DD; }
  .item-product .after-caption .price span {
    color: #2F2F30;
    font-weight: 300;
    font-size: 1.0666666667rem; }
  .item-product .after-caption .price del span {
    font-size: 1.0666666667rem;
    color: #707070; }
  .item-product .label-cate a {
    font-size: 1.0666666667rem;
    color: #2F2F30;
    font-weight: 300;
    text-transform: capitalize; }

.woocommerce .item-product a.button {
  padding: 0.6666666667rem 0;
  padding-right: 0.8rem; }
  .woocommerce .item-product a.button:after {
    top: 0.8rem; }

ins {
  text-decoration: initial; }

.thank-you .widget .image {
  width: 15rem;
  height: 15rem; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce input.button {
  display: block;
  text-align: center;
  font-size: 0.9333333333rem;
  text-transform: capitalize;
  letter-spacing: 0.84px;
  color: #2F2F30;
  border-radius: 0;
  line-height: 1;
  font-weight: normal;
  transition: .3s all ease-in-out;
  background: transparent !important;
  padding-left: 0;
  position: relative; }
  @media only screen and (max-width: 576px) {
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce input.button {
      padding: 1.2rem 1.6666666667rem; } }
  .woocommerce #respond input#submit:after, .woocommerce a.button:after, .woocommerce input.button:after {
    content: '';
    position: absolute;
    width: 0.3333333333rem;
    height: 0.6666666667rem;
    right: 0;
    background: url(../images/icons/arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    transition: .3s all; }
  .woocommerce #respond input#submit:hover:after, .woocommerce a.button:hover:after, .woocommerce input.button:hover:after {
    transform: translateX(3px); }

.woocommerce .cart-page a.checkout-button {
  font-size: 1.5333333333rem;
  color: #fff;
  width: 100%;
  text-transform: capitalize;
  background: #C8AE7E;
  font-weight: bold;
  padding: 0.6666666667rem 0;
  margin-left: auto;
  line-height: 1.3; }

.woocommerce .cart-page a.continue {
  font-size: 1.5333333333rem;
  color: #D2BD96;
  width: 100%;
  text-transform: capitalize;
  background: #fff;
  font-weight: bold;
  padding: 0.6666666667rem 0;
  margin-left: auto;
  line-height: 1.3;
  text-align: center;
  display: block; }

.woocommerce .cart-page a.continue-shopping {
  font-size: 1.2rem;
  color: #263745;
  border: 2px solid #293744;
  border-radius: 1.8rem;
  width: 25.4rem;
  padding: 0.8666666667rem 7.8rem;
  font-family: "Lexend", sans-serif;
  font-weight: bold; }

.woocommerce a.button.added::after {
  position: absolute;
  top: 0.6666666667rem;
  right: 0.6666666667rem; }
  @media only screen and (max-width: 576px) {
    .woocommerce a.button.added::after {
      top: 0.4rem;
      right: 0.4rem; } }

.woocommerce .main-product a.button.added::after {
  top: 0.6666666667rem;
  right: 0.3333333333rem;
  font-size: 0.6666666667rem; }

.woocommerce a.added_to_cart {
  position: absolute;
  top: 0;
  left: 0;
  background: #7b6633;
  line-height: 1;
  padding: 13px 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  z-index: 2; }

.bapf_head h3 {
  font-size: 0.9333333333rem;
  color: #3C3C3C;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase; }

.woocommerce .woocommerce-ordering {
  margin: 0; }

.bapf_sfilter {
  margin-bottom: 0; }

.top-page select {
  font-size: 1.1333333333rem;
  text-transform: capitalize;
  font-weight: normal;
  padding: 0.6666666667rem;
  border: 1px solid #e7e7e7;
  opacity: .8; }

.woocommerce-result-count {
  font-size: 1.0666666667rem;
  opacity: 1;
  font-weight: 300;
  margin-bottom: 0 !important;
  color: #3C3C3C; }

.woocommerce .woocommerce-ordering select, .woocommerce .filter select {
  vertical-align: baseline;
  padding: 0.6666666667rem 1.0666666667rem;
  border: 1px solid #DFDFDF;
  min-width: 8rem;
  font-size: 1.0666666667rem;
  color: #121412;
  font-weight: normal; }

.woocommerce .top-page h5 {
  font-size: 1.6rem;
  color: #A61740;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 1.3333333333rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 576px) {
    .woocommerce .top-page h5 {
      display: none; } }

.bapf_lcontainer {
  width: 6.6666666667rem !important;
  height: 6.6666666667rem !important; }

img.bapf_limg {
  width: 6.6666666667rem !important;
  object-fit: cover !important; }

/* single product */
.detail .variations {
  width: 100%; }
.detail button.button {
  font-size: 1.4666666667rem;
  font-weight: bold;
  background: #F5F5DD !important;
  padding: 0.6666666667rem 13.3333333333rem;
  text-transform: capitalize;
  color: #B59457 !important;
  margin-top: 2.6666666667rem;
  width: 100%;
  order: 4; }
.detail .cart {
  display: flex;
  padding-top: 2rem;
  flex-wrap: wrap; }
.detail .tag {
  font-weight: bold;
  color: #A61740; }
.detail h2 {
  font-size: 2.3333333333rem;
  margin-bottom: 2rem;
  font-family: "Lexend", sans-serif;
  font-weight: 500; }
.detail .price {
  width: 100%; }
  .detail .price span {
    font-size: 0.9333333333rem;
    width: 100%;
    font-weight: bold;
    color: #3C3C3C; }
  .detail .price del {
    margin-right: 1rem;
    text-decoration: line-through; }
    .detail .price del span {
      font-weight: 300;
      font-size: 1.0666666667rem;
      color: #1D1D1D;
      opacity: .3; }
  .detail .price ins span {
    font-size: 0.9333333333rem;
    width: 100%;
    font-weight: bold;
    color: #3C3C3C; }
.detail .single_variation_wrap {
  margin-top: 2rem; }
.detail .quantity-txt {
  margin-bottom: 1.3333333333rem;
  font-size: 0.9333333333rem;
  width: 100%;
  font-weight: bold;
  color: #3C3C3C;
  text-transform: capitalize; }

.list_upsell .slick-slide {
  margin: 0 1.3333333333rem; }

.list_upsell .slick-slide > div, .list_upsell .slick-slide .item-product {
  height: 100%; }

.list_upsell .slick-track {
  display: flex !important; }
.list_upsell .slick-slide {
  height: inherit !important; }

.you-may-also-like h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600; }

.woocommerce-breadcrumb {
  display: none;
  margin-bottom: 1.0666666667rem; }
  .woocommerce-breadcrumb a {
    font-size: 0.8rem;
    color: #1D1D1D;
    font-weight: normal; }

.woocommerce-product-details__short-description {
  text-align: left; }
  .woocommerce-product-details__short-description p {
    font-size: 1.0666666667rem;
    font-weight: 300;
    line-height: 1.6; }

.variations label {
  font-size: 1.6666666667rem;
  margin-bottom: 10px;
  font-weight: 300; }

.main-product .caption {
  text-align: left; }
.main-product .price {
  margin-top: 0.4666666667rem !important; }
.main-product .add_to_cart_button {
  background: #F5F5DD !important; }

.woocommerce .price ins {
  color: #ececec; }

.variations tr {
  display: flex;
  flex-wrap: wrap; }

.variations td {
  width: 100%; }

.variations .reset_variations {
  display: block;
  margin-bottom: 1rem; }

.shop-details .heading {
  font-size: 2.6666666667rem;
  color: #062140;
  font-weight: 500;
  padding-bottom: 2rem;
  border-bottom: none; }

.shop-details .detail .price {
  margin-top: 2rem;
  order: 3; }
  .shop-details .detail .price label {
    font-size: 1.3333333333rem;
    color: #3C3C3C;
    font-weight: 500;
	display: block;
    margin-bottom: 0.6666666667rem; }

@media (max-width: 768px) {
  .woocommerce .quantity {
    width: auto;
    border: none; }

  .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    display: flex;
    margin-bottom: 1.5rem; } }
.woocommerce .quantity button, .cart-page .cart-product-table .shop_table td.product-quantity .quantity button {
  font-size: 1.2rem;
  padding: 0.6666666667rem 0.5333333333rem;
  background: transparent;
  border: 1px solid #E6E6E6;
  box-shadow: none; }

.woocommerce .quantity input {
  padding-bottom: 0;
  padding-left: 0.2rem;
  border: none;
  font-size: 1.3333333333rem;
  text-align: center;
  width: 1.5em !important;
  background: #fff;
  vertical-align: baseline; }

.woocommerce-variation-add-to-cart .points {
  margin-bottom: 2rem;
  width: 100%; }

.single_add_to_cart_button img {
  width: 1.0666666667rem; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #dba817;
  color: #B59457; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce input.button:hover {
  color: #B59457;
  background: transparent; }

.woocommerce .return-to-shop a.button, .woocommerce .return-to-shop a.button:hover {
  color: #1D1D1D; }

/* Cart */
.cart-page .cross-sells {
  display: none; }

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  border: 1px solid #E6E6E6;
  padding-left: 0.6666666667rem; }

.notification-cart {
  margin-bottom: 5rem; }

.woocommerce table.shop_table {
  border: none;
  margin: 0; }

.wc-points-rewards-product-message {
  width: 100%;
  margin-bottom: 2rem; }

.cart-page .cart-product-table .table thead th {
  padding-left: 0; }

.cart-page .cart-product-table .shop_table td.product-price {
  text-align: center; }

.cart-page .cart-product-table .shop_table thead th.product-name {
  width: 30%; }

.cart-page .product-quantity, .cart-page .product-subtotal {
  text-align: center; }

.cart-page .cart-product-table .shop_table thead th.product-thumbnail {
  width: 130px; }

.cart-page .cart-product-table .shop_table td.product-name {
  vertical-align: middle;
  padding-left: 2rem; }

.cart-page .cart-product-table .shop_table td.product-name a {
  font-size: 1.0666666667rem;
  color: #2F2F30;
  font-weight: 500; }

.wpcf7 form.invalid .wpcf7-response-output {
  background: #fff;
  color: red;
  font-weight: bold;
  border-color: #fff;
  text-align: center; }

.cart-page .cart-product-table .shop_table td.product-quantity .quantity input::-webkit-outer-spin-button, ::-webkit-inner-spin-button {
  display: none; }

.cart-page .cart-product-table .shop_table td.product-price .amount {
  border: none;
  font-size: 0.9333333333rem;
  font-weight: normal; }

.woocommerce table.shop_table td.product-subtotal {
  font-size: 1.0666666667rem;
  color: #2F2F30;
  font-weight: 300; }

.woocommerce table.shop_table td .quantity input {
  font-size: 1.0666666667rem;
  color: #2F2F30;
  font-weight: 300; }

.woocommerce table.shop_table td .quantity .minus, .woocommerce table.shop_table td .quantity .plus {
  display: none; }

.cart-page .heading {
  font-size: 4rem;
  font-family: "Lexend", sans-serif;
  font-weight: 600; }

.page-content {
  padding: 7.3333333333rem 0; }

.coupon {
  margin-right: 1rem;
  margin-bottom: 1.3333333333rem; }

.coupon .input-text, .coupon .input-text, .coupon .input-text {
  width: 12.4rem !important;
  padding: 0.4666666667rem 0.6666666667rem !important;
  float: left;
  box-sizing: border-box;
  border: 1px solid #EFEFEF !important;
  font-size: 1.4666666667rem;
  color: #707070; }

.coupon .input-text::placeholder {
  opacity: .3; }

@media (max-width: 576px) {
  .cart-page .cart-product-table .shop_table .coupon {
    display: flex;
    align-items: center; }

  .cart-page .cart-product-table .shop_table .coupon button {
    height: 5rem;
    margin-bottom: 0 !important; } }
.woocommerce-form-login__rememberme span {
  padding-left: 2rem; }

.coupon label {
  display: none; }

.woocommerce .cart-page .update-cart .update-btn {
  font-size: 0.9333333333rem;
  color: #fff !important;
  font-weight: 300;
  padding: 1rem 2rem !important;
  background: #006FB7;
  text-transform: capitalize; }
  .woocommerce .cart-page .update-cart .update-btn:hover {
    background: #006FB7 !important; }

.cart-page .coupon button {
  background: #C8AE7E !important;
  text-transform: capitalize;
  font-weight: bold;
  color: #fff;
  font-size: 1.4666666667rem;
  padding: 0.8rem 2rem !important;
  border-radius: 0;
  position: absolute;
  right: -6.4666666667rem; }
  .cart-page .coupon button:hover {
    color: #1D1D1B; }

.cart_totals .btn-color a:hover {
  color: #263745; }

.cart-page .cart-product-table .shop_table .update-btn img {
  width: 16px;
  float: left;
  margin-right: 10px; }

.cart-page .cart-product-table .shop_table .clear-cart img {
  width: 16px;
  float: left;
  margin-right: 10px;
  opacity: .6; }

.cart-page .cart-product-table .shop_table .clear-cart {
  color: #fff !important;
  font-size: 0.8666666667rem;
  font-weight: normal;
  letter-spacing: 0.56px;
  opacity: 1 !important;
  padding: 0.5333333333rem 2.6666666667rem !important;
  background: #C1C1C1 0% 0% no-repeat padding-box;
  text-transform: uppercase; }

.woocommerce-cart table.cart img {
  width: 6.6666666667rem; }

.woocommerce a.remove:hover {
  background: transparent; }

.woocommerce a.remove img {
  opacity: .6; }

.woocommerce .cart_totals {
  background: #F2F2F2;
  padding: 2rem 1.3333333333rem; }

.woocommerce .cart_totals .title-total {
  font-size: 0.9333333333rem;
  color: #3C3C3C;
  font-weight: 600;
  margin-bottom: 2rem; }

.woocommerce a.remove {
  width: 1.8rem !important;
  height: 1.8rem !important;
  line-height: 0; }

.woocommerce-cart-form .shop_table {
  background: #F2F2F2;
  padding: 0 3.3333333333rem; }

@media only screen and (max-width: 991px) {
  .woocommerce-cart-form {
    padding-right: 0; } }

.woocommerce .cart_totals .cart-total-top h2 {
  font-size: 1.6666666667rem;
  color: #A61740;
  margin-bottom: 1.6666666667rem;
  font-weight: bold; }

.woocommerce .cart_totals .cart-total-top .woocommerce-Price-amount {
  border: none;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: #2F2F30; }

.cart_totals .button-main {
  width: max-content; }

.woocommerce .cart_totals .order-total .woocommerce-Price-amount {
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #2F2F30; }

.woocommerce .cart_totals .cart-total-top td {
  text-align: right; }

.woocommerce table.shop_table tbody th {
  font-weight: 500; }

.woocommerce .order_review-wrap table.shop_table th {
  font-size: 1.1333333333rem;
  color: #121412;
  font-weight: 500; }

.woocommerce table.shop_table th {
  font-size: 0.9333333333rem;
  font-weight: 600;
  color: #3C3C3C;
  padding-top: 1.3333333333rem;
  padding-bottom: 0.6666666667rem;
  text-align: center;
  text-transform: capitalize; }

.woocommerce .cart-total-top table.shop_table th {
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #2F2F30;
  padding-left: 0; }

.woocommerce .cart_totals table.shop_table .order-total th {
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #2F2F30;
  text-transform: capitalize; }

.woocommerce table.shop_table th:first-child {
  text-align: left; }

/*-- checkout --*/
.checkout .form-row {
  display: inherit; }

.woocommerce table.shop_table td {
  padding: 2rem 0;
  border-top: 1px solid #ececec; }

body.woocommerce-checkout {
  overflow-x: hidden; }

@media (max-width: 768px) {
  .left-col {
    width: auto !important;
    padding-right: 0; } }
form.woocommerce-checkout .form-con-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em; }

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0; }

.right-col {
  width: 40%; }

.left-col {
  -webkit-width: calc(100% - 40%);
  width: calc(100% - 40%);
  padding-right: 40px; }

.checkout-page h3 {
  font-size: 0.9333333333rem;
  font-weight: 600;
  color: #3C3C3C;
  text-transform: uppercase; }

.woocommerce .checkout-page input {
  height: 2.6rem; }

.woocommerce .checkout-page label {
  font-size: 1.1333333333rem;
  font-weight: 500; }

.woocommerce-checkout form .form-row label {
  display: block;
  font-size: 1.0666666667rem;
  color: #3C3C3C;
  font-weight: 300;
  margin-bottom: 0.7333333333rem; }

.form-checkout {
  padding-right: 4.6666666667rem; }
  @media only screen and (max-width: 991px) {
    .form-checkout {
      padding-right: 0; } }

.woocommerce-checkout form .form-row input {
  height: 2.8rem;
  border: 1px solid #E6E6E6;
  border-radius: 3px; }

.notification-cart a {
  color: #EDBF3C; }

.woocommerce-input-wrapper {
  display: block;
  width: 100%; }

.required, .optional {
  color: #1C1C1C !important; }

.select2-container--default .select2-selection--single {
  border: 1px solid #E6E6E6;
  border-radius: 0px;
  height: 2.8rem; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 8px 15px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #312D25 !important; }

::-moz-placeholder {
  color: #312D25 !important; }

:-ms-input-placeholder {
  color: #312D25 !important; }

:-moz-placeholder {
  color: #312D25 !important; }

#ship-to-different-address {
  padding-left: 4px; }

#ship-to-different-address label {
  font-weight: 400;
  font-size: 17px; }

.woocommerce-shipping-fields {
  padding: 1em 0 0; }

.woocommerce-checkout-review-order-table thead {
  display: none; }

.woocommerce table.woocommerce-checkout-review-order-table tbody td.product-name {
  display: flex;
  font-size: 0.8rem !important;
  color: #1D1D1B;
  font-weight: normal;
  padding-left: 1.3333333333rem;
  font-family: "Lexend", sans-serif; }

.pro-thumb {
  width: 55px;
  position: relative;
  margin-right: 20px; }

.woocommerce ul#shipping_method li label {
  display: inline;
  font-size: 12px;
  font-weight: 400; }

.woocommerce table.woocommerce-checkout-review-order-table {
  margin-bottom: 0;
  border-top: none; }

.woocommerce table.woocommerce-checkout-review-order-table tfoot {
  /*background-color: #FDF8EF;*/ }

.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-size: 1.2rem;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #242021;
  text-transform: uppercase; }

.checkout .order_review-wrap {
  background: #FAFAFA;
  padding: 2rem; }

.woocommerce-checkout .order_review-wrap .payment h3 {
  padding-left: 0; }

.checkout .order_review-wrap .edit-cart {
  font-size: 1.0666666667rem;
  color: #7B6633;
  font-weight: normal;
  text-decoration: underline; }

.checkout .order_review-wrap .edit-cart img {
  width: 0.6666666667rem; }

a.edit-cart-link {
  font-size: 1.6666666667rem;
  color: #A61740;
  font-weight: bold;
  text-transform: uppercase; }
  a.edit-cart-link:hover {
    text-decoration: underline; }

.woocommerce-checkout .order_review-wrap h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #C8AE7E; }

.order_review-wrap .heading-total {
  font-size: 0.9333333333rem;
  color: #3C3C3C;
  font-weight: 600;
  padding-bottom: 1.3333333333rem; }

.woocommerce .order_review-wrap table.shop_table td {
  vertical-align: top; }

.woocommerce .order_review-wrap table.shop_table td.product-thumbnail {
  width: 4.0666666667rem; }

.woocommerce .order_review-wrap table.shop_table td {
  padding: 1rem 0; }

.woocommerce .order_review-wrap table.shop_table td.product-thumbnail img {
  width: 4.0666666667rem; }

.woocommerce .order_review-wrap .shop_table .product-qty {
  font-size: 0.8rem;
  color: #C1C1C1;
  font-family: "Lexend", sans-serif; }

.woocommerce .order_review-wrap table.shop_table td.product-total span {
  border: none;
  font-size: 1.2rem;
  color: #242021;
  font-weight: normal; }

.checkout-page h2 {
  font-weight: 600;
  font-size: 2.1333333333rem; }

.woocommerce .order_review-wrap table.shop_table tfoot td {
  text-align: right; }

.woocommerce .order_review-wrap table.shop_table tfoot td .woocommerce-Price-amount {
  border: none;
  font-size: 1.1333333333rem;
  color: #121412;
  font-weight: bold; }

.woocommerce .order_review-wrap table.shop_table tfoot .cart-subtotal td .woocommerce-Price-amount {
  color: #121412;
  font-size: 1.1333333333rem;
  font-weight: 500; }

/* css order payment */
.woocommerce-form__label-for-checkbox, .mc4wp-checkbox-woocommerce label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem; }

.cart-page .cart-product-table .shop_table td.product-price del {
  display: block; }

.cart-page .cart-product-table .shop_table td.product-price del span.woocommerce-Price-amount {
  font-size: 0.8rem; }

.woocommerce-form__label-for-checkbox:before, .mc4wp-checkbox-woocommerce label:before {
  -webkit-appearance: none;
  position: absolute;
  top: 4px;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border: .1rem solid #484848;
  background: none;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  content: "";
  z-index: 2; }

.mc4wp-checkbox-woocommerce label::before {
  top: 10px !important; }

.stock-m13 {
  font-size: 1.4666666667rem;
  color: #00CB37;
  margin-top: 0.6666666667rem;
  display: none; }

.activeCheckbox::before, .woocommerce-validated label.woocommerce-form__label-for-checkbox::before {
  border: 0.1rem solid black !important;
  border-radius: 0.1rem !important;
  color: black !important;
  content: "✓" !important;
  font-weight: 600;
  padding-top: 0px;
  padding-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.woocommerce-form__input-checkbox {
  display: none !important; }

.wc_payment_methods label {
  position: relative;
  cursor: pointer;
  padding-left: 3rem;
  line-height: 3rem; }

.wc_payment_methods label:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: 0.1rem solid #363636;
  border-radius: 50%;
  background: none;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  content: "";
  z-index: 2; }

.payment .heading {
  margin-bottom: 1.3333333333rem; }

.payment-custom input[type=radio]:checked + label:before, .payment-custom input[type=radio]:checked + label:before {
  border: 0.1rem solid black !important;
  background: black !important; }

.wc_payment_methods input {
  display: none; }

.woocommerce-terms-and-conditions-wrapper input {
  display: none !important; }

.payment-custom input[type=checkbox]:checked + label:before, .payment-custom input[type=checkbox]:focus + label:before, .payment-custom input[type=radio]:checked + label:before, .payment-custom input[type=radio]:focus + label:before, .payment-custom input[type=checkbox]:checked + label:before, .payment-custom input[type=checkbox]:focus + label:before, .payment-custom input[type=radio]:checked + label:before, .payment-custom input[type=radio]:focus + label:before {
  -webkit-box-shadow: inset 0 0 0 0.3rem #ffffff;
  box-shadow: inset 0 0 0 0.3rem #ffffff;
  border: .1rem solid #ffbf02;
  background: #ffbe00; }

.woocommerce .woocommerce-form__label-for-checkbox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .woocommerce .woocommerce-form__label-for-checkbox span {
    font-size: 1rem;
    color: #868686; }
    .woocommerce .woocommerce-form__label-for-checkbox span a {
      color: #7B6633; }

.woocommerce-terms-and-conditions-checkbox-text a {
  color: black; }

.order-summary .image {
  width: 6rem; }

.user-registration-profile-fields h2, .user-registration-MyAccount-content h2, .edit_address, .edit-password legend {
  font-size: 1.8rem !important;
  font-family: "Frank", sans-serif; }

#ship-to-different-address label span {
  color: #707070;
  font-size: 1.4666666667rem;
  font-weight: 300;
  margin-left: 0.6666666667rem;
  display: block; }

#ship-to-different-address {
  margin-bottom: 2rem; }

.payment li {
  list-style: none;
  margin-bottom: 1rem; }

.payment li .payment_box {
  padding-left: 3rem; }

.woocommerce-checkout #payment {
  background: transparent; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  font-size: 1.5333333333rem;
  letter-spacing: 1.68px;
  color: #fff;
  background: #C8AE7E;
  text-transform: capitalize;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  margin-top: 2rem;
  padding: 0.8rem 0;
  width: 100%; }

.my-account .image {
  position: relative;
  padding-top: 102.2556390977%;
  overflow: hidden; }
  .my-account .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
  @media only screen and (max-width: 576px) {
    .my-account .image {
      margin-bottom: 1.3333333333rem; } }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none; }

.woocommerce .my-account form input.input-text, .woocommerce .my-account form textarea {
  height: 2.6666666667rem;
  font-size: 0.8666666667rem; }

.woocommerce form .product-quantity input.input-text {
  height: auto; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 0; }

.my-account label {
  font-size: 0.8666666667rem;
  color: #1D1D1B;
  font-weight: 300;
  margin-bottom: 0.9333333333rem;
  line-height: 1.5 !important;
  padding-left: 0; }

.my-account .row {
  margin-bottom: 1.5333333333rem; }
.my-account .sub-title {
  font-size: 1rem;
  font-weight: normal;
  color: #1D1D1D;
  margin-top: 1.3333333333rem;
  font-family: "Lexend", sans-serif; }

.my-account .container {
  position: relative; }

.my-account .container:after {
  position: absolute;
  content: '';
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #00000014;
  z-index: 1;
  top: 0; }

.woocommerce .my-account .woocommerce-button {
  background: #7B6633;
  font-size: 0.9333333333rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0.8rem 4.6666666667rem;
  font-weight: 300; }
  .woocommerce .my-account .woocommerce-button:hover {
    background: #5e4d23 !important;
    color: #fff !important; }

.forgot-password {
  font-size: 1.0666666667rem;
  font-weight: 300;
  color: #404040;
  text-decoration: underline;
  float: right; }

.woocommerce-form-login__rememberme span {
  font-size: 1.0666666667rem;
  font-weight: 300;
  color: #404040; }

.description-bigger a {
  font-size: 1rem;
  color: #A61740;
  font-weight: 500;
  text-decoration: underline; }

.password-input {
  padding: 0; }

.dgwt-wcas-search-submit {
  background: #028C8D !important; }

.dgwt-wcas-search-submit:before {
  content: none !important; }

.variations .value {
  display: flex;
  align-items: center; }

.variations .value .reset_variations {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #151515;
  font-weight: 500;
  margin-left: 3.3333333333rem;
  margin-bottom: 0; }

.single_variation_wrap .stock {
  margin-top: 0.9333333333rem;
  font-size: 1.2rem;
  color: #A61740;
  font-style: italic; }

.thank-you .widget {
  border: none;
  padding: 0; }
  .thank-you .widget .image {
    margin-right: 3.3333333333rem; }
  .thank-you .widget .content h5 {
    font-size: 2.8rem;
    color: #631024;
    font-weight: 500;
    font-family: "Lexend", sans-serif, sans-serif; }
  .thank-you .widget .content p {
    font-size: 1.0666666667rem;
    color: #151515; }
  .thank-you .widget .content .order {
    font-size: 1.3333333333rem;
    font-weight: bold;
    font-family: "Lexend", sans-serif, sans-serif; }
  .thank-you .widget .content .button-main {
    margin-left: 0; }

.thank-you .title {
  font-size: 2.4rem;
  color: #1D1D1D;
  font-weight: 600;
  font-family: "Lexend", sans-serif; }
.thank-you .sub-title {
  font-size: 1rem;
  font-weight: normal; }
  .thank-you .sub-title a {
    font-weight: bold; }
.thank-you h3 {
  font-size: 1.3333333333rem;
  font-weight: bold;
  text-align: left; }
.thank-you .quantity strong {
  font-weight: normal;
  font-size: 1.2rem; }
.thank-you .product-total .price span {
  font-size: 1.2rem;
  color: #A61740;
  font-weight: bold; }
.thank-you table.table td {
  border: none;
  padding-bottom: 1.3333333333rem;
  font-size: 1.0666666667rem;
  font-weight: 600;
  padding-left: 0;
  font-style: italic; }
.thank-you table.table td:last-child {
  font-style: normal; }
.thank-you .cart_totals {
  padding: 0;
  background: transparent; }
  .thank-you .cart_totals .shop_table {
    border: none; }
    .thank-you .cart_totals .shop_table tbody th, .thank-you .cart_totals .shop_table td {
      border: none;
      padding: 0.6666666667rem 0;
      font-size: 1.0666666667rem;
      font-weight: 600;
      font-style: italic; }
    .thank-you .cart_totals .shop_table td {
      font-style: normal; }
.thank-you .btn-backshop {
  font-size: 0.9333333333rem;
  background: #7B6633;
  font-weight: normal;
  padding: 0.8rem 2.6666666667rem;
  letter-spacing: 1.68px;
  color: #fff;
  text-transform: uppercase; }

.woocommerce-order-details {
  padding: 2rem;
  background: #FAFAFA; }
  @media only screen and (max-width: 576px) {
    .woocommerce-order-details {
      margin-top: 2rem; } }
  .woocommerce-order-details table.woocommerce-table {
    border: none; }
    .woocommerce-order-details table.woocommerce-table td {
      padding: 0.8666666667rem 0; }
    .woocommerce-order-details table.woocommerce-table td {
      vertical-align: top;
      padding-left: 0.7333333333rem;
      font-size: 0.8rem;
      color: #1D1D1B; }
    .woocommerce-order-details table.woocommerce-table td.product-total .price span {
      font-size: 1.2rem;
      color: #242021;
      font-weight: normal; }
  .woocommerce-order-details h3 {
    font-size: 1.4666666667rem;
    color: #1D1D1B;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    text-transform: capitalize; }
  .woocommerce-order-details .product-thumb {
    width: 4.0666666667rem;
    height: 4.0666666667rem; }

.products-page .be-category ul li {
  width: 100%; }
  .products-page .be-category ul li label {
    font-size: 1.0666666667rem;
    font-weight: 300;
    color: #3C3C3C;
    text-transform: capitalize;
    width: 100%; }
    .products-page .be-category ul li label:hover {
      color: #6C541C; }
.products-page .widget {
  margin-right: 2.4666666667rem;
  padding: 1rem; }
  @media only screen and (max-width: 991px) {
    .products-page .widget {
      margin-right: 0rem;
      margin-bottom: 2rem; } }
  .products-page .widget .filter {
    margin-left: 0 !important; }
    .products-page .widget .filter ul {
      padding-left: 0; }
    .products-page .widget .filter .bapf_body {
      margin-bottom: 2rem; }
    .products-page .widget .filter .bapf_body > ul > li {
      padding: 1rem 0 !important;
      border-bottom: 1px solid #DFDFDF; }
      .products-page .widget .filter .bapf_body > ul > li i {
        float: right;
        margin-top: 0.3333333333rem; }
      .products-page .widget .filter .bapf_body > ul > li label {
        font-size: 1.0666666667rem;
        font-weight: 300;
        color: #3C3C3C;
        text-transform: capitalize; }
        .products-page .widget .filter .bapf_body > ul > li label:hover {
          color: #6C541C; }
      .products-page .widget .filter .bapf_body > ul > li ul {
        padding-left: 40px; }
        .products-page .widget .filter .bapf_body > ul > li ul > li label {
          font-size: 1.0666666667rem;
          font-weight: 300;
          margin-top: 0.8666666667rem; }
      .products-page .widget .filter .bapf_body > ul > li:last-child {
        border: none;
        padding-bottom: 0 !important; }
    .products-page .widget .filter .bapf_body > ul li.checked label {
      color: #6C541C; }

.rtwpvg-thumbnail-image {
  margin-bottom: 1rem !important; }

.product-detail-slider .slick-arrow {
  border-radius: 0; }
.product-detail-slider .rtwpvg-gallery-image {
  margin-left: 1.0666666667rem; }

.woocommerce-ResetPassword .title-password {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1D1D1D;
  font-family: "Lexend", sans-serif; }
.woocommerce-ResetPassword .sub-title {
  font-size: 1rem;
  color: #1D1D1D;
  margin-bottom: 2.6666666667rem; }
.woocommerce-ResetPassword input {
  height: 2.6666666667rem;
  width: 100%; }
.woocommerce-ResetPassword label {
  font-size: 0.8666666667rem;
  color: #1D1D1B;
  display: block;
  margin-bottom: 0.6666666667rem;
  font-weight: normal;
  text-align: left; }

.woocommerce button.btn-woocommerce {
  background: #7B6633;
  font-size: 0.9333333333rem;
  color: #fff;
  letter-spacing: 1.68px;
  padding: 0.8rem 4.2rem;
  font-weight: normal;
  box-shadow: 2px 2px 2px 0px #7b663373; }
  .woocommerce button.btn-woocommerce:hover {
    color: #7B6633; }

.variations_form {
  display: flex; }
  .variations_form .variations {
    order: 1; }
    .variations_form .variations tbody {
      display: flex;
      flex-wrap: wrap; }
      .variations_form .variations tbody tr {
        width: 50%; }
    .variations_form .variations select#pa_size {
      font-size: 1.5333333333rem;
      color: #707070;
      font-weight: bold;
      padding: 0.2666666667rem 0.8rem; }
    .variations_form .variations select#pa_color {
      font-size: 1.5333333333rem;
      color: #fff;
      font-weight: 500;
      background: #B59457;
      padding: 0.2666666667rem 0.8rem; }
    .variations_form .variations label {
      font-size: 0.9333333333rem;
      font-weight: bold;
      color: #3C3C3C;
      margin-bottom: 1rem !important; }
  .variations_form .single_variation_wrap {
    order: 1;
    width: 30%; }
  .variations_form select {
    width: 70%;
    padding: 0.6666666667rem;
    background: #F2F2F2;
    border: none; }

.woo-variation-swatches.wvs-show-label .detail .variations td {
  width: 100% !important;
  display: inherit !important; }

/*# sourceMappingURL=styles.css.map */
