/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Roboto", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 26px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

p {
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  letter-spacing: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4 {
  line-height: 1;
  font-weight: 600;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 500px;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1295px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1295px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .topbar {
  background-color: #228B22;
  padding: 7px 0;
}
header .topbar .topbar-box {
  display: flex;
  justify-content: space-between;
}
header .topbar .topbar-box .topbar-left p {
  font-size: 15px;
  color: #fff;
}
header .topbar .topbar-box .topbar-right {
  display: flex;
  gap: 22px;
}
@media (max-width: 470px) {
  header .topbar .topbar-box .topbar-right {
    display: none;
  }
}
header .topbar .topbar-box .topbar-right .topbar-item a {
  display: flex;
  color: #fff;
}
header .topbar .topbar-box .topbar-right .topbar-item a .topbar-texticon {
  font-size: 14px;
}
header .topbar .topbar-box .topbar-right .topbar-item a .topbar-texticon {
  margin-left: 5px;
}
header .navbar-header {
  background-color: #fff;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  box-shadow: rgb(218, 218, 218) 0px 0px 7px 0px;
  z-index: 10;
}
header .navbar-header.scroll-header .nav-link {
  color: #000 !important;
}
header .navbar-header .navbar-brand .image-header {
  width: 150px;
}
header .navbar-header .nav-item .nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
}
header .navbar-header .nav-item .nav-link.active {
  color: #228B22 !important;
}
header .navbar-header .nav-item .nav-link:hover {
  color: #228B22 !important;
}

.section-padding {
  padding: 40px 0;
}

strong {
  font-weight: bold;
}

b {
  display: block;
  flex: 1;
  height: 2px;
  opacity: 0.1;
  background-color: #000;
}

.title-box {
  text-align: center;
  margin-bottom: 40px;
}
.title-box h2.section-title {
  margin-bottom: 30px;
  font-size: 38px;
  color: #228B22;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .title-box h2.section-title {
    font-size: 30px;
  }
}
.title-box .title-divide-section {
  background-color: #228B22;
  height: 3px;
  width: 173px;
  margin: auto;
  margin-top: 30px;
}
.title-box .section-subtitle {
  line-height: 30px;
  font-weight: 400;
  color: #61697a;
  margin-bottom: 20px;
  font-size: 18px;
}

#section-banner .banner-slide {
  height: 710px;
  width: 100%;
}
@media (max-width: 450px) {
  #section-banner .banner-slide {
    height: auto;
  }
}
#section-banner .banner-slide .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}
#section-banner .banner-slide .slick-dots .slick-active button {
  background-color: #000;
}
#section-banner .banner-slide .slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  background-color: #fff;
  border: none;
}
@media (max-width: 450px) {
  #section-banner .banner-slide .slick-dots {
    position: absolute;
    bottom: 56px;
    left: 50%;
  }
}
#section-banner .banner-slide .slick-list {
  height: 100%;
}
#section-banner .banner-slide .slick-list .slick-track {
  height: 100%;
}
#section-banner .banner-slide .slick-list .slick-track .banner-slide-item {
  height: 100%;
}
@media (max-width: 450px) {
  #section-banner #section-banner {
    padding-bottom: 20px;
  }
  #section-banner #section-banner .slick-dots {
    position: absolute;
    bottom: 56px;
    left: 50%;
  }
}

#section-service .service-list .service-item {
  text-align: center;
}
#section-service .service-list .service-item .service-image {
  width: 138px;
  margin: auto;
  margin-bottom: 20px;
}
#section-service .service-list .service-item .service-image i {
  color: #228B22;
  font-size: 64px;
}
#section-service .service-list .service-item .service-detail padding {
  top: 10px;
  bottom: 20px;
  left: 10px;
  right: 10px;
}
#section-service .service-list .service-item .service-detail .service-title h4 {
  color: #228B22;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#section-service .service-list .service-item .service-detail .service-description p {
  font-size: 12px;
  text-transform: uppercase;
}

#section-album .album-item {
  height: 195px;
  /* margin-bottom: 30px; */
  overflow: hidden;
}
#section-album .album-item img {
  transition: all 0.3s linear;
}
#section-album .album-item:hover img {
  scale: 1.2;
}

