:root {
  --text-color-orange: #F58A07;
}

.product-detail ul.params li .v,
.product-detail ul.params li .n {
  display: inline-block;
  vertical-align: middle;
}
.product-detail ul.params li .v {
  color: #0057a3;
  padding-left: 3px;
}
.product-detail .stt-war {
  padding: 7px 0;
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%;
}
.product-detail .stt-war .group {
  display: inline-block;
  vertical-align: middle;
}
.giamgia {
  font-size: 17px;
  text-decoration: line-through;
  color: #000;
  font-weight: 700;
  margin-left: 10px;
}
.thamkhao {
  vertical-align: middle;
  font-size: 12px;
  padding: 5px 0;
  float: left;
  width: 100%;
}
.product-detail ul.params li {
  padding: 2px 5px;
  float: left;
  width: 50%;
  font-size: 14px;
}
.product-detail ul.params {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px 10px;
  margin: 40px 0 0;
  position: relative;
  float: left;
  font-size: 13px;
  background: #f5f9fa7a;
}
.product-detail ul.params li.separator {
  float: none;
  width: auto;
  clear: both;
  border-bottom: 1px solid #eee;
  margin-left: 5px;
  margin-right: 5px;
}
.product-detail ul.params li.dyn,
.product-detail ul.params li.ct {
  float: none;
  width: auto;
}
.product-detail ul.params li.btt {
  position: absolute;
  padding: 0;
  top: -30px;
  left: 0;
  float: none;
  width: auto;
  font-size: 14px;
}
.product-detail .name {
  font-weight: 700;
  font-size: 18px;
  margin: 5px 0;
}
.product-detail .tabs .tab-content {
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 10px;
}
.grid-icons {
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  background: 0 0;
  padding: 0 1.5rem !important;
}
.grid-icons ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
.grid-icons li {
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  padding: 1.2rem 0;
  align-items: center;
}
.grid-icons li .icon {
  color: #0057a3;
  padding-right: 1rem;
}
.grid-icons li > :last-child {
  flex: auto 1 1;
}
.grid-icons li span {
  font-size: 15px;
}
.productDetailSwiper .swiper-slide img {
  border-radius: 6px;
  border: 1px solid #eee;
}
.productDetailSwiper .swiper-slide-thumb-active img {
  border-color: #0057a3;
}
.productDetailSwiper2 .swiper-slide img {
  border-radius: 10px;
  border: 1px solid #eee;
}
.productDetailSwiper2 {
  height: 80%;
  width: 100%;
}
.vh-content.scrollHide {
  height: 1500px;
  overflow: hidden;
}
.vh-content.scrollShow {
  height: auto !important;
  overflow: auto !important;
  padding-bottom: 50px !important;
}
.vh-content .more-view-shadown {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 30%,
    #fff 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 30%,
    #fff 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 30%,
    #fff 100%
  );
  color: #000;
  padding: 50px 0 15px;
}
.vh-content.scrollShow .more-view-shadown {
  padding: 0 0 10px;
}
.youtube {
  background-color: #000;
  margin-bottom: 15px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube:hover {
  background-color: #ccc;
}
.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.hotline-right {
  background: var(--text-color-orange);
  color: #fff;
}
.hotline-right a:hover {
  color: #f3f6f7;
  text-decoration: none;
}
.hotline-right a {
  color: #fff;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.panel {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
}
.panel-heading a {
  display: block;
  padding-left: 10px;
}
.panel-heading .star {
  position: absolute;
  left: 8px;
  top: 9px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.panel-title > a {
  color: inherit;
  font-size: 15px;
}
.panel-body b {
  color: #0057a3;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table {
  margin-bottom: 0;
}
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .table + .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 6px;
  border-radius: 5px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #000;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #000;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.tab-content table {
  margin-bottom: 8px;
  border: solid 1px #ccc;
  width: 100%;
}
.tab-content table td {
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 0.5em 1em;
  color: #111;
  font-size: 16px;
}
.tab-content table td p {
  margin: 5px;
}
.rel-document .imgleft {
  float: left;
  border: 1px solid #eee;
  margin-right: 15px;
  padding: 3px;
}
.rel-document .item-imgleft {
  padding-right: 15px;
  float: left;
  width: 50%;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 14px;
}
.rel-document .item-imgleft:after {
  content: "";
  display: block;
  clear: both;
}
.rel-document .item-imgleft img {
  width: 100%;
  float: left;
}
.product-list.list3 .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
main .other-product .product-list.list3 .itemother {
  margin-bottom: 20px;
}
.product-detail .product-list.list3 .itemother {
  width: 100%;
}
.product-list.list3 .itemother {
  margin: 0 20px 10px 0;
}
.product-list .itemother {
  position: relative;
  text-align: center;
  float: left;
}
.product-list .itemother .img {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
  padding: 3px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
}
.product-detail .product-list.list3 .itemother .img img {
  width: 100%;
  transition: all 0.6s ease;
  height: 100%;
  border-radius: 10px;
}
.product-list .itemother .tt {
  display: block;
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  margin-top: 10px;
}
.about-info {
  margin-top: 10px !important;
  color: #555;
}
.about-info li {
  padding: 0;
  position: relative;
  margin-bottom: 10px;
  list-style: none;
  margin-bottom: 0;
}
.about-info li i {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 0;
}
.about-info li p {
  margin-bottom: 0;
  font-size: 13px;
}
.thongtinsanpham {
  padding: 30px 40px 45px;
  padding-bottom: 20px;
}
.thongtinsanpham .view-header {
  border-bottom: 1px solid #d8d8d8;
  font-size: 25px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
}
.thongtinsanpham ul li {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
  list-style: none;
  margin-left: 0;
}
.thongtinsanpham ul li label,
.thongtinsanpham ul li span {
  float: left;
  font-weight: 700;
}
.thongtinsanpham ul li p {
  text-align: center;
}
.rel-document .item {
  clear: both;
  margin: 15px 0;
}
.view-display-id-block_1.rel-document .item {
  margin: 5px 0;
  float: left;
}
@media (max-width: 991px) {
  .product-list.list3 .view-content .itemother {
    margin: 0;
    float: left !important;
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 550px) {
  .product-list.list3 .view-content .itemother {
    width: 100%;
  }
  .product-list.list3 .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0;
  }
  .product-detail ul.params li,
  .panel-title > a,
  .panel-body {
    font-size: 16px;
  }
  h3 {
    font-size: 17px !important;
  }
}
@media (min-width: 510px) {
  .grid-icons li.nb {
    border: none;
  }
}
@media (max-width: 509px) {
  .grid-icons ul {
    grid-template-columns: 1fr;
  }
}
