.home-title {
    font-size: 2rem;
    margin: 0;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 1rem;
}

.home-title {
}

.bg-why {
    background: url(../images/bg-why.png) no-repeat top center;
    background-size: cover;
}

#block-product-list {
    background: url(../images/bg-product-category.jpg) no-repeat top center;
}

#block-process {
}

#block-process .title {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary);
}

#block-process .description {
    width: 100%;
    max-width: 300px;
    margin: 10px auto
}

.process-item {
    position: relative;
}

.process-item.arrow-right::after {
    content: "";
    position: absolute;
    top: calc(40% - 10px);
    right: -40px;
    background: url(../images/arrow-1.svg) no-repeat right center;
    width: 70px;
    height: 20px;
}

.process-item.arrow-down::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #013E61;
}

.process-item.arrow-down::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    transform: rotate(90deg);
    position: absolute;
    left: calc(50% - 4px);
    bottom: -63px;
    font-size: 26px;
}

.process-item.arrow-left::after {
    content: "";
    position: absolute;
    top: calc(40% - 10px);
    left: -40px;
    background: url(../images/arrow-1.svg) no-repeat right center;
    width: 70px;
    height: 20px;
    transform: rotate(180deg);
}

#block-service {
    background: var(--primary);
    color: #FFF;
}

#block-service .service-item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
}

#block-service .service-item:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#block-service .service-item {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    transition: 0.4s ease;
}

#block-service .service-item.active {
    background: var(--second);
    color: #fff;
}

#block-service .service-item-photo {
    position: relative;
}

#block-service .service-item-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    opacity: 0;
    transition: 0.4s ease;
}

#block-service .service-item-photo img.active {
    opacity: 1;
}

.about-tabs {
}

.about-tabs .nav-link {
    border: 0 !important;
    border-bottom: 2px solid #B0B0B0 !important;
    background: transparent;
    color: #B0B0B0;
}

.about-tabs .nav-link.active,.about-tabs.nav-link:hover {
    background: transparent;
    border-color: var(--primary) !important;
    color: var(--primary);
}

.box-description {
    border-radius: 9px;
    overflow: hidden;
}

.box-description:after {
    content: "";
    background: var(--primary);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    bottom: 0;
}

.box-description .desc {
    color: #fff;
    z-index: 2;
}

.home-page .section-title:after {
    opacity: 0;
    content: "";
    position: absolute;
    background: var(--secondary-color);
    width: 100px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 50px);
}

.section-title {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    color: var(--primary);
    margin-bottom: 0.5rem;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0.5rem;
}

.section-title.no-bg:after {
    background: transparent;
}

.section-title.title-v2 {
    background: transparent;
    margin: 0;
}

h4.section-subtitle {
    font-size: 1.4rem;
    position: relative;
    font-weight: bold;
    padding-bottom: 10px;
}

h4.section-subtitle:after {
    content: "";
    background: var(--primary);
    height: 1px;
    width: 150px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

/* ===== ABOUT US SECTION ===== */
.about-images-wrapper {
    position: relative;
}

.main-image img {
    width: 100%
}

.main-image {
    position: relative;
    z-index: 1;
}

.overlay-image {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 2;
    max-width: 200px;
}

.overlay-image img {
    border: 5px solid #DBDFDE;
}

.about-text {
    font-size: 1.1rem;
    color: var(--gray-dark);
    margin-bottom: 2rem;
    line-height: 1.8;
}

.feature-icon i {
    color: var(--white);
    font-size: 1.5rem;
}

.latest-news-section {
    background: #FFFBF5;
}

/* Partners Section */
.partners-section {
    padding: 40px 0;
    border-top: 1px solid var(--border-color);
}

.partner-logo {
    max-height: 60px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 0 20px;
}

.partner-logo:hover {
    opacity: 1;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

section.animate-in {
    opacity: 1;
}

.news-item .avatar-news img {
    position: absolute;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    top: 0;
}

.news-item .avatar-news {
    position: relative;
    /* height: 0; */
    --bs-aspect-ratio: 110%;
}

.news-item .avatar-news::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.news-item .avatar-news .news-date {
    position: absolute;
    top: 0;
}

/* ===== END LATEST NEWS SECTION ===== */
.product-category-item {
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

.product-category-item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
}

.product-category-item span {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 123;
    text-align: center;
    max-width: 90%;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.5;
}

.product-category-item:hover span {
}

/* Why Choose Labaco Section */
.why-choose-labaco {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.why-content {
    position: relative;
    z-index: 2;
}

.feature-icon {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex: 0 0 55px;
}

.feature-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.feature-box h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.feature-box p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

.feature-info h5 {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-transform: uppercase;
}

.center-images {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.image-top {
    position: relative;
    z-index: 3;
    width: 280px;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    transform: translateX(-20px) translateY(-10px);
}

.image-bottom {
    position: relative;
    z-index: 2;
    width: 300px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    transform: translateX(20px) translateY(20px);
}

.image-top img, .image-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .why-choose-labaco .section-title {
        font-size: 2rem;
    }

    .center-images {
        min-height: 300px;
        margin: 3rem 0;
    }

    .image-top {
        width: 220px;
        height: 280px;
        transform: translateX(-10px) translateY(-5px);
    }

    .image-bottom {
        width: 240px;
        height: 160px;
        transform: translateX(10px) translateY(15px);
    }

    .feature-box {
        margin-bottom: 2rem;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
    }

    .feature-icon i {
        font-size: 1.8rem;
    }

    .feature-box h3 {
        font-size: 1.2rem;
    }
}

@media(min-width: 1024px) {
    .col-why-1 {
        flex: 0 0 39%;
    }

    .col-why-2 {
        flex: 0 0 22%;
    }
}

@media (max-width: 767.98px) {
    
    .banner-gift .swiper-main-slider .swiper-slide {
        height: 100% !important;
    }

    .why-choose-labaco .section-title {
        font-size: 1.5rem;
    }

    .center-images {
        min-height: 250px;
        margin: 2rem 0;
    }

    .image-top {
        width: 180px;
        height: 220px;
        transform: translateX(-5px) translateY(-5px);
    }

    .image-bottom {
        width: 200px;
        height: 130px;
        transform: translateX(5px) translateY(10px);
    }

    .feature-box {
        margin-bottom: 1.5rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 1rem;
    }

    .feature-icon i {
        font-size: 1.5rem;
    }

    .feature-box h3 {
        font-size: 1.1rem;
    }

    .feature-box p {
        font-size: 0.9rem;
    }
}
.gallery-prev,.gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    color: var(--primary);
    cursor: pointer;
    padding-top: 1px;
}

.gallery-prev {
    left: 10px;
}

.gallery-next {
    right: 10px;
}

.gallery-prev i,.gallery-next i {
    font-size: 16px
}

@media(min-width: 768px) {
    .gallery-prev {
        /* left:-15px; */
    }

    .gallery-next {
        /* right:-15px; */
    }
}

@media(min-width: 1200px) {
    .gallery-prev {
        /* left:-20px; */
    }

    .gallery-next {
        /* right:-20px; */
    }
}

.news-item {
    color: #fff;
    text-decoration: none;
}

.news-item:hover .inner {
    transform: scale(1.05);
}

.news-item:hover {
    color: #fff;
}

.news-item .inner {
    transition: 0.5s ease all !important;
    color: #fff
}

.news-item .inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
}

.news-item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 10px 30px;
    height: auto;
    top: auto;
}

