a {
    color: #181818;
    display: inline-block;
    text-decoration: none;
}

.container-v3 {
  max-width: 1000px;
}

.container-v4 {
  max-width: 1100px !important;
}

@media (min-width: 1200px) {
  .container-v4 {
    max-width: 1100px !important;
  }
}

@media (min-width: 1400px) {
  .container-v4 {
    max-width: 1300px !important;
  }
}

.logo {
  display: flex;
  flex-direction: row;
}

.menu-item {
  margin-right: 16px;
  font-weight: 400;
}

.tagline {
  margin-top: 1em;
  margin-left: 1em;
  max-width: 70px;
  font-size: 11px;
  font-weight: 700;
  color: #181818;
  text-align: center;
}

.image-gallery {
	overflow: hidden;
	/* margin: 30px -20px; */
}

.image-gallery > a {
	float: left;
	width: 16.6666%;
	padding: 3px;
	box-sizing: border-box;
	position: relative;
}

.image-gallery > a:first-child {
	left: -1px;
}

.image-gallery > a:last-child {
	right: -1px;
}

.image-gallery > a > img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.nav-link {
  font-weight: 700;
}

.navbar-nav .nav-link.active {
  color: rgb(244, 153, 20);
}

.navbar-nav a:hover { color: rgb(244, 153, 20); }

.banner .banner-slider .banner-item .banner-inner {
  padding-bottom: 50%;
  width: 100%;
}
.banner .banner-slider .banner-item .banner-inner .banner-thumb {
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.banner .banner-slider .banner-item .banner-inner .banner-thumb::after {
  width: 100%;
}
.banner .banner-slider .banner-item .banner-inner .banner-thumb img {
  width: 100%;
}
@media (max-width: 767px) {
  .banner .banner-slider .banner-item .banner-inner .banner-thumb img {
    height: 100%;
  }
}
.banner .banner-slider .banner-item .banner-inner .banner-content {
  z-index: 1;
}
.banner .banner-slider .banner-item .banner-inner .banner-content h3 {
  color: #fff;
}
.banner .banner-slider .banner-item .banner-inner .banner-content .banner-title {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 29px;
}
@media (min-width: 992px) {
  .banner .banner-slider .banner-item .banner-inner .banner-content .banner-title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .banner .banner-slider .banner-item .banner-inner .banner-content .banner-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .banner .banner-slider .banner-item .banner-inner .banner-content .banner-title {
    font-size: 72px;
    max-width: 700px;
    margin: 0 auto 15px;
  }
}
.banner .banner-slider .banner-pagination {
  bottom: 50px;
  left: 50%;
  width: 100%;
  z-index: 1;
  text-align: center;
  transform: translateX(-50%);
}
.banner .banner-slider .banner-pagination span {
  width: 20px;
  height: 3px;
  opacity: 1;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.banner .banner-slider .banner-pagination span.swiper-pagination-bullet-active {
  background: #ffb11f;
}

.banner .banner-slider .banner-item .banner-inner .banner-content, .banner .banner-slider {
  position: relative;
}

.banner .banner-slider .banner-item .banner-inner .banner-thumb::after, .banner .banner-slider .banner-item .banner-inner .banner-thumb, .banner-pagination {
  position: absolute;
  content: "";
}

.banner .banner-slider {
  overflow: hidden;
}

/* .banner {
  background: url('/images/woman-hat-working-garden.jpg');
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.banner .banner-item .banner-inner {
  padding-top: 200px;
  padding-bottom: 100px;
  width: 100%;
}

.banner .banner-item .banner-inner .banner-content {
  z-index: 1;
  text-align: center;
  opacity: 0.5;
  padding: 10% 15%;
  background-image: url('/images/bg_content.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  min-width: 45%;
}

.banner .banner-item .banner-inner .banner-content .banner-title {
  font-size: 28px;
  line-height: 1.2;
}

.banner .banner-item .banner-inner .banner-content h3, .banner-title, .banner-desc {
  color: #000;
  font-weight: 700;
} */

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.product-item {
  position: relative;
}

.product-item .box-img {
  transition: all .5s ease 0s;
  border-radius: 50%;
  border: 8px solid #ddd;
  overflow: hidden;
}

.product-item .category-box {
  text-align: center;
  margin-top: 20px;
}

.product-item .category-box a {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  color: #111111;
}

.product-item .box-img:hover {
  border: 8px solid rgb(244, 153, 20);
  cursor: pointer;
}

.product-item .thumb {
  position: relative;
  width: auto;
  max-height: 400px;
  overflow: hidden;
}

.col-item {
  padding: 20px;
}

.slik-container {
  position: relative;
  display: block;
}

.title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #111111;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.nav-tabs {
  border: 0;
}

.nav-tabs.title-tab li {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.nav-tabs.title-tab li a {
  text-decoration: none;
}

.product-tabs {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  min-width: 110px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #39563a;
  color: #39563a;
  font-weight: 500;
  text-align: center;
  padding: 0 15px;
}

.slick-container:hover button.next-slide, button.prev-slide {
  opacity: 100;
  visibility: visible;
}

.slick-container:hover button.prev-slide {
  opacity: 100;
  visibility: visible;
}

button.next-slide:hover {
  background-color: #39563a;
}

button.prev-slide:hover {
  background-color: #39563a;
}

button.next-slide:hover i {
  color: #fff;
}

button.prev-slide:hover i {
  color: #fff;
}

button.next-slide {
  right: -25px;
}

button.prev-slide {
  left: -25px;
}

button.next-slide, button.prev-slide {
  font-size: 20px;
  line-height: 0;
  position: absolute;
  border: none;
  top: 35%;
  width: 40px;
  color: #333;
  box-shadow: 0 5px 5px rgba(0,0,0,.09);
  height: 40px;
  border-radius: 0;
  text-align: center;
  background-color: #fff;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.title_heading {
  font-family: SofiaPro;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #111111;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.title_heading::before {
  left: -60px;
}

.title_heading::after, .title_heading::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  transform: translateY(-50%);
  background: #83b735;
}

.about-content {
  word-spacing: 0.03em;
  text-align: justify !important;
}

.footer-dark {
    background: #39563a !important;
}

.text-light {
    color: #fff!important;
}

footer .about img {
	height: 80px;
}

footer .about {
	color: #fff;
}

footer h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  font-style: italic;
}

