body {
  overflow-x: hidden;
  color: #1e272e;
}

nav .navbar-brand img {
  height: 40px;
}

nav .collapse .navbar-nav li a, nav .collapse .navbar-nav a {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 25px;
}

main .jumbotron {
  height: 90vh;
}

main .jumbotron .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 90vh;
}

main .jumbotron .carousel-item .carousel-caption h5 {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  main .jumbotron .carousel-item .carousel-caption h5 {
    font-size: 20px;
  }
}

main section.benefit-section img {
  width: 125px;
  height: 125px;
}

main section.benefit-section .card-body {
  padding: 0 80px;
}

main section.benefit-section .card-body h5 {
  font-size: 24px;
  font-weight: bold;
}

main section.benefit-section .card-body p {
  font-size: 14px;
  color: #485460;
}

@media screen and (min-width: 768px) {
  main section.benefit-section .card-body p {
    font-size: 16px;
  }
}

main section.product-section .card {
  width: 300px;
  height: 400px;
}

main section.product-section .card img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main section.product-section .card .card-body h6.card-title {
  font-size: 18px;
  font-weight: bold;
}

main section.product-section .card .card-body p.product-category {
  color: gray;
}

main section.product-section .card a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

main section.testimonial-section .desk p {
  color: #485460;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  main section.testimonial-section .desk p {
    font-size: 15px;
  }
}

main section.testimonial-section .testimonial-image #carouselTestimonial {
  width: 275px;
}

main section.about-section .desk p {
  font-size: 14px;
  color: #485460;
}

@media screen and (min-width: 768px) {
  main section.about-section .desk p {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  main section.about-section .logo-img {
    padding-left: 75px;
    padding-right: 75px;
  }
}

footer {
  background-color: #2f3640;
  color: #fff;
  padding: 50px 0;
}

footer .items a.item {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

footer .items a.item:hover {
  color: #0097e6;
}

footer .items.bank-number img {
  height: 30px;
}

section.detail-product-list-section .product-list .card {
  width: 300px;
  height: 400px;
}

section.detail-product-list-section .product-list .card img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.detail-product-list-section .product-list .card .card-body h6.card-title {
  font-size: 18px;
  font-weight: bold;
}

section.detail-product-list-section .product-list .card .card-body p.product-category {
  color: gray;
}

section.detail-product-list-section .product-list .card a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

section.detail-product-section .detail-product .card-text p {
  font-size: 14px;
  color: #2d3436;
}

@media screen and (min-width: 768px) {
  section.detail-product-section .detail-product .card-text p {
    font-size: 15px;
  }
}
/*# sourceMappingURL=app.css.map */