@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  80% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 16px;
  font-family: "Roboto", sans-serif; }

body {
  position: relative;
  overflow-x: hidden;
  background: #ffecca !important;
  font-family: "Roboto", sans-serif; }

.box-container {
  background-color: white;
  padding-top: 1em;
  padding-bottom: 1em;
  border: 2px solid #dadada;
  border-radius: 5px; }
  .box-container .content-flex {
    display: flex; }
    @media (max-width: 992px) {
      .box-container .content-flex {
        flex-direction: column-reverse; } }

a {
  text-decoration: none !important; }
  a:hover {
    text-decoration: none; }

.page-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #12c40c; }

.option .box-category {
  color: #fff; }
  .option .box-category .title {
    text-transform: uppercase;
    font-size: 1.1rem;
    background: #ff7730;
    padding: 0.5em;
    margin: 0;
    border-radius: 5px 5px 0 0;
    font-weight: 500; }
  .option .box-category .category-list {
    background: #12c40c;
    padding-left: 0;
    list-style: none; }
    .option .box-category .category-list .category-item {
      padding: 0.5em;
      border-top: 1px solid #fff; }
      .option .box-category .category-list .category-item .category-link {
        display: block;
        width: 100%;
        color: #fff;
        text-decoration-line: none;
        font-size: 1.1rem;
        cursor: pointer; }
        .option .box-category .category-list .category-item .category-link:hover {
          color: #f0f355; }
        .option .box-category .category-list .category-item .category-link::before {
          content: "";
          display: inline-block;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #fff;
          margin-right: 5px;
          position: relative;
          top: -2px; }
.option .box-hotline {
  color: #fff; }
  .option .box-hotline .title {
    text-transform: uppercase;
    font-size: 1.1rem;
    background: #ff7730;
    padding: 0.5em;
    margin: 0;
    border-radius: 5px 5px 0 0;
    font-weight: 500; }
  .option .box-hotline .box-content {
    border: 1px solid #ff7730;
    border-top: none; }
    .option .box-hotline .box-content .hotline {
      border-top: 1px solid #777777;
      padding: 0.5em;
      color: #12c40c;
      font-size: 1.5rem;
      font-weight: bold; }
      .option .box-hotline .box-content .hotline.hotline-1 {
        border-top: none; }
.option .box-page {
  margin-top: 1.5em;
  color: #fff; }
  .option .box-page .title {
    text-transform: uppercase;
    font-size: 1.1rem;
    background: #ff7730;
    padding: 0.5em;
    margin: 0;
    border-radius: 5px 5px 0 0;
    font-weight: 500; }
  .option .box-page .box-content {
    border: 1px solid #ff7730;
    border-top: none; }
.option .box-map {
  margin-top: 1.5em;
  color: #fff; }
  .option .box-map .title {
    text-transform: uppercase;
    font-size: 1.1rem;
    background: #ff7730;
    padding: 0.5em;
    margin: 0;
    border-radius: 5px 5px 0 0;
    font-weight: 500; }
  .option .box-map .box-content {
    border: 1px solid #ff7730;
    border-top: none; }
.option .box-contact {
  margin-top: 1.5em;
  color: #fff; }
  .option .box-contact .title {
    text-transform: uppercase;
    font-size: 1.1rem;
    background: #ff7730;
    padding: 0.5em;
    margin: 0;
    border-radius: 5px 5px 0 0;
    font-weight: 500; }
  .option .box-contact .box-content {
    border: 1px solid #ff7730;
    border-top: none; }
.option .new {
  margin-top: 1.5em;
  color: #fff; }
  .option .new .title {
    text-transform: uppercase;
    font-size: 1.1rem;
    background: #ff7730;
    padding: 0.5em;
    margin: 0;
    border-radius: 5px 5px 0 0;
    font-weight: 500; }
  .option .new .box-content {
    border: 1px solid #ff7730;
    border-top: none; }
    .option .new .box-content .item {
      border-top: 1px solid #777777;
      padding: 0.5em;
      color: #12c40c;
      font-size: 1.5rem;
      font-weight: bold; }
      .option .new .box-content .item.item-1 {
        border-top: none; }
      .option .new .box-content .item .new-item {
        display: flex; }
        .option .new .box-content .item .new-item .img {
          width: 84px;
          height: 84px; }
          .option .new .box-content .item .new-item .img img {
            width: 100%;
            height: 100%;
            border: 1px solid #000; }
        .option .new .box-content .item .new-item .content {
          width: 70%;
          padding-left: 0.5em; }
          .option .new .box-content .item .new-item .content a {
            text-decoration: none;
            color: #000;
            font-size: 1rem;
            font-weight: normal; }
            .option .new .box-content .item .new-item .content a .see-more {
              margin: 0; }
.option .especially {
  margin-top: 1.5em;
  color: #fff; }
  .option .especially .title {
    text-transform: uppercase;
    font-size: 1.1rem;
    background: #ff7730;
    padding: 0.5em;
    margin: 0;
    border-radius: 5px 5px 0 0;
    font-weight: 500; }
  .option .especially .box-content {
    border: 1px solid #ff7730;
    border-top: none; }
    .option .especially .box-content .item {
      border-top: 1px solid #777777;
      padding: 0.5em;
      color: #12c40c;
      font-size: 1.5rem;
      font-weight: bold; }
      .option .especially .box-content .item.item-1 {
        border-top: none; }
      .option .especially .box-content .item .new-item .content a {
        text-decoration: none;
        color: #000;
        font-size: 1rem;
        font-weight: normal; }
      .option .especially .box-content .item .new-item .content .see-more {
        margin: 0; }
.option .box-project {
  margin-top: 1.5em;
  color: #fff; }
  .option .box-project .title {
    text-transform: uppercase;
    font-size: 1.1rem;
    background: #ff7730;
    padding: 0.5em;
    margin: 0;
    border-radius: 5px 5px 0 0;
    font-weight: 500; }
  .option .box-project .box-content {
    border: 1px solid #ff7730;
    border-top: none; }
.option .special-product {
  margin-top: 1.5em;
  color: #fff; }
  .option .special-product .title {
    text-transform: uppercase;
    font-size: 1.1rem;
    background: #ff7730;
    padding: 0.5em;
    margin: 0;
    border-radius: 5px 5px 0 0;
    font-weight: 500; }
  .option .special-product .box-content {
    border: 1px solid #ff7730;
    border-top: none; }
  .option .special-product .category-list {
    list-style: none;
    padding: 0.5em; }
    .option .special-product .category-list .category-item {
      margin-bottom: 0.5em; }
      .option .special-product .category-list .category-item .category-link {
        display: flex; }
        .option .special-product .category-list .category-item .category-link .img {
          width: 100px;
          height: 60px;
          overflow: hidden; }
          .option .special-product .category-list .category-item .category-link .img img {
            width: 100%; }
        .option .special-product .category-list .category-item .category-link .content-text {
          padding-left: 4px;
          width: 70%;
          flex-grow: 1; }
          .option .special-product .category-list .category-item .category-link .content-text .name {
            padding: 0;
            margin: 0;
            font-size: 1rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
          .option .special-product .category-list .category-item .category-link .content-text .text {
            margin: 0;
            color: #ec1f1f; }

header .header-contact {
  background: #333;
  color: #fff;
  padding: 0.5em 0; }
  header .header-contact .container {
    display: flex !important;
    justify-content: space-between; }
    header .header-contact .container .media-link {
      text-decoration: none;
      color: #fff;
      margin-right: 0.5em;
      font-size: 1.1rem; }
header .banner {
  padding: 0; }
  header .banner .image-banner {
    width: 100%; }

footer {
  padding-bottom: 30px;
  color: white; }
  footer .menu {
    transform: translate(0, 80%); }
    footer .menu .menu-list {
      list-style: none;
      padding: 0;
      display: flex;
      justify-content: center; }
      footer .menu .menu-list .menu-item {
        display: inline-block;
        border-right: 2px solid #12c40c;
        cursor: pointer; }
        footer .menu .menu-list .menu-item:last-child {
          border: none; }
        footer .menu .menu-list .menu-item:hover .menu-link {
          color: #dadd0c !important; }
        footer .menu .menu-list .menu-item .menu-link {
          display: block;
          width: 100%;
          padding: 0.5em 1em;
          color: #fff;
          text-decoration-line: none;
          font-size: 1rem;
          text-transform: uppercase;
          font-weight: 600; }
  footer .header {
    padding: 0; }
    footer .header .top {
      background: #1dd32c;
      border-radius: 10px 10px 0 0;
      height: 50px; }
    footer .header .bottom {
      background: linear-gradient(to bottom, #22970a, #1dd32c);
      height: 50px;
      position: relative; }
      footer .header .bottom::after {
        content: "";
        position: absolute;
        height: 50px;
        width: 50px;
        background: linear-gradient(to bottom, #22970a, #1dd32c);
        transform: translate(-90%, 0);
        clip-path: polygon(90% 0, 0% 100%, 100% 100%); }
      footer .header .bottom::before {
        content: "";
        right: 0;
        position: absolute;
        height: 50px;
        width: 50px;
        transform: translate(90%, 0);
        background: linear-gradient(to bottom, #22970a, #1dd32c);
        clip-path: polygon(10% 0, 0% 100%, 100% 100%); }
  footer .contact-footer {
    color: #ffed48; }
  footer .title {
    color: #fff; }
  footer .footer-contact input {
    font-size: 0.8rem;
    padding: 1em; }
  footer .body {
    background: linear-gradient(to bottom, #22970a, #1dd32c); }
    footer .body .footer {
      padding: 2em;
      border-radius: 10px;
      border: 1px dashed white; }

footer {
  display: inline-block; }

footer ul {
  list-style: none; }

footer ul h6 {
  color: white;
  margin-bottom: 5px;
  font-weight: bold; }

footer a p {
  color: white;
  margin-bottom: 5px;
  font-size: 1rem; }
  footer a p:hover {
    color: #1f1f1f;
    transition: all ease 0.3s; }

footer p {
  color: white;
  font-size: 14px;
  margin-bottom: 3px; }

footer .footer-contact li {
  display: inline; }

footer .footer-contact img {
  margin: 10px;
  width: 50px;
  border-radius: 10px; }

footer hr {
  border: 1px solid white; }

.navigation {
  position: sticky;
  z-index: 99;
  top: 0; }
  .navigation .menu {
    background: #12c40c;
    box-shadow: 0 0 5px #6d6d6d; }
    .navigation .menu .menu-list {
      list-style: none;
      padding: 0;
      display: flex; }
      .navigation .menu .menu-list .menu-item {
        display: inline-block;
        border-right: 1px solid #979696;
        cursor: pointer; }
        .navigation .menu .menu-list .menu-item:hover {
          background-color: #ff7730; }
        .navigation .menu .menu-list .menu-item.active-link {
          background-color: #ff7730; }
        .navigation .menu .menu-list .menu-item .menu-link {
          display: block;
          width: 100%;
          padding: 0.5em 1em;
          color: #fff;
          text-decoration-line: none;
          font-size: 1rem;
          text-transform: uppercase;
          font-weight: 600; }
  .navigation .menu-mobile {
    position: sticky;
    top: 10px;
    right: 0;
    z-index: 99;
    color: #fff; }
    .navigation .menu-mobile .navbar-toggler-mobile {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      width: 320px;
      max-width: 100%;
      background-color: #222222;
      transform: translateX(100%);
      opacity: 0;
      transition: all linear 0.3s;
      z-index: 99; }
    .navigation .menu-mobile .overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #414040;
      opacity: 0.7;
      display: none;
      margin: 0;
      z-index: 99; }
    .navigation .menu-mobile .menu-list {
      list-style: none;
      padding: 0; }
      .navigation .menu-mobile .menu-list a {
        text-decoration: none; }
      .navigation .menu-mobile .menu-list .close-navbar i:hover {
        color: #bbbb1a; }
      .navigation .menu-mobile .menu-list .menu-item:hover {
        background: #5e5e5e; }
      .navigation .menu-mobile .menu-list .menu-item .menu-link {
        padding: 10px 20px;
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        text-decoration: none; }
    .navigation .menu-mobile .navbar-toggler-mobile .navbar-toggler-mobile ul li {
      list-style: none;
      color: black; }
    .navigation .menu-mobile .navbar-toggler {
      display: inline-block !important;
      background: #ff7730;
      color: #fff;
      position: absolute;
      right: 10px; }
    .navigation .menu-mobile .navbar #collapsibleNavId {
      display: none !important; }
    .navigation .menu-mobile .navbar-input {
      display: none; }
    .navigation .menu-mobile .navbar-input:checked ~ .overlay {
      display: block; }
    .navigation .menu-mobile .navbar-input:checked ~ .navbar-toggler-mobile {
      transform: translateX(0);
      opacity: 1; }

.home {
  padding-bottom: 1em; }
  .home .container-carousel .carousel-banner {
    position: relative; }
    .home .container-carousel .carousel-banner img {
      height: 400px;
      width: 100%; }
      @media (max-width: 768px) {
        .home .container-carousel .carousel-banner img {
          height: 200px; } }
    .home .container-carousel .carousel-banner .slick-prev {
      position: absolute;
      left: 5%;
      z-index: 2;
      opacity: 0;
      transition: all ease 0.5s; }
      .home .container-carousel .carousel-banner .slick-prev::before {
        font-family: "FontAwesome";
        color: rgba(126, 126, 126, 0.7) !important;
        font-size: 2rem;
        font-weight: 900;
        content: "\f0a8"; }
    .home .container-carousel .carousel-banner .slick-next {
      position: absolute;
      transition: all ease 0.5s;
      right: 5%;
      z-index: 2;
      opacity: 0; }
      .home .container-carousel .carousel-banner .slick-next::before {
        font-family: "FontAwesome";
        color: rgba(126, 126, 126, 0.7) !important;
        font-size: 2rem;
        font-weight: 900;
        content: "\f0a9"; }
    .home .container-carousel .carousel-banner:hover .slick-prev,
    .home .container-carousel .carousel-banner:hover .slick-next {
      opacity: 1; }
  .home .home-infor {
    padding: 20px 10px 10px 10px;
    background: #f2f2f2; }
    .home .home-infor .div-infor {
      display: flex; }
      .home .home-infor .div-infor .img img {
        width: 55px;
        height: 55px; }
      .home .home-infor .div-infor .ct-infor {
        margin-left: 0.5em; }
        .home .home-infor .div-infor .ct-infor .title {
          text-transform: uppercase;
          color: #12c40c;
          margin: 0;
          font-size: 1rem; }
        .home .home-infor .div-infor .ct-infor p {
          font-size: 0.8rem; }
  .home .sale-banner {
    margin: 1em 0; }
    .home .sale-banner img {
      width: 100%; }
  .home .news-wrap .heading a {
    border-radius: 5px;
    text-align: center;
    margin-top: 1em;
    display: block;
    color: #fff;
    text-decoration-line: none;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 0.5em;
    font-weight: bold;
    background: #12c40c; }
  .home .news-wrap .product-container .product-item {
    margin-top: 1em;
    overflow: hidden;
    display: block;
    position: relative;
    overflow: hidden; }
    .home .news-wrap .product-container .product-item .img {
      overflow: hidden;
      height: 200px; }
      .home .news-wrap .product-container .product-item .img img {
        width: 100%;
        z-index: 1;
        transition: all ease 0.5s; }
        .home .news-wrap .product-container .product-item .img img:hover {
          transform: scale(1.1); }
    .home .news-wrap .product-container .product-item h3 {
      height: 3em;
      width: 100%;
      text-transform: uppercase;
      text-align: center;
      text-decoration-line: none;
      font-size: 0.9rem;
      line-height: 1.5;
      background: #12c40c;
      color: #fff;
      z-index: 2;
      bottom: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .home .news-wrap .product-container .product-item .price {
      text-align: center;
      font-weight: bold;
      color: #d60d0d;
      margin: 2px; }
    .home .news-wrap .product-container .product-item .container-btn {
      text-align: center; }
      .home .news-wrap .product-container .product-item .container-btn .btn {
        padding: 3px;
        width: 80px;
        padding: 0; }
  .home .testimonial {
    margin-top: 50px;
    padding: 20px 0 20px 0;
    background: #f3f3f3; }
    .home .testimonial .title {
      color: #12c40c;
      padding: 10px 0;
      font-size: 1.8rem;
      font-weight: bold; }
    .home .testimonial .testimonials-desc p {
      font-size: 1.1rem; }
    .home .testimonial .owl-carousel .item {
      position: relative;
      padding: 0 0 0 65px; }
      .home .testimonial .owl-carousel .item .avatar {
        width: 120px;
        height: 120px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        z-index: 1;
        border-radius: 50%;
        overflow: hidden;
        border: 5px solid #fff;
        -webkit-box-shadow: 5px 6px 8px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 5px 6px 8px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 5px 6px 8px 0px rgba(0, 0, 0, 0.5);
        z-index: 2; }
    .home .testimonial .owl-carousel .testimonials-content {
      background: #fff;
      overflow: hidden;
      color: #333;
      margin: auto;
      padding: 40px 35px 40px 80px;
      background: #fff;
      border-radius: 70px 0 70px 0;
      border: 1px solid #e1e1e1; }
  .home .new-section {
    padding: 20px 0; }
    .home .new-section .heading a {
      text-transform: uppercase;
      color: #333;
      text-decoration-line: none; }
    .home .new-section .sh-blog-shortcode .post-item .post-inner {
      background: #f6f6f6; }
      .home .new-section .sh-blog-shortcode .post-item .post-inner .entry-thumb a {
        overflow: hidden;
        display: block; }
        .home .new-section .sh-blog-shortcode .post-item .post-inner .entry-thumb a img {
          width: 100%;
          height: 200px;
          transition: all ease 0.5s; }
        .home .new-section .sh-blog-shortcode .post-item .post-inner .entry-thumb a:hover img {
          transform: scale(1.1); }
      .home .new-section .sh-blog-shortcode .post-item .post-inner .entry-content {
        padding: 2px 10px 10px 10px; }
        .home .new-section .sh-blog-shortcode .post-item .post-inner .entry-content .entry-title {
          margin: 10px 0 5px 0;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.4; }
          .home .new-section .sh-blog-shortcode .post-item .post-inner .entry-content .entry-title a {
            text-decoration: none;
            color: #12c40c; }
        .home .new-section .sh-blog-shortcode .post-item .post-inner .entry-content .entry-description p {
          font-size: 0.9rem; }
        .home .new-section .sh-blog-shortcode .post-item .post-inner .entry-content .view-more {
          background: #4a62e9;
          color: #fff;
          display: inline-block;
          padding: 1px 12px;
          text-decoration: none;
          font-size: 1.1rem; }
  .home .sale_banner {
    margin: 20px 0; }
    .home .sale_banner .hover-border {
      margin: 0;
      margin-top: 10px;
      position: relative;
      background: none;
      font-size: 18px;
      cursor: pointer;
      display: inline-block;
      position: relative;
      border: 1px solid #dbdbdb;
      width: 100%;
      padding: 19px; }
    .home .sale_banner .hover-border::before,
    .home .sale_banner .hover-border::after {
      content: "";
      width: 0;
      height: 1px;
      position: absolute;
      transition: all 0.2s linear;
      background: #ff7730; }
    .home .sale_banner a::before,
    .home .sale_banner a::after {
      content: "";
      width: 1px;
      height: 0;
      position: absolute;
      transition: all 0.2s linear;
      background: #ff7730; }
    .home .sale_banner .hover-border:hover::before,
    .home .sale_banner .hover-border:hover::after {
      width: 100%; }
    .home .sale_banner .hover-border:hover a::before,
    .home .sale_banner .hover-border:hover a::after {
      height: 100%; }
    .home .sale_banner .hover-border a::before,
    .home .sale_banner .hover-border a::after {
      transition-delay: 0s; }
    .home .sale_banner .hover-border::before {
      right: 0;
      top: 0; }
    .home .sale_banner .hover-border::after {
      left: 0;
      bottom: 0; }
    .home .sale_banner .hover-border a::before {
      left: 0;
      top: 0; }
    .home .sale_banner .hover-border a::after {
      right: 0;
      bottom: 0; }
    .home .sale_banner .hover-border:hover::before,
    .home .sale_banner .hover-border:hover::after {
      transition-delay: 0s; }
    .home .sale_banner .hover-border a {
      display: flex;
      text-decoration: none; }
      .home .sale_banner .hover-border a .icon-logo {
        font-size: 45px;
        color: #fcb040;
        padding: 0;
        margin-right: 0.3em; }
      .home .sale_banner .hover-border a .content .title {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 0;
        line-height: 1.3; }
      .home .sale_banner .hover-border a .content .text {
        color: #919191; }

.about-us {
  padding-bottom: 1em; }
  .about-us .option .box-category {
    color: #fff; }
    .about-us .option .box-category .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .about-us .option .box-category .category-list {
      background: #12c40c;
      padding-left: 0;
      list-style: none; }
      .about-us .option .box-category .category-list .category-item {
        padding: 0.5em;
        border-top: 1px solid #fff;
        text-transform: uppercase; }
        .about-us .option .box-category .category-list .category-item .category-link {
          display: block;
          width: 100%;
          color: #fff;
          text-decoration-line: none;
          font-size: 1.1rem;
          cursor: pointer; }
          .about-us .option .box-category .category-list .category-item .category-link:hover {
            color: #f0f355; }
          .about-us .option .box-category .category-list .category-item .category-link::before {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #fff;
            margin-right: 5px;
            position: relative;
            top: -2px; }
  .about-us .option .box-hotline {
    color: #fff; }
    .about-us .option .box-hotline .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .about-us .option .box-hotline .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .about-us .option .box-hotline .box-content .hotline {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .about-us .option .box-hotline .box-content .hotline.hotline-1 {
          border-top: none; }
  .about-us .option .new {
    margin-top: 1.5em;
    color: #fff; }
    .about-us .option .new .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .about-us .option .new .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .about-us .option .new .box-content .item {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .about-us .option .new .box-content .item.item-1 {
          border-top: none; }
        .about-us .option .new .box-content .item .new-item {
          display: flex; }
          .about-us .option .new .box-content .item .new-item .img {
            width: 84px;
            height: 84px; }
            .about-us .option .new .box-content .item .new-item .img img {
              width: 100%;
              height: 100%;
              border: 1px solid #000; }
          .about-us .option .new .box-content .item .new-item .content {
            width: 70%;
            padding-left: 0.5em; }
            .about-us .option .new .box-content .item .new-item .content a {
              text-decoration: none;
              color: #000;
              font-size: 1rem;
              font-weight: normal; }
              .about-us .option .new .box-content .item .new-item .content a .see-more {
                margin: 0; }
  .about-us .option .especially {
    margin-top: 1.5em;
    color: #fff; }
    .about-us .option .especially .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .about-us .option .especially .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .about-us .option .especially .box-content .item {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .about-us .option .especially .box-content .item.item-1 {
          border-top: none; }
        .about-us .option .especially .box-content .item .new-item .content a {
          text-decoration: none;
          color: #000;
          font-size: 1rem;
          font-weight: normal; }
        .about-us .option .especially .box-content .item .new-item .content .see-more {
          margin: 0; }

.contact {
  padding-bottom: 1em; }
  .contact .option .box-category {
    color: #fff; }
    .contact .option .box-category .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .contact .option .box-category .category-list {
      background: #12c40c;
      padding-left: 0;
      list-style: none; }
      .contact .option .box-category .category-list .category-item {
        padding: 0.5em;
        border-top: 1px solid #fff;
        text-transform: uppercase; }
        .contact .option .box-category .category-list .category-item .category-link {
          display: block;
          width: 100%;
          color: #fff;
          text-decoration-line: none;
          font-size: 1.1rem;
          cursor: pointer; }
          .contact .option .box-category .category-list .category-item .category-link:hover {
            color: #f0f355; }
          .contact .option .box-category .category-list .category-item .category-link::before {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #fff;
            margin-right: 5px;
            position: relative;
            top: -2px; }
  .contact .option .box-hotline {
    color: #fff; }
    .contact .option .box-hotline .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .contact .option .box-hotline .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .contact .option .box-hotline .box-content .hotline {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .contact .option .box-hotline .box-content .hotline.hotline-1 {
          border-top: none; }
  .contact .option .new {
    margin-top: 1.5em;
    color: #fff; }
    .contact .option .new .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .contact .option .new .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .contact .option .new .box-content .item {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .contact .option .new .box-content .item.item-1 {
          border-top: none; }
        .contact .option .new .box-content .item .new-item {
          display: flex; }
          .contact .option .new .box-content .item .new-item .img {
            width: 84px;
            height: 84px; }
            .contact .option .new .box-content .item .new-item .img img {
              width: 100%;
              height: 100%;
              border: 1px solid #000; }
          .contact .option .new .box-content .item .new-item .content {
            width: 70%;
            padding-left: 0.5em; }
            .contact .option .new .box-content .item .new-item .content a {
              text-decoration: none;
              color: #000;
              font-size: 1rem;
              font-weight: normal; }
              .contact .option .new .box-content .item .new-item .content a .see-more {
                margin: 0; }
  .contact .option .especially {
    margin-top: 1.5em;
    color: #fff; }
    .contact .option .especially .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .contact .option .especially .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .contact .option .especially .box-content .item {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .contact .option .especially .box-content .item.item-1 {
          border-top: none; }
        .contact .option .especially .box-content .item .new-item .content a {
          text-decoration: none;
          color: #000;
          font-size: 1rem;
          font-weight: normal; }
        .contact .option .especially .box-content .item .new-item .content .see-more {
          margin: 0; }
  .contact .container-form .form-group label {
    font-weight: bold;
    margin-top: 10px; }
  .contact .container-form .map {
    width: 100%; }

.service {
  padding-bottom: 1em; }
  .service .option .box-category {
    color: #fff; }
    .service .option .box-category .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .service .option .box-category .category-list {
      background: #12c40c;
      padding-left: 0;
      list-style: none; }
      .service .option .box-category .category-list .category-item {
        padding: 0.5em;
        border-top: 1px solid #fff;
        text-transform: uppercase; }
        .service .option .box-category .category-list .category-item .category-link {
          display: block;
          width: 100%;
          color: #fff;
          text-decoration-line: none;
          font-size: 1.1rem;
          cursor: pointer; }
          .service .option .box-category .category-list .category-item .category-link:hover {
            color: #f0f355; }
          .service .option .box-category .category-list .category-item .category-link::before {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #fff;
            margin-right: 5px;
            position: relative;
            top: -2px; }
  .service .option .box-hotline {
    color: #fff; }
    .service .option .box-hotline .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .service .option .box-hotline .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .service .option .box-hotline .box-content .hotline {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .service .option .box-hotline .box-content .hotline.hotline-1 {
          border-top: none; }
  .service .option .new {
    margin-top: 1.5em;
    color: #fff; }
    .service .option .new .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .service .option .new .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .service .option .new .box-content .item {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .service .option .new .box-content .item.item-1 {
          border-top: none; }
        .service .option .new .box-content .item .new-item {
          display: flex; }
          .service .option .new .box-content .item .new-item .img {
            width: 84px;
            height: 84px; }
            .service .option .new .box-content .item .new-item .img img {
              width: 100%;
              height: 100%;
              border: 1px solid #000; }
          .service .option .new .box-content .item .new-item .content {
            width: 70%;
            padding-left: 0.5em; }
            .service .option .new .box-content .item .new-item .content a {
              text-decoration: none;
              color: #000;
              font-size: 1rem;
              font-weight: normal; }
              .service .option .new .box-content .item .new-item .content a .see-more {
                margin: 0; }
  .service .option .especially {
    margin-top: 1.5em;
    color: #fff; }
    .service .option .especially .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .service .option .especially .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .service .option .especially .box-content .item {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .service .option .especially .box-content .item.item-1 {
          border-top: none; }
        .service .option .especially .box-content .item .new-item .content a {
          text-decoration: none;
          color: #000;
          font-size: 1rem;
          font-weight: normal; }
        .service .option .especially .box-content .item .new-item .content .see-more {
          margin: 0; }
  .service .main .new-list .new-item {
    padding: 10px 0; }
    .service .main .new-list .new-item .img {
      margin-right: 10px; }
      .service .main .new-list .new-item .img a {
        display: block;
        width: 300px;
        height: 200px; }
        @media (max-width: 992px) {
          .service .main .new-list .new-item .img a {
            width: 150px;
            height: 100px; } }
      .service .main .new-list .new-item .img img {
        width: 100%;
        height: 100%; }
    .service .main .new-list .new-item .content .title {
      margin-bottom: 1em;
      color: #12c40c;
      font-size: 1.2rem;
      font-weight: 500;
      text-decoration: none; }
    .service .main .new-list .new-item .content .text {
      font-size: 0.9rem; }
    .service .main .new-list .new-item hr {
      padding: 1px;
      margin: 0; }
    .service .main .new-list .new-item .time-content {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .service .main .new-list .new-item .time-content a {
        text-decoration-line: none; }
      .service .main .new-list .new-item .time-content p {
        margin: 0;
        font-size: 0.9rem;
        border-right: 1px solid #000;
        padding-right: 2px;
        display: inline-block; }
      .service .main .new-list .new-item .time-content span a {
        font-size: 0.9rem; }

.new {
  padding-bottom: 1em; }
  .new .option .box-category {
    color: #fff; }
    .new .option .box-category .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .new .option .box-category .category-list {
      background: #12c40c;
      padding-left: 0;
      list-style: none; }
      .new .option .box-category .category-list .category-item {
        padding: 0.5em;
        border-top: 1px solid #fff;
        text-transform: uppercase; }
        .new .option .box-category .category-list .category-item .category-link {
          display: block;
          width: 100%;
          color: #fff;
          text-decoration-line: none;
          font-size: 1.1rem;
          cursor: pointer; }
          .new .option .box-category .category-list .category-item .category-link:hover {
            color: #f0f355; }
          .new .option .box-category .category-list .category-item .category-link::before {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #fff;
            margin-right: 5px;
            position: relative;
            top: -2px; }
  .new .option .box-hotline {
    color: #fff; }
    .new .option .box-hotline .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .new .option .box-hotline .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .new .option .box-hotline .box-content .hotline {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .new .option .box-hotline .box-content .hotline.hotline-1 {
          border-top: none; }
  .new .option .new {
    margin-top: 1.5em;
    color: #fff; }
    .new .option .new .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .new .option .new .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .new .option .new .box-content .item {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .new .option .new .box-content .item.item-1 {
          border-top: none; }
        .new .option .new .box-content .item .new-item {
          display: flex; }
          .new .option .new .box-content .item .new-item .img {
            width: 84px;
            height: 84px; }
            .new .option .new .box-content .item .new-item .img img {
              width: 100%;
              height: 100%;
              border: 1px solid #000; }
          .new .option .new .box-content .item .new-item .content {
            width: 70%;
            padding-left: 0.5em; }
            .new .option .new .box-content .item .new-item .content a {
              text-decoration: none;
              color: #000;
              font-size: 1rem;
              font-weight: normal; }
              .new .option .new .box-content .item .new-item .content a .see-more {
                margin: 0; }
  .new .option .especially {
    margin-top: 1.5em;
    color: #fff; }
    .new .option .especially .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .new .option .especially .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .new .option .especially .box-content .item {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .new .option .especially .box-content .item.item-1 {
          border-top: none; }
        .new .option .especially .box-content .item .new-item .content a {
          text-decoration: none;
          color: #000;
          font-size: 1rem;
          font-weight: normal; }
        .new .option .especially .box-content .item .new-item .content .see-more {
          margin: 0; }
  .new .main .new-list .new-item {
    padding: 10px 0; }
    .new .main .new-list .new-item .img {
      margin-right: 10px; }
      .new .main .new-list .new-item .img a {
        display: block;
        width: 300px;
        height: 200px; }
        @media (max-width: 992px) {
          .new .main .new-list .new-item .img a {
            width: 150px;
            height: 100px; } }
      .new .main .new-list .new-item .img img {
        width: 100%;
        height: 100%; }
    .new .main .new-list .new-item .content .title {
      margin-bottom: 1em;
      color: #12c40c;
      font-size: 1.2rem;
      font-weight: 500;
      text-decoration: none; }
    .new .main .new-list .new-item .content .text {
      font-size: 0.9rem; }
    .new .main .new-list .new-item hr {
      padding: 1px;
      margin: 0; }
    .new .main .new-list .new-item .time-content {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .new .main .new-list .new-item .time-content a {
        text-decoration-line: none; }
      .new .main .new-list .new-item .time-content p {
        margin: 0;
        font-size: 0.9rem;
        border-right: 1px solid #000;
        padding-right: 2px;
        display: inline-block; }
      .new .main .new-list .new-item .time-content span a {
        font-size: 0.9rem; }

.discount {
  padding-bottom: 1em; }
  .discount .option .box-category {
    color: #fff; }
    .discount .option .box-category .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .discount .option .box-category .category-list {
      background: #12c40c;
      padding-left: 0;
      list-style: none; }
      .discount .option .box-category .category-list .category-item {
        padding: 0.5em;
        border-top: 1px solid #fff;
        text-transform: uppercase; }
        .discount .option .box-category .category-list .category-item .category-link {
          display: block;
          width: 100%;
          color: #fff;
          text-decoration-line: none;
          font-size: 1.1rem;
          cursor: pointer; }
          .discount .option .box-category .category-list .category-item .category-link:hover {
            color: #f0f355; }
          .discount .option .box-category .category-list .category-item .category-link::before {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #fff;
            margin-right: 5px;
            position: relative;
            top: -2px; }
  .discount .option .box-hotline {
    color: #fff; }
    .discount .option .box-hotline .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .discount .option .box-hotline .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .discount .option .box-hotline .box-content .hotline {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .discount .option .box-hotline .box-content .hotline.hotline-1 {
          border-top: none; }
  .discount .option .new {
    margin-top: 1.5em;
    color: #fff; }
    .discount .option .new .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .discount .option .new .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .discount .option .new .box-content .item {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .discount .option .new .box-content .item.item-1 {
          border-top: none; }
        .discount .option .new .box-content .item .new-item {
          display: flex; }
          .discount .option .new .box-content .item .new-item .img {
            width: 84px;
            height: 84px; }
            .discount .option .new .box-content .item .new-item .img img {
              width: 100%;
              height: 100%;
              border: 1px solid #000; }
          .discount .option .new .box-content .item .new-item .content {
            width: 70%;
            padding-left: 0.5em; }
            .discount .option .new .box-content .item .new-item .content a {
              text-decoration: none;
              color: #000;
              font-size: 1rem;
              font-weight: normal; }
              .discount .option .new .box-content .item .new-item .content a .see-more {
                margin: 0; }
  .discount .option .especially {
    margin-top: 1.5em;
    color: #fff; }
    .discount .option .especially .title {
      text-transform: uppercase;
      font-size: 1.1rem;
      background: #ff7730;
      padding: 0.5em;
      margin: 0; }
    .discount .option .especially .box-content {
      border: 1px solid #777777;
      border-top: none; }
      .discount .option .especially .box-content .item {
        border-top: 1px solid #777777;
        padding: 0.5em;
        color: #12c40c;
        font-size: 1.5rem;
        font-weight: bold; }
        .discount .option .especially .box-content .item.item-1 {
          border-top: none; }
        .discount .option .especially .box-content .item .new-item .content a {
          text-decoration: none;
          color: #000;
          font-size: 1rem;
          font-weight: normal; }
        .discount .option .especially .box-content .item .new-item .content .see-more {
          margin: 0; }

@media (max-width: 1200px) {
  .product-detail .detail-product {
    width: 100%; } }
.product-detail .detail-product .box-overview {
  display: flex;
  flex-wrap: wrap; }
  .product-detail .detail-product .box-overview .box-img-product {
    width: 50%;
    padding: 1em; }
    @media (max-width: 540px) {
      .product-detail .detail-product .box-overview .box-img-product {
        width: 100%; } }
    .product-detail .detail-product .box-overview .box-img-product .container-carousel .slider-for img {
      width: 100%; }
    .product-detail .detail-product .box-overview .box-img-product .container-carousel .slider-nav {
      margin-top: 1em; }
      .product-detail .detail-product .box-overview .box-img-product .container-carousel .slider-nav img {
        width: 100%;
        padding: 10px;
        height: 100px;
        margin: 0; }
    .product-detail .detail-product .box-overview .box-img-product .container-carousel .slick-dots {
      bottom: 0;
      background: #dddddd; }
      .product-detail .detail-product .box-overview .box-img-product .container-carousel .slick-dots button::before {
        font-size: 0.7rem !important; }
    .product-detail .detail-product .box-overview .box-img-product .container-carousel .slick-prev {
      position: absolute;
      left: -6%;
      z-index: 2; }
      .product-detail .detail-product .box-overview .box-img-product .container-carousel .slick-prev::before {
        font-size: 2rem;
        color: #333; }
    .product-detail .detail-product .box-overview .box-img-product .container-carousel .slick-next {
      position: absolute;
      right: -3%;
      z-index: 2; }
      .product-detail .detail-product .box-overview .box-img-product .container-carousel .slick-next::before {
        font-size: 2rem;
        color: #333; }
    .product-detail .detail-product .box-overview .box-img-product .container-carousel .slick-dots {
      bottom: 5px; }
      .product-detail .detail-product .box-overview .box-img-product .container-carousel .slick-dots li button::before {
        font-size: 0.5rem !important; }
    .product-detail .detail-product .box-overview .box-img-product .box-option-show {
      margin: 1em 0;
      display: flex;
      justify-content: space-between; }
      .product-detail .detail-product .box-overview .box-img-product .box-option-show .option-show-item {
        width: 30%;
        text-align: center;
        cursor: pointer; }
        .product-detail .detail-product .box-overview .box-img-product .box-option-show .option-show-item a {
          color: #000 !important;
          display: block;
          font-size: 2rem;
          border: 1px solid #12c40c;
          border-radius: 5px;
          background: #919191; }
          .product-detail .detail-product .box-overview .box-img-product .box-option-show .option-show-item a:hover {
            background: #cccccc; }
        .product-detail .detail-product .box-overview .box-img-product .box-option-show .option-show-item .title {
          margin-top: 0.5em;
          font-size: 0.9rem; }
    .product-detail .detail-product .box-overview .box-img-product .media-contact .contact {
      display: block;
      margin: 0;
      margin-top: 0.5em;
      font-size: 1rem;
      font-weight: 500;
      color: #000; }
  .product-detail .detail-product .box-overview .box-order {
    width: 50%;
    padding: 1em; }
    @media (max-width: 540px) {
      .product-detail .detail-product .box-overview .box-order {
        width: 100%; } }
    .product-detail .detail-product .box-overview .box-order .heading-box .title {
      font-size: 1.3rem;
      padding-bottom: 0.5em;
      margin: 0; }
    .product-detail .detail-product .box-overview .box-order .heading-box .container-name {
      display: flex;
      justify-content: space-between; }
      .product-detail .detail-product .box-overview .box-order .heading-box .container-name .rate-star .star .checked {
        color: orange; }
    .product-detail .detail-product .box-overview .box-order .property-list * {
      margin: 0; }
    .product-detail .detail-product .box-overview .box-order .property-list .property-item {
      display: flex;
      align-items: center;
      margin-top: 0.7em; }
      .product-detail .detail-product .box-overview .box-order .property-list .property-item .title {
        width: 150px; }
        @media (max-width: 768px) {
          .product-detail .detail-product .box-overview .box-order .property-list .property-item .title {
            width: 100px; } }
      .product-detail .detail-product .box-overview .box-order .property-list .property-item .sale-price {
        color: #f0f355;
        font-size: 1.5rem;
        font-weight: 700; }
      .product-detail .detail-product .box-overview .box-order .property-list .property-item .base-price .price {
        text-decoration-line: line-through; }
      .product-detail .detail-product .box-overview .box-order .property-list .property-item .base-price .percent-sale {
        text-decoration: none;
        background: #4a62e9;
        margin-left: 1em;
        padding: 0.3em;
        padding-left: 1em;
        clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
        color: #fff; }
      .product-detail .detail-product .box-overview .box-order .property-list .property-item .increases-form {
        margin: 0 auto;
        text-align: center; }
        .product-detail .detail-product .box-overview .box-order .property-list .property-item .increases-form .value-button {
          display: inline-block;
          border: 1px solid #ddd;
          margin: 0px;
          margin-bottom: 5px;
          height: 40px;
          width: 40px;
          text-align: center;
          vertical-align: middle;
          padding: 5px 0;
          background: #eee;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
        .product-detail .detail-product .box-overview .box-order .property-list .property-item .increases-form .value-button:hover {
          cursor: pointer; }
        .product-detail .detail-product .box-overview .box-order .property-list .property-item .increases-form #decrease {
          margin-right: -4px;
          border-radius: 8px 0 0 8px; }
        .product-detail .detail-product .box-overview .box-order .property-list .property-item .increases-form #increase {
          margin-left: -4px;
          border-radius: 0 8px 8px 0; }
        .product-detail .detail-product .box-overview .box-order .property-list .property-item .increases-form #input-wrap {
          margin: 0px;
          padding: 0px; }
        .product-detail .detail-product .box-overview .box-order .property-list .property-item .increases-form input#number {
          text-align: center;
          border: none;
          border-top: 1px solid #ddd;
          border-bottom: 1px solid #ddd;
          margin: 0px;
          width: 40px;
          height: 40px; }
        .product-detail .detail-product .box-overview .box-order .property-list .property-item .increases-form input[type="number"]::-webkit-inner-spin-button,
        .product-detail .detail-product .box-overview .box-order .property-list .property-item .increases-form input[type="number"]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
    .product-detail .detail-product .box-overview .box-order .container-button {
      margin: 2em 0;
      display: flex; }
      .product-detail .detail-product .box-overview .box-order .container-button .button {
        margin-left: 3px;
        width: 120px;
        color: #fff;
        text-transform: uppercase;
        font-size: 0.9rem;
        padding: 0.5em 0;
        text-align: center;
        border-radius: 5px; }
        .product-detail .detail-product .box-overview .box-order .container-button .button.btn-red {
          background: #da251c; }
          .product-detail .detail-product .box-overview .box-order .container-button .button.btn-red:hover {
            background: #eb3228; }
        .product-detail .detail-product .box-overview .box-order .container-button .button.btn-blue {
          background: #0054a5; }
          .product-detail .detail-product .box-overview .box-order .container-button .button.btn-blue:hover {
            background: #0c6bc4; }
        .product-detail .detail-product .box-overview .box-order .container-button .button.btn-green {
          background: #0fa80f; }
          .product-detail .detail-product .box-overview .box-order .container-button .button.btn-green:hover {
            background: #1fc41f; }
    .product-detail .detail-product .box-overview .box-order .box-info {
      border: 2px solid #12c40c;
      padding: 5px;
      border-radius: 5px; }
      .product-detail .detail-product .box-overview .box-order .box-info .info {
        display: flex; }
        .product-detail .detail-product .box-overview .box-order .box-info .info .icon {
          padding: 5px;
          font-size: 1.3rem;
          color: #12c40c; }
        .product-detail .detail-product .box-overview .box-order .box-info .info .text {
          padding: 3px; }
      .product-detail .detail-product .box-overview .box-order .box-info .see-more {
        text-align: right; }
.product-detail .detail-product .box-detail .tab-menu ul {
  margin: 0;
  padding: 0; }
  .product-detail .detail-product .box-detail .tab-menu ul li {
    list-style-type: none;
    display: inline-block; }
  .product-detail .detail-product .box-detail .tab-menu ul li a {
    margin-top: 1em;
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
    background-color: #919191;
    padding: 7px 25px;
    border-radius: 4px;
    cursor: pointer; }
  .product-detail .detail-product .box-detail .tab-menu ul li a.active-a {
    background-color: #12c40c;
    color: #ffffff; }
.product-detail .detail-product .box-detail .tab {
  display: none; }
.product-detail .detail-product .box-detail .tab h2 {
  color: rgba(0, 0, 0, 0.7); }
.product-detail .detail-product .box-detail .tab p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify; }
.product-detail .detail-product .box-detail .tab-active {
  display: block; }
.product-detail .detail-product .box-detail .container-content {
  padding: 1em; }
  .product-detail .detail-product .box-detail .container-content .table-flex {
    display: flex; }
  .product-detail .detail-product .box-detail .container-content .table-of-contents {
    margin: 1em 0;
    border: 2px solid #12c40c;
    max-width: 450px; }
    .product-detail .detail-product .box-detail .container-content .table-of-contents .title {
      background: #12c40c;
      font-size: 1.1rem;
      padding: 0.5em 1em;
      color: #fff; }
    .product-detail .detail-product .box-detail .container-content .table-of-contents .content-list {
      padding: 1em; }
      .product-detail .detail-product .box-detail .container-content .table-of-contents .content-list .content-item {
        margin-bottom: 0.5em;
        font-weight: bold; }
        .product-detail .detail-product .box-detail .container-content .table-of-contents .content-list .content-item .list-style {
          display: inline-block;
          width: 0.8em;
          height: 0.8em;
          background: #12c40c;
          margin-right: 0.5em;
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
          font-size: 1.1rem; }
  .product-detail .detail-product .box-detail .container-content .icon-sticky {
    position: -webkit-sticky;
    position: fixed;
    top: 30%;
    left: 1em;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.5s; }
    .product-detail .detail-product .box-detail .container-content .icon-sticky .target-check {
      background: #12c40c;
      color: #fff;
      padding: 0.2em 0.5em;
      font-size: 2rem;
      border-radius: 5px;
      cursor: pointer; }
    .product-detail .detail-product .box-detail .container-content .icon-sticky .table-of-contents-input {
      display: none; }
    .product-detail .detail-product .box-detail .container-content .icon-sticky .overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: none;
      background: rgba(110, 110, 110, 0.3);
      margin: 0; }
    .product-detail .detail-product .box-detail .container-content .icon-sticky .table-of-contents-input:checked ~ .overlay {
      display: block; }
    .product-detail .detail-product .box-detail .container-content .icon-sticky .table-of-contents-input:checked ~ .table-of-contents-sticky {
      transform: translateX(0);
      display: block;
      opacity: 1; }
    .product-detail .detail-product .box-detail .container-content .icon-sticky .table-of-contents-sticky {
      position: absolute;
      margin: 1em 0;
      top: -100px;
      border: 2px solid #12c40c;
      background: white;
      width: 320px;
      transform: translateX(-150%);
      opacity: 0;
      transition: all linear 0.3s; }
      .product-detail .detail-product .box-detail .container-content .icon-sticky .table-of-contents-sticky .title {
        background: #12c40c;
        font-size: 1.1rem;
        padding: 0.5em 1em;
        color: #fff; }
      .product-detail .detail-product .box-detail .container-content .icon-sticky .table-of-contents-sticky .content-list {
        padding: 1em; }
        .product-detail .detail-product .box-detail .container-content .icon-sticky .table-of-contents-sticky .content-list .content-item {
          margin-bottom: 0.5em;
          font-weight: bold; }
          .product-detail .detail-product .box-detail .container-content .icon-sticky .table-of-contents-sticky .content-list .content-item .list-style {
            display: inline-block;
            width: 0.8em;
            height: 0.8em;
            background: #12c40c;
            margin-right: 0.5em;
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
            font-size: 1.1rem; }
  .product-detail .detail-product .box-detail .container-content .content .text {
    color: #000; }
  .product-detail .detail-product .box-detail .container-content .content .image {
    width: 50%;
    margin: 1em auto;
    display: block; }
    @media (max-width: 992px) {
      .product-detail .detail-product .box-detail .container-content .content .image {
        width: 100%; } }
  .product-detail .detail-product .box-detail .container-content .content .container-button {
    text-align: center;
    margin-top: 1em; }
    .product-detail .detail-product .box-detail .container-content .content .container-button #see-more-btn {
      border: 1px solid #12c40c;
      width: 200px;
      border-radius: 5px;
      margin: auto;
      padding: 0.5em 1em;
      cursor: pointer; }

.order {
  margin-bottom: 2em;
  margin-top: 1em; }
  .order .content .product-list .product-item {
    display: flex;
    padding: 1em;
    border-radius: 5px;
    background: #eeeeee;
    margin-top: 1em; }
    .order .content .product-list .product-item .img {
      width: 200px;
      height: 150px;
      overflow: hidden; }
      .order .content .product-list .product-item .img img {
        width: 100%; }
    .order .content .product-list .product-item .detail {
      padding-left: 1em;
      width: 70%;
      flex-grow: 1; }
      .order .content .product-list .product-item .detail .title {
        margin: 0;
        font-size: 1.2rem;
        height: 1.3em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
      .order .content .product-list .product-item .detail .text {
        margin: 0;
        padding-top: 3px; }
  .order .content .order {
    position: sticky;
    top: 3em; }
    .order .content .order .total-money {
      margin-top: 1em;
      padding: 1em;
      border-radius: 5px;
      background: #eeeeee; }
      .order .content .order .total-money .title {
        font-size: 1.2rem; }
      .order .content .order .total-money .text {
        font-size: 2rem;
        color: #ee2929;
        margin: 0;
        font-weight: bold; }
    .order .content .order .contact {
      margin-top: 1em;
      background-size: cover;
      border-radius: 5px;
      overflow: hidden;
      height: 400px;
      position: relative;
      border: none;
      background-color: #0cd41c; }
      .order .content .order .contact .title {
        font-size: 1.1rem;
        font-weight: bold; }
      .order .content .order .contact .text {
        font-size: 1rem;
        text-shadow: none;
        font-weight: normal; }
      .order .content .order .contact input {
        font-size: 0.8rem;
        margin-top: 0.5em; }
      .order .content .order .contact textarea {
        margin-top: 0.5em;
        resize: none; }

.products {
  padding-bottom: 1em; }
  .products .home-infor {
    padding: 20px 10px 10px 10px;
    background: #f2f2f2; }
    .products .home-infor .div-infor {
      display: flex; }
      .products .home-infor .div-infor .img img {
        width: 55px;
        height: 55px; }
      .products .home-infor .div-infor .ct-infor {
        margin-left: 0.5em; }
        .products .home-infor .div-infor .ct-infor .title {
          text-transform: uppercase;
          color: #12c40c;
          margin: 0;
          font-size: 1rem; }
        .products .home-infor .div-infor .ct-infor p {
          font-size: 0.8rem; }
  .products .sale-banner {
    margin: 1em 0; }
    .products .sale-banner img {
      width: 100%; }
  .products .news-wrap .heading a {
    border-radius: 5px;
    text-align: center;
    margin-top: 1em;
    display: block;
    color: #fff;
    text-decoration-line: none;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 0.5em;
    font-weight: bold;
    background: #12c40c; }
  .products .news-wrap .form-select .button-search {
    width: 100%;
    padding: 7px 0;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    background: #12c40c;
    color: white; }
  .products .news-wrap .product-container .product-item {
    margin-top: 1em;
    overflow: hidden;
    display: block;
    position: relative;
    overflow: hidden; }
    .products .news-wrap .product-container .product-item .img {
      overflow: hidden;
      height: 200px; }
      .products .news-wrap .product-container .product-item .img img {
        width: 100%;
        z-index: 1;
        transition: all ease 0.5s; }
        .products .news-wrap .product-container .product-item .img img:hover {
          transform: scale(1.1); }
    .products .news-wrap .product-container .product-item h3 {
      width: 100%;
      height: 3em;
      text-transform: uppercase;
      text-align: center;
      text-decoration-line: none;
      font-size: 0.9rem;
      line-height: 1.5;
      background: #12c40c;
      color: #fff;
      z-index: 2;
      bottom: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .products .news-wrap .product-container .product-item .price {
      text-align: center;
      font-weight: bold;
      color: #d60d0d;
      margin: 2px; }
    .products .news-wrap .product-container .product-item .container-btn {
      text-align: center; }
      .products .news-wrap .product-container .product-item .container-btn .btn {
        padding: 3px;
        width: 80px;
        padding: 0; }
  .products .news-wrap .container-pagination {
    margin-top: 2em;
    display: flex;
    justify-content: center; }
    .products .news-wrap .container-pagination .pagination a {
      color: black;
      float: left;
      padding: 0.5em 1em;
      margin: 1px;
      text-decoration: none; }
      .products .news-wrap .container-pagination .pagination a.active {
        background-color: #28b485;
        color: white;
        border-radius: 5px; }
      .products .news-wrap .container-pagination .pagination a:hover:not(.active) {
        background-color: #ddd;
        border-radius: 5px; }
  .products .new-section {
    padding: 20px 0; }
    .products .new-section .heading a {
      text-transform: uppercase;
      color: #333;
      text-decoration-line: none; }
    .products .new-section .sh-blog-shortcode .post-item .post-inner {
      background: #f6f6f6; }
      .products .new-section .sh-blog-shortcode .post-item .post-inner .entry-thumb a {
        overflow: hidden;
        display: block; }
        .products .new-section .sh-blog-shortcode .post-item .post-inner .entry-thumb a img {
          width: 100%;
          height: 200px;
          transition: all ease 0.5s; }
        .products .new-section .sh-blog-shortcode .post-item .post-inner .entry-thumb a:hover img {
          transform: scale(1.1); }
      .products .new-section .sh-blog-shortcode .post-item .post-inner .entry-content {
        padding: 2px 10px 10px 10px; }
        .products .new-section .sh-blog-shortcode .post-item .post-inner .entry-content .entry-title {
          margin: 10px 0 5px 0;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.4; }
          .products .new-section .sh-blog-shortcode .post-item .post-inner .entry-content .entry-title a {
            text-decoration: none;
            color: #12c40c; }
        .products .new-section .sh-blog-shortcode .post-item .post-inner .entry-content .entry-description p {
          font-size: 0.9rem; }
        .products .new-section .sh-blog-shortcode .post-item .post-inner .entry-content .view-more {
          background: #4a62e9;
          color: #fff;
          display: inline-block;
          padding: 1px 12px;
          text-decoration: none;
          font-size: 1.1rem; }

/*# sourceMappingURL=main.css.map */