#section-video .video-slide .slick-prev {
  position: absolute;
  left: -47px;
}
#section-video .video-slide .slick-next {
  position: absolute;
  right: -47px;
}
#section-video .video-slide .slick-arrow {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  font-size: 30px;
  color: #228B22;
  border-radius: 50%;
  padding: 0;
  top: 37%;
  border: none;
  width: 30px;
  height: 30px;
}
@media (max-width: 450px) {
  #section-video .video-slide .slick-prev {
    left: 19px;
  }
  #section-video .video-slide .slick-next {
    right: 19px;
  }
}
#section-video .video-slide .video-item {
  margin: 0 10px;
}
#section-video .video-slide .video-item iframe {
  width: 100%;
  height: 250px;
}

#section-home-contact .section-home-background {
  padding: 51px 0;
  background-attachment: fixed;
  position: relative;
}
#section-home-contact .section-home-background .container {
  position: relative;
  z-index: 1;
}
#section-home-contact .section-home-background .section-home-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #228B22;
  opacity: 0.6;
}
#section-home-contact .section-home-background .contact-left .contact-title h3 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
#section-home-contact .section-home-background .contact-left .contact-title p {
  font-size: 16px;
  color: #fff;
}
#section-home-contact .section-home-background .form-contact-home {
  display: flex;
  gap: 10px;
  height: 43px;
}
@media (max-width: 450px) {
  #section-home-contact .section-home-background .form-contact-home {
    margin-top: 20px;
  }
}
#section-home-contact .section-home-background .form-contact-home input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#section-home-contact .section-home-background .form-contact-home button {
  border-color: transparent;
  background-color: #228B22;
  color: #fff;
  width: 36%;
  text-transform: uppercase;
  transition: all 0.3 linear;
}
#section-home-contact .section-home-background .form-contact-home button:hover {
  background-color: #1f7e1f;
}

#section-blog .blog-list .slick-prev {
  position: absolute;
  left: 0;
}
#section-blog .blog-list .slick-next {
  position: absolute;
  right: 0;
}
#section-blog .blog-list .slick-arrow {
  background-color: #fff;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #228B22;
  border-radius: 50%;
  padding: 0;
  top: 23%;
  border: none;
}
#section-blog .blog-item {
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  margin: 15px;
}
#section-blog .blog-item .blog-img {
  overflow: hidden;
  height: 260px;
}
#section-blog .blog-item .blog-img img {
  transition: all 0.3s ease-in-out;
}
#section-blog .blog-item .blog-img img:hover {
  scale: 1.2;
}
#section-blog .blog-item .blog-detail {
  padding: 20px 30px;
}
#section-blog .blog-item .blog-detail .blog-meta {
  font-size: 12px;
  color: #228B22;
  font-weight: 500;
}
#section-blog .blog-item .blog-detail .blog-devide .solid {
  border-top: 3px #228B22 solid;
  width: 100px;
}
#section-blog .blog-item .blog-detail .blog-title h4 {
  color: #222;
  padding: 0px;
  text-transform: capitalize;
  font-size: 23px;
  margin-bottom: 15px;
  margin-top: 10px;
  transition: all 0.3s linear;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-height: 1.4;
}
#section-blog .blog-item .blog-detail .blog-title h4:hover {
  color: #228B22;
}
#section-blog .blog-item .blog-detail .blog-link {
  margin-top: 10px;
}
#section-blog .blog-item .blog-detail .blog-link a {
  color: #222;
  font-size: 14px;
  text-transform: capitalize;
  background: transparent;
  border: none;
  font-weight: 600;
  transition: all 0.4s ease-in-out 0s;
  padding: 10px 0px;
}
#section-blog .blog-item .blog-detail .blog-link a:hover {
  color: #228B22;
}
#section-blog .blog-item .blog-detail .blog-description {
  height: 78px;
}
#section-blog .blog-item .blog-detail .blog-description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

