@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto';
  font-size: 16px;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

figure {
  margin: 0;
}

img {
  display: inline-block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: all .4s ease;
}

a:hover {
  text-decoration: none;
}

textarea:focus,
input:focus,
button:focus {
  outline: unset !important;
  box-shadow: none !important;
}

.vertical-1, .vertical-2, .blog-item .blog-info h3, .blog-item .blog-info .date span, .blog-item .blog-info p, .product .product-info h3, .vertical-3, .blog-home_main .blog-info p, .product .product-info p, .navbar .dropdown .link a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vertical-2, .blog-item .blog-info h3, .blog-item .blog-info .date span, .blog-item .blog-info p, .product .product-info h3 {
  -webkit-line-clamp: 2;
}

.vertical-3, .blog-home_main .blog-info p, .product .product-info p {
  -webkit-line-clamp: 3;
}

.title {
  color: #564E37;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
}

.border-bot, #blog-detail .content, .products-top .product-info h1 {
  border-bottom: 1px solid #564E37;
}

.btn {
  padding: 8px 16px;
}

.radius-4, .btn, .box-img, .form-contact input,
.form-contact textarea, .pagination li a, header .box-header .header-search .popup-search .form-search, footer .footer-top .social .box-social, #about-home .about-home_img, #about-home .about-home_img img, #category .tabs .tab-links a, #category .tab-content, .blog-item .box-img img, .product, .product .box-img .product-id, #left_sidebar, #left_sidebar #sidebar-category .drop-sidebar .sub-sidebar a:hover, #left_sidebar #sidebar-category .drop-sidebar.open span a, .products-top .product-info .box-btn a, .slick-prev, .slick-next {
  border-radius: 4px;
}

.btn-see_more {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background: 1px solid #564E37;
  border: #564E37;
}

.btn-see_more:hover {
  color: #fff;
  filter: brightness(1.2);
}

.btn-see_all {
  color: #564E37;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  border: 1px solid #564E37;
}

.btn-see_all:hover {
  color: #fff;
  background: #564E37;
}

.footer-title, footer .footer-top h3 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .footer-title, footer .footer-top h3 {
    font-size: 18px;
  }
}

.open {
  display: block;
}

.hover, .product a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
}

.form-contact {
  margin-top: 20px;
  max-width: 600px;
}

.form-contact .form-group {
  margin-bottom: 20px;
  display:flex;
}

.form-contact .middle.text-right.clearfix input {
    order: 0;
  }

.form-contact .middle.text-right.clearfix em {
    order: 2;
  }

.form-contact .middle.text-right.clearfix .captchaImg {
    order: 1;
  }

  .form-contact .middle.text-right.clearfix {
    display: flex;
    align-items: center;
    gap: 10px;
  }

.form-contact label {
  margin-bottom: 8px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.form-contact input,
.form-contact textarea {
  color: #333333;
  border: 1px solid #ced4da;
  padding: .375rem .75rem;
}

.form-contact input::placeholder,
.form-contact textarea::placeholder {
  font-size: 14px;
  color: #B3B3B3;
}

.form-contact input:focus,
.form-contact textarea:focus {
  border: 1px solid #564E37;
}

.form-contact button {
  margin-bottom: 40px;
  padding: 8px 40px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background-color: #564E37;
  transition: all .4s ease;
}

.form-contact button:hover {
  opacity: .8;
  color: #fff;
}

.box-social_share span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.box-social_share img {
    width: 32px;
}

#breadcrumb {
  background-color: #F6F6F6;
}

.box-breadcrumb .breadcrumb {
  padding: 10px 0;
  display: flex;
  gap: 15px;
  list-style: none;
  background-color: #F6F6F6;
}

.box-breadcrumb .breadcrumb li {
  position: relative;
}

.box-breadcrumb .breadcrumb li:before {
  content: "/";
  position: absolute;
  top: 0;
  left: calc(100% + 9px);
}

.box-breadcrumb .breadcrumb li:last-child:before {
  content: "";
}

.box-breadcrumb .breadcrumb li a {
  font-size: 14px;
  color: #999999;
}

.box-breadcrumb .breadcrumb li a:hover {
  color: #564E37;
}

.box-breadcrumb .breadcrumb li.active a {
  color: #333333;
}

#about .about-content {
  margin-top: 30px;
}

