#owlSlider .owl-next {
  position: absolute;
  border-radius: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  color: #000;
  margin: 0;
  opacity: 1;
  background: #fff;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#owlSlider .owl-prev {
  position: absolute;
  border-radius: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  color: #000;
  margin: 0;
  opacity: 1;
  background: #fff;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#owlSlider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%; }
  #owlSlider .owl-dots button {
    width: 8px;
    height: 1px;
    border-radius: 50px;
    background: #fff;
    margin: 0 2px; }

.banner-right img {
  border-radius: 14px; }

.home__collection {
  padding-top: 10px; }
  .home__collection--title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .home__collection--title .view__more {
      color: #ff6600;
      font-size: 16px;
      font-weight: normal; }
      .home__collection--title .view__more svg {
        fill: #ff6600;
        width: 10px;
        height: 10px; }
    @media (max-width: 575.98px) {
      .home__collection--title {
        font-size: 18px; } }
  .home__collection--banner {
    margin-bottom: 15px; }
    .home__collection--banner img {
      border-radius: 14px; }
  .home__collection--slider {
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 992px) {
      .home__collection--slider .slider--row {
        display: -ms-flexbox !important;
        display: flex !important; } }
    @media (max-width: 991.98px) {
      .home__collection--slider {
        overflow-x: auto;
        margin: 0px -12px;
        padding: 0px 12px; }
        .home__collection--slider .slider--row {
          white-space: nowrap;
          margin: 0px 0px 12px; }
          .home__collection--slider .slider--row [class*='col-'] {
            width: 150px;
            display: inline-block;
            padding-left: 0;
            padding-right: 0;
            vertical-align: top;
            margin: 0px 12px 0px 0px; }
        .home__collection--slider::-webkit-scrollbar {
          width: 0;
          height: 0; } }
  .home__collection .blog__wrap.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1bb7ed;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px; }
    .home__collection .blog__wrap.owl-carousel .owl-nav button.owl-prev {
      left: 10px; }
    .home__collection .blog__wrap.owl-carousel .owl-nav button.owl-next {
      right: 10px; }

.home__blog {
  padding-bottom: 30px; }

.home__promotion {
  padding-top: 20px; }
  .home__promotion--title {
    color: #f23611;
    position: relative; }
    .home__promotion--title h2 {
      font-size: 20px;
      font-weight: 700; }
  .home__promotion .view__more {
    color: #ff6600;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px; }
    .home__promotion .view__more.view_more_center {
      position: relative;
      margin-bottom: 15px;
      top: 0;
      left: 0; }
    .home__promotion .view__more svg {
      fill: #ff6600;
      width: 10px;
      height: 10px; }

.home__blog .home__blog-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0px;
  border: 1px solid #f1f2f2; }

.home__blog .home__blog-left {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 10px;
  padding-right: 10px; }

.home__blog .home__blog-heading {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .home__blog .home__blog-heading h2 {
    font-size: 18px;
    margin: 0; }
  .home__blog .home__blog-heading .viewmore-blog {
    color: #f89d27;
    font-size: 16px;
    font-weight: normal; }
    .home__blog .home__blog-heading .viewmore-blog svg {
      fill: #f89d27;
      width: 10px;
      height: 10px; }

.home__blog .home__blog-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .home__blog .home__blog-content .home__blog-thumb {
    margin-bottom: 15px;
    display: block; }
  .home__blog .home__blog-content .home__blog-info h3 {
    font-size: 20px; }

.home__blog .home__blog-content-left {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.home__blog .home__blog-content-right {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 10px; }
  .home__blog .home__blog-content-right .home__blog-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3; }
    .home__blog .home__blog-content-right .home__blog-item .home__blog-thumb {
      width: 100px;
      z-index: 1;
      margin: 0 13px 0 0; }
    .home__blog .home__blog-content-right .home__blog-item .home__blog-info {
      display: flex;
      flex-direction: column;
      flex: 1; }
      .home__blog .home__blog-content-right .home__blog-item .home__blog-info h3 {
        font-size: 14px; }
    .home__blog .home__blog-content-right .home__blog-item:last-child {
      border: 0; }

.home__blog .home__blog-right {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px; }
  .home__blog .home__blog-right .home__blog-content .home__blog-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
    width: 100%; }
    .home__blog .home__blog-right .home__blog-content .home__blog-item .home__blog-thumb {
      width: 100px;
      z-index: 1;
      margin: 0 13px 0 0; }
    .home__blog .home__blog-right .home__blog-content .home__blog-item .home__blog-info {
      display: flex;
      flex-direction: column;
      flex: 1; }
      .home__blog .home__blog-right .home__blog-content .home__blog-item .home__blog-info h3 {
        font-size: 14px;
        margin: 0; }
    .home__blog .home__blog-right .home__blog-content .home__blog-item.first {
      border-bottom: 1px solid transparent; }
      .home__blog .home__blog-right .home__blog-content .home__blog-item.first .home__blog-thumb {
        width: 100%;
        height: 200px;
        margin: 0; }
        .home__blog .home__blog-right .home__blog-content .home__blog-item.first .home__blog-thumb .item-thumb {
          display: block;
          position: relative;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          z-index: 1;
          transition: opacity .35s ease,filter 0s ease;
          opacity: 1; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .home__blog .home__blog-right .home__blog-content .home__blog-item.first .home__blog-thumb {
            height: 300px; } }
      .home__blog .home__blog-right .home__blog-content .home__blog-item.first .home__blog-info {
        margin-top: 10px; }
        .home__blog .home__blog-right .home__blog-content .home__blog-item.first .home__blog-info h3 {
          font-size: 18px; }
    .home__blog .home__blog-right .home__blog-content .home__blog-item:last-child {
      border: 0; }

@media (max-width: 991.98px) {
  .home__blog .home__blog-left, .home__blog .home__blog-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .home__blog .home__blog-content-left, .home__blog .home__blog-content-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; } }

/* Search Mobile */
.services-mb {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 5px solid #f0f0f0; }
  .services-mb .item {
    padding-left: 0px;
    padding-right: 5px;
    width: 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    text-align: center; }
    .services-mb .item img {
      max-width: 35px; }
    .services-mb .item span, .services-mb .item a {
      display: block; }
    .services-mb .item span {
      font-size: 12px;
      font-style: italic;
      margin-top: 10px; }

/* Category Mobile */
.category-mb-list {
  padding-top: 8px;
  border-bottom: 5px solid #f0f0f0; }
  .category-mb-list .item {
    width: 16.66667%;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px; }
    .category-mb-list .item img {
      max-height: 35px; }
    .category-mb-list .item span {
      display: block;
      font-size: 10px;
      margin-top: 5px; }

/* Slider banner Mobile */
.owl-carousel-slider-mb.owl-carousel img {
  border-radius: 14px; }

@media (min-width: 992px) {
  .owl-carousel-slider-mb.owl-carousel {
    display: flex;
    width: auto; } }

@media (max-width: 991.98px) {
  .owl-carousel-slider-mb.owl-carousel {
    margin-left: 0;
    margin-right: 0; }
    .owl-carousel-slider-mb.owl-carousel [class*='col-'] {
      padding: 0; } 
            
      }

.owl-carousel-slider-mb.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%; }
  .owl-carousel-slider-mb.owl-carousel .owl-dots button {
    width: 8px;
    height: 1px;
    border-radius: 50px;
    background: #fff;
    margin: 0 2px; }

        @media (max-width: 1360px) {
          
    
          .home__blog .home__blog-right .home__blog-content .home__blog-item.first .home__blog-thumb {
            height: auto;
          }
        }