.news-item .info .date {
    display: flex;
    align-items: center;
    gap: 4px;
}

.news-item .info h3 {
    font-size: 1.4rem;
    margin: 8px 0;
}

.news-item .info p {
}

#block-social {
    background: url(../images/bg-video.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.with-bottom-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: calc(100% - 23px);
    border-left: 2px dotted #013E61;
}

.with-bottom-arrow {
    height: 62px;
    position: relative;
}

.with-bottom-arrow::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    bottom: 0;
    transform: rotate(-270deg);
    font-size: 26px;
    color: var(--primary);
    left: calc(50% - 5px);
}

/* About Section Styles */
.gioi-thieu-section {
    background: #fffaf3 url(../images/bg.png) no-repeat;
    position: relative;
    background-size: cover;
}

.gioi-thieu-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-pattern.png) repeat;
    opacity: 0.03;
    pointer-events: none;
}

.about-row {
    position: relative;
    z-index: 2;
}

.about-item-image > div {
    border-radius: 25px;
}

.about-item-image {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FADFAE 0%, #FFDEA3 100%);
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    border-radius: 30px;
}

.about-item-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.15);
    transition: all 0.4s ease;
}

.about-item-image:hover img {
    transform: scale(1.02);
    box-shadow: 0 20px 45px rgba(139, 69, 19, 0.25);
}

.about-item-content {
    padding: 20px;
}

.about-title:after {
    content: "";
    width: 80px;
    height: 60px;
    display: inline-block;
    background: url(../images/bird.svg) no-repeat;
    background-size: 100%;
}

.about-title {
    font-size: 2.1rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    font-weight: 600;
}

.about-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5D4037;
    margin-bottom: 2rem;
    text-align: justify;
}

.about-button {
    margin-top: 1.5rem;
}

.btn-about {
    display: inline-block;
    padding: 12px 30px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3);
    letter-spacing: 1px;
    font-size: 1rem;
}

.btn-about:hover {
    background: linear-gradient(45deg, #A0522D, #8B4513);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.4);
    color: #fff;
}

@media(max-width: 768px) {
    .section-title {
        font-size: 1.4rem;
    }

    .about-text {
        font-size: 0.9rem;
    }

    #block-product-list {
        background-size: cover;
    }

    #block-gift .gift-item .title {
        font-size: 1.2rem;
    }

    .process-item {
    }

    .process-item .image {
    }

    #block-process .title {
        font-size: 0.9rem;
    }

    .process-item .image svg {
        width: 95%;
        height: auto;
    }

    #block-process .description {
        font-size: 0.8rem;
    }

    .process-item::after {
        display: none
    }

    /* About Section Mobile */
    .about-item-content {
        text-align: center;
        margin-top: 2rem;
        padding: 15px;
    }

    .about-title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .about-title::after {
        left: 90%;
        transform: translateX(-50%);
        position: absolute;
        top: -11px;
    }

    .about-description {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .about-row {
        margin-bottom: 3rem !important;
    }
}

.why-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: rgb(139, 69, 19);
    margin-bottom: 2rem;
    line-height: 1.2;
}

.features-left {
    justify-content: flex-end;
}

.features-left, .features-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.features-left .feature-item {
    flex-direction: row;
    text-align: right;
}

.feature-item {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
    transition: 0.3s;
}

.feature-text {
    flex: 1 1 0%;
}

.feature-text span {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.feature-item:nth-child(2n+1) .feature-icon {
    animation-delay: 0s;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    border-radius: 50%;
    flex: 0 0 100px;
}

.center-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image-container {
    position: relative;
    max-width: 400px;
    width: 100%;
}

.center-product-image img {
    animation: 3s ease-in-out 0s infinite normal none running float;
    -webkit-animation: 3s ease-in-out 0s infinite normal none running float;
    -moz-animation: 3s ease-in-out 0s infinite normal none running float;
    -ms-animation: 3s ease-in-out 0s infinite normal none running float;
    -o-animation: 3s ease-in-out 0s infinite normal none running float;
}

.product-image-container img {
    width: 100%;
    height: auto;
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 10px 30px);
    transition: 0.3s;
}

