html {
  font-size: 1.3rem; }

html, body {
  height: 100%; }

html {
  font-size: 16px; }

body {
  font-family: Roboto, sans-serif;
  color: #212529;
  font-size: 1rem; }

.fs1 {
  font-size: 2.5rem; }

.fs2 {
  font-size: 2rem; }

.fs3 {
  font-size: 1.6rem; }

.fs4 {
  font-size: 1.3rem; }

.fs5 {
  font-size: 1rem; }

.fs6 {
  font-size: 0.8rem; }

.fw1 {
  font-weight: 600; }

.fw2 {
  font-weight: 400; }

.flex {
  display: flex; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.w100 {
  width: 100%; }

h1 {
  font-size: 2.5rem;
  margin-bottom: 15px; }

h2 {
  font-size: 2rem;
  margin-bottom: 15px; }

h3 {
  font-size: 1.7rem;
  margin-bottom: 10px; }

h4 {
  font-size: 1.5rem;
  margin-bottom: 10px; }

h5 {
  font-size: 1.3rem;
  margin-bottom: 8px; }

h6 {
  font-size: 1rem;
  margin-bottom: 8px; }

p {
  font-size: 1rem;
  margin-bottom: 8px; }

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

ul li, ol li {
  list-style: none; }

a:hover {
  text-decoration: none; }

button:focus, a:focus {
  outline: none;
  box-shadow: none; }

.section-margin {
  margin: 45px 0; }
  @media (max-width: 991px) {
    .section-margin {
      margin: 15px 0; } }

.spiner {
  animation-name: spiner;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* transform: rotate(3deg); */
  /* transform: rotate(0.3rad);/ */
  /* transform: rotate(3grad); */
  /* transform: rotate(.03turn);  */ }
@keyframes spiner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.pl-45 {
  padding-left: 45px !important; }

@media (max-width: 991px) {
  .container {
    max-width: 638px; } }
@media (min-width: 1280px) {
  .container {
    max-width: 1170px; } }

b, strong {
  font-weight: inherit; }

.nav-arrow.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  margin-top: -38px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  .nav-arrow.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0; }
  .nav-arrow.owl-carousel .owl-nav .owl-prev {
    right: auto;
    left: 0; }
  .nav-arrow.owl-carousel .owl-nav .owl-next,
  .nav-arrow.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    color: #707070;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background-color: #ffffff;
    line-height: 18px;
    border-radius: 7px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .nav-arrow.owl-carousel .owl-nav button.owl-next,
  .nav-arrow.owl-carousel .owl-nav button.owl-prev,
  .nav-arrow.owl-carousel .owl-nav button.owl-dot {
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    color: #707070; }
    .nav-arrow.owl-carousel .owl-nav button.owl-next:hover,
    .nav-arrow.owl-carousel .owl-nav button.owl-prev:hover,
    .nav-arrow.owl-carousel .owl-nav button.owl-dot:hover {
      background-color: #CF9E15;
      color: #3B3B44; }
    .nav-arrow.owl-carousel .owl-nav button.owl-next i,
    .nav-arrow.owl-carousel .owl-nav button.owl-prev i,
    .nav-arrow.owl-carousel .owl-nav button.owl-dot i {
      font-size: 24px; }

.product-detail .owl-nav {
  top: 55% !important; }

.product-detail {
  margin-bottom: 17px; }

.product-detail .owl-nav.disabled {
  display: block !important; }

.hidden {
  display: none !important; }

.loading-wrap {
  margin: 5px auto;
  height: 24px; }
  .loading-wrap .loading-dot {
    display: inline-block;
    position: relative;
    width: 80px;
    top: -10px; }
  .loading-wrap .loading-dot span {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #CF9E15;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
  .loading-wrap .loading-dot span:nth-child(1) {
    left: 8px;
    animation: loading-dot1 0.6s infinite; }
  .loading-wrap .loading-dot span:nth-child(2) {
    left: 8px;
    animation: loading-dot2 0.6s infinite; }
  .loading-wrap .loading-dot span:nth-child(3) {
    left: 32px;
    animation: loading-dot2 0.6s infinite; }
  .loading-wrap .loading-dot span:nth-child(4) {
    left: 56px;
    animation: loading-dot3 0.6s infinite; }
@keyframes loading-dot1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes loading-dot3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes loading-dot2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }
.logo-wrap {
  width: 160px;
  height: 113px;
  display: inline-block;
  float: left;
  background-color: #3B3B44; }
  .logo-wrap img {
    width: 100%;
    height: 100%; }
  @media (max-width: 1200px) {
    .logo-wrap {
      width: 100px;
      height: 70px;
      background-color: #ffffff;
      box-shadow: 0 3px 3px #bebebe; } }

.header-wrap {
  width: calc(100% - 160px);
  display: inline-block;
  float: left; }
  @media (max-width: 1200px) {
    .header-wrap {
      width: calc(100% - 100px);
      height: 70px; } }
  .header-wrap .topbar {
    background-color: #3B3B44;
    width: 100%;
    height: 48px; }
    .header-wrap .topbar .topbar-container {
      width: 100%;
      background-color: #3B3B44;
      padding-left: 25px; }
    @media (max-width: 1200px) {
      .header-wrap .topbar {
        display: none; } }
    .header-wrap .topbar .top-left, .header-wrap .topbar .top-mid, .header-wrap .topbar .top-right {
      padding: 13px 0;
      display: inline-block; }
      .header-wrap .topbar .top-left a, .header-wrap .topbar .top-mid a, .header-wrap .topbar .top-right a {
        color: #ffffff; }
        .header-wrap .topbar .top-left a:hover, .header-wrap .topbar .top-mid a:hover, .header-wrap .topbar .top-right a:hover {
          color: #CF9E15; }
      .header-wrap .topbar .top-left span, .header-wrap .topbar .top-mid span, .header-wrap .topbar .top-right span {
        color: #ffffff;
        font-size: 14px; }
    .header-wrap .topbar .top-left {
      margin-left: 15px; }
    .header-wrap .topbar .top-mid {
      margin-left: 0px; }
    .header-wrap .topbar .top-right {
      padding: 9px 9px 9px 35px;
      width: 100%;
      background-color: #ffffff; }
      @media (max-width: 1365px) {
        .header-wrap .topbar .top-right {
          padding: 9px 15px; } }
      .header-wrap .topbar .top-right a {
        color: #212529; }
        .header-wrap .topbar .top-right a:hover {
          color: #CF9E15; }
      .header-wrap .topbar .top-right span, .header-wrap .topbar .top-right i {
        font-size: 14px;
        color: #3B3B44;
        font-weight: 600; }
      .header-wrap .topbar .top-right .hotline {
        color: #FF1818;
        font-size: 20px;
        font-weight: 600; }
  .header-wrap .wrapper-menu {
    position: relative; }
  .header-wrap .sb-search {
    position: absolute;
    right: 0;
    width: 0%;
    min-width: 45px;
    height: 45px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden; }
    @media (max-width: 1200px) {
      .header-wrap .sb-search {
        margin-right: 53px; } }
    @media (max-width: 767px) {
      .header-wrap .sb-search {
        margin-right: 40px; } }
  .header-wrap .sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #fff;
    width: calc(100% - 30px);
    height: 45px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    color: #3B3B44; }
  .header-wrap input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px; }
  .header-wrap .sb-search-input::-webkit-input-placeholder {
    color: #CF9E15; }
  .header-wrap .sb-search-input:-moz-placeholder {
    color: #CF9E15; }
  .header-wrap .sb-search-input::-moz-placeholder {
    color: #CF9E15; }
  .header-wrap .sb-search-input:-ms-input-placeholder {
    color: #CF9E15; }
  .header-wrap .sb-icon-search,
  .header-wrap .sb-search-submit {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 45px;
    text-align: center;
    cursor: pointer; }
  .header-wrap .sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color: red;
    border: none;
    outline: none;
    z-index: -1; }
  .header-wrap .sb-icon-search {
    color: #ffffff;
    background: #CF9E15;
    z-index: 90;
    font-size: 22px;
    font-family: Roboto, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 1200px) {
      .header-wrap .sb-icon-search {
        color: #707070;
        background: #ffffff; } }
  .header-wrap .sb-icon-search:before {
    content: ""; }
  .header-wrap .sb-search.sb-search-open,
  .header-wrap .no-js .sb-search {
    max-width: 100%;
    width: 300px; }
    .header-wrap .sb-search.sb-search-open .sb-search-input,
    .header-wrap .no-js .sb-search .sb-search-input {
      border: 1px solid #3B3B44; }
  .header-wrap .sb-search.sb-search-open .sb-icon-search,
  .header-wrap .no-js .sb-search .sb-icon-search {
    background: #CF9E15;
    color: #ffffff;
    z-index: 11; }
  .header-wrap .sb-search.sb-search-open .sb-search-submit,
  .header-wrap .no-js .sb-search .sb-search-submit {
    z-index: 90; }
  .header-wrap .sb-search.sb-search-open .sb-icon-search {
    background: #3B3B44; }

.navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 1rem;
  padding: 0 15px;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #3B3B44; }
  @media (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 0 10px; } }

@media (max-width: 1366px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important; } }

.navbar {
  background-color: #CF9E15;
  height: 65px;
  width: 100%;
  padding: 0 1rem; }
  @media (max-width: 1200px) {
    .navbar {
      height: 70px;
      background-color: #ffffff;
      box-shadow: 0 1px 3px #bebebe; } }
  @media (max-width: 991px) {
    .navbar {
      height: 69px; } }

ul.navbar-nav li:first-child {
  margin-left: -15px; }
  @media (max-width: 1200px) {
    ul.navbar-nav li:first-child {
      display: none; } }

.header-wrap .main-menu li.parrent {
  position: relative;
  padding: 9px 10px 8px;
  line-height: 3; }
  @media (min-width: 1366px) {
    .header-wrap .main-menu li.parrent {
      padding: 9px 20px 8px; } }
  .header-wrap .main-menu li.parrent:first-child {
    padding-left: 0; }
  .header-wrap .main-menu li.parrent .nav-link {
    padding: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .header-wrap .main-menu li.parrent .nav-link:hover {
      color: #3B3B44; }
  .header-wrap .main-menu li.parrent:hover .sub-menu {
    display: block; }
  .header-wrap .main-menu li.parrent::after {
    content: '';
    display: block;
    position: relative;
    bottom: 10px;
    width: 100%;
    margin: 0 auto;
    height: 2px;
    transition: width .3s; }
    @media (max-width: 1280px) {
      .header-wrap .main-menu li.parrent::after {
        width: calc(100% - 20px); } }
.header-wrap .main-menu li.parrent.active .nav-link {
  color: #3B3B44; }
.header-wrap .main-menu li.nav-item.active .nav-link,
.header-wrap .main-menu li.current-menu-item .nav-link,
.header-wrap .main-menu li.current-menu-ancestor .nav-link,
.header-wrap .main-menu li.current-menu-parent .nav-link {
  color: #3B3B44; }
.header-wrap .main-menu li.nav-item.active::after,
.header-wrap .main-menu li.current-menu-item::after,
.header-wrap .main-menu li.current-menu-ancestor::after,
.header-wrap .main-menu li.current-menu-parent::after {
  background-color: #3B3B44; }
.header-wrap .main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 250px;
  overflow: hidden;
  background: #3B3B44;
  z-index: 5; }
  .header-wrap .main-menu .sub-menu li {
    line-height: 1.5; }
  .header-wrap .main-menu .sub-menu a {
    padding: 10px;
    display: block;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s; }
    .header-wrap .main-menu .sub-menu a:hover {
      background: #CF9E15; }
  .header-wrap .main-menu .sub-menu a.active {
    background-color: #CF9E15; }

.header-wrap .header-wrap-logo figure img {
  max-width: 200px; }

.header-wrap .demo-link {
  margin-left: 1vw; }

.header-wrap .side-menu-close {
  background: transparent; }

.header-wrap .side-menu-close span {
  background: #3B3B44;
  width: 30px; }

.side-menu-wrap .dropdown-toggle::after {
  display: none; }

.side-menu-wrap .sidebar-logo {
  padding: 24px 30px 22px 33px; }

.side-menu-nav .main-menu > li:first-child {
  border-top: 1px solid #3B3B44; }

/* side menu */
.side-menu-wrap {
  width: 314px;
  position: fixed;
  right: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 15000;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }
  @media (max-width: 667px) {
    .side-menu-wrap {
      width: 100%; } }

.side-menu-wrap.opened {
  right: 0;
  transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s; }

.side-menu-logo {
  border-bottom: 2px solid #3B3B44; }

.side-menu-nav .main-menu > li {
  position: relative;
  border-bottom: 1px solid #3B3B44; }

.side-menu-nav .main-menu > li > a > i {
  color: #3B3B44; }

.side-menu-nav .main-menu .sub-menu {
  border-top: 1px solid #3B3B44;
  background: #fff;
  display: none; }

.side-menu-nav .main-menu .sub-menu a {
  padding: 7px 22px;
  display: block;
  color: #3B3B44;
  font-weight: 400;
  font-size: 14px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }
  @media (max-width: 991px) {
    .side-menu-nav .main-menu .sub-menu a {
      padding: 5.5px 17px; } }
  @media (max-width: 767px) {
    .side-menu-nav .main-menu .sub-menu a {
      font-size: 16px;
      padding: 7px 64px; } }

.side-menu-nav .main-menu .sub-menu a i {
  color: #3B3B44; }

.side-menu-nav .main-menu .sub-menu ~ i {
  font-size: .8em;
  position: absolute;
  padding: 21px;
  background: #3B3B44;
  color: #ffffff;
  right: 0;
  top: 0;
  border-left: 1px solid #3B3B44; }
  @media (max-width: 991px) {
    .side-menu-nav .main-menu .sub-menu ~ i {
      padding: 21px 23px; } }
  @media (max-width: 767px) {
    .side-menu-nav .main-menu .sub-menu ~ i {
      padding: 21px 21.5px; } }

.side-menu-nav .main-menu .sub-menu a:hover {
  background: #F5F5F5; }

.side-menu-nav .main-menu > li > a {
  color: #3B3B44;
  padding: 16px 30px 18px 17px;
  line-height: 20px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }
  @media (max-width: 767px) {
    .side-menu-nav .main-menu > li > a {
      padding: 15px 30px 18px 36px !important; } }

@media (max-width: 991px) {
  .side-menu-nav .main-menu > li:nth-child(6) > a, .side-menu-nav .main-menu > li:nth-child(7) > a {
    padding: 20px 30px 21px 17px; } }

@media (max-width: 991px) {
  .side-menu-nav .main-menu > li:nth-child(5) > a {
    padding: 22px 30px 19px 17px; } }

@media (max-width: 991px) {
  .side-menu-nav .main-menu > li:nth-child(4) > a {
    padding: 21px 30px 16px 17px; } }

.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 30px 15px 20px;
  height: 45px;
  width: 45px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

.side-menu-close {
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }
  @media (max-width: 767px) {
    .side-menu-close {
      position: absolute;
      right: -10px; } }

.side-menu-close span {
  height: 2px;
  width: 20px;
  background: #3B3B44;
  position: relative;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }

.side-menu-close span:nth-child(1) {
  top: -9px; }

.side-menu-close.closed span:nth-child(1) {
  top: -5px; }

.side-menu-close span:nth-child(3) {
  bottom: -11px; }

.side-menu-close.closed span:nth-child(3) {
  bottom: -5px; }

.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg); }

.side-menu-close.closed span:nth-child(2) {
  opacity: 0; }

.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg); }

/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }

.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }

.side-menu-nav .sub-menu {
  padding: 6px 0 !important; }
  .side-menu-nav .sub-menu li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px; }

.footer-section {
  background-color: #212529;
  padding: 49px 0 5px; }
  @media (max-width: 1023px) {
    .footer-section {
      padding: 55px 0 0; } }
  @media (max-width: 767px) {
    .footer-section {
      padding: 37px 0 0; } }
  .footer-section .footer-col-2 {
    padding-left: 32px !important; }
    @media (max-width: 991px) {
      .footer-section .footer-col-2 {
        padding-left: 21px !important; } }
    @media (max-width: 767px) {
      .footer-section .footer-col-2 {
        padding-left: 15px !important; } }
  .footer-section .footer-col-3 {
    padding-left: 26px !important; }
    @media (max-width: 991px) {
      .footer-section .footer-col-3 {
        margin-top: 11px;
        padding-left: 15px !important; } }
  .footer-section .footer-title {
    font-size: 19px;
    font-weight: 600;
    color: #ffffff; }
    @media (max-width: 767px) {
      .footer-section .footer-title {
        margin-bottom: 7px; } }
    .footer-section .footer-title::after {
      content: '';
      display: block;
      position: relative;
      bottom: -10px;
      width: 80px;
      height: 2px;
      transition: width .3s;
      background-color: #ffffff; }
      @media (max-width: 767px) {
        .footer-section .footer-title::after {
          bottom: -5px; } }
  .footer-section .footer-content {
    font-family: Roboto, sans-serif;
    color: #ffffff;
    padding: 14px 0 20px; }
    @media (max-width: 767px) {
      .footer-section .footer-content {
        padding: 15px 0 16px 0; } }
    .footer-section .footer-content p {
      margin-bottom: 10px;
      font-size: 14px; }
    .footer-section .footer-content a {
      color: #ffffff;
      font-size: 14px; }
      .footer-section .footer-content a:hover {
        color: #CF9E15; }
    .footer-section .footer-content iframe {
      width: 100% !important;
      height: 230px !important; }
      @media (max-width: 991px) {
        .footer-section .footer-content iframe {
          height: 213px !important;
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .footer-section .footer-content iframe {
          height: 160px !important;
          margin-bottom: 0; } }
    .footer-section .footer-content ul li {
      margin-bottom: 5px; }
    .footer-section .footer-content ul.social {
      margin-top: 25px;
      padding-top: 15px; }
      @media (max-width: 767px) {
        .footer-section .footer-content ul.social {
          margin-top: 0; } }
      .footer-section .footer-content ul.social li {
        display: inline-block;
        margin-right: 6px; }
        .footer-section .footer-content ul.social li a {
          width: 50px;
          height: 50px;
          text-align: center;
          display: inline-table;
          color: #ffffff;
          background-color: #EF3340; }
          .footer-section .footer-content ul.social li a:hover {
            background-color: #CF9E15; }
          .footer-section .footer-content ul.social li a i {
            line-height: 50px;
            font-size: 28px; }
            @media (max-width: 767px) {
              .footer-section .footer-content ul.social li a i {
                font-size: 24px; } }
          @media (max-width: 991px) {
            .footer-section .footer-content ul.social li a {
              width: 38px;
              height: 38px;
              display: flex;
              justify-content: center;
              align-items: center; } }

#copyright {
  background-color: #707070; }
  #copyright p {
    color: #ffffff;
    padding: 9px 0;
    letter-spacing: -0.5px;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600; }
    @media (max-width: 767px) {
      #copyright p {
        font-size: 14px; } }

#back-to-top {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #707070;
  width: 64px;
  height: 60px;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom: 30px;
  right: 40px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }
  @media (max-width: 991px) {
    #back-to-top {
      right: 20px; } }
  #back-to-top i {
    font-size: 2em;
    line-height: 60px;
    color: #707070; }
  #back-to-top:hover {
    cursor: pointer;
    background-color: #CF9E15; }
  #back-to-top:active {
    background-color: #707070; }
  #back-to-top.show {
    opacity: 1;
    visibility: visible; }

#left-contact,
#right-contact {
  display: inline-block;
  text-align: center;
  position: fixed;
  width: 64px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 1000; }

#left-contact {
  left: 40px;
  bottom: 30px; }
  @media (max-width: 768px) {
    #left-contact {
      left: 20px;
      bottom: 30px; } }
  @media (max-width: 767px) {
    #left-contact {
      left: 10px;
      bottom: 20px; } }
  #left-contact .call-button {
    width: 64px;
    height: 64px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    color: #ffffff;
    background-color: #37B54A; }
    #left-contact .call-button i {
      font-size: 2em;
      line-height: 64px;
      color: #ffffff; }

#back-to-top {
  bottom: 30px; }
  @media (max-width: 767px) {
    #back-to-top {
      right: 10px;
      bottom: 20px; } }

#right-contact {
  right: 40px;
  bottom: 110px; }
  @media (max-width: 768px) {
    #right-contact {
      right: 20px; } }
  @media (max-width: 767px) {
    #right-contact {
      right: 12px;
      bottom: 105px; } }
  #right-contact .email-button {
    width: 64px;
    height: 64px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    color: #ffffff;
    background-color: #D9271D;
    margin-bottom: 13px; }
    @media (max-width: 991px) {
      #right-contact .email-button {
        margin-bottom: 20px; } }
    #right-contact .email-button i {
      font-size: 2em;
      line-height: 64px;
      color: #ffffff; }
  #right-contact .zalo-button {
    display: inline-block; }
    #right-contact .zalo-button img {
      width: 64px;
      height: 64px; }
  #right-contact.b0 {
    bottom: 20px; }

.slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

@media (max-width: 767px) {
  .banner-section .banner-carousel .owl-nav button.owl-prev, .banner-section .banner-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    top: 20px; } }

.slide-item .content-outer {
  height: 60vh; }
  @media (min-width: 1366px) {
    .slide-item .content-outer {
      height: 60vh; } }
  @media (max-width: 991px) {
    .slide-item .content-outer {
      height: 363px; } }
  @media (max-width: 767px) {
    .slide-item .content-outer {
      height: 205px; } }

.slide-item .content-outer {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center; }

.slide-item .content-box h2 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px; }

.slide-item .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 600ms; }

.slide-item .btn-box {
  margin-top: 20px; }

.theme-btn.btn-style-one,
.theme-btn.btn-style-two {
  line-height: 51px;
  border-width: 2px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: #38b994;
  background: #38b994; }

.theme-btn.btn-style-two {
  border-color: #314467;
  background: #314467;
  margin-left: 20px; }

.theme-btn.btn-style-one:hover {
  background-color: #314467;
  border: 1px dashed #38b994; }

.theme-btn.btn-style-two:hover {
  background-color: #38b994;
  border: 1px dashed #314467; }

.banner-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -44px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.banner-carousel.dark .owl-next,
.banner-carousel.dark .owl-prev {
  background-color: rgba(0, 0, 0, 0.2); }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.banner-carousel.dark .owl-next:hover,
.banner-carousel.dark .owl-prev:hover {
  background-color: #ffffff; }

.banner-carousel .owl-next {
  left: auto;
  right: 23px; }

.banner-carousel .owl-prev {
  right: auto;
  left: 23px; }

.banner-carousel .owl-next,
.banner-carousel .owl-prev {
  position: absolute;
  top: 0;
  height: 65px;
  width: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  line-height: 18px;
  border-radius: 7px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.banner-carousel .owl-next:hover,
.banner-carousel .owl-prev:hover {
  color: #CF9E15; }

.banner-carousel .owl-nav button.owl-next,
.banner-carousel .owl-nav button.owl-prev,
.banner-carousel button.owl-dot {
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 50px;
  background-color: #ffffff;
  height: 50px;
  color: #707070; }
  .banner-carousel .owl-nav button.owl-next:hover,
  .banner-carousel .owl-nav button.owl-prev:hover,
  .banner-carousel button.owl-dot:hover {
    background-color: #CF9E15;
    color: #3B3B44; }
  .banner-carousel .owl-nav button.owl-next i,
  .banner-carousel .owl-nav button.owl-prev i,
  .banner-carousel button.owl-dot i {
    font-size: 34px; }

@media only screen and (max-width: 992px) {
  .slide-item .content-box h2 {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 1em; }

  .theme-btn.btn-style-one,
  .theme-btn.btn-style-two {
    padding: 10px; } }
.intro-section {
  margin: 45px 0; }
  @media (max-width: 991px) {
    .intro-section {
      margin: 26px 0 0px; } }
  @media (max-width: 767px) {
    .intro-section {
      margin: 18px 0 15px; } }
  .intro-section .intro-wrap .intro-title {
    font-weight: 600;
    font-size: 45px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #3B3B44;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .intro-section .intro-wrap .intro-title {
        font-size: 30px;
        letter-spacing: 0; } }
    @media (max-width: 767px) {
      .intro-section .intro-wrap .intro-title {
        font-size: 25px;
        letter-spacing: -1px; } }
  .intro-section .intro-wrap .intro-content {
    font-size: 25px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #3B3B44; }
    @media (max-width: 991px) {
      .intro-section .intro-wrap .intro-content {
        font-size: 20px;
        letter-spacing: 0; } }
    @media (max-width: 767px) {
      .intro-section .intro-wrap .intro-content {
        font-size: 16px;
        letter-spacing: -1px; } }

.product-detailt {
  margin: 20px 0 30px; }
  @media (max-width: 991px) {
    .product-detailt {
      margin: 28px 0 30px; } }
  @media (max-width: 767px) {
    .product-detailt {
      margin: 15px 0 20px; } }
  @media (min-width: 1024px) {
    .product-detailt .info-wrap {
      margin-left: 85px;
      margin-top: 38px; } }
  .product-detailt .info-wrap .product-title h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0 6px; }
    @media (max-width: 767px) {
      .product-detailt .info-wrap .product-title h1 {
        font-size: 25px; } }
  .product-detailt .info-wrap .product-info {
    margin-bottom: 20px; }
    .product-detailt .info-wrap .product-info li.info {
      margin-bottom: 10px;
      font-size: 16px; }
    @media (max-width: 991px) {
      .product-detailt .info-wrap .product-info li.info-size {
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .product-detailt .info-wrap .product-info li.info-size {
        margin-bottom: 9px; } }
    @media (max-width: 991px) {
      .product-detailt .info-wrap .product-info li.info-color {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .product-detailt .info-wrap .product-info li.info-color {
        margin-bottom: 22px; } }
    .product-detailt .info-wrap .product-info li.info-sku {
      margin-bottom: 20px;
      color: #FF1818;
      font-size: 20px; }
      @media (max-width: 767px) {
        .product-detailt .info-wrap .product-info li.info-sku {
          font-size: 14px; } }
  .product-detailt .info-wrap .call-button a {
    font-size: 20px;
    color: #ffffff;
    background-color: #EF3340;
    padding: 9px 37px;
    display: inline-block;
    font-weight: 600; }
    @media (max-width: 991px) {
      .product-detailt .info-wrap .call-button a {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .product-detailt .info-wrap .call-button a {
        padding: 7px 19px;
        margin-bottom: 36px; } }

.product-section {
  margin: 50px 0; }
  @media (max-width: 991px) {
    .product-section {
      margin: 15px 0; } }
  .product-section .group-title {
    margin-bottom: 5px;
    padding: 0;
    border-bottom: 1px solid #3B3B44; }
    .product-section .group-title .cat-title {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 19px;
      display: inline-table;
      position: relative;
      margin: 0px;
      padding: 8px 34px 9px 20px;
      line-height: 1.6;
      white-space: wrap;
      overflow-x: hidden;
      text-overflow: ellipsis;
      background-color: #3B3B44;
      color: #e3df97; }
      @media (max-width: 991px) {
        .product-section .group-title .cat-title {
          padding: 9px 26px;
          letter-spacing: 0.5px; } }
      @media (max-width: 767px) {
        .product-section .group-title .cat-title {
          letter-spacing: 0; } }
      .product-section .group-title .cat-title a {
        color: #e3df97; }
    .product-section .group-title .list-child {
      float: right; }
      @media (max-width: 1023px) {
        .product-section .group-title .list-child {
          border: 1px solid #3B3B44;
          width: 100%; } }
      @media (max-width: 767px) {
        .product-section .group-title .list-child {
          display: none; } }
      .product-section .group-title .list-child ul {
        padding: 0px 15px;
        padding-right: 0px;
        margin: 0px;
        list-style: none; }
        .product-section .group-title .list-child ul li {
          float: left; }
          .product-section .group-title .list-child ul li a {
            color: #3B3B44;
            line-height: 48px;
            padding: 0px 24px;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 600; }
            @media (max-width: 991px) {
              .product-section .group-title .list-child ul li a {
                font-size: 14px;
                padding: 0px 14px;
                line-height: 33px; } }
        .product-section .group-title .list-child ul li.child-cat {
          border-right: 1px solid #3B3B44; }
          .product-section .group-title .list-child ul li.child-cat a:hover {
            color: #CF9E15; }
        .product-section .group-title .list-child ul li.read-more a {
          color: #FF1818; }
          @media (min-width: 1024px) {
            .product-section .group-title .list-child ul li.read-more a {
              padding-right: 0; } }
  .product-section .product-item {
    position: relative;
    padding: 15px;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .product-section .product-item {
        padding: 15px 5px;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .product-section .product-item {
        padding: 10px 5px; } }
    .product-section .product-item .inner-box {
      position: relative;
      overflow: hidden;
      box-shadow: 0 5px 5px #bebebe; }
      .product-section .product-item .inner-box .image-box {
        position: relative;
        overflow: hidden;
        border-bottom: 0; }
        .product-section .product-item .inner-box .image-box .image {
          position: relative;
          margin-bottom: 0; }
      .product-section .product-item .inner-box .lower-content {
        position: relative;
        text-align: center;
        padding: 15px 10px;
        min-height: 74px;
        height: 74px; }
        @media (max-width: 991px) {
          .product-section .product-item .inner-box .lower-content {
            height: 78px; } }
        .product-section .product-item .inner-box .lower-content .name {
          position: relative;
          display: block;
          font-size: 15px;
          line-height: 22px;
          color: #3B3B44;
          font-weight: 600;
          text-transform: uppercase;
          height: 45px;
          overflow: hidden; }
          @media (max-width: 991px) {
            .product-section .product-item .inner-box .lower-content .name {
              font-size: 16px; } }
          .product-section .product-item .inner-box .lower-content .name a {
            display: inline-block;
            color: #3B3B44;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease; }
      .product-section .product-item .inner-box::after {
        content: '';
        display: block;
        position: relative;
        bottom: 7px;
        width: 40%;
        margin: 0 auto;
        height: 1px;
        background-color: #3B3B44; }
      .product-section .product-item .inner-box img {
        display: block;
        width: 100%;
        object-fit: cover;
        height: auto;
        transform: scale(1);
        transition: .3s ease-in-out; }
        @media (min-width: 1024px) {
          .product-section .product-item .inner-box img {
            height: 165px; } }
      .product-section .product-item .inner-box:hover img {
        transform: scale(1.1);
        transition: .3s ease-in-out; }
      .product-section .product-item .inner-box:hover .name a {
        color: #CF9E15; }
  .product-section .readmore-btn {
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .product-section .readmore-btn {
        margin-top: 25px; } }
    .product-section .readmore-btn button {
      cursor: pointer;
      padding: 12px 30px;
      color: #3B3B44;
      font-size: 14px;
      font-weight: 600;
      border: 1px solid #707070;
      background-color: #ffffff; }
      .product-section .readmore-btn button:hover {
        color: #ffffff;
        background-color: #CF9E15; }

.related-section {
  margin: 50px 0 25px; }
  .related-section .group-title {
    margin-bottom: 7px; }
    @media (max-width: 991px) {
      .related-section .group-title {
        margin-bottom: 4px; } }
    .related-section .group-title .list-child {
      border: unset;
      width: auto; }
      @media (max-width: 767px) {
        .related-section .group-title .list-child {
          display: block; } }
    @media (max-width: 767px) {
      .related-section .group-title .list-child.d-none-m {
        display: none; } }
  .related-section .product-item {
    padding-left: 0;
    padding-right: 0; }

.product-content-section {
  margin: 0 0 45px; }

@media (max-width: 767px) {
  .related-products {
    margin-top: 3px; } }
@media (max-width: 991px) {
  .related-products .product-item {
    padding: 10px 10px 10px 15px;
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 767px) {
  .related-products .product-item {
    padding: 0px 0px 10px 0px; } }
@media (max-width: 991px) {
  .related-products .product-item img {
    height: 182px !important; } }
@media (max-width: 767px) {
  .related-products .product-item img {
    height: 120px !important; } }

@media (max-width: 991px) {
  .product-section.related-section {
    margin: 50px 0 60px;
    margin-bottom: 63px; } }
@media (max-width: 767px) {
  .product-section.related-section {
    margin: 50px 0 0; } }

@media (max-width: 767px) {
  .product-section .col-row-5 {
    margin: 0 -5px; } }

@media (max-width: 767px) {
  .product__carousel .gallery-top {
    height: 212px !important; } }

@media (max-width: 767px) {
  .related-readmore .readmore-btn {
    display: block !important;
    margin-bottom: 38px; } }
.related-readmore .readmore-btn a {
  padding: 12px 35px;
  font-size: 16px;
  color: #3B3B44;
  font-weight: 600;
  border: 1px solid #707070;
  background-color: #ffffff; }

.section-content .heading-wrap {
  margin: 44px 0 20px; }
  @media (max-width: 991px) {
    .section-content .heading-wrap {
      margin: 14px 0 20px; } }
  @media (max-width: 767px) {
    .section-content .heading-wrap {
      margin: 30px 0 20px; } }
  .section-content .heading-wrap .title {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .section-content .heading-wrap .title {
        margin-bottom: 11px; } }
    .section-content .heading-wrap .title h1 {
      font-size: 30px;
      font-weight: 600;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .section-content .heading-wrap .title h1 {
          margin-bottom: 7px; } }
      @media (max-width: 767px) {
        .section-content .heading-wrap .title h1 {
          font-size: 25px;
          margin-bottom: 5px; } }
    .section-content .heading-wrap .title::after {
      content: '';
      display: block;
      position: relative;
      bottom: 0;
      width: 100%;
      height: 1px;
      transition: width .3s;
      background-color: #707070; }
.section-content .product-content {
  border-bottom: 1px dashed #3B3B44;
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .section-content .product-content {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .section-content .product-content {
      margin-bottom: 20px; } }
  .section-content .product-content .title-wrap {
    display: inline-block;
    position: relative;
    top: 1px;
    height: 30px;
    padding: 0 15px;
    border: 1px dashed #3B3B44;
    border-bottom-color: #ffffff;
    background-color: #ffffff; }
    @media (max-width: 991px) {
      .section-content .product-content .title-wrap {
        height: 29px;
        padding: 0px 29px 26px 22px; } }
    .section-content .product-content .title-wrap h2 {
      font-size: 20px;
      font-weight: 600;
      margin: 0;
      position: relative;
      top: 10px; }
      @media (max-width: 767px) {
        .section-content .product-content .title-wrap h2 {
          font-size: 16px; } }
    @media (max-width: 767px) {
      .section-content .product-content .title-wrap {
        padding: 0 45px;
        height: 26px; } }
.section-content .content-wrap .page-title h1, .section-content .content-wrap .post-title h1 {
  font-size: 45px;
  line-height: 50px;
  color: #707070;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px; }
  @media (max-width: 991px) {
    .section-content .content-wrap .page-title h1, .section-content .content-wrap .post-title h1 {
      font-size: 30px;
      color: #3B3B44; } }
  @media (max-width: 767px) {
    .section-content .content-wrap .page-title h1, .section-content .content-wrap .post-title h1 {
      font-size: 25px;
      line-height: 35px;
      font-weight: 600; } }
.section-content .content-wrap .main-content {
  color: #3B3B44;
  display: inline-block; }
  @media (max-width: 991px) {
    .section-content .content-wrap .main-content h3 {
      margin-top: 19px; } }
  @media (max-width: 991px) {
    .section-content .content-wrap .main-content h3.title--home {
      line-height: 39px;
      font-size: 31px; } }
  .section-content .content-wrap .main-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .section-content .content-wrap .main-content .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
    text-align: left; }
  .section-content .content-wrap .main-content .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
    text-align: right; }
  .section-content .content-wrap .main-content .wp-caption-text {
    text-align: center; }
  .section-content .content-wrap .main-content iframe {
    width: 100%;
    max-width: 100% !important;
    min-height: 450px; }
    @media only screen and (max-width: 992px) and (orientation: landscape) {
      .section-content .content-wrap .main-content iframe {
        min-height: 300px; } }
    @media only screen and (max-width: 992px) {
      .section-content .content-wrap .main-content iframe {
        min-height: 200px; } }
  .section-content .content-wrap .main-content figure,
  .section-content .content-wrap .main-content figcaption,
  .section-content .content-wrap .main-content img {
    height: auto;
    width: auto  !important;
    max-width: 100%;
    margin-top: 7px;
    margin-bottom: 7px; }
  .section-content .content-wrap .main-content ul {
    list-style-type: disc; }
    .section-content .content-wrap .main-content ul li {
      list-style: disc; }
  .section-content .content-wrap .main-content ol {
    list-style-type: decimal; }
    .section-content .content-wrap .main-content ol li {
      list-style: decimal; }
  .section-content .content-wrap .main-content ul, .section-content .content-wrap .main-content ol {
    padding: 10px 0; }
    .section-content .content-wrap .main-content ul li, .section-content .content-wrap .main-content ol li {
      font-size: 1rem;
      margin-left: 25px;
      margin-bottom: 10px; }
  .section-content .content-wrap .main-content table {
    max-width: 100%;
    width: 100%;
    margin: 20px auto; }
    .section-content .content-wrap .main-content table td {
      padding: 5px; }
  .section-content .content-wrap .main-content p {
    line-height: 25px; }
.section-content .related-post {
  margin-bottom: 50px; }
  .section-content .related-post h2 {
    border-bottom: 1px solid #3B3B44;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .section-content .related-post h2 {
        padding-bottom: 6px; } }
    .section-content .related-post h2 a {
      color: #CF9E15;
      font-weight: 600;
      font-size: 30px; }
      .section-content .related-post h2 a:hover {
        color: #3B3B44; }
      @media (max-width: 767px) {
        .section-content .related-post h2 a {
          font-size: 20px; } }
  .section-content .related-post ul li {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .section-content .related-post ul li {
        margin-bottom: 10px; } }
    .section-content .related-post ul li a {
      color: #3B3B44;
      font-size: 16px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .section-content .related-post ul li a {
          line-height: 29px; } }
      .section-content .related-post ul li a i {
        margin-right: 5px; }
      .section-content .related-post ul li a:hover {
        color: #CF9E15; }

.breadcrumb-section {
  border-bottom: 1px solid #707070; }
  .breadcrumb-section .breadcrumbs ul {
    margin: 0px;
    padding: 10px 0;
    display: flex;
    list-style: none; }
    .breadcrumb-section .breadcrumbs ul li {
      float: left;
      color: #3B3B44;
      font-size: 14px;
      padding: 0; }
      @media (max-width: 428px) {
        .breadcrumb-section .breadcrumbs ul li {
          font-size: 13px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; } }
    .breadcrumb-section .breadcrumbs ul li.item a {
      padding-left: 20px;
      padding-right: 20px;
      color: #3B3B44; }
      @media (max-width: 428px) {
        .breadcrumb-section .breadcrumbs ul li.item a {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 320px) {
        .breadcrumb-section .breadcrumbs ul li.item a {
          padding-left: 5px;
          padding-right: 5px; } }
      .breadcrumb-section .breadcrumbs ul li.item a:hover {
        color: #CF9E15; }
    .breadcrumb-section .breadcrumbs ul li.item:first-child a {
      padding-left: 0; }
    .breadcrumb-section .breadcrumbs ul li.item:last-child a {
      padding-right: 0; }
    .breadcrumb-section .breadcrumbs ul li.item:not(:last-of-type) {
      border-right: 1px solid #707070; }
    .breadcrumb-section .breadcrumbs ul li.active {
      padding-left: 26px;
      color: #3B3B44; }
      @media (max-width: 991px) {
        .breadcrumb-section .breadcrumbs ul li.active {
          padding-left: 35px; } }

.product-sidebar {
  margin-top: 58px;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .product-sidebar {
      margin-top: 22px; } }
  @media (max-width: 767px) {
    .product-sidebar {
      display: none; } }
  .product-sidebar .widget {
    width: 100%; }
    .product-sidebar .widget .widget-title {
      font-size: 16px;
      line-height: 25px;
      font-weight: 600;
      text-transform: uppercase; }
      .product-sidebar .widget .widget-title a {
        color: #3B3B44; }
        .product-sidebar .widget .widget-title a:hover {
          color: #CF9E15; }
      .product-sidebar .widget .widget-title::after {
        content: '';
        display: block;
        position: relative;
        bottom: -10px;
        width: 50%;
        height: 1px;
        transition: width .3s;
        background-color: #707070; }
    .product-sidebar .widget .widget-content {
      color: #3B3B44;
      padding: 13px 0; }
      .product-sidebar .widget .widget-content a {
        color: #3B3B44; }
        .product-sidebar .widget .widget-content a:hover {
          color: #CF9E15; }
      .product-sidebar .widget .widget-content ul li {
        margin-bottom: 13px;
        font-size: 14px; }

@media (max-width: 991px) {
  .row-col .product-sidebar {
    margin-top: 42px; } }
@media (max-width: 991px) {
  .row-col .heading-wrap {
    margin: 37px 0 20px; } }

.pagination-section {
  margin-top: 15px; }
  @media (max-width: 991px) {
    .pagination-section {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .pagination-section {
      margin-top: 15px; } }
  .pagination-section ul {
    position: relative;
    display: block; }
    @media (max-width: 991px) {
      .pagination-section ul {
        margin-right: 10px; } }
    .pagination-section ul li {
      position: relative;
      display: inline-block;
      float: none;
      margin-right: 0;
      margin: 3px; }
      @media (max-width: 767px) {
        .pagination-section ul li {
          margin: -9px -1px 2px 8px; } }
      .pagination-section ul li a {
        position: relative;
        display: inline-block;
        width: 39px;
        height: 39px;
        border-radius: 50%;
        background: #ffffff;
        border: 1px solid #707070;
        color: #3B3B44;
        font-size: 23px;
        line-height: 38px;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        transition: all 500ms ease;
        z-index: 1; }
        .pagination-section ul li a:hover {
          background-color: #3B3B44;
          color: #ffffff; }
      .pagination-section ul li .active {
        background-color: #3B3B44;
        color: #ffffff; }

.error-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 146px 0 150px; }
  .error-section .error-content {
    position: relative;
    display: block;
    z-index: 3; }
    .error-section .error-content .title {
      position: relative;
      display: block;
      color: #3B3B44;
      font-size: 180px;
      line-height: 150px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 17px 0 12px;
      font-family: 'Roboto',sans-serif; }
    .error-section .error-content h4 {
      color: #3B3B44;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .1em; }
    .error-section .error-content p {
      font-size: 18px;
      line-height: 28px;
      margin: 0 0 32px; }
    .error-section .error-content .back-home {
      background-color: #CF9E15;
      color: #ffffff; }
      .error-section .error-content .back-home:hover {
        background-color: #3B3B44; }

@media (max-width: 991px) {
  .row-col .col-37 {
    flex: 0 0 37%;
    max-width: 37%; }
  .row-col .col-63 {
    flex: 0 0 63%;
    max-width: 63%; }
  .row-col .col-row-5 {
    margin: 0 -5px; } }
@media (max-width: 767px) {
  .row-col .col-37 {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-col .col-63 {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-col .col-row-5 {
    margin: 0 -5px; } }
@media (max-width: 767px) {
  .row-col .cat-title {
    letter-spacing: 0.5px !important; } }

.post-archive {
  margin-bottom: 30px; }
  .post-archive .news-block {
    position: relative;
    margin-bottom: 20px; }
    .post-archive .news-block .inner-box {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: none;
      background-color: #ffffff; }
      @media (max-width: 1023px) {
        .post-archive .news-block .inner-box {
          flex-direction: column; } }
      .post-archive .news-block .inner-box .image-box {
        position: relative;
        width: 371px;
        height: auto; }
        @media (max-width: 1023px) {
          .post-archive .news-block .inner-box .image-box {
            width: 100%; } }
        .post-archive .news-block .inner-box .image-box .image {
          position: relative;
          margin-bottom: 0;
          overflow: hidden; }
          .post-archive .news-block .inner-box .image-box .image img {
            display: block;
            width: 100%;
            height: auto;
            transform: scale(1);
            transition: .3s ease-in-out; }
      .post-archive .news-block .inner-box .content-box {
        position: relative;
        padding: 30px 15px 20px;
        width: calc(100% - 371px);
        font-size: 16px; }
        @media (max-width: 1023px) {
          .post-archive .news-block .inner-box .content-box {
            width: 100%;
            padding: 10px 0 20px; } }
        @media (max-width: 991px) {
          .post-archive .news-block .inner-box .content-box {
            padding: 10px 0 0; } }
        .post-archive .news-block .inner-box .content-box h4 {
          font-size: 20px; }
          .post-archive .news-block .inner-box .content-box h4 a {
            color: #3B3B44;
            text-transform: uppercase;
            font-weight: 600;
            line-height: 25px; }
            @media (max-width: 991px) {
              .post-archive .news-block .inner-box .content-box h4 a {
                font-size: 16px;
                line-height: 20px; } }
            @media (max-width: 767px) {
              .post-archive .news-block .inner-box .content-box h4 a {
                font-size: 20px;
                line-height: 30px; } }
      .post-archive .news-block .inner-box:hover .image img {
        transform: scale(1.1);
        transition: .3s ease-in-out; }
      .post-archive .news-block .inner-box:hover .content-box a {
        color: #CF9E15; }

.section-contact {
  margin: 40px 0 30px; }
  @media (max-width: 991px) {
    .section-contact {
      margin: 29px 0 91px; } }
  @media (max-width: 767px) {
    .section-contact {
      margin: 19px 0 13px; } }
  .section-contact .contact-title {
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 1px solid #707070; }
    @media (max-width: 991px) {
      .section-contact .contact-title {
        margin-bottom: 17px; } }
    .section-contact .contact-title h1 {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 19px;
      padding: 10px 45px 10px 14px;
      line-height: 1.6;
      display: inline-table;
      position: relative;
      margin: 0px;
      white-space: wrap;
      overflow-x: hidden;
      text-overflow: ellipsis;
      background-color: #3B3B44;
      color: #ffffff; }
      @media (max-width: 991px) {
        .section-contact .contact-title h1 {
          font-size: 25px;
          padding: 7px 135px 3px 30px;
          line-height: 32px; } }
      @media (max-width: 767px) {
        .section-contact .contact-title h1 {
          padding: 7px 10px 3px 30px; } }
      .section-contact .contact-title h1 a {
        color: #ffffff; }
      @media (max-width: 480px) {
        .section-contact .contact-title h1 {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .section-contact .contact-title h1 {
          font-size: 20px; } }
  .section-contact .contact-content .contact-from {
    background-color: #F4F4F4;
    padding: 30px 30px 40px; }
    @media (max-width: 767px) {
      .section-contact .contact-content .contact-from p {
        margin-bottom: 5px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .section-contact .contact-content .contact-from {
        padding: 18px 11px 0; } }
    @media (max-width: 767px) {
      .section-contact .contact-content .contact-from .form-group {
        margin-bottom: 13px; } }
    .section-contact .contact-content .contact-from .form-group.mb-20 {
      margin-bottom: 20px; }
    .section-contact .contact-content .contact-from h2 {
      font-size: 25px;
      font-weight: 600;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .section-contact .contact-content .contact-from h2 {
          font-size: 20px; } }
    .section-contact .contact-content .contact-from .form-control {
      font-size: 16px;
      padding: 12px 20px;
      border-radius: 10px; }
      @media (max-width: 991px) {
        .section-contact .contact-content .contact-from .form-control {
          font-size: 14px;
          padding: 10px 20px; } }
      @media (max-width: 767px) {
        .section-contact .contact-content .contact-from .form-control {
          padding: 9px 13px; } }
      .section-contact .contact-content .contact-from .form-control:focus {
        border-color: #CF9E15;
        box-shadow: none; }
    .section-contact .contact-content .contact-from .error-message {
      width: 100%;
      margin-top: .25rem;
      font-size: 14px;
      color: #FF1818; }
    .section-contact .contact-content .contact-from button {
      background-color: #FF1818;
      border-color: #FF1818;
      text-transform: uppercase;
      font-size: 16px;
      padding: 8px 28px; }
      @media (max-width: 991px) {
        .section-contact .contact-content .contact-from button {
          font-size: 14px; } }
      .section-contact .contact-content .contact-from button:focus {
        border-color: #FF1818;
        box-shadow: none; }
      .section-contact .contact-content .contact-from button:hover {
        background-color: #CF9E15;
        border-color: #CF9E15; }
      .section-contact .contact-content .contact-from button:active {
        border-color: #CF9E15; }
    .section-contact .contact-content .contact-from input::-webkit-outer-spin-button,
    .section-contact .contact-content .contact-from input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .section-contact .contact-content .contact-from input[type=number] {
      -moz-appearance: textfield; }
  .section-contact .contact-content .contact-map {
    height: 100%;
    min-height: 300px;
    width: 100%; }
    @media (max-width: 992px) {
      .section-contact .contact-content .contact-map {
        margin-top: 30px; } }
    .section-contact .contact-content .contact-map iframe {
      width: 100% !important;
      height: 100% !important; }
      @media (max-width: 767px) {
        .section-contact .contact-content .contact-map iframe {
          height: 370px !important; } }

.customer-section {
  margin: 45px 0 80px; }
  @media (max-width: 991px) {
    .customer-section {
      margin: 45px 0 40px; } }
  @media (max-width: 767px) {
    .customer-section {
      margin: 20px 0 40px; } }
  .customer-section .intro-wrap {
    border-bottom: 2px solid #707070;
    padding-bottom: 30px;
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .customer-section .intro-wrap {
        padding-bottom: 5px;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .customer-section .intro-wrap p {
        padding: 0 55px; } }
    .customer-section .intro-wrap .intro-title {
      font-weight: 600;
      font-size: 45px;
      letter-spacing: -2px;
      text-transform: uppercase;
      margin-bottom: 0;
      color: #3B3B44; }
      @media (max-width: 991px) {
        .customer-section .intro-wrap .intro-title {
          font-size: 25px;
          letter-spacing: 0; } }
    .customer-section .intro-wrap .intro-content {
      font-size: 25px;
      color: #3B3B44; }
      @media (max-width: 991px) {
        .customer-section .intro-wrap .intro-content {
          font-size: 20px; } }
  .customer-section .customer-item .image-box {
    padding: 15px;
    border: 1px solid #707070; }

.news-section {
  margin: 45px 0 40px; }
  @media (max-width: 991px) {
    .news-section {
      margin: 40px 0 34px; }
      .news-section .owl-dots.disabled, .news-section .owl-nav.disabled {
        display: block !important; } }
  @media (max-width: 767px) {
    .news-section button.owl-prev {
      margin-left: 10px; } }
  @media (max-width: 767px) {
    .news-section button.owl-next {
      margin-right: 10px; } }
  .news-section .group-title h2 {
    border-bottom: 2px solid #707070;
    margin-bottom: 15px;
    font-size: 45px;
    font-weight: 600; }
    @media (max-width: 991px) {
      .news-section .group-title h2 {
        font-size: 30px;
        padding: 0 20px;
        border-bottom: 1px solid #707070; } }
    @media (max-width: 767px) {
      .news-section .group-title h2 {
        font-size: 25px; } }
    .news-section .group-title h2 a {
      text-transform: uppercase;
      color: #3B3B44;
      padding: 0 80px;
      position: relative;
      top: 10px;
      line-height: 0;
      background-color: #ffffff; }
      @media (max-width: 991px) {
        .news-section .group-title h2 a {
          padding: 0 30px; } }
      .news-section .group-title h2 a:hove {
        color: #CF9E15; }
  .news-section .readmore-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -8px; }
    .news-section .readmore-btn a {
      padding: 9px 26px;
      color: #3B3B44;
      font-size: 20px;
      font-weight: 600;
      border: 1px solid #707070;
      background-color: #ffffff; }
      .news-section .readmore-btn a:hover {
        color: #ffffff;
        background-color: #CF9E15; }
      @media (max-width: 991px) {
        .news-section .readmore-btn a {
          padding: 8px 31px;
          font-size: 16px;
          margin-top: -3px; } }
  .news-section .news-block {
    position: relative;
    margin-bottom: 20px; }
    .news-section .news-block .inner-box {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: none;
      background-color: #ffffff;
      flex-direction: column; }
      .news-section .news-block .inner-box .image-box {
        position: relative;
        width: 100%; }
        .news-section .news-block .inner-box .image-box .image {
          position: relative;
          margin-bottom: 0;
          overflow: hidden; }
          .news-section .news-block .inner-box .image-box .image img {
            display: block;
            width: 100%;
            height: auto;
            transform: scale(1);
            transition: .3s ease-in-out; }
      .news-section .news-block .inner-box .content-box {
        position: relative;
        width: 100%;
        padding: 10px 0 10px; }
        .news-section .news-block .inner-box .content-box h4 {
          margin-top: 7px;
          margin-bottom: 4px;
          font-size: 16px; }
          @media (max-width: 991px) {
            .news-section .news-block .inner-box .content-box h4 {
              font-size: 14px; } }
        .news-section .news-block .inner-box .content-box a {
          color: #3B3B44;
          text-transform: uppercase;
          font-weight: 600;
          line-height: 25px; }
          @media (max-width: 991px) {
            .news-section .news-block .inner-box .content-box a {
              line-height: 20px; } }
          @media (max-width: 767px) {
            .news-section .news-block .inner-box .content-box a {
              line-height: 28px;
              font-size: 20px; } }
      .news-section .news-block .inner-box:hover .image img {
        transform: scale(1.1);
        transition: .3s ease-in-out; }
      .news-section .news-block .inner-box:hover .content-box a {
        color: #CF9E15; }

/*# sourceMappingURL=main.css.map */
