@charset "UTF-8";
/* ================================== menu dọc ** =================================*/
.flex-reverse {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; }
  .row-0 {
    margin-right: 0px;
    margin-left: 0px; }
  .col-0 {
    padding-left: 0;
    padding-right: 0; } }

.main {
  background-color: #fff;
  margin-top: 10px; }

.siderBar .menu--left {
  margin-bottom: 10px; }
  .siderBar .menu--left .title-left {
    background: #f93131;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 7px 7px 7px 32px; }
  .siderBar .menu--left .box {
    border: 1px solid #e2e2e2; }
    .siderBar .menu--left .box .nav--left {
      padding: 5px; }
      .siderBar .menu--left .box .nav--left li a {
        padding: 10px 5px 10px 2px;
        display: block;
        background: #fff;
        color: #000;
        text-decoration: none;
        height: 1%;
        font-weight: bold;
        border-bottom: 1px dotted #ccc; }
        .siderBar .menu--left .box .nav--left li a:before {
          display: inline-block;
          font-family: "IcoFont";
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\ed91";
          color: #f93131;
          font-size: 0.8em;
          margin-right: 5px;
          font-weight: bold; }
      .siderBar .menu--left .box .nav--left li:hover a {
        background: #f93131;
        color: #FFF; }
        .siderBar .menu--left .box .nav--left li:hover a:before {
          color: #fff; }
  .siderBar .menu--left .support {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #f93131;
    font-size: 1.2em; }
    .siderBar .menu--left .support p {
      padding: 15px 0;
      text-align: center; }

.siderBar .back .title-left {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 7px 7px 7px 32px; }

.siderBar .back .price {
  text-align: center; }
  .siderBar .back .price ul li a:hover {
    color: red; }

.siderBar .suport {
  padding: 10px; }
  .siderBar .suport ul li a:hover {
    color: red; }
  .siderBar .suport iframe {
    max-width: 100%; }

.product {
  margin-top: 10px; }
  .product .img__pro {
    display: block;
    position: relative;
    overflow: hidden; }
    .product .img__pro:before {
      content: '';
      display: block;
      padding-bottom: 105%; }
    .product .img__pro img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: contain;
      object-fit: contain; }
  .product .desc {
    margin-top: 10px; }
    .product .desc h3 {
      color: #787878;
      font-size: 18px;
      text-align: center; }
      @media (max-width: 991px) {
        .product .desc h3 {
          font-size: 15px; } }
    .product .desc .price__pro {
      color: #f93131;
      font-size: 1.4em;
      font-weight: normal;
      padding: 3px 5px;
      display: block;
      overflow: hidden;
      text-align: center;
      font-weight: bold; }
    .product .desc .add-cart {
      margin-top: 5px;
      text-align: center; }
      .product .desc .add-cart a {
        background: #f93131;
        color: #fff;
        font-size: 18px;
        padding: 5px 20px;
        margin: 0px 0px 10px 0px;
        border: 0px;
        display: inline-block; }
        .product .desc .add-cart a:hover {
          background: #000; }
        @media (max-width: 991px) {
          .product .desc .add-cart a {
            font-size: 15px;
            padding: 5px 10px; } }

.box_pro {
  display: inline-block;
  margin: 0px;
  margin-top: 0px;
  border-top: 0px;
  border-radius: 0px 0px 0px 0px;
  padding-top: 10px;
  width: 100%; }

.tab-content .box {
  border: 1px solid #e2e2e2; }

.nav-tabs .nav-link.active {
  border: none;
  background: #f93131 !important;
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: background 0.20s linear;
  -o-transition: background 0.20s linear;
  transition: background 0.20s linear;
  font-weight: bold; }
  @media (max-width: 991px) {
    .nav-tabs .nav-link.active {
      padding: 8px 20px;
      font-size: 14px; } }

.nav-tabs .nav-link {
  border: none;
  padding: 10px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #272e38 !important;
  border-radius: 0; }
  @media (max-width: 991px) {
    .nav-tabs .nav-link {
      padding: 8px 20px;
      font-size: 14px; } }

.nav-tabs .nav-item {
  margin-right: 5px; }

/*================ảnh=============*/
.stickytooltip {
  box-shadow: 2px 2px 2px #ccc;
  /*shadow for CSS3 capable browsers.*/
  -webkit-box-shadow: 5px 5px 8px #ccc;
  -moz-box-shadow: 5px 5px 8px #ccc;
  display: none;
  position: absolute;
  display: none;
  border: 1px solid #fff;
  /*Border around tooltip*/
  background: white;
  z-index: 3000; }

.stickytooltip .stickystatus {
  /*Style for footer bar within tooltip*/
  background: black;
  color: white;
  padding-top: 1px;
  text-align: center;
  font: bold 11px Arial; }

/*=====================end=============*/
.product_category {
      background: #fff;
  padding: 20px 0; }
  .product_category .title {
    background: #f93131;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 7px 7px 7px 10px; }
    .product_category .title a {
      color: #fff; }
  .product_category .box {
    border: 1px solid #e2e2e2; }
    .product_category .box .box_pro {
      padding: 15px; }
      .product_category .box .box_pro .h1_cate {
        padding: 10px 0;
        font-size: 20px;
        margin-left: 10px;
        font-weight: bold; }
  .product_category .new {
    margin-top: 15px; }
    .product_category .new .new__img {
      display: block;
      position: relative;
      overflow: hidden; }
      .product_category .new .new__img:before {
        content: '';
        display: block;
        padding-bottom: 103%; }
      .product_category .new .new__img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover; }
    .product_category .new .desc {
      padding: 5px 0; }
      .product_category .new .desc .title_new {
        font-size: 1.2em;
        font-weight: bold;
        margin: 5px 0; }
        .product_category .new .desc .title_new a:hover {
          color: #ef600d;
          text-decoration: underline; }
      .product_category .new .desc .descript {
        color: #666;
        font-size: 12px; }

.breadCrumb {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 10px 5px;
  margin: 0px 0px 0px 0px;
  background: #CFD8DC; }
  .breadCrumb ul {
    margin: 0;
    padding: 0;
    height: 21px;
    display: block; }
    .breadCrumb ul li {
      display: block;
      float: left;
      position: relative;
      height: 21px;
      overflow: hidden;
      line-height: 21px;
      margin: 0px 6px 0px 0;
      padding: 0px 10px 0px 0;
      font-size: .9167em;
      background: url(../img/Chevron.gif) no-repeat 100% 0; }
      .breadCrumb ul li a {
        display: block;
        position: relative;
        height: 21px;
        line-height: 21px;
        overflow: hidden;
        float: left;
        text-decoration: underline;
        color: #000; }
      .breadCrumb ul li.first a {
        height: 16px !important;
        text-indent: -1000em;
        width: 16px;
        padding: 0;
        margin-top: 2px;
        overflow: hidden;
        background: url(../img/IconHome.gif) no-repeat 0 0; }
        .breadCrumb ul li.first a:hover {
          background-position: 0 -16px; }
      .breadCrumb ul li span {
        display: block;
        overflow: hidden; }

.footer .company {
  clear: both;
  text-align: center;
  padding: 10px 0;
  background: #efefef;
  width: 100%;
  overflow: hidden;
  display: block;
  font-size: 12px; }
  .footer .company h3 {
    color: #f93131;
    font-size: 1.6em; }
  .footer .company p {
    padding: 3px 0; }
  .footer .company .conrigt {
    clear: both;
    text-align: center;
    overflow: hidden;
    padding-bottom: 3px; }

/* ================================pro_daitel================================== */
.name_prod_detail {
  font-size: 18px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .name_prod_detail {
      margin-top: 10px; } }

.prod_detail {
  font-size: 14px;
  color: black;
  line-height: 20px;
  padding-bottom: 10px; }
  .prod_detail .desc_pr {
    font-size: 16px; }

.w_info_dt {
  font-weight: bold;
  clear: both; }

.prod_price {
  color: #b80101;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0; }
  .prod_price .w_info_dt {
    font-size: 14px;
    color: black; }

.prod_contac {
  padding-bottom: 10px; }

form a {
  border: 1px solid #fff;
  cursor: pointer; }
  

.add_prodt {
  padding-top: 10px;
  border-top: 1px solid #cccccc; }
  .add_prodt img {
    float: left;
    margin-right: 10px; }
  .add_prodt .txt_add_dt {
    overflow: hidden; }

.detail_pro {
  padding: 10px 0; }
  .detail_pro .pro_detal {
    border-bottom: 1px solid #000; }
    .detail_pro .pro_detal span {
      color: #fff;
      font-size: 14px;
      background: #000;
      text-transform: uppercase;
      padding: 4px 10px 4px 10px;
      display: block;
      line-height: 35px;
      position: relative;
      display: inline-block; }
  .detail_pro .content_pro {
    font-size: 14px;
    color: black;
    padding: 20px 0; }

@media (max-width: 767px) {
  .content_pro img {
    width: inherit !important;
    max-width: 100% !important;
    height: auto !important; }
  .content_pro table {
    width: inherit !important;
    max-width: 100% !important;
    height: auto !important; }
  .giohangfix {
    width: 550px !important; }
  .fixgiohang {
    overflow: auto; } }

.content_pro ul {
  list-style: inherit;
  list-style-type: square;
  padding: 0 40px; }

.content_pro ul li {
  list-style: inherit; }

.content_pro img {
  max-width: 100% !important; }
.pagination .active a{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #007bff;
    border: 1px solid #007bff;
}