footer .copyright {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-style: bold;
}

footer a {
  text-align: center;
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  color: #ffb11f;
}

footer .btn-primary {
  background: #ffb11f !important;
  border-color: #ffb11f !important;
}


.social-style-two {
    font-size: 14px;
    flex-wrap: wrap;
    display: inline-flex;
}

.social-style-two a:not(:last-child) {
    margin-right: 5px;
}

.social-style-two a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
	text-decoration: none;
	color: #fff;
}



.blog-item .blog-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
  margin-bottom: 25px;
}
.blog-item .blog-inner:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}
.blog-item .blog-inner .blog-thumb {
	overflow: hidden;
	position: relative;
}
.blog-item .blog-inner:hover .blog-thumb a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-item .blog-inner .blog-thumb a {
  display: block;
}
.blog-item .blog-inner .blog-thumb a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-item .blog-inner .blog-thumb .meta-date {
  top: 10px;
  left: 10px;
	position: absolute;
    content: "";
}
.blog-item .blog-inner .blog-thumb .meta-date .md-pre {
  padding: 8px 20px;
  background: #ffb11f;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.blog-item .blog-inner .blog-thumb .meta-date .md-pre h5, .blog-item .blog-inner .blog-thumb .meta-date .md-pre p {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.blog-item .blog-inner .blog-thumb .meta-date .md-pre h5 {
  margin-bottom: 5px;
}
.blog-item .blog-inner .blog-thumb .meta-date .md-pre p {
  font-size: 15px;
}
.blog-item .blog-inner .blog-content {
  padding: 30px 20px;
  background: #fff;
  text-align: center;
}
.blog-item .blog-inner .blog-content .meta-post p span {
  display: inline-block;
  padding-right: 15px;
}
.blog-item .blog-inner .blog-content .meta-post p span::after {
  width: 1px;
  height: 12px;
  right: 4px;
  top: 50%;
  background: #dddcdc;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-item .blog-inner .blog-content .meta-post p span:last-child {
  padding-right: 0;
}
.blog-item .blog-inner .blog-content .meta-post p span:last-child::after {
  display: none;
}
.blog-item .blog-inner .blog-content .meta-post p span a {
  padding-left: 5px;
  font-weight: 500;
}
.blog-item .blog-inner .blog-content .meta-post p span a:hover {
  color: #ffb11f;
}
.blog-item .blog-inner .blog-content h5 {
  margin-bottom: 15px;
}
.blog-item .blog-inner .blog-content h5:hover {
  color: #ffb11f;
}
.blog-item .blog-inner .blog-content .text-btn a {
  color: #ffb11f;
  font-weight: 700;
  font-size: 15px;
}