.feature-item:hover .feature-text span {
    color: rgb(210, 105, 30);
}

.feature-text span {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.feature-item:hover {
    transform: translateY(-3px);
}

.why-content-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 500px;
    gap: 2rem;
}

/* Float Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Mobile responsive for why section */
@media (max-width: 991.98px) {
    .why-content-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .features-left {
        order: 2;
    }

    .center-product-image {
        order: 1;
    }

    .features-right {
        order: 3;
    }

    .feature-item {
        justify-content: center;
    }

    .features-left .feature-item {
        flex-direction: row;
        text-align: center;
    }

    .why-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .why-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .feature-item {
        gap: 0.8rem;
    }

    .feature-icon {
        width: 80px;
        flex: 0 0 80px;
    }

    .feature-text span {
        font-size: 0.85rem;
    }

    .center-product-image img {
        max-width: 300px;
    }
}

/* ===== FEEDBACK SECTION ===== */
.feedback-wrap-content:after,.feedback-wrap-content:before {
    content: "";
    box-shadow: var(--bs-box-shadow) !important;
    position: absolute;
    width: 100%;
    height: calc(100% - 40px);
    bottom: 25px;
    left: 0;
    border-radius: 30px;
    z-index: 3;
    pointer-events: none;
}

.feedback-wrap-content:after {
    bottom: 50px;
}

.feedback-wrap-content {
    flex: 1;
    font-weight: 500;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 50px;
    position: relative;
}

.feedback-slider-container {
    max-width: 100%;
    padding: 0 50px;
    overflow: hidden;
}

.feedback-swiper {
    overflow: hidden;
}

.feedback-card {
    background: #fff;
    border-radius: 0;
    padding: 30px 40px;
    text-align: center;
    transition: all 0.3s ease;
    height: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.feedback-card:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); */
}

.feedback-name {
    background: url(../images/human.svg) no-repeat top left;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.feedback-name h6 {
}

.feedback-avatar {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f0f0f0;
}

.feedback-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-name h6 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0;
    margin-top: 0;
}

.feedback-rating {
    display: flex;
    justify-content: start;
    gap: 5px;
}

.feedback-rating i {
    font-size: 16px;
    color: #ffc107;
}

.feedback-rating .far {
    color: #e0e0e0;
}

/* Navigation Buttons */
.feedback-swiper-button-prev, .feedback-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary);
    z-index: 10;
    transition: all 0.3s ease;
}

.feedback-swiper-button-prev {
    left: 10px;
}

.feedback-swiper-button-next {
    right: 10px;
}

.feedback-swiper-button-prev:hover, .feedback-swiper-button-next:hover {
    background: var(--primary);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.feedback-swiper-button-prev:hover i, .feedback-swiper-button-next:hover i {
    color: #fff;
}

.feedback-swiper-button-prev i, .feedback-swiper-button-next i {
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .feedback-slider-container {
        padding: 0 20px;
    }

    .feedback-card {
        padding: 20px 15px;
        min-height: 280px;
    }

    .feedback-avatar {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }

    .feedback-name h6 {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }

    .feedback-content p {
        font-size: 0.85rem;
        -webkit-line-clamp: 3;
    }

    .feedback-rating i {
        font-size: 14px;
    }

    .feedback-swiper-button-prev, .feedback-swiper-button-next {
        width: 35px;
        height: 35px;
        display: none;
        /* Hide navigation on mobile */
    }
}

@media (max-width: 576px) {
    .feedback-card {
        min-height: 250px;
        padding: 15px;
    }

    .feedback-content p {
        -webkit-line-clamp: 3;
    }
}

/* ===== NEWS SECTION ===== */
#block-news {
    background: #fff;
}

/* Col-8: Main News List with Custom Scroll */
.news-list-container {
    overflow-y: auto;
    padding-right: 15px;
    margin-right: -15px;
    height: 100%;
    position: relative;
}

/* Custom Scrollbar */
.news-list-container::-webkit-scrollbar {
    width: 8px;
}

.news-list-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.news-list-container::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.news-list-container::-webkit-scrollbar-thumb:hover {
    background: #8B4513;
}

/* News Item Card */
.news-item-card {
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.news-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: var(--primary);
}

.news-item-card .news-image {
    /* height: 100%; */
    overflow: hidden;
}

.news-item-card .news-image img {
    width: 100%;
    height: 100% !IMPORTANT;
    object-fit: cover;
    transition: all 0.3s ease;
}

.news-item-card:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    /* padding: 20px; */
}

.news-date {
}

.news-date i {
    margin-right: 5px;
    color: var(--primary);
}



