.body-collection {
   display: flex;
   justify-content: center;
   font-size: 14px;
}

#app-collection {
   min-height: auto;
   width: 1200px;
   max-width: 100vw;
   padding: 8px;
   border-radius: 20px;
   box-shadow:
      20px 50px 50px #807b7b77;
   background-color: white;
}

.groupHeader {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.groupHeader .bigTitle {
   font-size: xx-large;
   font-weight: bold;
   margin: 10px 0;
}

.groupHeader .button {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 5px;
   background-color: transparent;
   border: none;
   color: #c4beb7
}

.groupHeader .button .fa-house {
   font-size: 24px;
}

.groupHeader .button:hover {
   cursor: pointer;
   color: #000
}

/* banner */
.banner {
   position: relative;
   width: 1184px;
   max-width: 90vw;
   height: 400px;
   border-radius: 20px;
}

.banner .item {
   width: 200px;
   height: 300px;
   background-position: 50% 50%;
   display: inline-block;
   transition: 0.5s;
   background-size: cover;
   position: absolute;
   z-index: 1;
   top: 50%;
   transform: translate(0, -50%);
   border-radius: 20px;
   box-shadow: 0 30px 50px #505050;
}

.banner .item:nth-child(1) {
   left: 0;
   top: 0;
   transform: translate(0, 0);
   border-radius: 20px;
   width: 100%;
   height: 100%;
   box-shadow: none;
}

.banner .item:nth-child(2) {
   left: 55%;
}

.banner .item:nth-child(3) {
   left: calc(55% + 210px);
}

.banner .item:nth-child(4) {
   left: calc(55% + 420px);
}

.banner .item:nth-child(n+5) {
   visibility: hidden;
}

.banner .item .content {
   position: absolute;
   top: 50%;
   left: 100px;
   width: 300px;
   text-align: left;
   padding: 0;
   color: #eee;
   transform: translate(0, -50%);
   display: none;
   font-family: system-ui;
}

.banner .item:nth-child(1) .content {
   display: block;
   z-index: 11111;
}

.banner .item .des {
   font-size: 30px;
   font-weight: bold;
   text-shadow: 0 0 5px #000;
}

.banner .item a {
   display: inline-block;
   margin-top: 20px;
   padding: 10px 20px;
   text-decoration: none;
   border-radius: 15px;
   background-color: #E6E6FA;
   color: black;
   border: none;
}

/* .banner .item button {
   padding: 10px 20px;
   border-radius: 20px;
   border: none;
   color: #c4beb7
}

.banner .item button:hover {
   cursor: pointer;
   color: black;
} */

.banner .buttons {
   position: absolute;
   bottom: 10px;
   z-index: 222222;
   text-align: center;
   width: 100%;
}

.banner .buttons button {
   width: 30px;
   height: 30px;
   border-radius: 50%;
   border: none;
   background-color: #fff5;
   color: #fff;
   font-weight: bold;
   transition: 0.5s;
}

.banner .buttons button:hover {
   background-color: #bac383;
}

/* end banner */

.info-card-lf {
   display: grid;
   grid-template-columns: 1fr 1fr;
   column-gap: 20px;
}

.title-lf {
   font-size: x-large;
   font-weight: bold;
   margin: 10px 0;
}

.info-card-lf .card-info {
   background-color: #ebebeb;
   border-radius: 20px;
}

.card-info ul {
   padding: 0;
   list-style: none;
}

.card-info .info {
   margin: 10px;
   display: grid;
   grid-template-columns: 5% 95%;
}

.card-info .info h3 {
   font-size: 13px;
   font-weight: 600;
}

.listProduct-lf {
   display: grid;
   grid-template-columns: 1fr 1fr;
   column-gap: 20px;
   row-gap: 20px;
}

.listProduct-lf .item {
   display: grid;
   grid-template-columns: 50% 50%;
   column-gap: 15px;
}

.listProduct-lf .item .img .image-button {
   width: 100%;
   height: 200px;
   object-fit: contain;
   border-radius: 20px;
   background-size: cover;
   background-position: center;
   border: none;
   cursor: pointer;
}

/* .listProduct-lf .item img {
   width: 100%;
   height: 200px;
   object-fit: contain;
   border-radius: 20px;
   background-color: #ebebeb;
   box-shadow: 0 10px 20px #c4beb7;
}

.listProduct-lf .item img:hover {
   cursor: pointer;
   box-shadow: 0 10px 30px #5e5b58;
} */

.listProduct-lf .item .content {
   padding-right: 30px;
}

.ant-tabs-nav .ant-tabs-tab {
   padding: 8.6px !important;
   font-size: 14px !important;
   font-weight: 500 !important;
}

/* page product */
.body-productlf {
   display: flex;
   justify-content: center;
   font-size: 14px;
}

#app-productlf {
   height: calc(100vh - 85px);
   width: 1250px;
   max-width: 100vw;
   padding: 8px;
   border-radius: 5px;
   background-color: #2F4F4F;
}