#section-category-product .category-product-slide .slick-prev {
  position: absolute;
  left: -47px;
}
#section-category-product .category-product-slide .slick-next {
  position: absolute;
  right: -47px;
}
#section-category-product .category-product-slide .slick-arrow {
  background-color: #fff;
  z-index: 1;
  font-size: 30px;
  color: #228B22;
  border-radius: 50%;
  padding: 0;
  top: 30%;
  border: none;
  width: 40px;
  height: 40px;
}
@media (max-width: 450px) {
  #section-category-product .category-product-slide .slick-prev {
    left: 19px;
  }
  #section-category-product .category-product-slide .slick-next {
    right: 19px;
  }
}
#section-category-product .category-product-slide .slick-list {
  height: 100%;
}
#section-category-product .category-product-slide .slick-list .slick-track {
  height: 100%;
}
#section-category-product .category-product-slide .slick-list .slick-track .banner-slide-item {
  height: 100%;
}
#section-category-product .category-product-slide .category-product-item {
  padding: 5px 10px;
}
#section-category-product .category-product-slide .category-product-item .category-product-item-inner {
  transition: all 0.3s linear;
  box-shadow: 2px 0px 8px 0px #888888;
}
#section-category-product .category-product-slide .category-product-item .category-product-item-inner:hover {
  box-shadow: 2px 0px 16px 0px #888888;
}
#section-category-product .category-product-slide .category-product-item .category-product-item-inner a {
  display: block;
}
#section-category-product .category-product-slide .category-product-item .category-product-item-inner a .category-product-image {
  height: 219px;
  overflow: hidden;
}
#section-category-product .category-product-slide .category-product-item .category-product-item-inner a .category-product-image img {
  transition: all 0.3s linear;
}
#section-category-product .category-product-slide .category-product-item .category-product-item-inner a .category-product-image:hover img {
  scale: 1.2;
}
#section-category-product .category-product-slide .category-product-item .category-product-item-inner a .category-product-detail {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#section-category-product .category-product-slide .category-product-item .category-product-item-inner a .category-product-detail .category-product-name {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
#section-category-product .category-product-slide .category-product-item .category-product-item-inner a .category-product-detail .category-product-number {
  color: #228B22;
  font-size: 13px;
}

#section-product-hot .product-hot-item .product-hot-item-inner {
  margin-bottom: 30px;
  transition: all 0.3s linear;
  box-shadow: 2px 0px 8px 0px #888888;
}
#section-product-hot .product-hot-item .product-hot-item-inner:hover {
  box-shadow: 2px 0px 30px 0px #186318;
}
#section-product-hot .product-hot-item .product-hot-item-inner .product-hot-image {
  height: 400px;
  overflow: hidden;
}
#section-product-hot .product-hot-item .product-hot-item-inner .product-hot-image img {
  transition: all 0.3s linear;
}
#section-product-hot .product-hot-item .product-hot-item-inner .product-hot-image:hover img {
  scale: 1.2;
}
#section-product-hot .product-hot-item .product-hot-item-inner .product-hot-detail {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 34px;
  padding-left: 10px;
  padding-right: 10px;
}
#section-product-hot .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-name {
  margin-bottom: 10px;
}
#section-product-hot .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-name a {
  color: #000;
  font-size: 18px;
  transition: all 0.3s linear;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
#section-product-hot .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-name a:hover {
  color: #228B22;
}
@media (max-width: 450px) {
  #section-product-hot .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-name a {
    font-size: 15px;
  }
}
#section-product-hot .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-price span {
  font-size: 20px;
  font-weight: bold;
  color: rgb(192, 36, 36);
}
#section-product-hot .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-addcart {
  margin-top: 10px;
}
#section-product-hot .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-addcart a {
  background-color: #228B22;
  color: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  transition: all 0.3s linear;
}
#section-product-hot .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-addcart a:hover {
  background-color: #186318;
}
@media (max-width: 450px) {
  #section-product-hot .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-addcart a {
    display: block;
    padding: 7px 5px;
    font-size: 14px;
  }
}