#about p {
  margin-top: 20px;
}

.pagination {
  gap: 10px;
  margin-bottom: 26px;
  justify-content: center;
}

.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  width: 32px;
  height: 32px;
  border: 1px solid #333333;
}

.pagination li.active a {
  color: #fff;
  background-color: #564E37;
}

header {
  background-color: #414345;
  padding: 5px 0;
  
  transition: all ease 0.4s;
}

header.fixed-top .box-header .header-logo img {
  max-width: 300px;
}

header .box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (max-width: 1200px) {
  header .box-header .header-logo {
    order: 2;
  }
}

header .box-header .header-logo img {
  max-width: 400px;
  transition: all ease 0.4s;
}

@media (max-width: 1200px) {
  header .box-header .header-logo img {
    max-width: 250px;
  }
}

header .box-header .header-menu {
  display: flex;
}

@media (max-width: 1200px) {
  header .box-header .header-menu {
    order: 1;
  }
}

header .box-header .header-search {
  margin-left: 40px;
}

@media (max-width: 1200px) {
  header .box-header .header-search {
    order: 3;
    margin-left: 0;
  }
}

header .box-header .header-search .search-btn {
  border: none;
  background: transparent;
}

header .box-header .header-search .search-btn:focus {
  outline: none;
}

header .box-header .header-search .popup-search {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  transition: transform 0.7s ease;
  display: none;
}

header .box-header .header-search .popup-search .popup-content {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

header .box-header .header-search .popup-search .close-btn {
  position: absolute;
  color: #fff;
  right: 30px;
  font-weight: 700;
  padding: 0px 8px;
  border-radius: 50%;
  border: 2px #fff solid;
  top: 15px;
  font-size: 15px;
  cursor: pointer;
}

header .box-header .header-search .popup-search .form-search {
  top: 50%;
  position: fixed;
  left: 50%;
  transform: translateX(calc(-50% - 30px)) translateY(-50%);
  max-width: 600px;
}

@media (max-width: 767px) {
  header .box-header .header-search .popup-search .form-search {
    max-width: 300px;
  }
}

header .box-header .header-search .popup-search .form-search input {
  background: #fff;
  border: none;
  outline: none;
  height: 60px;
  line-height: 30px;
  font-size: 16px;
  color: #272727;
  padding: 15px 30px;
  width: 100%;
}

header .box-header .header-search .popup-search .form-search button {
  margin-left: 5px;
  position: absolute;
  background: #564E37;
  border: 1px solid #564E37;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

header .box-header .header-search .popup-search .form-search button:hover {
  opacity: 0.8;
}

.navbar {
  padding: 0;
  justify-content: space-around;
  display: flex;
}

.navbar .dropdown .link {
  position: relative;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  margin: 0 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 1200px) {
  .navbar .dropdown .link {
    margin: 0;
  }
}

.navbar .dropdown .link a {
  display: block;
  width: 100%;
}

@media (max-width: 1200px) {
  .navbar .dropdown .link a {
    padding: 15px 20px;
    padding-right: 3px;
  }
}

.navbar .dropdown .link i {
  right: 12px;
  top: 12px;
  position: absolute;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  display: unset !important;
}

.navbar .dropdown > .link i {
  right: 12px;
  top: 3px;
  position: absolute;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 10px;
}

.navbar label.link {
  padding: 10px 18px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

@media (max-width: 1200px) {
  .navbar ul {
    display: block;
  }
}

.navbar ul .dropdown {
  position: relative;
  transition: all ease 0.3s;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.navbar ul .dropdown:first-child .link {
  margin-left: 0;
}

.navbar ul .dropdown:last-child .link {
  margin-right: 0;
}

.navbar ul .dropdown.open {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}

.navbar ul .dropdown.open:not(.dropdown) > ul.sub-right {
  display: block;
  position: unset;
  visibility: visible;
  opacity: 1;
}

.navbar ul .dropdown.open .link a {
  color: #F79D00;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown.open .link a {
    display: block;
    padding: 15px 20px;
    background-color: #564E37;
    color: #fff;
  }
}

@media (max-width: 1200px) {
  .navbar ul .dropdown.open .link > a {
    background-color: #fff;
    color: #564E37;
  }
}

.navbar ul .dropdown.open i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #564E37;
}

.navbar ul .dropdown.open > i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #564E37;
}

.navbar ul .dropdown.open > ul {
  display: block;
  position: unset;
  visibility: visible;
  opacity: 1;
}

.navbar ul .dropdown:first-child {
  margin-left: 0;
}

.navbar ul .dropdown:last-child {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown {
    margin: 0;
    position: inherit;
  }
}

.navbar ul .dropdown > .link i {
  padding-bottom: 3px;
  top: 3px;
  right: -20px;
  font-size: 14px;
  color: #fff;
  transition: all .5s ease;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown > .link i {
    top: 0px;
    right: 0px;
    height: 47px;
    width: 47px;
    text-align: center;
    line-height: 40px;
  }
}

.navbar ul .dropdown.active .link a {
  color: #fff;
}

.navbar ul .dropdown.active .link > a {
  color: #F79D00;
}

.navbar ul .dropdown.active > .link i {
  color: #F79D00;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown.active > .link i {
    color: #F79D00;
  }
}