.container-productlf {
   display: grid;
   grid-template-columns: 25% 75%;
}

.container-productlf .left {
   color: white
}

.left .header {
   position: relative;
}

.left .header .home-button {
   position: absolute;
   top: 0;
   left: 0;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   border: none;
   background-color: #fff5;
   color: #fff;
   font-weight: bold;
}

.left .header .home-button:hover {
   background-color: #bac383;
}

.left .header .avatar {
   object-fit: contain;
   text-align: center;
   margin-top: 8px;
}

.left .header .avatar .desc {
   margin-top: 10px;
   font-size: 16px;
   font-weight: 600;
}

.left .list-number {
   list-style: none;
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   align-items: center;
   text-align: center;
   margin-top: 10px;
}

.left .list-number .number {
   font-size: 45px;
   font-family: system-ui;
   font-weight: bolder;
   color: #FFA500;
}

.left .list-number .name {
   font-size: 12px;
   font-weight: 300;
   font-family: system-ui;
}

.left .banner-info {
   margin-top: 10px;
   max-height: calc(100vh - 400px);
   overflow: auto;
}

.banner-info .name {
   font-weight: 700;
   margin-bottom: 10px;
   text-decoration: underline;
   color: #ADD8E6;
}

.banner-info .list ul {
   list-style: none;
   padding: 0;
}

.banner-info .list .info {
   margin: 10px;
   display: grid;
   grid-template-columns: 8% 92%;
}

.banner-info .list .info i {
   font-size: 12px;
   color: #c4beb7;
}

.banner-info .list .info .content .title {
   font-size: 14px;
   font-weight: 400;
   color: #CCCCCC
}

.container-productlf .galary {
   padding: 8px;
}

.sliderTab {
   display: grid;
   grid-template-columns: auto auto;
   margin-bottom: 8px;
}

.sliderTab .nav-tabs {
   padding: 0;
   list-style: none;
   display: flex;
   margin: 0px 5px 0px;
}

.sliderTab .nav-tabs .nav-item {
   display: flex;
   cursor: pointer;
   font-weight: 500;
   font-family: system-ui;
   background-color: #ebebeb;
   padding: 8px;
   align-items: center;
   border-right: 1px solid #1d868d;
}

.sliderTab .nav-tabs .nav-item.active {
   background-color: #f7e3cb;
}

.sliderTab .nav-tabs .nav-item:nth-child(1) {
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
}

.sliderTab .nav-tabs .nav-item:nth-last-child(1) {
   border-right: none;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
}

.sliderTab .nav-tabs .nav-item img {
   height: 25px;
   margin-right: 6px;
}

.sliderTab .filterGrid {
   text-align: right;
   margin-right: 5px;
}

.sliderTab .filterGrid.inactive {
   visibility: hidden
}

.sliderTab .filterGrid label {
   background-color: #ebebeb;
   display: inline-block;
   padding: 10px;
   width: 40px;
   text-align: center;
   border-radius: 5px;
   cursor: pointer;
}

.sliderTab .filterGrid label img {
   width: 20px
}