/* Featured Main Card */
.featured-main-card {
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.featured-main-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.featured-image {
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.featured-main-card:hover .featured-image img {
    transform: scale(1.05);
}

.featured-content {
    padding: 20px;
}

.featured-date {
    color: #888;
    font-size: 0.8rem;
    margin-bottom: 8px;
}

.featured-date i {
    margin-right: 5px;
    color: var(--primary);
}

.featured-title {
    margin-bottom: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.featured-title a:hover {
    color: var(--primary);
}

.featured-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-read-more {
    color: #fff;
    padding: 1px 2px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border-bottom: 1px solid var(--primary);
}

.featured-read-more:hover {
    transform: translateY(-1px);
    letter-spacing: 1px;
}

/* Featured Small Cards */
.featured-small-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.featured-small-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.small-image {
    height: 80px;
    overflow: hidden;
}

.small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.featured-small-card:hover .small-image img {
    transform: scale(1.05);
}

.small-content {
    padding: 15px;
}

.small-date {
    color: #888;
    font-size: 0.75rem;
    margin-bottom: 5px;
}

.small-date i {
    margin-right: 3px;
    color: var(--primary);
}

.small-title {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.3;
}

.small-title a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.small-title a:hover {
    color: var(--primary);
}
.brand-swiper-button-prev, .brand-swiper-button-next {
    transition: all 0.3s ease !important;
    color: var(--primary);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s 
ease;
    border: 2px solid var(--primary);
}
.brand-swiper-button-prev::after, .brand-swiper-button-next::after {
    font-size: 20px;
    font-weight: 600;
}

.brand-swiper-button-prev:hover, .brand-swiper-button-next:hover {
    background: #8B4513;
    color: #fff;
    transform: scale(1.1);
}
.brand-swiper-button-prev{
    left: -60px;
}
.brand-swiper-button-next{
    right: -60px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .news-sidebar {
        padding-left: 0;
        margin-top: 30px;
    }

    .news-list-container {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
        margin-right: 0;
    }

    .featured-main-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .intro-content{padding: 0 !important;}

 

    .brand-swiper-button-prev{
        left: 10px;
    }
    .brand-swiper-button-next{
        right: 10px;
    }
    .brand-swiper-button-prev:after, .brand-swiper-button-next:after{
        font-size: 12px !important;
    }
    .brand-swiper-button-prev, .brand-swiper-button-next {
    width: 30px;
    height: 30px;
   
}


    .news-item-card .news-image {
        /* height: 100px; */
    }

    .news-content {
        padding: 15px;
    }

    .news-title {
        font-size: 0.8rem;
    }

    .featured-content {
        padding: 15px;
    }

    .featured-title {
        font-size: 1.1rem;
    }

    .small-content {
        padding: 12px;
    }
}

.video-category {
    border: 1px solid var(--primary);
    border-radius: 20px;
}

.video-category .title {
    text-align: center;
    width: 80%;
    text-align: center;
    background: var(--primary);
    margin-left: 10%;
    padding: 10px 0;
    border-radius: 30px;
    color: #fff;
    margin-bottom: -20px;
    margin-top: 10px;
}

/* Video item styles */
.video-item {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    width: 100%;
}

.video-item:hover {
    transform: translateY(-6px);
}

.video-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.video-item:hover img {
    transform: scale(1.05);
}

.swiper-video .swiper-slide {
    transition: all 0.3s ease;
    opacity: 0.7;
    transform: scale(0.95);
}

.swiper-video .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
}

/* Responsive adjustments */
@media (max-width: 575px) {
    .video-item {
        /* margin-bottom: 15px; */
    }
}

.video-swiper {
    height: 100%;
}

/* Success Stories Gallery */
.success-stories-gallery .loader:after {
    content: "";
    background: url(../images/loading.gif) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.success-stories-gallery .loader img {
    opacity: 0;
}

.success-stories-gallery {
    position: relative;
    margin: 3rem 0;
}

.success-stories-gallery .row {
    align-items: center;
}

/* Main Image */
.main-image-container {
    text-align: center;
    /* padding: 0 20px; */
    background: #FFFFFF;
}

.main-image {
    /* border-radius: 15px; */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.main-image:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* ===== BANNER GIFT SWIPER ===== */
.banner-gift {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.banner-gift::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-pattern.png) repeat;
    opacity: 0.1;
    pointer-events: none;
}

.gift-content {
    color: #fff;
    padding: 2rem 0;
}

.gift-content h4 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    opacity: 0;
}

.gift-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.gift-content .content {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0;
}

.gift-content .link a {
    display: inline-block;
    background: #fff;
    color: #8B4513;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gift-content .link a:hover {
    background: #D2691E;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* ===== FEEDBACK SECTION ===== */
#block-feedback {
    background: linear-gradient(135deg, #f8f4e6 0%, #ffffff 100%);
    position: relative;
}

.feedback-slider-container {
    margin-top: 2rem;
}

.feedback-card:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0 20px 40px rgba(0,0,0,0.15); */
    /* border-color: #D2691E; */
}

.feedback-name h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #8B4513;
    margin-bottom: 0;
}

.feedback-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1.5rem;
    text-align: justify;
    font-style: italic;
}

.feedback-rating {
}

.feedback-rating i {
    color: #FFD700;
    font-size: 1.2rem;
}

.feedback-swiper-button-prev, .feedback-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.feedback-swiper-button-prev:hover, .feedback-swiper-button-next:hover {
    background: #D2691E;
    transform: translateY(-50%) scale(1.1);
}

.feedback-swiper-button-prev {
    left: 7px;
}

.feedback-swiper-button-next {
    right: 7px;
}

/* ===== NEWS SECTION ===== */
#block-news {
    background: #f8f9fa;
}

.news-list-container {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 15px;
    width: 100%;
}

.news-list-container::-webkit-scrollbar {
    width: 6px;
}

.news-list-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.news-list-container::-webkit-scrollbar-thumb {
    background: #8B4513;
    border-radius: 10px;
}

