﻿.banner-item {
    position: relative;
}

.banner-item img{
    margin-top: 100px;
    width: 100%;
}

.banner-content {
    position: absolute;
    top: 30%;
    left: 20%;
}

.banner-content h5 {
    opacity: 0.8;
}

.banner-content p {
    margin-top: 20px;
    font-size: 18px;
}

.product { position: relative;}

.outstanding-product {
    padding-top: 120px;
}

.product-item {
    margin: 20px;
}

.btnNext-prod {
    position: absolute;
    top: 40%;
    right: -5%;
    cursor: pointer;
}

.btnPrev-prod {
    position: absolute;
    top: 40%;
    left: -5%;
    cursor: pointer;
}

.product-slider {
    margin-left: 20px;
    margin-top: 20px;
}

.bg-la {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 200px;
    height: 100px;
}

.bg-sen {
    position: absolute;
    left: 0;
    top: 5%;
    z-index: 9;
    width: 120px;
    height: 200px;
}

.introduce {
    padding-top: 200px;
    padding-bottom: 240px;
    background-image: url('../Assets/Pictures/trang-chu/background duoi.png');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

    .introduce p {
        font-size: 20px;
        line-height: 1.8;
        color: #fff;
    }

.introduce-content {
    margin-top: 80px;
    margin-left: 150px;
}

.introduce-content p {
    text-align: justify;
    margin-top: 20px;
}

/*.artist {
    background-image: url(../Assets/Pictures/trang-chu/backBanner.png);
    background-position: top;
    background-size: cover;
    padding-bottom: 40px;
}*/

.artist-item {
    margin-top: 60px;
    margin-left: 30px;
}

.artist-item h6 {
    margin-top: 12px;
    text-align: center;
    font-weight: bold;
}

.artist-item p {
    text-align: center;
    font-size: 14px;
}

/*.buy-now {
    padding-top: 80px;
    padding-bottom: 200px;
    background-image: url(../Assets/Pictures/trang-chu/bannermuangay.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}*/

.buy-now input {
    width: 80%;
    margin-left: 100px;
    padding: 8px;
    right: 0;
    border: 2px solid rgb(170, 188, 68);
    margin-top: 60px;
}


.buy-now input::placeholder {
    padding-left: 40px;
}

.btn-send {
    margin-top: 60px;
    padding: 10px 40px;
}

.slick-dots {
    bottom: -40px !important;
}

.slick-dots li button {
    background-image: url(../Assets/Pictures/trang-chu/around.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow:hidden;
}

.slick-dots .slick-active button{
    background-image: url(../Assets/Pictures/trang-chu/around1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}