h1, h2, h3, h4, h5 {
  font-weight: 500;
}

.bg-bannerhome {
  background-image: url(../images/bg-bannerhome.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 50px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.bg-bannerhome img {
  width: 100%;
}
.bg-bannerhome .row {
  align-items: center;
}

.home-about {
  padding-right: 70px;
  color: #000;
}
.home-about h2 {
  line-height: 1.5;
}
.home-about h3 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
}
.home-about .head-btn-viewall {
  width: auto;
  margin: 15px 0 40px;
}
.home-about p {
  margin-bottom: 10px;
  color: #666;
}
.home-about .txt-black {
  color: #000;
}

.txt-orange {
  color: #EC8C00;
}

.txt-black {
  color: #000;
}

.head-black h2 span {
  color: #EC8C00;
}

.whyus-box {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
}

.bg-shiiping {
  background-image: url(../images/bg-yellow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
  margin-top: 50px;
}
.bg-shiiping h2 {
  color: #000;
}
.bg-shiiping a {
  background-color: #222;
  font-size: 1rem;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
  height: 43px;
  font-weight: 500;
  padding: 10px 20px;
  align-items: center;
  transition: 0.5s;
  margin-top: 15px;
  min-width: 150px;
}
.bg-shiiping a:hover {
  background-color: #fff;
  color: #FCC938;
}

.bg-howto-order {
  background-color: #FFF9E8;
  padding: 70px 0;
}
.bg-howto-order .head-page {
  justify-content: center;
  margin: 0;
}

.item-howto {
  margin-top: 30px;
}
.item-howto figure {
  padding: 0 25px;
  text-align: center;
}
.item-howto figure figcaption div img {
  height: 200px;
  width: auto;
  max-width: 100%;
}
.item-howto figure figcaption h3 {
  font-size: 1.1rem;
  line-height: 1.7;
}

.bg-close-order {
  background-color: #333;
  padding: 50px 0;
}
.bg-close-order .head-page {
  justify-content: center;
  margin: 25px 0 0;
}
.bg-close-order .head-page h2 {
  color: #FCC938;
}
.bg-close-order .head-page h2 img {
  width: 25px;
  height: auto;
  margin: -4px 5px 0 0;
}

.item-box-calendar {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.box-calendar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #F6F6EE;
  border: 5px solid #FCC938;
  width: 20%;
  height: 70px;
  padding: 8px;
  font-weight: 500;
  font-size: 1.15rem;
  margin: 10px;
}

.head-faq {
  border-top: 1px solid #eee;
  padding-top: 50px;
}
.head-faq.head-page {
  margin-top: 15px;
}

.faq-wrap {
  margin-bottom: 70px;
}

.head-page h2 span {
  padding-bottom: 10px;
}

.wrap-banner {
  padding: 0;
}

.banner-carousel.owl-carousel .owl-item .banner-img {
  border-radius: 0;
}

/*responsive*/
@media (max-width: 1199px) {
  .home-about {
    padding-right: 40px;
  }
  .home-about h2 {
    font-size: 1.6rem;
  }
  .item-howto figure {
    padding: 0 10px;
  }
  .bg-close-order .head-page {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home-about {
    padding-right: 20px;
  }
  .box-calendar {
    font-size: 1rem;
    border: 3px solid #FCC938;
    height: 53px;
  }
  .bg-close-order .head-page {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home-about {
    padding-right: 0;
  }
  .home-about h2 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .home-about h3 {
    font-size: 1rem;
  }
  .home-about .head-btn-viewall {
    height: 44px;
    padding: 3px 25px 2px 25px;
  }
  .bg-bannerhome {
    padding: 30px 0;
    text-align: center;
  }
  .bg-shiiping {
    padding: 30px;
  }
  .bg-shiiping h2 {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .bg-shiiping a {
    margin-top: 5px;
  }
  .bg-howto-order {
    padding: 35px 0;
  }
  .bg-howto-order .head-page h2 {
    font-size: 1.4rem;
  }
  .item-howto {
    margin-top: 15px;
  }
  .item-howto figure figcaption div img {
    height: 160px;
  }
  .item-howto figure figcaption h3 {
    font-size: 1rem;
  }
  .box-calendar {
    width: 40%;
    height: 50px;
  }
  .bg-close-order {
    padding: 30px 0 40px;
    margin-bottom: 20px;
  }
  .bg-close-order .head-page h2 {
    font-size: 1.4rem;
  }
  .head-page h2 {
    font-size: 1.4rem;
  }
  .head-page h2 span {
    font-size: 0.7rem;
  }
  .head-faq {
    padding-top: 30px;
  }
  .faq-wrap {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=layout.css.map */