.news-item-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.news-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.news-image {
    /* overflow: hidden; */
    /* height: 120px; */
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.news-item-card:hover .news-image img {
    transform: scale(1.1);
}



.news-date i {
    margin-right: 5px;
}

.news-title a {
    /* color: #333; */
    /* text-decoration: none; */
    /* font-weight: 600; */
    /* line-height: 1.3; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
}

.news-title a:hover {
    color: #333;
}

.news-excerpt {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-read-more {
    color: #8B4513;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.news-read-more:hover {
    color: #D2691E;
}

/* Featured Article */
.featured-main-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.featured-main-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.featured-image {
    overflow: hidden;
    aspect-ratio: 10/6.5;
    width: 100%;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.featured-main-card:hover .featured-image img {
    transform: scale(1.1);
}

.featured-content {
    padding: 20px;
}

.featured-date {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 10px;
}

.featured-title a {
    color: var(--primary);
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-title a:hover {
    color: #8B4513;
}

.featured-excerpt {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-read-more {
    color: #8B4513;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
}

.featured-read-more:hover {
    /* color: #D2691E; */
}

/* ===== VIDEO SECTION ===== */
#block-video {
    background: #f8f9fa;
}

.video-category {
    margin-bottom: 30px;
}

.video-category .inner {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.video-item {
    position: relative;
    cursor: pointer;
}

.video-item a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: all 0.3s ease;
}

/* Play button icon using content on ::before with circle background */
.video-item a::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-44%, -50%);
    transition: all 0.3s ease;
    width: 70px;
    height: 70px;
    text-align: center;
    background: url(../images/video.png);
    background-size: 100%;
}

/* Hover effects */
.video-item:hover a::after {
    background: rgba(0, 0, 0, 0.6);
}

.video-item:hover a::before {
    transform: translate(-44%, -50%) scale(1.1);
}

.video-category .title {
    text-align: center;
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

/* ===== ARCHIVEMENT SWIPER ===== */
.swiper-archivement .swiper-wrapper {
}

.swiper-archivement .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.swiper-archivement .swiper-slide a {
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid var(--primary);
    overflow: hidden;
}

.swiper-archivement .swiper-slide a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    border-color: #8B4513;
}

.swiper-archivement .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1199.98px) {
    .gift-content h3 {
        font-size: 2rem;
    }

    .slide-item {
        min-height: 350px;
    }

    .feedback-swiper-button-prev {
        left: -20px;
    }

    .feedback-swiper-button-next {
        right: -20px;
    }
}

@media (max-width: 991.98px) {
    .gift-content h3 {
        font-size: 1.8rem;
    }

    .gift-content h4 {
        font-size: 1.1rem;
    }

    .gift-content .content {
        font-size: 1rem;
    }

    .news-list-container {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .featured-main-card {
        margin-top: 2rem;
    }

    .feedback-swiper-button-prev, .feedback-swiper-button-next {
        display: none;
    }
}

@media (max-width: 767.98px) {

    .news-list-scroll{}
     .news-list-scroll div:nth-child(n+4){display:none }
    .news-list-scroll .news-card {
    flex-direction: row;
    padding: 0;
}
    .news-list-scroll .news-card > a{
    max-width: 80px;
}
    .news-card.list-item .news-image{
    height: auto !important;
}
    .news-list-scroll .news-card .news-content{
    padding: 0;
}
    .news-card.list-item .news-title a{
    font-size: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
    .news-list-container {
        position: relative !important;
    }

    .banner-gift {
        min-height: 300px;
    }

    .gift-content {
        padding: 1.5rem 0;
    }

    .gift-content h3 {
        font-size: 1.5rem;
    }

    .gift-content h4 {
        font-size: 1rem;
    }

    .feedback-card {
        padding: 1.5rem;
        margin: 0 5px;
    }

    .feedback-name h6 {
        font-size: 1.1rem;
    }

    .feedback-content p {
        font-size: 0.9rem;
    }

    .news-content {
        padding: 0 !important;
    }

    .news-image {
        /* height: 100px; */
    }

    .featured-content {
        padding: 15px;
    }

    .featured-image {
        /* height: 150px; */
    }

    .video-item {
        /* height: 150px; */
    }

    .video-item a::after {
        /* width: 50px; */
        /* height: 50px; */
    }

    .video-item a::before {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .banner-gift {
        min-height: 250px;
    }

    .gift-content h3 {
        font-size: 1.3rem;
    }

    .gift-content .content {
        font-size: 0.9rem;
    }

    .gift-content .link a {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .feedback-card {
        padding: 1rem;
    }

    .news-item-card .row {
        flex-direction: column;
    }

    .news-item-card .col-4, .news-item-card .col-8 {
        flex: none;
        width: 100%;
    }

    .news-image {
        /* height: 150px; */
    }

    .video-item {
        /* height: 120px; */
    }

    .video-item a::after {
        /* width: 40px; */
        /* height: 40px; */
    }

    .video-item a::before {
        font-size: 14px;
    }
}

/* Swiper Navigation Customization */
.block-product .swiper-button-next{
    left: auto !important;
    right:-70px;
}
.block-product .swiper-button-next, .block-product .swiper-button-prev {
    color: #fff;
    width: 50px;
    height: 50px;
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    border: 2px solid var(--primary);
    left: -70px;
}

.block-product .swiper-button-next::after, .block-product .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 600;
}

.block-product .swiper-button-next:hover, .block-product .swiper-button-prev:hover {
    background: #8B4513;
    color: #fff;
    transform: scale(1.1);
}

.block-product .swiper-pagination-bullet {
    background: #8B4513;
    opacity: 0.3;
}

.block-product .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D2691E;
}

/* ===== ABOUT SECTION STYLES ===== */
#block-about {
    background: linear-gradient(180deg, #FFFBEF 13.86%, #FFFFFF 75.11%);
    position: relative;
}

/* Introduction Content Styles */
.intro-content {
    padding: 0 20px;
}

.intro-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.intro-description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5D4037;
    margin-bottom: 0;
    text-align: justify;
}

/* Statistics Styles */
.intro-stats {
    margin: 2rem 0;
}

.stat-item {
    margin-bottom: 1.5rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 0.5rem;
    font-family: var(--fontSub);
    letter-spacing: 5px;
}

.stat-label {
    font-size: 0.9rem;
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

/* CTA Button Styles */
.intro-cta {
    margin-top: 2 rem;
}

.btn-intro-cta.btn-profile {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.btn-intro-cta {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3); */
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.btn-intro-cta:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
    color: #fff;
}

.core-values-container .item {
    position: absolute;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
    text-align: center;
    top: 33%;
    left: 8%;
    width: 22%;
    font-size: 1.6rem;
}

.core-values-container .item:nth-child(2) {top: 18%;left: 50%;transform: translate(-50%, -50%) !important;}

.core-values-container .item:nth-child(3) {
    
    right: 8%;
    left: auto;
}

.core-values-container .item:nth-child(4) {
    
    bottom: 23%;
    /* left: 70%; */
    top: auto;
}

.core-values-container .item:nth-child(5) {
    
    bottom: 19%;
    right: 8%;
    top: auto;
    left: auto;
}

.core-values-container .item:nth-child(6) {

    top: 50%;
    left: 5%;
    transform: translate(-50%, -50%);
}

/* Core Values Container */
.core-values-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 400px; */
    margin: 0 auto;
}

/* Center Circle */
.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -0%) !important;
    z-index: 10;
    padding: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 7%;
}

