strong {
  font-weight: bold;
}

.card-body {
  flex: unset;
}

.panel-heading .box-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ob-product .row {
  padding: 15px;
  display: grid;
  grid-template-columns: calc(50% - 15px) 50%;
  grid-template-rows: auto auto auto auto;
  grid-column-gap: 15px;
}
.ob-product .row .item-grid:first-child {
  grid-column: 1/2;
  grid-row: 1/2;
}
.ob-product .row .item-grid:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.ob-product .row .item-grid:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.ob-product .row .item-grid:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.ob-product .row .item-grid:nth-child(5) {
  grid-column: 1/3;
  grid-row: 3/4;
}
.ob-product .row .item-grid:nth-child(5) .product-card {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ob-product .row .item-grid:nth-child(5) .product-card .card-image {
  width: 49%;
  order: 1;
}
.ob-product .row .item-grid:nth-child(5) .product-card .card-body {
  position: unset;
  width: 50%;
  order: 2;
  padding: 0 10%;
  text-align: start;
}
.ob-product .row .item-grid:nth-child(5) .product-card .card-body .link-title {
  text-transform: uppercase;
  cursor: pointer;
  color: #007aff;
}
.ob-product .row .item-grid:nth-child(5) .product-card__title {
  color: black;
}
.ob-product .row .item-grid:nth-child(5) .product-card .card-sortdesc,
.ob-product .row .item-grid:nth-child(5) .product-card .link-title {
  color: black;
}
.ob-product .row .item-grid:nth-child(6) {
  grid-column: 1/2;
  grid-row: 4/5;
}
.ob-product .row .item-grid:last-child {
  grid-column: 2/3;
  grid-row: 4/5;
}
.ob-product .row .product-card {
  height: 734px;
  padding-top: 60px;
  overflow: hidden;
}
.ob-product .row .product-card_image-container {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ob-product .row .product-card_image {
  width: auto;
  max-width: 100%;
}
.ob-product .row .product-card .card-body {
  width: 100%;
  height: 187px;
  background-color: rgba(255, 255, 255, 0.089);
  text-align: center;
  padding: 0 14%;
}
.ob-product .row .product-card .card-body .link-title {
  text-transform: uppercase;
  cursor: pointer;
  color: #007aff;
}
.ob-product .row .product-card .card-body .link-title:hover {
  text-decoration: underline;
}
.ob-product .row .product-card__title {
  font-size: 40px;
  color: black;
  font-weight: 700;
  line-height: 133%;
}
.ob-product .row .product-card .card-sortdesc,
.ob-product .row .product-card .link-title {
  color: black;
  font-size: 19px;
  font-weight: 500;
}

.row-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.gioithieu {
  width: 50%;
  padding: 15px;
}

.form-contact {
  width: 50%;
  padding: 15px;
}

.main-about-content-box {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0;
  height: 604px;
}
.main-about-content-box .content-contact {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-about-content-box .content-contact .text-content {
  width: 85%;
  text-align: center;
  color: #fff;
}
.main-about-content-box .content-contact .text-content h2 {
  font-size: 33px;
  font-weight: 700;
}
.main-about-content-box .content-contact .text-content .sortdesc-content,
.main-about-content-box .content-contact .text-content .btn-default {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.become-member .form-input input {
  width: 100%;
  padding: 0.5em 1em;
  outline: none;
  margin: 0;
  display: block;
  background: #f5f5f6;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid #d5d5d6;
  margin-bottom: 10px;
}
.become-member .form-group select,
.become-member .form-group textarea {
  width: 100%;
  padding: 0.5em 1em;
  outline: none;
  margin: 0;
  display: block;
  background: #f5f5f6;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid #d5d5d6;
  margin-bottom: 10px;
}
.become-member .btn-submit input {
  width: 100%;
  background: #007aff;
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  border-radius: 10px;
  border: none;
}

.product-all .list-item .list-content-title h3 {
  color: #2a3946;
}
.product-all .list-item .list-content-title h3:hover {
  color: #29aae1;
}
.product-all .list-item .list-content-title h3 a {
  color: inherit;
}

.detail-news-blog {
  margin: 20px 0 !important;
}

.right-social-box {
  float: none !important;
}

.product-info-col1 {
  font-size: 15px;
}

.product-info-state {
  margin-top: 10px;
  margin-bottom: 30px;
}

.nav-tabs > li.active > a {
  font-size: 15px;
}

@media (max-width: 767px) {
  .ob-product .row {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .ob-product .row .item-grid:first-child {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ob-product .row .item-grid:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .ob-product .row .item-grid:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .ob-product .row .item-grid:nth-child(4) {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .ob-product .row .item-grid:nth-child(5) {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .ob-product .row .item-grid:nth-child(5) .product-card {
    flex-direction: column;
  }
  .ob-product .row .item-grid:nth-child(5) .product-card .card-image {
    width: 100%;
    order: 2;
  }
  .ob-product .row .item-grid:nth-child(5) .product-card .card-body {
    width: 100%;
    order: 1;
  }
  .ob-product .row .item-grid:nth-child(6) {
    grid-column: 1/2;
    grid-row: 6/7;
  }
  .ob-product .row .item-grid:last-child {
    grid-column: 1/2;
    grid-row: 7/8;
  }
  .ob-product .row .product-card {
    height: auto;
  }
  .ob-product .row .product-card__title {
    font-size: 20px;
  }
  .ob-product .row .product-card .card-sortdesc,
.ob-product .row .product-card .link-title {
    font-size: 16px;
  }
  .ob-product .row .product-card .card-body {
    height: 200px;
  }

  .row-main {
    flex-direction: column;
  }

  .gioithieu {
    width: 100%;
    padding: 15px;
  }

  .form-contact {
    width: 100%;
    padding: 15px;
  }

  .main-about-content-box {
    height: 334px;
  }
}
@media (max-width: 500px) {
  .first-section {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .fullwidth_slider .title {
    margin: 0;
  }

  .box-images {
    height: 200px;
  }
  .box-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1000px) {
  .main-menu-wrapper .main-menu li > a {
    font-weight: bold !important;
  }
  .main-menu-wrapper .main-menu li .sub-menu-holder .sub-menu li a {
    font-weight: normal !important;
  }
}

/*# sourceMappingURL=update.css.map */