.banner_header {
  margin-bottom: 65px;
  background-image : url("/images/banner.png");
  background-size: cover;
  background-position: center;
  background-color: #39563a;
}

.bg-breadcrumb {
  padding: 50px 0 30px;
}

.title-page h2 {
  font-family: SofiaPro;
  font-size: 46px;
  font-weight: 500;
  color: #fff;
  position: relative;
}

.bg-breadcrumb .bread-crumb a {
  font-family: SofiaPro;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.bg-breadcrumb .bread-crumb i {
  color: #fff;
  padding: 0 10px;
}

.bg-breadcrumb .bread-crumb strong {
  color: #fff;
  font-family: SofiaPro;
  font-size: 16px;
  font-weight: 500;
}

.introduction .intro-detail {
  padding-bottom: 70px;
}

.introduction .intro-detail .history {
  text-align: justify !important;
}

.introduction .intro-detail .history .title-history p {
  font-size: 12px;
  color: #969696;
  font-family: SofiaPro;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3.2px;
  font-size: 24px;
}

.introduction .intro-detail .history .title-history p::before {
  display: inline-block;
  content: "";
  width: 45px;
  height: 2px;
  background: #83b735;
  margin-right: 18px;
  position: relative;
  top: -3px;
}

.introduction .intro-detail .history .content-history {
  margin-top: 15px;
}

.introduction .intro-detail .history .content-history p {
  line-height: 1.6;
  font-size: 15px;
  color: #969696;
  font-family: SofiaPro;
  font-weight: 400;
}

.introduction .intro-detail .history .content-history ol {
  line-height: 1.6;
  font-size: 15px;
  color: #969696;
  font-family: SofiaPro;
  font-weight: 400;
  padding-left: 10px;
}

.introduction .intro-image {
  padding-bottom: 70px;
}

.introduction .intro-image img {
  transition: .5s;
}

.contact-detail h3 {
  line-height: 1.6;
  font-size: 24px;
  color: #969696;
  font-family: SofiaPro;
  font-weight: 400;
  width: 100%;
}

.contact-detail h4 {
  line-height: 1.4;
  font-size: 14px;
  color: #969696;
  font-family: SofiaPro;
  font-weight: 800;
  width: 100%;
}

.contact-detail h5 {
  line-height: 1.6;
  font-size: 12px;
  color: #969696;
  font-family: SofiaPro;
  font-weight: 400;
  width: 100%;
}

.contact-detail ul {
  padding-left: 0;
  list-style: none;
}

.contact-detail ul li {
  padding-top: 5px;
}

.contact-detail ul li strong {
  color: #969696;
  font-family: SofiaPro;
  display: inline-block;
  width: 90px;
}

.contact-detail ul li i {
  color: #969696;
  font-family: SofiaPro;
  font-weight: 800;
}

.contact-detail ul li i a {
  color: #969696;
  font-family: SofiaPro;
  font-weight: 800;
}

.product .product-view-mode a.active {
  color: #ffb11f;
}

.product .product-card {
  padding: 1em;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  cursor: pointer;
}

.product .product-card:hover {
  border: 2px solid #ffb11f;
}

.product .product-card .img {
  float: left;
}

.product .product-card .product-img {
  border-radius: 15px !important;
  max-width: 200px;
}

.product .product-card .product-detail {
  width: 100%;
}

.product .product-card .product-detail .sub-title {
  color: #a0a0a0;
  font-size: 10px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.product .product-card .product-detail h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product .product-card .product-detail h2 a {
  color: #181818;
}

.product .product-card .product-detail h2 a:hover {
  color: #ffb11f;
}

.widget .widget-header h5 {
  text-transform: capitalize;
  font-size: 20px;
  color: #ffb11f;
  font-weight: 700;
}

.widget.widget-search {
  background: #fff;
  padding: 0;
}

.search-wrapper, .product-menu li a {
  position: relative;
}

.product-menu li a::after {
  position: absolute;
  content: "";
}

.widget.widget-search .search-wrapper input {
  box-shadow: 0 0 3px rgba(8, 136, 136, 0.1);
  height: 50px;
  padding-left: 10px;
  padding-right: 52px;
  line-height: 50px;
  margin-bottom: 0;
  border: none;
  width: 100%;
  outline: none;
}

.widget.widget-search .search-wrapper button {
  padding: 0;
  top: 0;
  right: 0;
  line-height: 50px;
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  cursor: pointer;
  background: #f6fbff;
  position: absolute;
}

ul.product-ul li {
  list-style: none;
}

.product-content {
  display: flex;
  flex-direction: column;
}

.product-menu {
  margin: 0;
}
.product-ul {
  margin: 0;
  padding: 0;
}
.product-menu li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 15px;
}
.widget.widget-archive .widget-wrapper li, .widget.widget-category .widget-wrapper li {
  padding: 0;
}
.widget.widget-archive .widget-wrapper li a, .widget.widget-category .widget-wrapper li a {
  color: #181818;
  padding: 15px 0px;
}
.widget.widget-archive .widget-wrapper li a i, .widget.widget-category .widget-wrapper li a i {
  margin-right: 5px;
}
.widget.widget-archive .widget-wrapper li a.active, .widget.widget-archive .widget-wrapper li a:hover, .widget.widget-category .widget-wrapper li a.active, .widget.widget-category .widget-wrapper li a:hover {
  padding-left: 10px;
  color: #ffb11f;
}
.product-menu li a {
  color: #181818;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-menu li:last-child {
  border-bottom: none;
}
.product-menu li.open > a {
  color: #ffb11f;
}
.product-menu li a {
  display: block;
  font-weight: 700;
  color: #181818;
}
.product-menu li.menu-item-has-children > a {
  position: relative;
}
.product-menu li.menu-item-has-children > a::after {
  position: absolute;
  content: "";
}
.product-menu li.menu-item-has-children > a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "" !important;
  font-family: IcoFont !important;
}
.product-menu li .product-submenu {
  margin: 0;
  padding-left: 15px;
  padding-top: 5px;
  display: none;
}
.product-menu li .product-submenu li {
  padding: 2px 0;
  border-bottom: none;
}
.product-menu li .product-submenu li.open > a {
  color: #ffb11f;
}
.product-menu li .product-submenu li a {
  color: #181818;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-menu li .product-submenu li a.active, .product-menu li .product-submenu li a:hover {
  color: #ffb11f;
}

