    .sub-view-more {
        margin-top: 1.5em;
        text-align: center;
    }

    .sub-view-more a {
        padding: .5em 1.5em;
        background-color: black;
        color: white;
        text-transform: uppercase;
        font-family: "Quicksand", sans-serif;
        font-weight: 600;
        font-size: .8em;
        transition: all 500ms ease-in;
        border: 1px solid black;
        text-decoration: none;
    }
    .show-all, .article-placeholder {
        padding-top: 3em;
        padding-bottom: 3em;
        background-color: white;
    }
    .sub-view-more a:hover {
        background-color: white;
        color: black;
        border-color: #AAA;
    }


.blog-name {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    margin-top: 2em;
    margin-bottom: 1em;
}

.feature-article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.feature-article-image {
    width: 49%;
}
.feature-article-image img {
    width: 95%;
    margin: auto;
}

.article-detail {
    width: 49%;
    /*padding-right: 1.5em ;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cat-article-div .article-title {
    /*margin-top: 1em;*/
    text-align: center;
} 
.article-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    margin-bottom: .75em;
}
.article-intro {
    font-family: "Quicksand",sans-serif;
    font-size: .9em;
    margin-bottom: .75em;
}

.article-link {
    margin-bottom: 1.5em;
    background-color: black;
    color: white;
    padding: .5em 1.5em;
    font-size: .8em;
    font-family: "Quicksand", sans-serif;
    padding: 1px solid black;
    text-decoration: none;
    transition: all 500ms ease-in;
}
.article-link:hover {
    background-color: white;
    color: black;
    border-color: #AAA;
}

.article-date {
    margin-top: 1.5em;
    font-family: "Montserrat", sans-serif;
    font-size: .8em;
}


#main-categories img {
width: 100%;
margin-bottom: 1em;
}
 
#main-categories h6 {
text-transform: uppercase;
text-align: center;
font-family: 'Oswald', sans-serif;
font-weight: 700;
}

#main-categories p {
font-family: 'Quicksand', sans-serif;
font-weight: 300;
text-align: center;
}

#view-all {
margin-top: 2em;
}

#view-all h4 {
text-transform: uppercase;
font-family: "Oswald", sans-serif;
font-weight: 400;
text-align: center;
padding-bottom: .8em;
border-bottom: 1px solid #AAA;
margin-bottom: 2em;
}

#view-all img {
width: 100%;
margin-bottom: 1em;
}

#view-all h6 {
text-transform: uppercase;
text-align: center;
font-family: 'Oswald', sans-serif;
font-weight: 400;

}

#view-all p {
font-family: 'Quicksand', sans-serif;
font-weight: 300;
text-align: center;
}

#sales-section, #business-intro-section {
margin-top: 2em;
}

#sales-section h4, #business-intro-section h4 {
text-transform: uppercase;
font-family: "Oswald", sans-serif;
font-weight: 400;
text-align: center;
padding-bottom: .8em;
border-bottom: 1px solid #AAA;
margin-bottom: 2em;
}

#sales-section img {
width: 100%;
margin-bottom: 1em;
}

#sales-section h6 {
text-transform: uppercase;
text-align: center;
font-family: 'Oswald', sans-serif;
font-weight: 400;

}

#sales-section p {
font-family: 'Quicksand', sans-serif;
font-weight: 300;
text-align: center;
}

#business-intro {
font-family: "Quicksand", sans-serif;
padding-left: 2em;
padding-right: 2em;
padding-top: 2em;
padding-bottom: 2em;
border: 1px solid #AAA;
border-radius: 15px;
margin-bottom: 1.5em;
}

.truncate {
width: 100%;
max-height: 300px;
overflow: hidden;
text-overflow: ellipsis;
transition: max-height 1.5s;
}

.truncate:hover {
max-height: 2000px;
}
/*END MARQUEE*/

/*DISPLAY BANNER*/
#banner-preview {
    width: 100%;
    font-family: "Oswald", sans-serif;

}
#banner-preview img{
    width: 100%;
}

#banner-content {
    position: absolute;
}
#banner-introduction {
    text-shadow: 1px 1px 1px #AAA;
}



#banner-link {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: .3em;
    border: none;
    border-radius: .2em;
    padding: .9em;
    transition: background-color 1s;            
}

#banner-link:hover {
    text-decoration: none;
    color: white;
    /*background-color: rgba(110,110,110,1);*/
    background-color: #333;
}

.icon-cancel-circle {
    position: absolute;
    top: .5em;
    right: 1em;
    font-size: 1.3em;
    color: #BBB;
    /*background-color: #333;*/
    opacity: .8;
    transition: font-size .5s;
}
.icon-cancel-circle:hover {
    font-size:1.5em;
    cursor: pointer;
}    