.navbar ul .dropdown:hover a {
  color: #F79D00;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown:hover a {
    background-color: #fff;
  }
}

.navbar ul .dropdown:hover > .link i {
  color: #F79D00;
  transform: rotate(180deg);
}

@media (max-width: 1200px) {
  .navbar ul .dropdown:hover > .link i {
    transform: none;
  }
}

.navbar ul .dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  background: #fff;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown:hover .sub-menu {
    background-color: #564E37;
  }
}

.navbar ul .dropdown:hover .sub-menu li:hover {
  color: #fff;
  background-color: #564E37;
}

.navbar ul .dropdown:hover .sub-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
  top: 0;
}

.navbar ul .dropdown:hover .sub-menu a {
  color: #666;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown:hover .sub-menu a {
    color: #fff;
  }
}

@media (max-width: 1200px) {
  .navbar ul .dropdown:hover .sub-menu i {
    color: #fff;
  }
}

.navbar ul .dropdown a {
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  white-space: inherit;
  transition: 0.3s;
  line-height: 18.75px;
  transition: all ease 0.3s;
  position: relative;
}

.navbar ul .dropdown a:hover {
  color: #F79D00;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown a {
    color: #fff;
    background-color: #564E37;
    padding-left: 30px;
    padding-right: 15px;
  }
}

.navbar ul .dropdown .sub-right {
  position: absolute;
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: all ease 0.2s;
  background: #fff;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  min-width: 180px;
}

.navbar ul .dropdown .sub-right li .link {
  margin: 0 !important;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown .sub-right {
    width: 100%;
    box-shadow: unset;
    margin-bottom: 0;
    margin-top: 0;
    max-width: unset;
    display: none;
  }
  .navbar ul .dropdown .sub-right li:first-child {
    margin-top: 0;
  }
}

.navbar ul .dropdown .sub-right a {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: break-spaces;
  max-width: 200px;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown .sub-right a {
    max-width: 330px;
    background-color: #564E37;
    color: #fff;
  }
}

.navbar ul .dropdown > .sub-menu {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 10px);
  margin: 0;
  z-index: 99;
  opacity: 0;
  min-width: 150px;
  visibility: hidden;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: all ease 0.1s;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown > .sub-menu {
    box-shadow: none;
    position: unset;
    background-color: #564E37;
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}

.navbar ul .dropdown > .sub-menu li {
  margin-left: 0;
  margin-right: 0;
  display: block;
  align-items: center;
  transition: all ease 0.5s;
  position: relative;
}

.navbar ul .dropdown > .sub-menu li .link {
  margin: 0 !important;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown > .sub-menu li .link a {
    padding-left: 35px;
    color: #fff;
    background-color: #564E37;
  }
  .navbar ul .dropdown > .sub-menu li .link i {
    color: #fff;
  }
}

@media (max-width: 1200px) {
  .navbar ul .dropdown > .sub-menu li {
    display: block;
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .navbar ul .dropdown > .sub-menu li:first-child {
    margin-top: 0;
  }
}

.navbar ul .dropdown > .sub-menu li:first-child a {
  margin: 0;
}

.navbar ul .dropdown > .sub-menu li:hover {
  background: #564E37;
}

.navbar ul .dropdown > .sub-menu li:hover a {
  color: #fff;
}

.navbar ul .dropdown > .sub-menu li:hover .sub-right {
  background: #fff;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown > .sub-menu li:hover .sub-right {
    background-color: #564E37;
  }
}