.img-products-mobile {
  display: none !important;
}

.w-90 {
  width: 90px;
}

.w-110 {
  width: 100px;
}

.mg-15-em {
  margin-right: 1.5em;
}

.mobile {
  display: none !important;
}

.mobile-visible {
  visibility: hidden !important;
}

.list-none {
  list-style: none;
}

.customLang {
  background: transparent;
  border: 1.5px solid #39563a;
  cursor: pointer;
}

.activeLang {
  color: #fff;
  background: #39563a;
}

.toggleButton {
  margin-left: 1em;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
}

.label-size {
  margin: 0;
  padding: 0;
  position: relative;
}
.label-size h3 {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 9px;
  margin-left: 20px;
  padding:0 10px 0 12px;
  background:#39563a;
  color:#fff;
  text-decoration:none;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-right-radius:4px;
  border-bottom-right-radius:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius:4px;
  border-top-right-radius:4px;
}

.label-size h3:before{
  content:"";
  float:left;
  position:absolute;
  top:0;
  left:-12px;
  width:0;
  height:0;
  border-color:transparent #39563a transparent transparent;
  border-style:solid;
  border-width:12px 12px 12px 0;
}

.label-size h3:after{
  content:"";
  position:absolute;
  top:10px;
  left:0;
  float:left;
  width:4px;
  height:4px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  background:#fff;
  -moz-box-shadow:-1px -1px 2px #004977;
  -webkit-box-shadow:-1px -1px 2px #004977;
  box-shadow:-1px -1px 2px #004977;
}
  

.gallery-thumbs {
  overflow: hidden;
}