.center-circle-content {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-title .center-circle-content-inner {
}

.center-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
    line-height: 1.2;
    text-transform: capitalize;
}

/* Core Values Panels */
.core-values-panel {
    border-radius: 12px;
    overflow: hidden;
}

.core-values-panel img {
    transition: all 0.3s ease !important;
    transform: scale(1);
}

.core-values-panel:hover img {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.core-values-top-left {
    top: 0;
    left: 20px;
}

.core-values-top-right {
    top: 0;
    right: 20px;
}

.core-values-bottom-left {
    bottom: 0;
    left: 20px;
}

.core-values-bottom-right {
    bottom: 0;
    right: 20px;
}

.core-values-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(30, 58, 138, 0.3);
    display: flex;
    align-items: flex-end;
}

.panel-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 0.3;
}

.panel-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 10px;
    overflow: hidden;
}

.panel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* z-index: -1; */
}

.panel-text {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    text-align: center;
}

.vision-mission-card {
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    padding-left: 50px;
    position: relative;
}

.image-header {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 20px 0 15px;
    color: var(--primary);
    line-height: 1.3;
    text-align: left;
}

.card-icon .inner .icon-wrapper img {max-width: 75px;}

.card-icon .inner {
    background: #fff;
    padding: 10px 0;
}

.card-icon {
    text-align: center;
    position: absolute;
    left: 0px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card-icon i {
    width: 60px;
    height: 60px;
    background: #1e3a8a;
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.vision-mission-card .card-content {
    position: relative;
    border: 2px solid var(--primary);
    height: 100%;
    padding-left: 50px;
    padding-bottom: 20px;
    border-radius: 10px;
    padding-right: 30px;
}

.card-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
    text-align: justify;
}

#block-operation {
    background: var(--primary) url(../images/bg-operation.png) no-repeat center;
    background-size: cover;
}

.operation-card img {
    min-width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.operation-card:after {
    content: "";
    position: absolute;
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.operation-card {
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    z-index: 1;
}

.operation-card .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 222;
    color: #fff;
    width: 90%;
}

.operation-card .info h3 {
    color: var(--second);
    text-transform: uppercase;
    font-size: 1.6rem;
}


.operation-card .info .visible-text {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease;
    max-height: 0;
    overflow: hidden;
}


.operation-card:hover .info .visible-text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 200px;
    transition: all 0.6s ease 0.2s;
}


.operation-card .info .visible-text p {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
    margin-bottom: 15px;
    line-height: 1.5;
}

.operation-card:hover .info .visible-text p {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease 0.3s;
}

.operation-card .info .visible-text a {
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--primary);
    text-decoration: none;
    background: var(--second);
    padding: 7px 20px;
    display: inline-block;
    border-radius: 30px;
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    transition: all 0.4s ease;
}

.operation-card:hover .info .visible-text a {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: all 0.5s ease 0.5s;
}