.navbar ul .dropdown > .sub-menu li:hover .sub-right a {
  color: #564E37;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown > .sub-menu li:hover .sub-right a {
    color: #fff;
  }
}

.navbar ul .dropdown > .sub-menu li:hover .sub-right li:hover {
  background: #564E37;
}

.navbar ul .dropdown > .sub-menu li:hover .sub-right li:hover a {
  color: #fff;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown > .sub-menu li {
    border-bottom: 1px solid #666;
  }
  .navbar ul .dropdown > .sub-menu li:first-child {
    border-top: 1px solid #666;
  }
}

.navbar ul .dropdown > .sub-menu a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 20px;
  display: block;
  margin: 0;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown > .sub-menu a {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    margin-left: auto;
    border-radius: 0.25rem;
    display: block;
    background: #F79D00;
  }
  .navbar-dark .navbar-toggler {
    color: #F79D00;
    display: block;
    border: none;
  }
  .navbar-dark .navbar-toggler:focus {
    text-decoration: none;
    outline: none !important;
    border: none;
    box-shadow: none;
  }
  .navbar-dark .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
  }
  .collapse:not(.show) {
    display: block;
  }
  #main-navigation {
    position: fixed;
    top: 0;
    left: -500px;
    min-width: 330px;
    box-shadow: 0 5px 5px rgba(129, 126, 126, 0.31);
    transition: all 0.3s;
    overflow: hidden;
    z-index: 9999;
    height: 100vh;
    overflow-y: auto;
  }
}

@media screen and (max-width: 1200px) and (max-width: 1200px) {
  #main-navigation {
    background: #564E37;
  }
}

@media screen and (max-width: 1200px) {
  #main-navigation.show {
    left: 0;
  }
  .navbar .navbar-nav {
    text-align: left;
    display: block;
  }
  .navbar .navbar-nav li {
    padding: 15px 0;
  }
  .navbar .navbar-nav li a {
    text-align: left;
    border: none;
  }
  .header .logo {
    transition: 0.3s;
    order: 2;
    text-align: center;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .header .logo {
    margin: unset;
  }
}

li.open:not(.dropdown) > ul.sub-right {
  display: block;
  position: unset;
  visibility: visible;
  opacity: 1;
}

.navbar ul .dropdown .sub-menu li:not(.dropdown):last-child i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #333;
  top: 0px;
}

.navbar ul .dropdown .sub-menu .open:not(.dropdown) i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
}

@media (max-width: 1200px) {
  .navbar ul .dropdown .sub-menu .open:not(.dropdown) i {
    color: #564E37;
    transform: rotate(90deg);
  }
}

.navbar ul .dropdown .sub-menu .open:not(.dropdown):last-child i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #2c4991;
}

.navbar ul .dropdown.open .sub-menu .link a {
  color: #fff;
}

.navbar ul .dropdown.open .sub-menu .open:not(.dropdown) .link a {
  background-color: #fff;
  color: #564E37;
}

footer {
  color: #fff;
  background-color: #414345;
  padding-top: 40px;
}

footer span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #F79D00;
}

footer ul li {
  margin: 16px 0;
}

@media (max-width: 1200px) {
  footer ul li {
    padding-left: 10px;
  }
}

footer .footer-top .footer-logo a img {
  max-width: 280px;
  height: auto;
}

@media (max-width: 767px) {
  footer .footer-top .footer-logo a img {
    width: 170px;
  }
}

footer .footer-top .footer-info li {
  display: flex;
}

footer .footer-top .footer-info li img {
  width: 20px;
  height: 20px;
}

footer .footer-top .footer-info li span {
  margin-left: 10px;
}

footer .footer-top .social {
  display: flex;
  gap: 8px;
}

footer .footer-top .social .box-social {
  padding: 7px;
  background-color: #fff;
}

footer .footer-top .social .box-social img {
  width: 19px;
  height: auto;
}

.copyright {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.0025em;
  padding: 8px 0;
  border-top: 1px solid #564E37;
}

.copyright a {
  color: #fff;
  font-weight: 700;
}

.copyright p {
  margin: 0;
}

