﻿section.w-home-bestseller {
    background: url(/Design/img/ComNieuHaiSanMuiNe/b4.jpg) no-repeat;
    padding-top: 74px;
    padding-bottom: 95px;
    background-size: cover;
}

.content-bestseller-home {
    display: flex;
    align-items: center;
}

.r-bestseller-home {
    flex: 1 1 0;
    text-align: center;
    padding: 0 35px;
}

.left-bestseller-home {
    width: 58%;
}

.r-bestseller-home h2 {
    margin: 0;
    font-size: 40px;
    color: #ffffff;
    font-family: 'SVNH';
    font-weight: normal;
    line-height: normal;
}

.decor-title-rice-bestseller h1 {
    margin: 0;
    color: #f6c11c;
    font-family: iCR;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.decor-title-rice-bestseller {
    position: relative;
    text-align: center;
    margin: auto;
}

.r-bestseller-home span {
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    color: #f6c11c;
    display: block;
    line-height: 25px;
    font-weight: normal;
    margin-top: 25px;
}

.content-bestseller-home:nth-child(odd) {
    flex-direction: row-reverse;
}

.r-bestseller-home section {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

a.link-view-bestseller {
    position: relative;
    font-size: 26px;
    color: #4d2910;
    margin: 0;
    font-family: iCR;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 51px;
}

    a.link-view-bestseller:hover {
        color: #efd6a4;
    }

        a.link-view-bestseller:hover::after {
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
        }

.decor-title-rice-bestseller .decor-tt {
    z-index: 0;
    pointer-events: none;
    right: -3px;
    top: 17px;
}

a.link-view-bestseller:hover {
    text-decoration: none;
}

.decor-title-rice-bestseller .decor-tt img {
    opacity: 1;
}

a.link-view-bestseller:before {
    content: "";
    position: absolute;
    background: url(/Design/img/ComNieuHaiSanMuiNe/btn1.png) no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 183px;
    height: 51px;
    z-index: -1;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    pointer-events: none;
    z-index: -1;
}

a.link-view-bestseller:after {
    content: "";
    position: absolute;
    background: url(/Design/img/ComNieuHaiSanMuiNe/btn.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    width: 0;
    height: 0;
    z-index: -1;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

@media(max-width:1023px) {
    .content-bestseller-home {
        flex-flow: wrap;
        padding-bottom: 35px;
    }

    .left-bestseller-home {
        width: 100%;
    }

    .r-bestseller-home {
        padding: 0;
    }

    .decor-title-rice-bestseller h1 {
        font-size: 30px;
    }

    .r-bestseller-home h2 {
        font-size: 27px;
    }

    .decor-title-rice-bestseller .decor-tt {
        width: 116px;
        height: 100%;
        right: 46px;
        top: 0px;
    }

    section.w-home-bestseller {
        padding-bottom: 6px;
        padding-top: 22px;
    }

    .r-bestseller-home section {
        font-size: 15px;
    }

    a.link-view-bestseller, a.link-view-bestseller:before {
        width: 150px;
        height: 44px;
        font-size: 20px;
    }
}