.fs-16 {
    font-size: 1.6rem;
}

.ln-15 {
    line-height: 1.5;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1100px;
    }
}

.fix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999 !important;
    -webkit-transition: position 0.4s;
    -o-transition: position 0.4s;
    transition: position 0.4s;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

@-webkit-keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

@keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

.header-top-01 {
    background-color: var(--light);
    padding: 20px 0 20px 0;
}

.fix .header-top-01 {
    padding: 5px 0 5px 0;
}

.icon-header-top img {
    width: 4.5rem;
    margin-right: 10px;
    padding-top: 3px;
}

.cus-flex-icon-header {
    display: flex;
    line-height: 1.2;
}

.header-top-01 > .container > .row > div {
    display: flex;
    justify-content: space-between;
}

.header-top-02 > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form-section {
    max-width: 180px;
    border-radius: 10px;
    overflow: hidden;
}

.search-form-section form {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom-container {
    width: 100%;
    height: 100%;
    max-height: 86rem;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.zoom-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Đảm bảo ảnh lấp đầy mà không bị méo */
    transform-origin: center center;
    /* Zoom từ giữa ảnh */
    animation: zoomInOut 15s ease-in-out infinite;
}

@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

.cus-intro-video-home .inner-image img {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.22) 0px 6px 6px;
}

.icon-paly-video-intro {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.icon-paly-video-intro i {
    background: rgb(227, 135, 37);
    background: linear-gradient(90deg, rgba(227, 135, 37, 1) 0%, rgba(255, 202, 5, 1) 58%, rgba(221, 0, 0, 1) 100%);
    border: #111;
    border-radius: 50%;
    box-shadow: inset 0 0 20px #ffe2264a;
    color: #111;
    font-size: 23px;
    padding: 14px 17px;
}

.cus-btn-gradient {
    background: var(--color-highlight);
    /*background: linear-gradient(90deg, #768ce1 0%, #3a5cdf 58%, #6279ce 100%);*/
    border-radius: 10px;
    box-shadow: inset 0 0 20px #ffe2264a;
    color: black;
    border: none;
    padding: 7px 20px;
}

.border-radius-10 {
    border-radius: 10px;
}

.img-cate-slider-home img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.name-cate-slider-home {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 8px 0;
}

.description-cate-slider-home {
    /* white-space: pre-wrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.space-10 > div > .row, .space-10 > .row {
    margin-right: -10px;
    margin-left: -10px;
}

.space-10 > div > .row > div, .space-10 > .row > div {
    padding-right: 10px;
    padding-left: 10px;
}

.slider-3item-home .article-item .article-title {
    margin-bottom: 15px;
    font-size: 1.9rem;
}

footer {
    background-color: var(--light);
    font-size: 17px;
}

.cus-flex-footer {
    display: flex;
    margin-bottom: 12px;
}

.cus-flex-footer i {
    font-size: 8px;
    padding-top: 8px;
    margin-right: 12px;
}

.color-red {
    color: var(--red);
}

.title-footer {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-highlight);
}

.cus-bg-social-footer > li, .list-social .btn-social {
    background: var(--color-highlight);
    /* background: linear-gradient(90deg, rgba(227, 135, 37, 1) 0%, rgba(255, 202, 5, 1) 58%, rgba(221, 0, 0, 1) 100%); */
    border: #111;
    border-radius: 50%;
    box-shadow: inset 0 0 20px #ffe2264a;
    /* padding: 4px 7px; */
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.cus-bg-social-footer li a {
    color: white;
}

.img-telephone-footer img {
    max-width: 60px;
    margin-right: 10px;
}

.footer-menu-section ul li {
    margin-bottom: 12px;
}

.footer-menu-section ul li a {
    color: var(--black);
    /* font-size: 15px; */
}

.cus-bai-vua-dang .article-item .inner-content {
    margin-top: 0px !important;
}

.cus-bai-vua-dang .article-item .inner-content .article-title {
    font-weight: 400;
}

.cus-bai-vua-dang .article-item .inner-image > div {
    padding-top: 100%;
}

.cus-bg-light-page {
    background-color: var(--light);
    border-radius: 10px;
    padding: 15px 10px 0px 10px;
}

.cus-sp-moi .product-title a {
    color: var(--black);
}

.info-category .content-category img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .btn-menu-mobile .cus-btn-gradient {
        background: var(--color-highlight);
        /* background: linear-gradient(90deg, rgba(227, 135, 37, 1) 0%, rgba(255, 202, 5, 1) 58%, rgba(221, 0, 0, 1) 100%); */
        border-radius: 8px;
        box-shadow: inset 0 0 20px #ffe2264a;
        color: white;
        border: none;
        padding: 6px 7px;
        font-size: 18px;
    }

    .logo-section img {
        height: 30px;
    }

    .header-01-mb {
        margin: 15px 0;
    }

    .header-01-mb > .container > .row > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    footer {
        font-size: 16px;
    }
    
    .menu-section .active {
        color: var(--color-highlight) !important;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .icon-header-top {
        min-width: 25px;
    }

    .icon-header-top img {
        width: 40px;
        margin-right: 4px;
    }

    .cus-flex-icon-header {
        font-size: 11px;
    }

    .video-item-intro-home .article-description {
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .logo-section img {
        height: 5rem;
    }

    .bg-footer-01 > .container > .row > div:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .bg-footer-01 > .container > .row > div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bg-footer-01 > .container > .row > div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cus-vertical-home {
        display: none;
    }

    .logo-section {
        margin-right: 10px;
    }
}