.back-to-top {
  position: fixed !important;
  bottom: 90px;
  right: 15px;
  display: none;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #564E37;
  font-size: 30px;
  z-index: 100;
  transition: all ease 0.5s;
}

.back-to-top:hover {
  color: #fff;
  filter: brightness(1.3);
  text-decoration: none;
}

.back-to-top.active {
  display: block;
}

.back-to-top i {
  font-size: 20px;
}

.hotline {
  position: fixed !important;
  bottom: 150px;
  right: 15px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: red;
  z-index: 100;
  transition: all ease 0.5s;
}

.hotline img {
  width: 25px;
  height: 25px;
}

.hotline:hover {
  background-color: #564E37;
  color: #fff;
  text-decoration: none;
}

.zalo {
  position: fixed !important;
  bottom: 100px;
  right: 15px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  z-index: 100;
  transition: all ease 0.5s;
  background-color: #0180c5;
}

.zalo:hover {
  background-color: #564E37;
  color: #fff;
  text-decoration: none;
}

.mess {
  position: fixed !important;
  bottom: 50px;
  right: 15px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  z-index: 100;
  transition: all ease 0.5s;
  background-color: #0A7CFF;
}

.mess:hover {
  filter: brightness(1.3);
  color: #fff;
  text-decoration: none;
}

.title-home {
  text-align: center;
  margin-bottom: 40px;
}

.title-home span {
  position: relative;
}

.title-home span::after, .title-home span::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 20px;
  bottom: 6px;
}

@media (max-width: 767px) {
  .title-home span::after, .title-home span::before {
    display: none;
  }
}

.title-home span::after {
  background-image: url("../images/title-left.png");
  right: calc(100% + 28px);
}

.title-home span::before {
  background-image: url("../images/title-right.png");
  left: calc(100% + 28px);
}

#banner-home {
  width: 100%;
}

#about-home {
  margin-top: 80px;
}

@media (max-width: 991px) {
  #about-home {
    margin-bottom: 0 !important;
  }
}

#about-home .about-home_info h3 {
  margin-top: 20px;
  color: #F79D00;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}

#about-home .about-home_info h2 {
  margin: 4px 0 12px;
  color: #564E37;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  
}

#about-home .about-home_info p {
  margin-bottom: 12px;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

#develop {
  margin-top: 40px;
}

@media (max-width: 767px) {
  #develop {
    margin-top: 0;
  }
}

#develop .box-develop {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 991px) {
  #develop .box-develop {
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
  }
}

#develop .box-develop .bg-cricle .box-cricle {
  margin: 0 auto;
  padding: 5px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

#develop .box-develop .bg-cricle .box-cricle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 40px;
  background-color: #564E37;
  z-index: -1;
}

#develop .box-develop .bg-cricle .box-cricle .cricle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #000;
  line-height: 80px;
}

#develop .box-develop .bg-cricle .box-cricle .cricle img {
  width: 32px;
  height: 32px;
}

#develop .box-develop .bg-develop {
  height: 130px;
  padding: 10px 10px 20px;
  color: #fff;
  background-color: #564E37;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#develop .box-develop .bg-develop::before, #develop .box-develop .bg-develop::after {
  position: absolute;
  content: "";
  bottom: 100%;
  background-color: #564E37;
  width: calc((100% - 90px) / 2 + 5px);
  height: 30px;
  z-index: -1;
}

#develop .box-develop .bg-develop::after {
  right: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 7.5px;
}

#develop .box-develop .bg-develop::before {
  left: 0;
  border-top-right-radius: 7.5px;
  border-top-left-radius: 4px;
}

#develop .box-develop .bg-develop h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

#develop .box-develop .bg-develop p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

#category {
  margin-top: 60px;
}

#category [class^="col-"] {
  margin-bottom: 32px;
}

#category .box-btn {
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

#category .tabs {
  width: 100%;
  display: inline-block;
}

#category .tabs .tab-links {
  display: flex;
  justify-content: center;
}

@media (max-width: 1200px) {
  #category .tabs .tab-links {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: start;
  }
  #category .tabs .tab-links::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
  }
  #category .tabs .tab-links::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
  }
  #category .tabs .tab-links::-webkit-scrollbar-thumb {
    background-color: #a39a9a;
  }
}

#category .tabs .tab-links li {
  margin: 0px 7px;
}

