#banner-carousel img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.slogan-header{
    color: #6a2f90;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 700;
}
.video-about{
	width: 100%;
}
.about-description{
	font-weight: 600;
	font-size: 16px;
}
.cutting-3{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.choose-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.choose-wrapper .choose-item{
    width: 20%;
    padding: 0 20px;
}
.choose-wrapper .choose-item .item-logo{
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
}
.choose-wrapper .choose-item .item-logo img{
    width: 120px;
    height: 120px;
}
.choose-wrapper .choose-item h4.item-title{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #262626;
}
.category-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0 0 40px 0;
}
.category-list .category-item{
    font-size: 18px;
    color: #ccc;
    padding: 6px 24px;
    border-radius: 40px;
    cursor: pointer;
}
.category-list .category-item.active{
    background-color: #6a2f90;
    color: #fff;
}
.category-detail-list{
    overflow: hidden;
    display: none;
}
.category-detail-list.active{
    overflow: hidden;
    display: block;
}
.category-detail-list .category-detail-item{
    width: 16.6666%;
    float: left;
    padding: 0 24px;
    margin: 0 0 24px 0;
}
.category-detail-list .category-detail-item .image-area{
    display: block;
    width: 100%; 
    padding:  0 0 100% 0;
    border-radius: 300px;
    margin: 0 0 32px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.category-detail-list .category-detail-item h4.title{
    color: #6a2f90;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 600;
}
.category-detail-list .category-color-item{
    width: 10%;
    float: left;
    padding: 0 12px;
    margin: 0 0 12px 0;
}
.category-detail-list .category-color-item .image-area{
    display: block;
    width: 100%; 
    padding:  0 0 100% 0;
    border-radius: 300px;
    margin: 0 0 16px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.category-detail-list .category-color-item h4.title{
    color: #6a2f90;
    font-size: 12px;
    text-align: center;
    display: block;
    font-weight: 600;
}
.whatsapp{
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    left: 30px; 
    padding: 10px 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #2aa81a;
    color: #2aa81a;
    font-size: 16px;
    font-weight: 700;
}
.whatsapp img{
    width: 24px;
    height: 24px;
}


@media only screen and (max-width: 1600px){

}
@media only screen and (max-width: 1480px){ 

}
@media only screen and (max-width: 1280px){ 
    
}
@media only screen and (max-width: 1024px){

}
@media only screen and (max-width: 991px){
    .choose-wrapper{
        display: block;
        overflow: hidden;
    }
    .choose-wrapper .choose-item{
        width: 50%;
        float: left;
    }
}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 575px){
    .choose-wrapper .choose-item{
        width: 100%;
        float: left;
    }
} 



