.woocommerce-product-gallery {
    height: 100%;
}

.tabnoibat {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.tabnoibat .itemTab {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
    width: 80px;
    font-size: 12px;
    /* margin-bottom: -14px; */
}
.next-prev-thumbs{
    display: none;
}
.tabnoibat .item-border {
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    min-height: 76px;
    padding: 4px;
    background-color: #fff;
}

.tabnoibat .itemTab a {
    border: 0;
}

.tabnoibat .itemTab img {
    opacity: 1;
    max-width: 52px;
    width: 100%;
}

#popup-thongsokythuat .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    background: #000;
    padding: 8px 20px;
    color: #fff;
    position: relative;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
}

.parameter-all {
    overflow-y: hidden;
}

#popup-thongsokithuat .parameter-item {
    padding: 0 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    display: flex;
    overflow: hidden;
    min-width: 1406px;
    width: auto;
}

#popup-thongsokithuat .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    background: #000;
    padding: 8px 20px;
    color: #fff;
    position: relative;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
}

.thuoctinh-name {
    float: left;
    width: 200px;
    font-weight: bold;
    background: transparent;
    font-size: 15px;
    padding: 10px 10px;
    border-left: 1px solid #e5e5e5;
}

.content_field {
    float: left;
    width: auto;
    line-height: 25px;
    padding: 10px 10px;
    min-width: 200px;
    font-size: 14px;
    border-left: 1px solid #e5e5e5;
}

.product-desc {
    border: 1px solid #e5e5e5;
    padding: 20px 20px 80px 20px;
    border-radius: 6px;
    position: relative;
}

.mo-ta-san-pham .view-all {
    border: solid 1px #1e73be;
    font-weight: 400;
}

.mo-ta-san-pham .view-hide {

    font-weight: 400;
}
.woocommerce-product-gallery .product-tag-icon.icon-widthfull img{
    height: 35px;
}   
@media screen and (max-width:768px) {
    .tabnoibat {
        top: 0;
        left: 0;
    }

    .tabnoibat .itemTab {
        margin-right: 24px;
        width: 50px;
    }
}