@media (max-width: 1200px) {
  #category .tabs .tab-links li {
    margin: 0 7px 7px;
  }
}

#category .tabs .tab-links a {
  text-align: center;
  width: 185px;
  padding: 8px 0;
  display: inline-block;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #564E37;
  border: 1px solid #564E37;
  transition: all linear 0.15s;
}

#category .tabs .tab-links a:hover {
  color: #fff;
  background: #564E37;
  text-decoration: none;
}

#category .tab-links li a.active {
  background: #564E37;
  color: #fff;
}

#category .tab-content {
  margin-top: 40px;
  background: #fff;
}

#category .tab {
  display: none;
}

#category .tab.active {
  display: block;
}

.blog-item .box-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 219/128;
  object-fit: cover;
}

.blog-item .blog-info h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.blog-item .blog-info h3 a {
  color: #333333;
  transition: color .5s ease-in;
}

.blog-item .blog-info h3 a:hover {
  color: #F79D00;
}

.blog-item .blog-info .date {
  display: flex;
  gap: 5px;
}

.blog-item .blog-info .date img {
  margin-top: 2px;
  width: 14px;
  height: 14px;
}

.blog-item .blog-info .date span {
  margin-bottom: 5px;
  color: #808080;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.blog-item .blog-info p {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
}

.blog-home {
  margin-bottom: 18px;
}

.blog-home .blog-info {
  margin-bottom: 4px;
  margin-left: -10px;
}

.blog-home .blog-info h3 {
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .blog-home_main {
    margin-bottom: 20px;
  }
}

.blog-home_main .blog-info h3 {
  margin-top: 12px;
  font-size: 18px;
}

#blog .blog-item {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #blog .blog-info {
    margin-top: 10px;
  }
}

#blog h2 {
  font-size: 20px;
  padding-bottom: 10px;
}

#blog-home {
  margin-top: 32px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #blog-home {
    margin-bottom: 20px;
  }
}

#blog-detail {
  margin-bottom: 20px;
}

#blog-detail h1 {
  font-size: 20px;
}

#blog-detail .author {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.01em;
  color: #B3B3B3;
}

#blog-detail .content {
  margin-bottom: 16px;
}

.right_sidebar > h2 {
  margin-bottom: 12px;
  font-size: 16px;
}

.right_sidebar .col-8 {
  padding-left: 0;
}

.right_sidebar .blog-item {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .right_sidebar .blog-item {
    margin-bottom: 20px;
  }
}

.right_sidebar .blog-info h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .right_sidebar .blog-info {
    margin-top: 10px;
  }
}

.product {
  transition: box-shadow .5s;
  position: relative;
}

.product .box-img {
  border-radius: 4px 4px 0 0;
  position: relative;
}

.product .box-img img {
  aspect-ratio: 280/280;
  object-fit: cover;
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.product .box-img .product-id {
  position: absolute;
  padding: 5px 10px;
  bottom: 16px;
  left: 16px;
  color: #fff;
  background-color: #564E37;
}

.product .product-info {
  padding: 12px 16px;
  background-color: rgba(0, 0, 0, 0.04);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.product .product-info h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.product .product-info h3 a {
  color: #564E37;
}

.product .product-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.product:hover {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
}

#products .product {
  margin-bottom: 32px;
}

#left_sidebar {
  border: 1px solid #cccccc;
  padding: 12px;
}

@media (max-width: 991px) {
  #left_sidebar {
    margin-bottom: 20px;
  }
}

#left_sidebar > h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 12px;
  padding-left: 4px;
}

#left_sidebar #sidebar-category .drop-sidebar {
  position: relative;
  margin-top: 8px;
}

#left_sidebar #sidebar-category .drop-sidebar span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
#left_sidebar #sidebar-category .drop-sidebar .arrow {
  position: absolute;
}

#left_sidebar #sidebar-category .drop-sidebar span a {
  padding: 10px 8px;
  width: 100%;
  display: block;
  color: #564E37;
}

#left_sidebar #sidebar-category .drop-sidebar .sub-sidebar {
  display: none;
  transition: all 1s ease-in;
}

#left_sidebar #sidebar-category .drop-sidebar .sub-sidebar a {
  margin-top: 8px;
  padding: 10px 8px;
  width: 100%;
  display: block;
  color: #564E37;
  border: 1px solid transparent;
}