.operation-card .info .visible-text a:hover {
    background: var(--primary);
    color: var(--second);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

/* Animation cho h3 title */
.operation-card .info h3 {
    color: var(--second);
    text-transform: uppercase;
    font-size: 1.6rem;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.operation-card img{
    transition: all 0.4s ease !important;
}
.operation-card:hover img{
    transform: scale(1.05) !important;
}
.operation-card:hover .info h3 {
    transform: translateY(-10px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    transition: all 0.4s ease 0.1s;
}

@media(max-width: 768px) {
    .btn-view-all{
    padding: 5px 10px;
    font-size: 13px;
    margin: 10px 0;
}
    .block-product .swiper-button-next, .block-product .swiper-button-prev{
        width: 30px;
        height: 30px;
    }
    .block-product .swiper-button-next{right: 10px !important;}
    .block-product .swiper-button-prev{
        left: 10px !important;
    }
    .block-product .swiper-button-next:after, .block-product .swiper-button-prev:after{

font-size: 12px !important;
    }

    .icon-box{width:70px !important;height:70px !important;}
    .feedback-wrap-content{margin-top:20px}
    .home-title{font-size: 1.5rem;text-align: center;}
    .home-description{text-align: center;}
    .stat-number{
    letter-spacing: 1px;
    font-size: 1.6rem;
}
    .stat-label{
    font-size: 0.7rem;
}
.btn-intro-cta{
    padding: 5px 10px;
}
.center-title{
    font-size: 1rem;
}
    
}
@media (max-width: 600px) {
    .core-values-container {
        width: 320px;
        height: 320px;
    }

    .center-circle {
    }

    .core-values-container .item {
        font-size: 13px;
        width: 25%;
    }
}

    .operation-card .info {
        width: 95%;
    }

    .operation-card .info h3 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .operation-card:hover .info h3 {
        transform: translateY(-5px);
    }

    .operation-card .info .visible-text a {
        font-size: 1rem;
        padding: 6px 16px;
    }

    .operation-card .info .visible-text p {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }



    .operation-card .info .visible-text p, .operation-card .info .visible-text a {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 576px) {
    .operation-card .info h3 {
        font-size: 1.1rem;
    }

    .operation-card .info .visible-text a {
        font-size: 0.9rem;
        padding: 5px 14px;
    }

    .operation-card .info .visible-text p {
        font-size: 0.85rem;
    }
}

/* Category Tabs */
.home-hero .category-tabs-wrapper {
    position: relative;
    margin-bottom: 30px;
    padding-left: 42px;
    padding-right: 42px;
}

.home-hero .category-swiper {
    overflow: visible;
    overflow-x: hidden;
    padding: 5px 0;
}

.home-hero .category-swiper .swiper-slide {
    width: auto;
    margin-right: 12px;
}

.home-hero .category-tab {
    background: #ccc;
    color: var(--primary);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    white-space: nowrap;
}

.home-hero .category-tab:hover {
    background: var(--primary);
    transform: translateY(-2px);
    color: #fff;
}

.home-hero .category-tab.active {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(95, 169, 199, 0.3);
}

/* Category Navigation */
.home-hero .category-next, .home-hero .category-prev {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: var(--primary);
    font-size: 14px;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.home-hero .category-next:hover, .home-hero .category-prev:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: white;
}

.home-hero .category-next {
    right: 0;
    top: 8px;
}

.home-hero .category-next:after,.home-hero .category-prev:after {
    font-size: 13px;
}

.home-hero .category-prev {
    left: 0;
    top: 8px;
}

#block-why .why-fuji-content .inner .circle-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 0.7;
}

#block-why .why-fuji-content .inner .circle-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    border: 10px solid var(--primary);
    top: 0;
    left: 0;
    z-index: 1;
}

#block-why .why-fuji-content .inner .circle-wrapper {
    background: url(../images/bg-why.jpg) no-repeat center;
    border-radius: 50%;
    position: relative;
}

#block-why {
    background-color: #FFFBEF;
    padding: 50px 0 100px 0;
}

.why-fuji-content {
    margin-top: 120px;
}

.circle-wrapper {
    position: relative;
    width: 380px;
    height: 380px;
    margin: 50px auto;
    z-index: 2;
}

.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
}

.center-logo img {
    width: 100%;
    max-width: 150px;
}

.icon-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.reason-item .reason-text {
    position: absolute;
}

.reason-item.index-0 .reason-text,.reason-item.index-2 .reason-text,.reason-item.index-4 .reason-text {
    right: 130px;
    top: 15px;
    width: 350px;
    text-align: left;
}

.reason-text h5 {
    font-weight: 600;
    color: var(--primary);
    font-size: 1.15rem;
}

.reason-item.index-1 .reason-text,.reason-item.index-3 .reason-text,.reason-item.index-5 .reason-text {
    left: 130px;
    top: 0px;
    width: 350px;
    text-align: left;
}
.reason-item.index-2 .reason-text{
    right: 100px;
}
.reason-item.index-3 .reason-text{
    left:100px;
}
.feedback-header > span {
    background: var(--primary);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.feedback-header {
    border-top: 2px solid #FFEED7;
    padding-top: 20px;
}

.feedback-header .author-avatar {
    width: 70px;
    overflow: hidden;
    border-radius: 50%;
}

.feedback-header .author-content {
    text-align: left;
}

.feedback-header .author-content .author-name {
    margin-bottom: 2px;
    font-size: 1.1rem;
    color: var(--primary);
    font-weight: 600;
}

.feedback-header .author-content .author-position {
    font-size: 14px;
}

.reason-item {
    position: absolute;
    top: calc(50% - 41px);
    left: calc(50% - 41px);
    width: 82px;
    height: 82px;
    z-index: 2;
    transform-origin: 41px 41px;
}

.reason-item.index-0 {
    --angle: 240deg;
}

.reason-item.index-1 {
    --angle: 300deg;
}

.reason-item.index-2 {
    --angle: 180deg;
}

.reason-item.index-3 {
    --angle: 0deg;
}

.reason-item.index-4 {
    --angle: 120deg;
}

.reason-item.index-5 {
    --angle: 60deg;
}

.reason-item {
    transform: rotate(var(--angle)) translate(189px) rotate(calc(-1 * var(--angle))) !important;
}

#block-feedback .container {
    position: relative;
    z-index: 2;
}

#block-feedback {
    position: relative;
}

#block-feedback:after {
    content: "";
    background: #111;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

#block-feedback:before {
    content: "";
    background: url(../images/bg-feedback.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#block-archivement .swiper-button-next,#block-archivement .swiper-button-prev {
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    right: 0px;
}

#block-archivement .swiper-button-prev {
    right: auto;
    left: 0;
}

/* ===== BLOCK ADVISE - FORM & VIDEO SWIPER ===== */
#block-advise {
    background: #8B0000;
    /* Dark red background */
    position: relative;
    overflow: hidden;
}

#block-advise .container {
    position: relative;
    z-index: 2;
}

