.cat_item_home {
  margin-top: 40px; }
  .cat_item_home .row_inner {
    margin: 10px -10px 0; }
  .cat_item_home .product_image a {
    display: grid;
    overflow: hidden; }
  .cat_item_home .title_cat {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 2px solid var(--extra-color);
    margin-bottom: 30px;
    margin-top: 20px; }
    .cat_item_home .title_cat a {
      display: inline-block;
      color: var(--main-color);
      border-bottom: 2px solid var(--main-color);
      padding-bottom: 5px;
      transform: translate(0, 2px); }
  .cat_item_home .cat_info .image {
    width: 400px;
    float: left; }
    @media all and (max-width: 800px) {
      .cat_item_home .cat_info .image {
        width: 200px; } }
    @media all and (max-width: 400px) {
      .cat_item_home .cat_info .image {
        width: 100%; } }
  .cat_item_home .cat_info .des {
    width: calc(100% - 400px);
    float: left;
    padding-left: 30px;
    box-sizing: border-box; }
    @media all and (max-width: 800px) {
      .cat_item_home .cat_info .des {
        width: calc(100% - 200px); } }
    @media all and (max-width: 400px) {
      .cat_item_home .cat_info .des {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px; } }
    .cat_item_home .cat_info .des p, .cat_item_home .cat_info .des li {
      line-height: 22px;
      margin-bottom: 10px; }

.cat_item_store {
  margin: 40px 0 20px;
  text-align: center; }
  @media all and (max-width: 600px) {
    .cat_item_store {
      margin: 0px 0 20px; } }
  .cat_item_store ul li {
    display: inline;
    padding: 10px 15px;
    transition: 0.5s;
    position: relative; }
    @media all and (max-width: 800px) {
      .cat_item_store ul li {
        padding: 10px 2px; } }
    .cat_item_store ul li a {
      font-size: 16px;
      padding: 10px 0px;
      display: inline-block;
      color: #000;
      text-transform: uppercase;
      transition: 0.5s;
      border-bottom: 1px solid transparent; }
      @media all and (max-width: 800px) {
        .cat_item_store ul li a {
          font-size: 16px;
          padding: 12px 15px; } }
      @media all and (max-width: 600px) {
        .cat_item_store ul li a {
          font-size: 15px;
          padding: 12px 5px; } }
    .cat_item_store ul li:last-child:after {
      display: none; }
    .cat_item_store ul li:hover a {
      color: var(--main-color);
      border-bottom: 1px solid var(--main-color); }
  .cat_item_store ul .active a {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color); }

@media all and (max-width: 800px) {
  .cat_item_store ul li:nth-child(6) {
    display: none; } }
.product_grid2 {
  position: relative; }
  .product_grid2 .item {
    width: calc(25% - 20px);
    margin: 10px;
    float: left;
    box-sizing: border-box;
    transition: 0.5s;
    margin-bottom: 30px; }
    .product_grid2 .item img {
      transition: 0.5s;
      transform: scale(1.05); }
    .product_grid2 .item:hover img {
      transform: scale(1.15);
      -webkit-transform: scale(1.15); }
    @media all and (max-width: 600px) {
      .product_grid2 .item {
        width: calc(50% - 20px);
        margin: 0 10px;
        float: left; } }
    .product_grid2 .item .frame_inner {
      overflow: hidden; }
      @media all and (max-width: 600px) {
        .product_grid2 .item .frame_inner {
          padding-bottom: 10px; } }
  .product_grid2 .owl-nav {
    position: absolute;
    z-index: 5;
    top: -55px;
    right: 0px; }
    @media all and (max-width: 600px) {
      .product_grid2 .owl-nav {
        display: none; } }
    .product_grid2 .owl-nav > div {
      display: inline-block;
      font-size: 25px;
      padding: 0px;
      padding-left: 13px;
      /* padding-bottom: 8px; */
      border-radius: 50%;
      border: 1px solid #848484;
      color: #848484;
      width: 34px;
      height: 34px;
      margin-left: 6px;
      box-sizing: border-box; }
      .product_grid2 .owl-nav > div:hover {
        border: 1px solid var(--main-color);
        color: var(--main-color); }

.products_item_content .item .product_image {
  overflow: hidden;
  margin-bottom: 10px; }
