 .albumLibItem,
 .albumLibItemSizer {
   width: 25%;
 }

 .albumLibItem {
   transition: all .3s ease;
 }

 .albumLibItem:hover {
   transition: all .3s ease;
   filter: brightness(.6);
   cursor: zoom-in;
 }

 .contentFeatureProdetail {
   width: 100%;
   display: none;
   font-size: 14px;
   font-family: 'Roboto', sans-serif;
 }

 .contentFeatureProdetail.show {
   display: block;
 }

 .wrapFeature .contentFeatureProdetail {
   grid-template-columns: repeat(4, 1fr);
   grid-gap: 20px;
 }

 .wrapFeature .contentFeatureProdetail.show {
   display: grid;
 }

 .wrapParameter .itemFeatureProdetail {
   border: 1px solid #eeeeee;
   margin: 2px;
 }

 .wrapParameter .labelFeatureProdetail {
   border: none;
 }

 /* .newsLinkProdetailCard--content {
    padding: 15px;
  } */

 .newsLinkProdetailCard {
   border: 1px solid rgba(243, 230, 230, 0.8);
 }

 .newsLinkProdetailCard--title {
   margin: 15px 0;
   color: #444444;
   font-size: 15px !important;
   line-height: 1.4;
   border-left: 4px solid #c8102e;
   padding-left: 10px;
 }

 .newsLinkProdetailCard--desc {
   font-size: 14px;
   padding: 0 15px 15px;
 }

 .newsLinkProdetailCard--img {
   width: 100%;
   position: relative;
   padding-top: calc(138/277*100%);
 }

 .newsLinkProdetailCard--img img {
   width: 100%;
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   /* object-fit: contain; */
 }

 .labelFeatureProdetail {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   padding: 5px 0;
   margin-bottom: 20px;
   border-bottom: 1px solid;
   font-size: 14px;
 }

 .contentFeatureProdetail h3 {
   color: #212121;
   font-size: 24px;
   margin-bottom: 12.5px;
   margin-top: 25px;
 }

 .itemFeatureProdetail {
   padding: 5px 20px;
   margin-right: 10px;
 }

 .itemFeatureProdetail:hover,
 .itemFeatureProdetail.active {
   color: #fff;
   background-color: #c8112f;
   cursor: pointer;
 }

 @media (max-width: 768px) {

   .albumLibItem,
   .albumLibItemSizer {
     width: 33.333%;
     /* 3 cột mặc định */
   }

   .wrapFeature .contentFeatureProdetail {
     grid-template-columns: repeat(3, 1fr);
     grid-gap: 10px;
   }
 }

 @media (max-width: 576px) {
   .wrapFeature .contentFeatureProdetail {
     grid-template-columns: repeat(2, 1fr);
   }
 }

 @media (max-width: 480px) {

   .albumLibItem,
   .albumLibItemSizer {
     width: 50%;
     /* 2 cột */
   }
 }

 @media (max-width: 360px) {
   .wrapFeature .contentFeatureProdetail {
     grid-template-columns: repeat(1, 1fr);
   }
 }

 .albumLibItem img {
   display: block;
   width: 100%;
   height: auto;
 }

 .contentFeatureProdetail .table,
 .contentFeatureProdetail table {
   margin-bottom: 23px;
   max-width: 100%;
   width: 100%;
 }

 .contentFeatureProdetail .table>tbody>tr>td,
 .contentFeatureProdetail .table>tbody>tr>th,
 .contentFeatureProdetail .table>tfoot>tr>td,
 .contentFeatureProdetail .table>tfoot>tr>th,
 .contentFeatureProdetail .table>thead>tr>td,
 .contentFeatureProdetail .table>thead>tr>th,
 .contentFeatureProdetail table>tbody>tr>td,
 .contentFeatureProdetail table>tbody>tr>th,
 .contentFeatureProdetail table>tfoot>tr>td,
 .contentFeatureProdetail table>tfoot>tr>th,
 .contentFeatureProdetail table>thead>tr>td,
 .contentFeatureProdetail table>thead>tr>th {
   border: 1px solid #f3f3f3;
   color: #212121;
   font-size: 14px;
   line-height: 1.5;
   padding: 6px;
 }

 .slideBannerPDT:not(.slick-initialized),
 .slideProductDetail:not(.slick-initialized) {
   display: flex;
   visibility: hidden;
 }

 .albumLibContent:not([style]) {
   visibility: hidden;
   display: flex;
 }

 .wrapMenuBarProdetail {
   /* position: sticky;
   top: 0;
   z-index: 100; */
   background: #f7f7f7;
   box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
 }

 .wrapMenuBarProdetail.fixed {
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 998;
 }

 .menuBarProdetail {
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .mnbPdtItem {
   border-bottom: solid 3px transparent;
   border-left: 1px solid #d3d3d3;
   padding: 0 20px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: fit-content;
 }

 .mnbPdtItem:nth-child(odd) {
   background: #eee;
 }

 .mnbPdtItem span {
   color: #0a0a0a;
   font-size: 12px;
   text-align: center;
   margin: 0 0 .75em;
   padding: 0;
   text-transform: uppercase;
 }

 .mnbPdtItem:hover {
   cursor: pointer;
   border-bottom-color: #555;
 }

 .bannerPDT--item {
   padding-top: 42.5%;
   width: 100%;
   position: relative;
 }

 .bannerPDT--item img {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
 }