.certification img {
    object-fit: contain;
}
.img-login-x:before {
    content: "";
    background-color: #a1927d;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    z-index: 1;
    opacity: 0.5;
}

.slider-section-home-new img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

body:not(.is-mobile) .menu-section {
    text-align: center;
}

/*Button Contact Fixed*/
.share-buttons {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
}

.share-buttons .share-button {
    margin-top: 1rem;
}
.logo-login img {
    width: 40%;
}
.share-button {
    display: block;
    position: relative;
    height: 3rem;
}

.share-button:hover {
    cursor: pointer;
}

.share-button:hover .share-button-primary {
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
}

.share-button:hover .share-button-secondary-content {
    transform: translate3d(0, 0, 0);
}

.share-button-primary {
    position: absolute;
    background: var(--color-main);
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    left: 0;
    top: 50%;
    margin-top: -1.5rem;
    text-align: center;
}

.share-button-icon {
    display: block;
    color: var(--white);
    width: 3rem;
    line-height: 3rem;
}

.share-button-secondary {
    overflow: hidden;
    margin-left: 1.5rem;
    height: 3rem;
}

.share-button-secondary-content {
    background: var(--color-main);
    display: block;
    height: 3rem;
    text-align: left;
    padding-left: 2.4rem;
    padding-right: 1.8rem;
    line-height: 3rem;
    color: var(--white);
    border-radius: 0 1.5rem 1.5rem 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 175ms ease;
}

/*End Button Contact Fixed*/

.cus-2-dong {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 55px;
    margin-bottom: 0 !important;
}

.header-top-01 > .container > .row > div:nth-child(1) {
    display: flex;
    align-items: center;
}

.company-name-head {
    color: var(--color-main);
    font-weight: 800;
    font-size: 16px;
}

.is-mobile .company-name-head {
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
}

.product-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.product-des {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