.gallery-top {
  position: relative;
}
.product-detail .product-thumb {
  max-width: 500px;
}
.product-detail .product-thumb .gallery-top {
  margin-bottom: 10px;
}
.product-detail .product-thumb .gallery-top .product-item .thumb {
  text-align: center;
  background: #fff;
}
.product-detail .product-thumb .gallery-top .product-item .thumb img {
  height: auto;
}
.product-detail .product-thumb .gallery-top .product-navigation {
  top: 50%;
  width: 100%;
  height: 66px;
  z-index: 1;
  transform: translateY(-50%);
  position: absolute;
  content: "";
}
.product-detail .product-thumb .gallery-top .product-navigation .product-nav {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 26px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  background: #cccccc;
  position: absolute;
  content: "";
}
.product-detail .product-thumb .gallery-thumbs .product-item {
  cursor: pointer;
}
.product-detail .product-thumb .gallery-thumbs .product-item .thumb {
  background: #fff;
  text-align: center;
  height: 74px;
  line-height: 74px;
}
.product-detail .product-thumb .gallery-top .product-navigation .product-nav:hover, .product-detail .product-thumb .gallery-top .product-navigation .product-nav.active {
  color: #fff;
  background: #ffb11f;
}
.product-detail .product-thumb .gallery-top .product-navigation .product-nav.product-slider-prev {
  left: 0;
}
.product-detail .product-thumb .gallery-top .product-navigation .product-nav.product-slider-next {
  right: 0;
}
.product-detail .product-thumb .gallery-thumbs .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.table-detail {
  font-size: 14px;
}

.table-detail .table-left-column {
  width: 35%;
  font-weight: bold;
}

.product-tab-details {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px;
}

.product-tab-details .tab {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

.product-tab-details .tab .tab-product {
  border-bottom: none;
  padding: 25px 0;
  display: flex;
  justify-content: center;
}

.product-tab-details .tab .tab-product .active {
  color: #000000;
}

.product-tab-details .tab .tab-product li a {
  font-size: 16px;
  font-weight: 500;
  color: #969696;
  transition: .3s;
  margin-right: 35px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  cursor: pointer;
}

.product-tab-details .tab .tab-content {
  text-align: justify !important;
}

.underline_scale {
  position: relative;
  display: inline-block;
}

.underline_scale.active::after, .underline_scale:hover::after {
  transform: scale(1);
}

.underline_scale::after {
  border-bottom: 2px solid #83b735;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  transform: scale(0);
  transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  -webkit-transition: all .3s linear 0s;
  width: 100%;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.career .career-card {
  padding: 1em;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  cursor: pointer;
}

.career .career-card:hover {
  border: 2px solid #ffb11f;
}

.career .active {
  border: 2px solid #ffb11f;
}

@media (min-width: 576px) {
  h3 {
    font-size: 36px;
    line-height: 45px;
  }

  .banner .banner-content .banner-desc {
    font-size: 18px;
  }

  .product-item .category-box a {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .title_heading {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .lang-nav-mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .lang-nav-desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .img-products-mobile {
    display: block !important;
    border-radius: 6px !important;
    margin-bottom: 0.9em;
    width: 100%;
  }

  .product .product-card .product-img, .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .mobile-visible {
    visibility: visible !important;
  }

  .category-box {
    margin: 6px 0 6px 0;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 2px;
    text-align: center;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
  }

  .category-box .category-caption {
    text-align: center;
    margin-bottom: -3px;
    font-weight: 700;
    color: #181818;
  }
}

@media (min-width: 1200px) {

  .product-item .category-box a {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  button.next-slide {
    right: 0;
  }
  
  button.prev-slide {
    left: 0;
  }
}



@media (min-width: 1400px) {
  .img-collection {
    min-height: 200px;
    min-width: 200px;
  }
}

@media (max-width: 1399px) {
  .img-collection {
    min-height: 160px;
    min-width: 160px;
  }
}

@media (max-width: 1200px) {
  .img-collection {
    min-height: 120px;
    min-width: 120px;
  }
}

@media (max-width: 1020px) {
  .img-collection {
    min-height: 170px;
    min-width: 170px;
  }
}

@media (max-width: 990px) {
  .img-collection {
    min-height: 110px;
    min-width: 110px;
  }
}

@media (max-width: 530px) {
  .img-collection {
    min-height: 100px;
    min-width: 100px;
  }
}

@media (max-width: 480) {
  .img-collection {
    min-height: 200px;
    min-width: 200px;
  }
}

@media (min-width: 1600px) {
  button.next-slide, button.prev-slide {
    opacity: 0;
    visibility: hidden;
  }

  .product-item .category-box a {
    font-size: 20px;
  }
}