/* Form Container */
.advise-form-container {
    max-width: 500px;
}

.advise-form-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 2rem 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.advise-form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #8B0000;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    line-height: 1.3;
}

.advise-form-description {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* Form Inputs */
.advise-input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #fff;
}

.advise-input:focus {
    border-color: #8B0000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(139, 0, 0, 0.1);
}

.advise-input::placeholder {
    color: #999;
}

/* Submit Button */
.btn-submit-advise {
    background: #8B0000;
    color: #fff;
    border: none;
    padding: 0.875rem 2.5rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-submit-advise:hover {
    background: #A52A2A;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(139, 0, 0, 0.3);
}

/* Social Connect */
.advise-social-connect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
}

.social-connect-text {
    font-size: 1.2rem;
}

.social-icons {
    display: flex;
    gap: 0.75rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #8B0000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #8B0000;
}

.social-icon:hover {
    background: #8B0000;
    color: #fff;
    transform: translateY(-3px);
}

/* Video Swiper Container */
.video-swiper-container {
    padding: 2rem 0;
    position: relative;
    height: 100%;
    min-height: 500px;
}

.swiper-video-overlay {
    width: 100%;
    height: 100%;
    /* padding: 2rem 0; */
    overflow: visible;
    /* perspective: 1000px; */
}

.swiper-video-overlay .swiper-wrapper {
    align-items: center;
    display: flex;
}

.swiper-video-overlay .swiper-slide {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
    opacity: 0.5;
    transform: scale(0.75);
    filter: blur(3px);
    z-index: 1;
    height: auto;
    flex-shrink: 0;
}

/* Slide cÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ch xa hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡n (prev-prev, next-next) */
.swiper-video-overlay .swiper-slide-prev + .swiper-slide, .swiper-video-overlay .swiper-slide-next + .swiper-slide, .swiper-video-overlay .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    opacity: 0.3;
    transform: scale(0.65);
    filter: blur(4px);
    z-index: 0;
}

/* Slide kÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ bÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªn (prev vÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  next) */
.swiper-video-overlay .swiper-slide-prev, .swiper-video-overlay .swiper-slide-next {
    opacity: 1;
    transform: scale(0.85);
    filter: blur(1px);
    z-index: 2;
}

/* Slide active ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯a */
.swiper-video-overlay .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
    filter: blur(0) !important;
    z-index: 10 !important;
    position: relative;
}

.video-item-overlay {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    /* box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3); */
}

.video-item-overlay a {
    display: block;
    width: 100%;
    height: 100%;
}

.video-item-overlay .ratio:after {
    background: #11111191 url(../icon/video.svg) no-repeat center;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-item-overlay .ratio {
    width: 100%;
    height: 100%;
}

.video-item-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.swiper-video-overlay .swiper-slide-active .video-item-overlay {
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); */
    /* transform: scale(1.05); */
}

/* TÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ng box-shadow cho slide kÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ bÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªn */
.swiper-video-overlay .swiper-slide-prev .video-item-overlay, .swiper-video-overlay .swiper-slide-next .video-item-overlay {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Navigation Buttons */
.video-nav-next, .video-nav-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #8B0000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 20;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.video-nav-next {
    right: 0;
}

.video-nav-prev {
    left: 0;
}

.video-nav-next:after, .video-nav-prev:after {
    display: none;
}

.video-nav-next:hover, .video-nav-prev:hover {
    background: #8B0000;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.video-nav-next i, .video-nav-prev i {
    font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    #block-advise {
        padding: 2rem 0;
    }

    .advise-form-card {
        padding: 2rem;
    }

    .advise-form-title {
        font-size: 1.3rem;
    }

    .video-swiper-container {
        min-height: 400px;
        margin-bottom: 2rem;
    }

    .swiper-video-overlay .swiper-slide {
        transform: scale(0.9);
    }

    .swiper-video-overlay .swiper-slide-active {
        transform: scale(1) !important;
    }

    .video-nav-next, .video-nav-prev {
        width: 40px;
        height: 40px;
    }

    .video-nav-next {
        right: 5px;
    }

    .video-nav-prev {
        left: 5px;
    }
}

@media (max-width: 767.98px) {
    .vision-mission-card{
    padding-left: 32px;
}
    .card-icon .inner .icon-wrapper img{
    max-width: 50px;
}
    .vision-mission-card .card-content{
    padding-right: 15px;
}
    .advise-form-card {
        padding: 1.5rem;
    }

    .advise-form-title {
        font-size: 1.1rem;
    }

    .advise-form-description {
        font-size: 0.85rem;
    }

    .advise-social-connect {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .social-icons {
        width: 100%;
        justify-content: flex-start;
    }

    .video-swiper-container {
        min-height: 350px;
        padding: 1rem 0;
    }

    .swiper-video-overlay {
        padding: 1rem 0;
    }

    .swiper-video-overlay .swiper-slide {
        transform: scale(0.85);
    }

    .swiper-video-overlay .swiper-slide-active {
        transform: scale(1) !important;
    }

    .video-item-overlay {
        padding: 10px;
    }

    .video-nav-next, .video-nav-prev {
        width: 35px;
        height: 35px;
    }

    .video-nav-next i, .video-nav-prev i {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .advise-form-card {
        padding: 1.25rem;
    }

    .advise-form-title {
        font-size: 1.3rem;
        margin-bottom: 0.75rem;
    }

    .advise-form-description {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .advise-input {
        padding: 0.625rem 0.875rem;
        font-size: 0.9rem;
    }

    .btn-submit-advise {
        padding: 0.75rem 2rem;
        font-size: 0.9rem;
    }

    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    .video-swiper-container {
        min-height: 300px;
    }
}
