section {
    padding: 50px 0px;
}




@media (max-width: 1024px), (max-width:1440px) {
    .carousel-height {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .carousel-height {
        height: 250px !important;
    }
}


@media (max-width: 1024px),
(max-width: 1440px) {
    .carousel-height {
        height: auto !important;
    }
}


#sec-home-2 {
    background: rgb(242, 242, 242);
}

#main .search-form span#search-addon {
    position: absolute;
    background: transparent;
    right: 0%;
    top: 5px;
    color: white;
}

#main .search-form input {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

#main #banner_homepage {
    background-image: url(../../images/banner.png);
    height: 450px;
    background-size: cover;
}

#main #banner_homepage .fill {
    height: 100%;
    background-color: #0000001c;
    position: absolute;
    width: 100%;
}

.title-gradient {
    font-size: 1.3rem;
    font-weight: bold;
    background: rgb(40, 69, 153);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-product,
.card-single-blog {
    border-color: rgb(255, 255, 255);
    border-width: 10px 10px 10px 10px;
    border-radius: 5px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.card-product .card-title.type-blog-home {
    font-size: 16px;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.card-product .card-title {
    font-size: 16px;
}

.card-product .card-text {
    font-size: 12px;
}

.card-product .product-avatar {
    padding-bottom: 80%;
}

.card-product .product-avatar img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.text-orange {
    color: #f44336;
    font-weight: bold;
}

.is-divider {
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    padding: 0;
}

.info-top-right {
    top: 5px;
    right: 5px;
}

.info-bot-left {
    bottom: 10px;
    left: 10px;
}

.info-bot-left .tag-label {
    margin: 0;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 5px;
    color: white;
    background: #76767633;
}

.info-bot-left .tag-label img {
    border-radius: 99px;
    padding: 1px;
}

.info-top-right .tag-label {
    margin: 0;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 5px;
    color: white;
    background: #76767633;
}

.card-product:hover .info-top-right,
.card-single-blog:hover .info-top-right {
    background: #f44336;
    border-radius: 5px;
    transition: all 1s ease;
}

.card-product:hover .info-bot-left span {
    background: #f44336;
    border-radius: 5px;
    transition: all 1s ease;
}

.card-single-blog .card-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.card-single-blog .card-text {
    font-size: 10px;
    margin: 0;
    font-weight: 100;
}

#ketqua {
    font-size: 12px;
    border: 1px solid #ced4da;
    border-top: none;
    background-color: white;
    display: none;
    text-align: left;
    z-index: 999999;
    position: absolute;
    top: 100%;
    width: 100%;
}

#ketqua .ket-qua-ct {
    padding: 10px;
}

#ketqua .ket-qua-ct:hover {
    background-color: #f44336 !important;
    color: white;
}

#ketqua-2 {
    border: 1px solid #ced4da;
    border-top: none;
    background-color: white;
    display: none;
    text-align: left;
    position: absolute;
    width: 100%;
    top: 35px;
    z-index: 999999;
}

#ketqua-2 .ket-qua-ct {
    padding: 10px;
}

#ketqua-2 .ket-qua-ct:hover {
    background-color: #f44336 !important;
    color: white;
}


.sidebar-left {
    padding-left: 15px;
    padding-right: 15px;
    position: static;
}

.sidebar-right {
    padding-right: 15px;
    padding-left: 15px;
    position: static;
}

@media (min-width:1440px) {
    .sidebar-left {
        padding-left: 40px;
        padding-right: 40px;
        position: static;
    }
    
    .sidebar-right {
        padding-right: 40px;
        padding-left: 40px;
        position: static;
    }
}


#floating-button {
    position: fixed;
    bottom: 2%;
    right: 2%;
}

.floating-item {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.floating-item a {
    animation: biilogo-pulse 1s infinite;
    border-radius: 100%;
    background-color: rgba(100, 95, 95, 0.3);
}

@keyframes biilogo-pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@media (max-width: 1440px) {
    .sticky-sidebar.active {
        display: none !important;
    }
}

.type-blog-home {
    color: rgb(40, 69, 153);
    font-weight: bold;
}


.sticker_header{
    top: 110px;
    position: sticky;
}