#section-register .section-home-background {
  padding: 51px 0;
  text-align: center;
  background-attachment: fixed;
  position: relative;
}
#section-register .section-home-background .container {
  position: relative;
  z-index: 1;
}
#section-register .section-home-background .section-home-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #228B22;
  opacity: 0.6;
}
#section-register .section-home-background .register-title h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 15px;
}
@media (max-width: 450px) {
  #section-register .section-home-background .register-title h3 {
    font-size: 25px;
    line-height: 1.2;
  }
}
#section-register .section-home-background .register-subtitle {
  margin-bottom: 22px;
}
#section-register .section-home-background .register-subtitle span {
  color: #fff;
  font-size: 19px;
}
#section-register .section-home-background .register-button-group {
  display: flex;
  justify-content: center;
  gap: 22px;
}
#section-register .section-home-background .register-button-group .register-button-item {
  font-size: 19px;
  padding: 8px 30px;
  border-radius: 50px;
}
#section-register .section-home-background .register-button-group .register-button-item:first-child {
  background-color: #fff;
  transition: all 0.3s linear;
}
#section-register .section-home-background .register-button-group .register-button-item:first-child:hover {
  background-color: #d9dce0;
}
#section-register .section-home-background .register-button-group .register-button-item:first-child a {
  text-transform: uppercase;
  color: #1f7e1f;
  font-weight: bold;
}
#section-register .section-home-background .register-button-group .register-button-item:last-child {
  background-color: red;
}
#section-register .section-home-background .register-button-group .register-button-item:last-child a {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.product-new-slide .product-hot-item {
  padding: 0 30px;
}
.product-new-slide .product-hot-item .product-hot-item-inner .product-hot-image {
  height: 410px !important;
}
.product-new-slide .slick-prev {
  position: absolute;
  left: -47px;
}
.product-new-slide .slick-next {
  position: absolute;
  right: -47px;
}
.product-new-slide .slick-arrow {
  background-color: #fff;
  z-index: 1;
  font-size: 30px;
  color: #228B22;
  border-radius: 50%;
  padding: 0;
  top: 37%;
  border: none;
  height: 40px;
  width: 40px;
}
@media (max-width: 450px) {
  .product-new-slide .product-hot-item {
    padding: 0 5px;
  }
  .product-new-slide .product-hot-item .product-hot-item-inner .product-hot-image {
    height: 174px !important;
  }
  .product-new-slide .slick-prev {
    position: absolute;
    left: 19px;
  }
  .product-new-slide .slick-next {
    position: absolute;
    right: 19px;
  }
  .product-new-slide .slick-arrow {
    top: 18%;
  }
}

footer {
  background: linear-gradient(90deg, rgb(246, 255, 248) 0%, rgb(226, 231, 222) 87%, rgb(213, 223, 213) 100%);
  padding-top: 67px;
  margin-top: 60px;
}
footer #section-footer {
  margin-top: 50px;
  padding: 49px 0;
}
@media (max-width: 450px) {
  footer #section-footer .footer-item {
    margin-top: 20px;
  }
}
footer #section-footer .footer-item .footer-logo {
  width: 180px;
}
footer #section-footer .footer-item .footer-title h3 {
  font-size: 23px;
  margin-bottom: 20px;
}
footer #section-footer .footer-item .footer-menu-title h3 {
  font-size: 23px;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  footer #section-footer .footer-item .footer-menu-title h3 {
    font-size: 18px !important;
  }
}
footer #section-footer .footer-item .footer-subtitle p {
  font-size: 25px;
  font-weight: bold;
  color: #228B22;
  margin-bottom: 13px;
  line-height: 1.3;
}
footer #section-footer .footer-item .footer-list li a {
  color: #000;
  font-weight: bold;
}
footer #section-footer .footer-item .footer-menu ul li {
  margin-bottom: 10px;
}
footer #section-footer .footer-item .footer-menu ul li a {
  color: #228B22;
  transition: all 0.3s linear;
}
footer #section-footer .footer-item .footer-menu ul li a:hover {
  color: #228B22;
}
footer #section-footer .section-footer-info {
  margin-top: 30px;
  margin-bottom: 21px;
}
footer #section-footer .section-footer-info p {
  color: #228B22;
}
footer #section-footer-bottom {
  text-align: center;
  background-color: #228B22;
  padding: 10px 0;
}
footer #section-footer-bottom p {
  color: #fff;
}

#section-page-heading {
  margin: 27px 0;
}
#section-page-heading .breadcrumb a {
  color: #000;
}

