.home-content1 {
  display: grid;
  grid-template-columns: 205px 700px 265px;
  justify-content: space-between; }
  .home-content1 .menu-banner-home-slide {
    display: flex;
    align-items: center; }
  .home-content1 .col2 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-wrap: wrap;
    background: #fff; }
  .home-content1 .menu-banner-home-slide {
    background: #fff;
    display: flex;
    align-items: center; }
    .home-content1 .menu-banner-home-slide a {
      padding: 10px;
      font-size: 13px;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      text-align: center;
      transition: 0.2s all ease-in-out; }
      .home-content1 .menu-banner-home-slide a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background: #F3473A;
        width: 100%;
        transform: scaleX(0);
        visibility: hidden;
        transition: .2s all ease-in-out; }
      .home-content1 .menu-banner-home-slide a:hover {
        font-weight: bolder; }
        .home-content1 .menu-banner-home-slide a:hover:before {
          visibility: visible;
          transform: scaleX(1); }
  .home-content1 .hot-news-homepage {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    margin-bottom: 17px; }
    .home-content1 .hot-news-homepage .title {
      height: 40px;
      background: #F8F8F8;
      display: flex;
      align-items: center; }
      .home-content1 .hot-news-homepage .title span {
        padding: 10px 15px;
        font-weight: bold;
        font-size: 16px; }
    .home-content1 .hot-news-homepage ul {
      padding: 15px;
      margin: 0;
      list-style: none;
      font-weight: 500; }
      .home-content1 .hot-news-homepage ul li {
        margin-bottom: 15px; }
        .home-content1 .hot-news-homepage ul li:last-child {
          margin-bottom: 0; }
      .home-content1 .hot-news-homepage ul a {
        display: grid;
        grid-template-columns: 10px auto;
        grid-gap: 15px;
        line-height: normal; }
        .home-content1 .hot-news-homepage ul a img {
          padding-top: 3px; }
        .home-content1 .hot-news-homepage ul a span {
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
    .home-content1 .hot-news-homepage .show-all-news {
      text-align: right;
      padding: 0 10px 15px 10px; }
      .home-content1 .hot-news-homepage .show-all-news a {
        color: #2E6ED5; }
        .home-content1 .hot-news-homepage .show-all-news a i {
          margin-left: 4px; }

.block-products {
  background: #fff; }
  .block-products .title-block {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE; }
    .block-products .title-block h2 {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      text-transform: uppercase; }
      .block-products .title-block h2 img {
        margin-right: 15px; }
    .block-products .title-block .ul-child-categories {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0;
      list-style: none;
      font-weight: 500;
      white-space: nowrap; }
      .block-products .title-block .ul-child-categories li {
        margin-right: 8px; }
        .block-products .title-block .ul-child-categories li a {
          color: #2E6ED5;
          background: #f0f0f0;
          padding: 5px 15px;
          border-radius: 30px;
          border: 1px solid #D1D5DB;
          transition: 0.1s ease-in-out; }
          .block-products .title-block .ul-child-categories li a:hover {
            background: #2E6ED5;
            color: #f0f0f0; }
  .block-products .item-product4 {
    padding: 20px;
    border-right: 1px solid #F0F0F0;
    position: relative;
    font-weight: 500; }
    .block-products .item-product4 img {
      margin-bottom: 15px;
      height: 180px;
      object-fit: contain; }
    .block-products .item-product4 .product-name {
      color: #2E6ED5;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      height: 38px;
      display: -webkit-box;
      -webkit-box-orient: vertical; }
    .block-products .item-product4 .product-price {
      margin-bottom: 5px;
      margin-top: 10px;
      font-weight: bold;
      font-size: 16px;
      display: flex;
      align-items: center; }
      .block-products .item-product4 .product-price del {
        font-size: 12px;
        margin-left: 10px;
        color: #777777;
        font-weight: normal; }
    .block-products .item-product4 .installment {
      width: 80px;
      height: 20px;
      border-radius: 3px;
      background: #ffd600;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin-bottom: 20px;
      font-size: 12px; }
    .block-products .item-product4 .product-rate {
      display: flex;
      align-items: center;
      color: #777; }
      .block-products .item-product4 .product-rate span {
        margin-left: 10px; }
    .block-products .item-product4 .image-summary {
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin-left: -20px;
      margin-right: -20px;
      border: 1px solid #EEEEEE;
      border-right: none; }
      .block-products .item-product4 .image-summary img {
        width: 100%;
        background: linear-gradient(60deg, #f26522 65%, white 35%);
        margin-bottom: 0;
        height: 220px; }
    .block-products .item-product4 .product-summary {
      padding: 20px 20px 20px 10px; }
      .block-products .item-product4 .product-summary p {
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #f3473a; }
      .block-products .item-product4 .product-summary ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .block-products .item-product4 .product-summary ul li {
          padding-left: 30px;
          margin-bottom: 4px;
          background: url("/images/tick-inside-circle.svg") left top 2px no-repeat; }
          .block-products .item-product4 .product-summary ul li:last-child {
            margin-bottom: 0; }
    .block-products .item-product4 .itm-list {
      display: inline-flex;
      padding: 0 10px;
      height: 20px;
      border-radius: 3px;
      background: #ffd600;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin-bottom: 5px;
      font-size: 12px;
      position: relative; }
    .block-products .item-product4 .free_install {
      color: #fff;
      background: #2E6ED5; }
    .block-products .item-product4 .subtract {
      color: #fff;
      background: #F3473A; }
    .block-products .item-product4 .is_gift {
      background: #F26522;
      color: #fff;
      padding-left: 26px;
      margin-left: 5px; }
      .block-products .item-product4 .is_gift span {
        background: #F3473A;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        position: absolute;
        left: -5px;
        display: flex;
        align-items: center;
        justify-content: center; }
  .block-products .item-product {
    padding: 20px;
    border-right: 1px solid #F0F0F0; }
  .block-products .list-products {
    display: flex; }
    .block-products .list-products .item-first {
      width: 480px; }
      .block-products .list-products .item-first .product-name {
        height: auto; }
    .block-products .list-products .owl-container {
      width: 720px; }
  .block-products .products-list {
    display: flex;
    align-items: center; }
    .block-products .products-list .owl-stage-outer {
      padding: 6px;
      margin: -6px; }
      @media (max-width: 769px) {
        .block-products .products-list .owl-stage-outer {
          margin: 0;
          padding: 0; } }
    .block-products .products-list .owl-nav {
      margin: 0;
      position: absolute;
      display: flex;
      align-items: center;
      height: 0;
      width: 100%; }
      .block-products .products-list .owl-nav button {
        border: none;
        outline: none;
        width: 40px;
        height: 70px;
        background: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        margin: 0;
        position: absolute; }
        .block-products .products-list .owl-nav button span {
          display: none; }
      .block-products .products-list .owl-nav .owl-next {
        right: 0;
        border-radius: 5px 0 0 5px;
        background: url("/images/arrow-right.svg") #fff center no-repeat !important; }
      .block-products .products-list .owl-nav .owl-prev {
        left: 0;
        border-radius: 0 5px 5px 0;
        background: url("/images/arrow-left.svg") #fff center no-repeat !important; }
  .block-products .slide4 .owl-prev {
    display: none; }

.block-newslist {
  background: #fff; }
  .block-newslist .title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 15px;
    border-bottom: 1px solid #EEEEEE; }
    .block-newslist .title-block h2 {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 16px;
      margin: 0; }
  .block-newslist .news-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 20px;
    font-weight: 500; }
    .block-newslist .news-container img {
      width: 100%;
      height: 160px;
      object-fit: cover; }
    .block-newslist .news-container a {
      display: flex; }
    .block-newslist .news-container .news-image {
      margin-bottom: 20px; }
    .block-newslist .news-container .news-name {
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-height: normal;
      height: 38px;
      margin-bottom: 20px; }
    .block-newslist .news-container .news-category {
      color: #2e6ed5;
      align-items: center; }
      .block-newslist .news-container .news-category i {
        margin-right: 10px; }

.carousel-main-slide {
  width: 100%;
  height: 302px;
  border: 1px solid #F3473A; }
  .carousel-main-slide .carousel-cell {
    width: 100%;
    margin-right: 0;
    background: #fff;
    border-radius: 0; }
    .carousel-main-slide .carousel-cell img {
      width: 100%;
      height: 300px;
      object-fit: cover; }

.carousel-nav-slide {
  width: 100%;
  height: calc(100% - 302px); }
  .carousel-nav-slide .flickity-viewport {
    height: 100% !important; }
  .carousel-nav-slide .carousel-cell {
    width: 20%;
    margin-right: 0;
    cursor: pointer;
    height: 100%; }
    .carousel-nav-slide .carousel-cell .menu-thumb {
      padding: 10px;
      font-size: 13px;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      font-weight: 500;
      transition: 0.2s all ease-in-out; }
      .carousel-nav-slide .carousel-cell .menu-thumb:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background: #F3473A;
        width: 100%;
        transform: scaleX(0);
        visibility: hidden;
        transition: .2s all ease-in-out; }
    .carousel-nav-slide .carousel-cell:hover .menu-thumb {
      font-weight: bolder; }
      .carousel-nav-slide .carousel-cell:hover .menu-thumb:before {
        visibility: visible;
        transform: scaleX(1); }
  .carousel-nav-slide .is-nav-selected .menu-thumb {
    font-weight: 700; }
    .carousel-nav-slide .is-nav-selected .menu-thumb:before {
      visibility: visible;
      transform: scaleX(1); }

.block-hotdeal {
  border: 1px solid #F26522;
  background: #fff;
  margin-top: -20px; }
  .block-hotdeal h2 {
    text-align: center;
    margin: 0 auto 10px auto;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    width: 400px;
    height: 40px;
    display: flex;
    align-items: center;
    top: -10px;
    position: relative; }
    .block-hotdeal h2:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      border-right: 5px solid transparent;
      border-left: 5px solid #a23400;
      border-top: 5px solid transparent;
      border-bottom: 5px solid #a23400; }
    .block-hotdeal h2:after {
      position: absolute;
      content: '';
      right: 0;
      top: 0;
      border-right: 5px solid #a23400;
      border-left: 5px solid transparent;
      border-top: 5px solid transparent;
      border-bottom: 5px solid #a23400; }
    .block-hotdeal h2 span {
      z-index: 1; }
    .block-hotdeal h2 .span_back {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      border-top: 40px solid #f26522;
      border-left: 40px solid transparent;
      border-right: 40px solid transparent;
      z-index: 0; }
  .block-hotdeal .show-all {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .block-hotdeal .show-all:before {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background: #F0F0F0; }
    .block-hotdeal .show-all a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-size: 16px;
      color: #fff;
      margin: auto;
      padding: 0 25px;
      height: 40px;
      background: #1c9aee; }
      .block-hotdeal .show-all a:before {
        content: '';
        position: absolute;
        left: -20px;
        border-right: 20px solid #1c9aee;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent; }
      .block-hotdeal .show-all a:after {
        content: '';
        position: absolute;
        right: -20px;
        border-left: 20px solid #1c9aee;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent; }

.block-categories-mobile {
  display: none; }
  @media (max-width: 769px) {
    .block-categories-mobile {
      display: block; } }
  .block-categories-mobile .list-menu-lv0 {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16); }
    .block-categories-mobile .list-menu-lv0 a {
      text-align: center;
      font-size: 12px;
      font-weight: bold;
      color: #555555; }
      .block-categories-mobile .list-menu-lv0 a img {
        height: 25px;
        margin-bottom: 12px; }
      .block-categories-mobile .list-menu-lv0 a span {
        display: block; }

.block-hot-news-mobile {
  display: none; }
  @media (max-width: 769px) {
    .block-hot-news-mobile {
      display: block; } }
  .block-hot-news-mobile .show-all-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    margin: 0 -10px; }
    .block-hot-news-mobile .show-all-news .title span {
      margin-left: 15px;
      font-weight: bold;
      font-size: 16px;
      color: #333; }
    .block-hot-news-mobile .show-all-news a {
      padding-right: 10px;
      font-size: 13px;
      color: #2e6ed5; }
  .block-hot-news-mobile .list-news-home {
    margin: 0 -10px;
    background: #fff; }
    .block-hot-news-mobile .list-news-home a {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px;
      padding: 10px 10px 0 10px; }
      .block-hot-news-mobile .list-news-home a:last-child {
        padding-bottom: 10px; }

@media (max-width: 1280px) {
  .block-products .title-block .ul-child-categories li a {
    padding: 5px 10px;
    font-size: 13px; } }
@media (max-width: 769px) {
  .carousel-main-slide {
    height: auto;
    border: none; }

  .home-content1 {
    grid-template-columns: 1fr; }
    .home-content1 .col1, .home-content1 .col3 {
      display: none; }

  .carousel-main-slide a {
    display: flex;
    align-items: center; }

  .carousel-main-slide .carousel-cell img {
    height: auto;
    object-fit: cover; }

  .carousel-nav-slide {
    height: 12px; }
    .carousel-nav-slide span {
      display: none; }

  .block-hotdeal {
    border: 2px solid #F3473A;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px; }

  .block-hotdeal h2 {
    width: calc(100% - 20px); }

  .block-hotdeal h2 .span_back {
    border-top: 40px solid #F3473A; }

  .block-products {
    margin-right: -10px;
    margin-left: -10px; }

  .block-products .title-block {
    height: auto;
    flex-wrap: wrap; }

  .block-products .title-block h2 {
    width: 100%; }

  .block-products .title-block h2 img {
    height: 50px; }

  .carousel-nav-slide .carousel-cell .menu-thumb {
    width: 30px;
    height: 3px;
    border-radius: 1.5px;
    background: #E8E8E8;
    padding: 0; }
    .carousel-nav-slide .carousel-cell .menu-thumb.is-nav-selected {
      background: #F3473A; }

  .carousel-nav-slide .carousel-cell {
    display: flex;
    align-items: center;
    justify-content: center; }

  .block-products .list-products {
    flex-wrap: wrap; }

  .block-products .list-products .item-first, .block-products .list-products .owl-container {
    width: 100%; }

  .block-products .list-products .item-first {
    border-bottom: 10px solid #F0F0F0; }

  .block-products .title-block .ul-child-categories {
    width: 100%;
    padding: 10px;
    background: #F8F8F8;
    flex-wrap: wrap;
    grid-gap: 5px; }
    .block-products .title-block .ul-child-categories::-webkit-scrollbar {
      display: none; }

  .block-products .title-block .ul-child-categories li {
    margin: 0; }

  .block-products .title-block .ul-child-categories li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 0 12px; }

  .block-newslist .news-container {
    grid-template-columns: 1fr 1fr; }

  .block-newslist .news-container img {
    height: auto; }

  .block-products .item-product4 .image-summary img {
    height: auto; }

  .block-home:first-child {
    margin-top: 10px; } }
@media (max-width: 380px) {
  .block-products .item-product {
    padding: 10px; }

  .block-products .products-list .owl-nav button {
    width: 30px;
    height: 40px; }

  .block-products .item-product4 .product-summary {
    padding: 10px;
    font-size: 12px; }

  .block-products .item-product4 .product-summary ul li {
    background-size: 10px;
    padding-left: 15px;
    line-height: normal; }

  .block-hotdeal h2 {
    font-size: 14px; }

  .block-hotdeal .show-all a {
    height: 30px;
    font-size: 14px; }

  .block-hotdeal .show-all a:before {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; }

  .block-hotdeal .show-all a:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; }

  .block-hotdeal .show-all {
    margin-top: 10px;
    margin-bottom: 10px; } }

/*# sourceMappingURL=home.css.map */