.show-all-products {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.show-all-products .category-product {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #AAA;
    /*border-radius: 10px;*/
    box-shadow: 2px 2px 2px #CCC;
    margin-bottom: 25px;
    background-color: white;
    position: relative;
}

.sale-percentage {
    position: absolute;
    left: 5px;
    top: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
/*    width: 50px;
    height: 50px;*/
    background-color: black;
    color: white;
    font-weight: bold;
/*    border-radius: 25px;*/
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    padding: .3em .5em;
}

.category-product-link {
    width: 100%;
}
.category-product-link:hover {
    text-decoration: none;
}

.category-product img {
    width: 100%;
}

.category-product-name {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: black;
    font-size: .8em;
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
}

.category-product-price {
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: .8em;
    color: #333;
    
}


.category-normal-price {
    margin-left: .5em;
}

.category-banner {
    position: relative;
}

.category-banner img {
    width: 80%;
}

.show-all-name {
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;
    position: relative;
}

.show-all-name::before{
    content: '';
    position: absolute;
    top: -30px;
    left: 0px;
    width: 30%;
    height: 200%;
    filter: blur(40px);
    transform: rotate(-45deg) translateX(-200%);
    background: white;
    z-index: 20;
    animation: shining-effect 5s ease-in infinite 3s;

}

.show-all-name span a {
    color: white;
    text-decoration: none;
}

.show-all-name span {
    background-color: #a88f7d;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 75px;
    padding-right: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    position: relative;
    overflow: hidden;
}

.show-all-name span::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 35px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 0 29px;
    border-color: transparent transparent transparent #c7b1a1;
}
.show-all-name span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 29px;
    z-index: 2;
    background-color: #c7b1a1;
}