#section-page-blog .page-blog-list .page-blog-item {
  margin-bottom: 46px;
}
#section-page-blog .page-blog-list .page-blog-item .page-blog-image .page-blog-image-inner {
  height: 200px;
  overflow: hidden;
}
#section-page-blog .page-blog-list .page-blog-item .page-blog-image .page-blog-image-inner img {
  transition: all 0.3s linear;
}
#section-page-blog .page-blog-list .page-blog-item .page-blog-image .page-blog-image-inner img:hover {
  scale: 1.2;
}
#section-page-blog .page-blog-list .page-blog-item .page-blog-title h3 a {
  font-size: 23px;
  line-height: 1.3;
  color: #000;
  transition: all 0.3s linear;
  overflow: hidden;
  /* white-space: nowrap; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  min-height: 62px;
}
#section-page-blog .page-blog-list .page-blog-item .page-blog-title h3 a:hover {
  color: #228B22;
}
#section-page-blog .page-blog-list .page-blog-item .page-blog-devide {
  max-width: 100px;
  background: #ffeb9b;
  height: 2px;
  margin: 12px 0;
}
#section-page-blog .page-blog-list .page-blog-item .page-blog-description {
  line-height: 1.3;
  overflow: hidden;
  /* white-space: nowrap; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  min-height: 62px;
}
#section-page-blog .page-blog-list .page-blog-item .page-blog-button {
  margin-top: 18px;
}
#section-page-blog .page-blog-list .page-blog-item .page-blog-button a {
  background-color: #228B22;
  color: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  transition: all 0.3s linear;
}
#section-page-blog .page-blog-list .page-blog-item .page-blog-button a:hover {
  background-color: #186318;
}

.sidebar-heading {
  background-color: #228B22;
  padding: 13px;
}
.sidebar-heading .sidebar-title span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.page-blog-sidebar {
  margin-bottom: 30px;
}
.page-blog-sidebar .sidebar-post-image {
  height: 60px;
}
.page-blog-sidebar .sidebar-listpost {
  padding: 13px;
  border: 1px solid #ddd9d9;
}
.page-blog-sidebar .sidebar-listpost .sidebar-post-item {
  border-bottom: 1px solid #ddd9d9;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.page-blog-sidebar .sidebar-listpost .sidebar-post-item .col-post-title {
  padding-left: 0;
}
.page-blog-sidebar .sidebar-listpost .sidebar-post-item .col-post-title .sidebar-post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  color: #000;
  line-height: 1.1;
}

.category-product-sidebar .sidebar-listcate {
  padding-bottom: 31px;
  padding-top: 5px;
  padding-right: 13px;
  padding-left: 13px;
  border: 1px solid #ddd9d9;
}
.category-product-sidebar .sidebar-listcate ul li {
  border-bottom: 1px solid #ddd9d9;
  padding: 5px 0;
}
.category-product-sidebar .sidebar-listcate ul li a {
  color: #000;
}
.category-product-sidebar .sidebar-listcate ul li a:hover {
  color: #228B22;
}

.background-sidebar {
  margin-top: 30px;
}

#section-post .post-image {
  margin-bottom: 30px;
}

#section-blog-other {
  margin-top: 40px;
}
#section-blog-other .section-title {
  font-size: 26px;
  margin-bottom: 20px;
}
#section-blog-other .blog-list .slick-prev {
  position: absolute;
  left: 0;
}
#section-blog-other .blog-list .slick-next {
  position: absolute;
  right: 0;
}
#section-blog-other .blog-list .slick-arrow {
  background-color: #fff;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #228B22;
  border-radius: 50%;
  padding: 0;
  top: 23%;
  border: none;
}
#section-blog-other .blog-item {
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  margin: 5px;
}
#section-blog-other .blog-item .blog-img {
  overflow: hidden;
  height: 260px;
}
#section-blog-other .blog-item .blog-img img {
  transition: all 0.3s ease-in-out;
}
#section-blog-other .blog-item .blog-img img:hover {
  scale: 1.2;
}
#section-blog-other .blog-item .blog-detail {
  padding: 20px 30px;
}
#section-blog-other .blog-item .blog-detail .blog-meta {
  font-size: 12px;
  color: #228B22;
  font-weight: 500;
}
#section-blog-other .blog-item .blog-detail .blog-devide .solid {
  border-top: 3px #228B22 solid;
  width: 100px;
}
#section-blog-other .blog-item .blog-detail .blog-title h4 {
  color: #222;
  padding: 0px;
  text-transform: capitalize;
  font-size: 23px;
  margin-bottom: 15px;
  margin-top: 10px;
  transition: all 0.3s linear;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
#section-blog-other .blog-item .blog-detail .blog-title h4:hover {
  color: #228B22;
}
#section-blog-other .blog-item .blog-detail .blog-link {
  margin-top: 10px;
}
#section-blog-other .blog-item .blog-detail .blog-link a {
  color: #222;
  font-size: 14px;
  text-transform: capitalize;
  background: transparent;
  border: none;
  font-weight: 600;
  transition: all 0.4s ease-in-out 0s;
  padding: 10px 0px;
}
#section-blog-other .blog-item .blog-detail .blog-link a:hover {
  color: #228B22;
}
#section-blog-other .blog-item .blog-detail .blog-description {
  height: 78px;
}
#section-blog-other .blog-item .blog-detail .blog-description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

#section-category-product-page .category-product-filter .category-product-filter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
#section-category-product-page .category-product-filter .category-product-filter-inner .input-search {
  position: relative;
}
#section-category-product-page .category-product-filter .category-product-filter-inner .input-search i {
  position: absolute;
  bottom: 14px;
  font-size: 13px;
  left: 10px;
}
#section-category-product-page .category-product-filter .category-product-filter-inner .input-search input {
  padding: 6px 34px;
}
#section-category-product-page .category-product-filter .category-product-filter-inner .input-search input:focus {
  box-shadow: none;
  border-color: #228B22;
}
#section-category-product-page .category-product-filter .category-product-filter-inner .sort-product {
  display: flex;
  align-items: center;
}
#section-category-product-page .category-product-filter .category-product-filter-inner .sort-product p {
  margin-right: 10px;
  white-space: nowrap;
}
#section-category-product-page .category-product-filter .category-product-filter-inner .sort-product select:focus {
  box-shadow: none;
  border-color: #228B22;
}
#section-category-product-page .product-hot-item .product-hot-item-inner {
  margin-bottom: 30px;
  transition: all 0.3s linear;
  box-shadow: 2px 0px 8px 0px #888888;
}
#section-category-product-page .product-hot-item .product-hot-item-inner:hover {
  box-shadow: 2px 0px 30px 0px #186318;
}
#section-category-product-page .product-hot-item .product-hot-item-inner .product-hot-image {
  height: 240px;
  overflow: hidden;
}
#section-category-product-page .product-hot-item .product-hot-item-inner .product-hot-image img {
  transition: all 0.3s linear;
}
#section-category-product-page .product-hot-item .product-hot-item-inner .product-hot-image:hover img {
  scale: 1.2;
}
#section-category-product-page .product-hot-item .product-hot-item-inner .product-hot-detail {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
}
#section-category-product-page .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-name {
  margin-bottom: 10px;
}
#section-category-product-page .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-name a {
  color: #000;
  font-size: 18px;
  transition: all 0.3s linear;
}
#section-category-product-page .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-name a:hover {
  color: #228B22;
}
#section-category-product-page .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-price {
  margin-bottom: 20px;
}
#section-category-product-page .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-price span {
  font-size: 20px;
  font-weight: bold;
  color: rgb(192, 36, 36);
}
#section-category-product-page .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-addcart {
  margin-top: 10px;
}
#section-category-product-page .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-addcart a {
  background-color: #228B22;
  color: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  transition: all 0.3s linear;
}
#section-category-product-page .product-hot-item .product-hot-item-inner .product-hot-detail .product-hot-addcart a:hover {
  background-color: #186318;
}

#section-library .library-item {
  margin-bottom: 30px;
}
#section-library .library-item .library-image {
  height: 100%;
}

img.mfp-img {
  max-height: 600px !important;
}/*# sourceMappingURL=style.css.map */