.products_item_content .img5, .products_item_content .img4 {
  position: relative; }
.products_item_content .img {
  overflow: hidden; }
  .products_item_content .img img {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; }
  .products_item_content .img:hover img {
    transform: scale(1.1); }
@media all and (max-width: 800px) {
  .products_item_content {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px; } }
@media all and (max-width: 500px) {
  .products_item_content {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px; } }

.title_mod {
  text-align: center;
  font-size: 28px;
  border-bottom: none;
  margin-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase; }
  @media all and (max-width: 800px) {
    .title_mod {
      font-size: 26px; } }
  @media all and (max-width: 600px) {
    .title_mod {
      padding-top: 15px;
      font-size: 20px;
      padding-bottom: 20px;
      margin-bottom: 15px; } }

.text_title {
  margin: 35px 0 45px;
  text-align: center;
  color: #717171; }
  @media all and (max-width: 800px) {
    .text_title {
      margin: 20px 0 35px; } }

.cat_item_store {
  margin-bottom: 30px; }
  .cat_item_store ul li a {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; }
    @media all and (max-width: 800px) {
      .cat_item_store ul li a {
        font-size: 15px; } }
    @media all and (max-width: 600px) {
      .cat_item_store ul li a {
        font-size: 14px;
        padding: 8px 4px;
        margin-right: 5px; } }
  .cat_item_store ul .active {
    position: relative; }
    .cat_item_store ul .active a {
      color: var(--main-color); }

.cat-title .cat-title-main > a {
  margin-left: 31px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: normal;
  margin-top: 10px; }

.cat-title .nav-tabs {
  float: right;
  display: flex; }

.cat-title .nav-tabs li {
  margin-right: 14px;
  margin-left: 16px; }

.cat-title .nav-tabs li.active a,
.cat-title .nav-tabs li:hover a {
  color: #0183BF;
  text-decoration: underline; }

.title_icon {
  width: 40px;
  height: 50px;
  float: left;
  background: #00A7F4;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  position: relative; }

.title_icon i {
  position: absolute;
  content: ' ';
  width: 22px;
  height: 26px;
  top: 13px;
  left: 16px;
  z-index: 10; }

.title_icon::before {
  content: '';
  position: absolute;
  top: 0px;
  right: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 19px;
  border-color: transparent transparent transparent #00A7F4; }

.image_pc {
  margin: 0 -15px; }
  @media all and (max-width: 1200px) {
    .image_pc {
      margin: 0 -10px; } }
  @media all and (max-width: 800px) {
    .image_pc {
      margin: 0 -5px; } }
  .image_pc .top {
    display: flex;
    flex-wrap: wrap; }
  .image_pc .bottom {
    display: flex;
    flex-wrap: wrap; }

@media only screen and (max-width: 768px) {
  .cat-title .nav-tabs {
    display: none; } }
@media only screen and (max-width: 500px) {
  #cat_item_store_136 {
    display: none; }

  .home_pos_2 {
    display: none; } }
.xemthem {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px; }
  @media all and (max-width: 600px) {
    .xemthem {
      margin-top: 40px;
      margin-bottom: 15px; } }
  .xemthem a span {
    padding: 11px 100px;
    background: #f5f5f6;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.5s; }
    @media all and (max-width: 500px) {
      .xemthem a span {
        padding: 8px 100px; } }
    .xemthem a span:hover {
      background: var(--main-color);
      color: #fff;
      transition: 0.5s; }

.image_mb .img {
  background-image: linear-gradient(#f1f1f100, #e2e2e2, #f1f1f1);
  overflow: hidden; }
  .image_mb .img img {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; }
  .image_mb .img:hover img {
    transform: scale(1.1); }
  .image_mb .img:hover:before {
    z-index: -1; }
.image_mb .img1, .image_mb .img2, .image_mb .img5, .image_mb .img6 {
  width: 50%;
  float: left; }
.image_mb .img2, .image_mb .img5 {
  padding: 30px 0; }
.image_mb .img3, .image_mb .img4 {
  padding: 15px 0; }
.image_mb .img {
  position: relative; }
  .image_mb .img:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #ffffff6b, #e2e2e200, #ffffff6b);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; }

#box_product .xemthem {
  margin-top: 0; }

/*# sourceMappingURL=home.css.map */