.normal-banner-text {
    position: absolute;
    bottom: 2em;
    width: 66%;
    margin-left: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.normal-banner-text .normal-banner-text-heading {
    font-family: 'Yeseva One', cursive;
    font-size: 2.5em;
    text-align: center;
}
.normal-banner-text .normal-banner-text-par {
    font-family: "Quicksand", sans-serif;
    font-size: 1em;
    text-align: center;
}
.normal-banner-text .normal-banner-link, .half-banner-link {
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    font-size: 1em;
    padding: .5em 2em;
    margin-top: 15px;
}
.floating-normal-banner-text {
    position: absolute;
    width: 66%;
    height: 66%;
    left: 17%;
    top: 17%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.floating-normal-banner-text .normal-banner-text-heading {
    font-family: 'Yeseva One', cursive;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 2em;
}
.floating-normal-banner-text .normal-banner-text-par {
    font-family: "Quicksand", sans-serif;
    font-size: 1em;
    text-align: center;
}
.floating-normal-banner-text .normal-banner-link {
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    font-size: 1em;
    padding: .5em 2em;
    margin-top: 15px;
}

.category-half-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-top: 2em;
    margin-bottom: 2em;
}
.half-banner-rep {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.half-banner-heading {
    font-family: 'Yeseva One', cursive;
    font-size: 2em;
    margin-bottom: 1em;
}
.half-banner-text {
    font-family: "Quicksand", sans-serif;
}

.half-banner-image {
    width: 100%;
}

    #review-carousel {
        background-color: rgb(199, 162, 135);
        color: white;
    }
    .review {
        padding: 3em 8em;
    }
    .review-text {
        text-align: center;
        font-family: "Quicksand", sans-serif;
        font-size: 3em;
    }
    .reviewer {
        text-transform: uppercase;
        font-family: "Quicksand", sans-serif;
        font-size: 1.5em;
        margin-top: 2em;
        text-align: center;
        font-weight: 300;
    }

        .vm-products {
            position: relative;
            width: 31%;
        }
        .vm-products > .category-product {
            width: 100%;
        }
        .vm-products > * {
            pointer-events: none;
            opacity: .15;
        } 
        .vm-products::after {
            content: "Xem thêm";
            width: 100%;
            position: absolute;
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 25px;
            padding: 10px 10px;
            background-color: #EEE;
            color: black;
            top: 45%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .vm-products:hover::after {
            color: teal;
        }
        .carousel-view-more-link p {
            background-color: white;
            height: 300px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase;
            font-size: 25px;
            color: black;
            font-weight: 700;
        }
        .carousel-view-more-link {
            text-decoration: none;
        }
        .carousel-view-more-link:hover p{
            text-decoration: none;
            color: teal;
        }

@media screen and (max-width: 1000px) {
    .normal-banner-text .normal-banner-text-heading {
        font-size: 2em;
    }
    .normal-banner-text .normal-banner-text-par {
        font-size: .9em;
    }
    .normal-banner-text .normal-banner-link {
        font-size: .9em;
        margin-top: 0px;
    }
    .floating-normal-banner-text {
        width: 86%;
        left: 7%;
        justify-content: center;
    }
    .floating-normal-banner-text .normal-banner-text-heading {
        font-size: 2em;
        margin-bottom: 1.5em;
    }
    .floating-normal-banner-text .normal-banner-text-par {
        font-size: .9em;
    }
    .floating-normal-banner-text .normal-banner-link {
        font-size: .9em;
        margin-top: 0px;
    }

    .review {
        padding: 3em 6em;
    }
    .review-text {
        text-align: center;
        font-family: "Quicksand", sans-serif;
        font-size: 2.5em;
    }
    .reviewer {
        text-transform: uppercase;
        font-family: "Quicksand", sans-serif;
        font-size: 1.3em;
        margin-top: 2em;
        text-align: center;
        font-weight: 300;
    }    
}

@media screen and (max-width: 768px) {
    .blog-name {
        text-align: center;
    }
    .feature-article {
        flex-direction: column;
    }

    .feature-article-image {
        margin-bottom: 1.5em;
        width: 100%;
    }
    .article-detail {
        width: 100%;
    }
    .article-link {
        margin-bottom: 0px;
    }
    .article-date {
        margin-top: 0px;
        display: none;
    }
    .article-detail {
        justify-content: flex-start;
    }
    
    .div-half-banner-text {
        text-align: center;
        margin-bottom: 1.5em;
    }


    .normal-banner-text {
        bottom: 1em;
        width: 84%;
        margin-left: 12%;
    }    
    .normal-banner-text .normal-banner-text-heading {
        font-size: 1.8em;
    }
    .normal-banner-text .normal-banner-text-par {
        font-size: .9em;
    }
    .normal-banner-text .normal-banner-link {
        font-size: .9em;
        margin-top: 0px;
    }

    .floating-normal-banner-text {
        width: 90%;
        left: 5%;
        justify-content: center;
    }    
    .floating-normal-banner-text .normal-banner-text-heading {
        font-size: 1.8em;
        margin-bottom: 1em;
    }
    .floating-normal-banner-text .normal-banner-text-par {
        font-size: .9em;
    }
    .floating-normal-banner-text .normal-banner-link {
        font-size: .9em;
        margin-top: 0px;
    }    
    .show-all-products .category-product, .show-all-products .vm-products {
        width: 49%;
    }

    .review {
        padding: 3em 4em;
    }
    .review-text {
        text-align: center;
        font-family: "Quicksand", sans-serif;
        font-size: 1.8em;
    }
    .reviewer {
        text-transform: uppercase;
        font-family: "Quicksand", sans-serif;
        font-size: 1em;
        margin-top: 2em;
        text-align: center;
        font-weight: 300;
    }       

    }

@media screen and (max-width: 650px) {
    .normal-banner-text {
        bottom: .5em;
        width: 90%;
        margin-left: 5%;
    }    
    .normal-banner-text .normal-banner-text-heading {
        font-size: 1.3em;
    }
    .normal-banner-text .normal-banner-text-par {
        font-size: .8em;
    }
    .normal-banner-text .normal-banner-link {
        font-size: .8em;
        margin-top: 0px;
    }

    .floating-normal-banner-text {
        width: 95%;
        left: 2%;
        justify-content: center;
    }    
    .floating-normal-banner-text .normal-banner-text-heading {
        font-size: 1.3em;
        margin-bottom: .5em;
    }
    .floating-normal-banner-text .normal-banner-text-par {
        font-size: .8em;
    }
    .floating-normal-banner-text .normal-banner-link {
        font-size: .8em;
        margin-top: 0px;
    }        
}

@media screen and (max-width: 500px) {
    .normal-banner-text {
        bottom: .5em;
        width: 90%;
        margin-left: 5%;
    }    
    .normal-banner-text .normal-banner-text-heading {
        font-size: 1.3em;
    }
    .normal-banner-text .normal-banner-text-par {
        font-size: .8em;
    }
    .normal-banner-text .normal-banner-link {
        font-size: .8em;
        margin-top: 0px;
    }
    .floating-normal-banner-text {
        width: 95%;
        left: 2%;
        justify-content: center;
    }    
    .floating-normal-banner-text .normal-banner-text-heading {
        font-size: 1.1em;
        margin-bottom: .5em;
    }
    .floating-normal-banner-text .normal-banner-text-par {
        font-size: .7em;
    }
    .floating-normal-banner-text .normal-banner-link {
        font-size: .7em;
        margin-top: 0px;
    }  
    .show-all-products .category-product {
        width: 49%;
    }
    .review {
        padding: 2em 3em;
    }
    .review-text {
        text-align: center;
        font-family: "Quicksand", sans-serif;
        font-size: 1.4em;
    }
    .reviewer {
        text-transform: uppercase;
        font-family: "Quicksand", sans-serif;
        font-size: 1em;
        margin-top: 2em;
        text-align: center;
        font-weight: 300;
    }    

}
@keyframes shining-effect {
    0% {
        transform: translateX(-200%);
    }
    40% {
        transform: translateX(800%);
    }
    100% {
        transform: translateX(800%);
    }
}