#left_sidebar #sidebar-category .drop-sidebar .sub-sidebar a:hover {
  border: 1px solid #564E37;
}

#left_sidebar #sidebar-category .drop-sidebar i {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 2px;
  transition: all .5s ease;
  z-index: 1;
}

#left_sidebar #sidebar-category .drop-sidebar.open span a {
  background-color: #564E37;
  color: #fff;
}

#left_sidebar #sidebar-category .drop-sidebar.open .sub-sidebar {
  display: block;
}

#left_sidebar #sidebar-category .drop-sidebar.open i {
  color: #fff;
  rotate: 180deg;
}

#left_sidebar h3 {
  padding-left: 4px;
  padding-bottom: 12px;
  color: #333333;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

#left_sidebar .left_sidebar-item {
  margin: 15px 0;
}

#left_sidebar .left_sidebar-item .form-check {
  margin-left: 8px;
  margin-bottom: 23px;
}

#left_sidebar .left_sidebar-item .form-check:last-child {
  margin-bottom: 0px;
}

#left_sidebar .left_sidebar-item span {
  margin-right: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1400px) {
  #left_sidebar .left_sidebar-item span {
    display: block;
  }
}
@media (max-width: 992px) {
  #left_sidebar .left_sidebar-item span {
    display: inline;
  }
}
#left_sidebar .left_sidebar-item span:last-child {
 margin-right: 0;
}

#left_sidebar .left_sidebar-item span a {
  color: #333333;
}

#left_sidebar .left_sidebar-item span a i {
  margin-right: 6px;
}

.products-top {
  margin-bottom: 50px;
}

.products-top .product-info {
  padding: 12px 24px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
}

@media (max-width: 991px) {
  .products-top .product-info {
    margin-top: 30px;
  }
}

.products-top .product-info h1 {
  color: #333333;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .products-top .product-info h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

.products-top .product-info ul li {
  margin-bottom: 20px;
}

.products-top .product-info ul li span {
  color: #564E37;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.products-top .product-info p {
  margin-bottom: 12px;
}

.products-top .product-info .box-btn {
  margin: 12px 0;
}

.products-top .product-info .box-btn a {
  display: inline-block;
  padding: 10px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #564E37;
  border: 1px solid #564E37;
}

.products-mid h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}

.products-mid .rating {
  margin-top: 40px;
}

.products-mid .rating p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.products-mid .rating img {
  width: 136px;
  height: auto;
}

.products-bot {
  padding: 40px 0;
  border-top: 1px solid #ccc;
}

.products-bot h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  color: #333333;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 40px;
  text-transform: unset;
}

#zaloshareinlineclient_app div::-webkit-scrollbar-thumb {
  background-color: #cecbcb;
  border-radius: 0px;
}

.lSSlideOuter .lSAction > .lSPrev .lSAction > .lSNext {
  left: 10px;
  color: #333;
  background-color: #ddd !important;
  border-radius: 50%;
  text-align: center;
}

.slick-prev {
  left: -45px;
  z-index: 2;
}

.slick-prev::before {
  content: "\f104";
}

.slick-next {
  right: -45px;
}

.slick-next::before {
  content: "\f105";
}

.slick-prev, .slick-next {
  position: absolute;
  padding: 0;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  opacity: .75;
  background-color: transparent;
  border: 1px solid #564E37;
}

.slick-prev:hover, .slick-next:hover {
  opacity: 1;
}

.slick-prev::before, .slick-next::before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider-other {
  margin: 0 -16px;
}

.slider-other .other-item {
  margin: 0 16px;
}

@media (max-width: 991px) {
  .slider-other .slick-prev,
  .slider-other .slick-next {
    display: none !important;
  }
}

.slider-other .slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slider-other .slick-dots li button:before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider-other .slick-dots li.slick-active button:before {
  opacity: 1;
}

#contact h2 {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}

#contact h3 {
  color: #564E37;
  margin-top: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

#contact h3 img {
  width: auto;
  height: 45px;
  padding: 5px 0 0 0;
}

#contact ul li {
  color: #333333;
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0125em;
}

#contact ul li span {
  margin-left: 5px;
  color: #564E37;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
}

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

.at-share-dock-outer.addthis-smartlayers.addthis-smartlayers-mobile {
  display: none !important;
}

