.nivo-controlNav {
    position: absolute;
    width: auto !important;
    right: 0;
    bottom: 25%;
    padding: 0 !important;
    z-index: 1000;
    display: none;
}

.nivo-control {
    width: 24px !important;
    height: 24px !important;
    /* overload: hidden; */
    border-radius: 50% !important;
}

.nivo-control.active {
    width: 24px !important;
    height: 24px !important;
    /* overload: hidden; */
    border-radius: 50% !important;
}

.nivo-control img {
    visibility: hidden !important;
}

.nivo-caption {
    width: 52.7%;
    height: 30%;
    position: absolute;
    bottom: 20%;
    font-size: 32px;
    line-height: 39px;
    padding: 0;
    display: none !important;
}

.nivo-caption div {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1% 5%;
}

.end {
    background: url(/upload/hinhanh/32972bg2.jpg) no-repeat center fixed;
    background-size: auto;
}

.wraplist {
    background: url(/upload/hinhanh/13065bg3.jpg);
    background-size: cover;
}

#toptop {
    width: 37px;
    height: 37px;
    position: fixed;
    bottom: 45px;
    right: 26px;
    text-indent: -99999px;
    cursor: pointer;
    background: url(/images-new/backtop.png) top center no-repeat;
    transition: 0.5s;
    z-index: 9999;
}

#toptop:hover {
    background: url(/images-new/backtop.png) bottom center no-repeat;
    transition: 0.5s;
}

.error {
    top: 0;
    z-index: 9;
    background: #000000e3;
    color: #fff !important;
    padding: 10px;
    width: 90%;
    height: max-content;
    margin: 0 5%;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 400px;
    display: none;
    margin: auto;
}