input[name="grid"][value="1"]:checked~.content-tabs .list {
   grid-template-columns: 1fr;
}

input[name="grid"][value="2"]:checked~.content-tabs .list {
   grid-template-columns: 1fr 1fr;
}

input[name="grid"][value="3"]:checked~.content-tabs .list {
   grid-template-columns: 1fr 1fr 1fr;
}

input[name="grid"][value="4"]:checked~.content-tabs .list {
   grid-template-columns: 1fr 1fr 1fr 1fr;
}

.galary input {
   display: none;
}

.galary .content-tabs .list {
   display: none;
}

.galary .content-tabs .list.active {
   display: grid;
   min-height: calc(100vh - 160px);
   align-content: start;
}

.galary .content-tabs .list .item {
   background-color: #ebebeb;
   padding: 10px;
   margin: 5px;
   border-radius: 10px;
   cursor: default;
}

.galary .content-tabs .list .item .img {
   width: 100%;
}

.galary .content-tabs .list .item .img img {
   object-fit: cover;
   object-position: center;
   width: 200px;
   height: 200px;
}

.galary .content-tabs .list .item .content {
   width: 100%;
   min-height: 150px;
   margin-top: 5px;
   display: flex;
   align-items: center;
}

.galary .content-tabs .list .item .content .inner-content {
   font-size: 14px;
   font-weight: 500;
   text-align: left;
   overflow: auto;
   max-height: 150px;
}

input[name="grid"][value="1"]:checked~.sliderTab .filterGrid label[for="grid-1"] {
   background-color: #f7e3cb;
}

input[name="grid"][value="2"]:checked~.sliderTab .filterGrid label[for="grid-2"] {
   background-color: #f7e3cb;
}

input[name="grid"][value="3"]:checked~.sliderTab .filterGrid label[for="grid-3"] {
   background-color: #f7e3cb;
}

input[name="grid"][value="4"]:checked~.sliderTab .filterGrid label[for="grid-4"] {
   background-color: #f7e3cb;
}

input[name="grid"][value="1"]:checked~.content-tabs .list .item,
input[name="grid"][value="2"]:checked~.content-tabs .list .item {
   display: flex;
   text-align: left;
   align-items: center;
}

input[name="grid"][value="3"]:checked~.content-tabs .list .item,
input[name="grid"][value="4"]:checked~.content-tabs .list .item {
   display: inline;
   text-align: center;
   align-items: center;
}

input[name="grid"][value="1"]:checked~.content-tabs .list .item .content,
input[name="grid"][value="2"]:checked~.content-tabs .list .item .content {
   margin-top: 0px;
   margin-left: 15px;
}

input[name="grid"][value="1"]:checked~.content-tabs .list .item .img,
input[name="grid"][value="2"]:checked~.content-tabs .list .item .img {
   width: 200px;
}

input[name="grid"][value="3"]:checked~.content-tabs .list .item .img img {
   width: 250px;
   height: 250px;
}

.galary .content-tabs .list-file {
   display: none;
}

.galary .content-tabs .list-file.active {
   display: grid;
   grid-template-columns: 1fr 1fr;
   min-height: calc(100vh - 160px);
}

.galary .content-tabs .list-file .item-file {
   background-color: #ebebeb;
   padding: 15px;
   margin: 5px;
   border-radius: 10px;
   max-height: 100px;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.galary .content-tabs .list-file .item-file .group-title {
   display: grid;
   grid-template-columns: 80% 20%;
   margin-bottom: 15px;
}

.galary .content-tabs .list-file .item-file .group-title .title {
   display: flex;
   align-items: center;
   font-weight: 700;
   font-size: 15px;
}

.galary .content-tabs .list-file .item-file .group-title .title img {
   margin-right: 5px;
}

.galary .content-tabs .list-file .item-file .desc {
   font-weight: 400;
   overflow: auto;
   max-height: 100px;
}

.no-data {
   display: flex;
   margin-left: 50px;
   grid-column: 1 / -1;
}

.no-data img {
   width: 300px;
   height: 300px;
}

/* end page product */